/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
padding: 15px; 

/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red; 
-webkit-box-shadow: 0px 0px 5px red; 
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
* Non-semantic helper classes 
*/

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
select, input, textarea, button { font:99% sans-serif; }
/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body {
font-size: 12px;
*font-size:small;
background: #f6f6f6;
color: #666666;
} 

body, select, input, textarea { 
font-family: Helvetica, Arial, sans-serif;
color: #666666; 
line-height: 1.2em;
}

::-moz-selection{ background: #2b5899; color:#fff; text-shadow: none; }
::selection { background:#2b5899; color:#fff; text-shadow: none; } 

h1,h2,h3,h4,h5,h6 { font-weight: bold;color: #2b5899; }
h1 {font-size: 1.6em;line-height: 1.8em;}
h2 {font-size: 1.5em;line-height: 1.7em;}
h3 {font-size: 1.4em;line-height: 1.6em;}
h4 {font-size: 1.3em;line-height: 1.5em;}
h5 {font-size: 1.2em;line-height: 1.4em;}
h6 {font-size: 1.1em;line-height: 1.3em;}
p {
	margin-bottom: 8px;
	line-height: 18px;
}

a, a:active, a:visited { color: #666666; text-decoration: none; }
a:hover { color: #2b5899; }

/* Primary Styles
Author: kalexiko.com
*/
.container {
background: #ffffff;
width: 940px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 0px 0px 8px #666;
-moz-box-shadow: 0px 0px 8px #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.line-break {
	display: block;
	height: 1px;
	background: #e7e7e7;
	margin: 20px 0px;
}
#fof {
	margin-top: 200px;
	margin-bottom: 200px;
}

/* ===== Buttons ===== */
a.click-here {
	display: block;
	width: 74px;
	height: 30px;
	background: url(../public/images/button/click_here.jpg) no-repeat;
}
a.click-here:hover {
	background-position: -74px;
}
a.click-here:active {
	background-position: -148px;
}

/* ===== Header ===== */
header {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
a#logo {
	float: left;
	width: 163px;
	height: 97px;
	background: url(../public/images/logo.jpg) no-repeat;
}
#head-right {
	float: right;
	width: 220px;
	overflow: hidden;
	position: relative;
	height: 97px;
}
p#head-phone {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #2b5899;
	margin-bottom: 25px;
}
#head-right-bottom {
	position: absolute;
	bottom: 0px;
}
p#head-text {
	font-size: 10px;
}
a#facebook, a#twitter, a#rss {
	width: 15px;
	height: 14px;
	float: left;
	margin-right: 4px;
}
a#facebook {
	background: url(../public/images/icon/facebook.jpg);
}
a#twitter {
	background: url(../public/images/icon/twitter.jpg);
}
a#rss {
	background: url(../public/images/icon/rss.jpg);
}

/* ===== Menu ===== */
#menu-headings {
	overflow: hidden;
	margin-bottom: 20px;
}
#menu-headings img {
	float: right;
	margin-top: 48px;
}
ul#menu {
	margin-left: 0px;
	list-style-type: none;
	width: 160px;
	float: left;
}
ul#menu li a {
	display: block;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
ul#menu li a:hover, ul#menu li a.active {
	background: url(../public/images/nav_bg.jpg) repeat;
	color: #fff;
}

/* ===== Banners ===== */
#banners {
	margin-bottom: 20px;
}

/* ===== Home ===== */
.quad-block {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.home-blocks {
}
.home-blocks .quad-block {
	width: 200px;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	position: relative;
	height: 165px;
}
.home-blocks .quad-block h3 {
	text-align: center;
	margin-bottom: 10px;
}
.home-blocks .quad-block p {
	float: left;
	width: 130px;
}
.home-blocks .quad-block img {
	float: right;
}
.latest-news {
	height: 120px;
	overflow-y: hidden;
}
.press-ribbon {
	position: absolute;
	top:  -3px;
	right: -3px;
}
#home-welcome {
	float: left;
	width: 460px;
	margin-right: 20px;
}
ul.latest-news {
	margin-left: 0px;
	list-style-type: none;
	font-weight: bold;
}
ul.latest-news span {
	display: block;
	font-weight: normal;
}
ul.latest-news li {
	padding: 5px 0px;
	height: 60px;
}

ul.completed-projects {
	margin-left: 0px;
	list-style-type: none;
}
ul.completed-projects li {
	padding: 5px 0px;
	border-bottom: 1px solid #e7e7e7;	
	overflow: hidden;
}
ul.completed-projects li p {
	float: left;
	margin: 0px;
	width: 132px;
}
ul.completed-projects li img {
	float: right;
}

