@charset "utf-8";

*
{
	margin:0;
	padding:0;
	border:0;
}
body
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	background:#2e3339 url(../images/bodyBg.jpg);
}
a
{
	color:#1d4782;
}
a:hover
{
	color:#ff7b26;
}
p
{
	padding:0.4em 0;
}
#main
{
	background:#fff;
}
#main
{
	padding:3px 0 20px 0;	
}
#mainCol
{
	width:543px;
	float:left;
	line-height:1.6em;
}
#sideCol
{
	width:227px;
	float:left;
	margin:0 0 0 30px;
}

#mainCol h1
{
	color:#1d4782;
	font-size:2em;
	font-weight:normal;
	margin:0.5em 0 0.4em;
}
#mainCol h2
{
	color:#ff7b26;
	font-size:1.3em;
	margin:0.9em 0 0.4em;
}
#mainCol h3
{
	color:#ff7b26;
	font-size:1.0em;
	margin:0.8em 0 0.3em;
}
#mainCol UL
{
	margin:5px 0 5px 30px;
}
#mainCol UL LI
{

}
#mainCol .column
{
	float:left;
	width:255px;
	margin:0 7px 0 0;
}


ul.checks
{
	list-style-image:url(../images/li-checkbox.png);
}
ul.checks li
{
	padding:1px 0;
	margin:0 0 2px 0;
}

ul.triangles
{
	list-style-image:url(../images/li-blue.png);
}
ul.triangles li
{
	margin:10px 0 10px 20px;
	font-size:0.8em;
	color:#fff;
}
ul.triangles a
{
	color:#fff;
}


ul.latestwork
{
	margin:9px 0 0 0;
}
ul.latestwork li
{
	display:inline;
	padding:0 8px 0 0;
}
ul.latestwork li img
{
	border:3px solid #2e3339;
}







.more, .alternate
{
	/* used for jquery to display more info... */
	display:none;
}


.bodywidth
{
	width:800px;
	margin:0 auto;
}


.darkbg
{
	color:#fff;
}


#header
{
	/*height:91px;*/
	background:#2e3339;
}

#logo
{
	float:left;
	width:273px;
}

UL#submenu
{
	margin-top:17px;
		/* border-top: 1px solid #1d4782; */
		/* border-bottom: none; */
}
UL#submenu LI
{
	list-style-type:none;
	/*width:227px;*/
	line-height:24px;
	/* background:#fefefe url(../images/subMenuHeader.jpg) no-repeat; */
	/* padding:0 0 0 10px; */
			/* border-bottom: 1px solid #1d4782; */
			background: #1d4782;
}
UL#submenu LI a
{
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
		padding-left: 5px;
}
  UL#submenu LI UL
  {
	margin-bottom: 12px;
  }
UL#submenu LI UL LI
{
	list-style-type:none;
	line-height:24px;
	padding:0;
	background:#ffffff;
				border-bottom: none;
}
UL#submenu LI UL LI a
{
	font-weight:normal;
	color:#1d4782;
}
#menu { 
	width: 800px;
	/*background:yellow;*/
	text-align:right;
	padding:50px 0 0 0;
	float:left;
}
#menu a
{
	font-size:1.05em;
	line-height: 1.8em;
	display:block;
	float:left;
	padding:0 1.2em;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover, #menu a.active
{
	background:#1d4782;
	border-bottom:1px solid #1d4782;
}
#menu UL LI
{
	display:inline;
	float:left;
}


#promo
{
	background:url(../images/promoBgRpt.jpg) repeat-x;
	
}
.promo-extras
{
	display:none;
}
#promo .bodywidth
{
	background:url(../images/promoBg.jpg) no-repeat top center;
	height:244px;
}
#promo-left
{
	float:left;
	width:543px;
	margin:22px 0 0 0;
}
#promo-right
{
	width:227px;
	float:left;
	margin:22px 0 0 30px;
}


#promo-inside
{
	background:url(../images/promoBgRptInside.jpg) repeat-x;
}
#promo-inside .bodywidth
{
	background:url(../images/promoBgInside.jpg) no-repeat top center;
	height:60px;
}
#promo-inside h1
{
	color:#fff;
	font-size:2em;
	font-weight:normal;
	padding:7px 0 0 0;
}
#promo-inside h1 span
{
	font-size:0.4em;
	font-weight:bold;
}

#footerTop
{
	background:#40454c;
}
#footerTop .bodywidth
{
	background:	url(../images/midFooterBg.jpg) no-repeat;
}

#footerTop a
{
	color:#fff;
	text-decoration:none;
}
#footerTop a:hover
{
	color:#ff7b26;
	text-decoration:underline;
}

#footerTop .columnA,
#footerTop .columnB,
#footerTop .columnC
{
	padding:20px 0;
}
#footerTop h3
{
	color:#fff;
	font-size:1.3em;
}
#footerTop .columnA
{
	float:left;
	width:291px;
}
#footerTop .columnB
{
	float:left;
	width:282px;
}
#footerTop .columnC
{
	float:left;
	width:227px;
}


#footerBottom
{
	background:#2e3339;
	/* height:100px; */
}
#footerBottom .bodywidth
{
	background:	url(../images/footerBg.jpg) no-repeat;
}
#footerBottom p
{
	color:#6c7075;
	/* line-height:30px; */
}
#footerBottom a
{
	color:#6c7075;
	text-decoration:none;
}
#footerBottom a:hover
{
	color:#ff7b26;
	text-decoration:underline;
}

#form_name, #form_mail, #form_message
{
	background:#fafafa;
	border:1px solid #1d4782;
	padding:4px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	width:375px;
}
#form_submit
{
	background:#fafafa;
	border:1px solid #1d4782;
	padding:4px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#1d4782;
	font-weight:bold;
	cursor:pointer;
}



.filler
{
	height:200px;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 