#clients {
	margin-left: 0px;
	list-style-type: none;
}
#clients img {
	display: block;
	margin: 0 auto;
}

/* ===== Inner pages ===== */
.main-content {
	width: 600px;
	overflow: hidden;
}
.main-content p {
	margin-bottom: 15px;
}
.main-content p a {
	color: #2b5899;
	font-weight: bold;
}
.main-content ul, .main-content ol {
	margin-left: 32px;
	margin-bottom: 15px;
}
.main-content li {
	margin-bottom: 2px;
}
.main-content-list {
	float: left;
	width: 220px;
}
.main-content-image {
	float: right;
	margin-left: 20px;
}
.side-col {
	width: 310px;
}
.side-col ul {
	margin-bottom: 12px;
	margin-left: 25px;
}
.side-col p a {
	color: #2b5899;
	font-weight: bold;
}
.main-content h2 {
	width: 500px;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}
.left-side-image {
	float: left;
	margin-right: 20px;
}

/* ===== Projects ===== */
.project {
	float: left;
	width: 170px;
	margin-right: 22px;
}
.project img {
	width: 160px;
	padding: 4px;
	border: 1px solid #e7e7e7;
}

/* ===== FCL Group ===== */
.side-nav {
	border-top: 1px solid #e7e7e7;
	margin-left: 0px;
	list-style-type: none;
}
.side-nav li {
	border-bottom: 1px solid #e7e7e7;
}
.side-nav a {
	text-transform: uppercase;
	display: block;
	padding: 10px 5px;
}
.side-nav a:hover, .side-nav a.active {
	background: #2b5899;
	color: #ffffff;
}

form#contact {
	width: 290px;
}
form#contact input.text {
	width: 280px;
	padding: 8px 5px;
	border: 0px;
	background: #eeeeee;
	margin-bottom: 10px;
}
form#contact textarea {
	width: 280px;
	height: 100px;
	padding: 5px;
	border: 0px;
	background: #eeeeee;
}
input.submit {
	float: right;
	border: none;
	background: #2b5899;
	color: #ffffff;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ie-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.latest-articles {
	background: #f6f6f6;
}
.latest-articles h4 {
	padding: 10px;
	padding-bottom: 0px;
}
.latest-articles ul {
	padding: 10px;
	color: #2B5899;
}
.latest-articles ul span {
	color: #666666;
}
.latest-articles ul li {
	padding: 10px 0px;
	border-top: 1px solid #cccccc;
}

.news-row {
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #cccccc;
}
.news-img {
	float: left;
	width: 140px;
}
.news-img img {
	width: 140px;
	height: auto;
	float: left;
}
.news-content {
	float: right;
	width: 780px;
}
.news-content h5 a {
	font-size: 18px;
}
.news-content h5 a, .news-content a {
	color: #2b5899;
}

.news-article img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
a.back-to-articles {
	float: right;
	margin-bottom: 10px;
	color: #2b5899;
	font-weight: bold;
}

.pagination-container {
	width: 100%;
	overflow: hidden;
}
ul.pagination {
	list-style-type: none;
	position: relative;
	float: left;
	left: 50%;
	margin: 0 auto;
	margin-top: 10px;
}
ul.pagination li {
	display: inline;
	position: relative;
	float: left;
	right: 50%;
	padding: 8px 0px;
	margin-right: 5px;
}
ul.pagination li a {
	color: #666666;
	padding: 8px 10px;
}
ul.pagination li a:hover, ul.pagination li a.active {
	background: #2b5899;
	color: #fff;
}

/* ===== Footer ===== */
.accreditations {
	margin-top: 20px;
}
footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
	padding-bottom: 50px;
	overflow: hidden;
}
footer p {
	font-size: 11px;
	color: #2b5899;
	margin: 0px;
	float: left;
}
footer p img {
	margin-top: 8px;
}
footer ul {
	margin-left: 0px;
	list-style-type: none;
	float: right;
	margin-left: 20px;
	font-size: 10px;
}
.last {
	margin: 0px;
	border: none!important;
}












/*
* Media queries for responsive design
* These follow after primary styles so they will successfully override. 
*/

@media all and (orientation:portrait) { 
/* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) { 
/* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
j.mp/textsizeadjust 
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
*/
@media print {
* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a:after { content: " (" attr(href) ")"; } 
abbr:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; }  /* Don't show links for images */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}


img.border {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 5px;
}


div#banners {
	
	clear: both;
	height: 255px;
}
