/* ====================================================
	DEFAULTS
==================================================== */
body {
	margin: 0;
	background: #cbcbcb url(../images/bg-page.jpg) repeat-x top left;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #101316;
}
form {
	margin: 0;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
a {
	color: #52677b;
	text-decoration: underline;
}
a:hover {
	color: #101316;
}

/* ====================================================
	CLEARS
==================================================== */
#content #maincontent:after,
#content .boxcontent:after,
#content .boxcontent ul.projects:after,
#footer ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/* ====================================================
	PAGE AREA/OUTLINE
==================================================== */
#page {
	width: 980px;
	margin: 0 auto;
}

/* ====================================================
	HEADER
==================================================== */
#header {
	height: 175px;
}
#header h1 {
	margin: 12px 0 10px 18px;
	width: 235px;
	height: 105px;
	float: left;
}
#header h1 a {
	display: block;
	width: 235px;
	height: 105px;
	background: url(../images/logo.png);
	overflow: hidden;
	text-indent: -9999px;
}
#header p {
	float: right;
	width: 405px;
	margin: 22px 4px 0 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 40px;
	font-style:italic;
}
#header p span {
	font-size: 40px;
}
#header .bar {
	clear: both;
	margin: 0 4px;
	height: 39px;
	background-color: #cfcfcf;
}
#header .bar span {
	float: left;
	padding: 9px 0 0 16px;
	font-size: 1.6em;
	color: #242424;
}
#header .bar span a {
	font-weight: bold;
	color: #bd0000;
}
#header .bar span a:hover {
	color: #511111;
}
#header form {
	margin: 8px 19px 0 0;
	float: right;
	font-size: 1.2em;
}
#header form input.textbox {
	float: left;
	width: 218px;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 5px 10px 0 10px;
	color: #b8b8b8;
	border: none;
	background: url(../images/bg-searchbox.gif);
}
#header form input.button {
	float: left;
	width: 82px;
	height: 24px;
	color: #fff;
	font-size: 1.2em;
	border: none;
	background: url(../images/btn-search.gif);
	cursor: pointer;
}

/* ====================================================
	LEFT COLUMN
==================================================== */
#leftcol {
	float: left;
	width: 291px;
}
#leftcol h3 {
	margin: 0;
	width: 281px;
	height: 27px;
	padding: 10px 0 0 10px;
	position: relative;
	left: -4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	background: url(../images/bg-header.png) no-repeat;
}

#leftcol h3.long {
	background: url(../images/bg-header2.gif) no-repeat;
}

#leftcol .navwrapper {
	width: 287px;
	margin: 0 0 20px 4px;
}
#leftcol .navcontent {
	width: 287px;
	margin: 2px 0 0 0;
	padding-bottom: 10px;
	background-color: #000;
	font-size: 1.2em;
}
#leftcol .navcontent ul {
	margin: 0;
	padding: 5px 16px 0 16px;
	list-style-type: none;
}
#leftcol .navcontent ul li {
	padding: 0 8px;
	background: url(../images/nav-divider.gif) repeat-x bottom left;
}
#leftcol .navcontent ul li a {
	display: block;
	padding: 6px 0 6px 15px;
	color: #b7c0cb;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/nav-arrow.gif) no-repeat 0 9px;
}
#leftcol .navcontent ul li a:hover,
#leftcol .navcontent ul li a.active {
	color: #fff;
	background-image: url(../images/nav-arrow-on.gif);
}
#leftcol .boxwrapper {
	width: 287px;
	margin: 0 0 20px 4px;
	background: url(../images/bg-sidebox.gif) repeat-y;
}
#leftcol .boxcontent {
	width: 265px;
	padding: 5px 11px 9px 11px;
	font-size: 1.2em;
	border-bottom: 1px solid #b0b0b0;
}
#leftcol .boxcontent p {
	margin: 0;
}
#leftcol .boxcontent p.video {
	margin-top: 8px;
	font-size: 1.2em;
	color: #4f4f4f;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#leftcol .boxcontent p.formintro {
	color: #374454;
	font-size: .9em;
	line-height: 1.6em;
}
#leftcol .textbox {
	margin: 4px 0 0 0;
	width: 246px;
	padding: 5px 7px;
	background-color: #fff;
	border: 1px solid #afb9c5;
}
#leftcol textarea.textbox {
	height: 110px;
}
#leftcol .button {
	width: 49px;
	height: 21px;
	margin: 11px 0 0 213px;
	border: none;
	font-size: .9em;
	color: #101316;
	cursor: pointer;
	background: url(../images/btn-submit.gif);
}
#leftcol .errorMessages {
	margin: 5px 0;
	padding: 10px;
	font-size: .9em;
	border: 1px solid #be0000;
	color: #be0000;
	background-color: #f2e6e6;
}
#leftcol .errorField {
	border: 1px solid #be0000;
	color: #be0000;
	background-color: #f2e6e6;
}
#leftcol p.mailererror, #leftcol p.thanks {
	margin-top: 10px;
}
#leftcol p.thanks {
	font-weight: bold;
}




/* ====================================================
	MAIN CONTENT
==================================================== */
#content {
	float: right;
	margin: 0 4px 0 0;
	width: 667px;
}
#banner {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #282828;
	height:277px;
}

#banner #rotate{
	height:277px;
	overflow:hidden;
	padding:0;
	margin:0;
}

#content h3 {
	margin: 0;
	width: 661px;
	height: 27px;
	padding: 10px 0 0 10px;
	position: relative;
	left: -4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	background: url(../images/bg-header.png) no-repeat;
}
#content h3.maincontent {
	height: 23px;
	padding: 9px 0 0 10px;
	background: url(../images/bg-mainheader.png) no-repeat;
}
#content #maincontent {
	margin: 0 0 20px 0;
	background-color: #e6e6e6;
	border: 1px solid #b0b0b0;
	border-top: none;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content #maincontent h2 {
	margin: 0 0 .2em 0;
	font-size: 1.5em;
	line-height: 1.2em;
}
#content #maincontent h3 {
	margin: 0 0 .5em 0;
	width: auto;
	height: auto;
	padding: 0;
	position: static;
	color: #101316;
	text-transform: none;
	background: none;
	font-size: 1.3em;
	line-height: 1.2em;
}
#content #maincontent p {
	margin: 0 0 1em 0;
}
#content #maincontent ul,
#content #maincontent ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}
#content #maincontent li {
	margin: .6em 0;
}
#content #maincontent img.inset {
	padding: 4px;
	margin-left: 15px;
	float: right;
	background-color: #fff;
	border: 1px solid #dddddd;
}
#content a.readmore,
#content a.readmorer {
	float: left;
	color: #101316;
	text-decoration: none;
	font-size: 11px;
	line-height: 21px;
	color: #101316;
	background: url(../images/readmore-left.gif) no-repeat top left;
}
#content a.readmore span,
#content a.readmorer span {
	float: left;
	padding: 0 4px;
	height: 21px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/readmore-right.gif) no-repeat top right;
	cursor: pointer;
}
#content a.readmorer {
	float: right;
}
#content a.readmorer {
	float: right;
	margin:10px 30px 0 0;
}

#content .boxwrapper {
	margin: 0 0 20px 0;
	background: url(../images/bg-mainbox.gif) repeat-y;
}

#content .boxwrapper h3 {background: url(../images/bg-header3.gif) no-repeat; color:#C00; font-style:italic;}

#content .boxcontent {
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid #b2b2b2;
}
#content table.projects {
	width:627px;
	margin-left:20px;
	overflow:hidden;
	
}

#content #maincontent table.projects {
	margin-bottom:30px;
}

#content table.projects td h4 {font-size:1.2em; font-weight:bold; margin-bottom:5px;}


#content table.projects td img {
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

#content #maincontent  table.projects {width:auto;}
#content #maincontent  table.projects td {padding:0 20px 20px 0;}


#maincontent .boxcontent {
	width: 265px;
	padding: 5px 11px 9px 11px;
	font-size: 1.2em;
	border-bottom: 1px solid #b0b0b0;
}
#maincontent .boxcontent p {
	margin: 0;
}
#maincontent .boxcontent p.video {
	margin-top: 8px;
	font-size: 1.2em;
	color: #4f4f4f;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#maincontent .boxcontent p.formintro {
	color: #374454;
	font-size: .9em;
	line-height: 1.6em;
}
#maincontent .textbox {
	margin: 4px 0 0 0;
	width: 246px;
	padding: 5px 7px;
	background-color: #fff;
	border: 1px solid #afb9c5;
}
#maincontent textarea.textbox {
	height: 110px;
}
#maincontent .button {
	width: 49px;
	height: 21px;
	margin: 11px 0 0 213px;
	border: none;
	font-size: .9em;
	color: #101316;
	cursor: pointer;
	background: url(../images/btn-submit.gif);
}
#maincontent .errorMessages {
	margin: 5px 0;
	padding: 10px;
	font-size: .9em;
	border: 1px solid #be0000;
	color: #be0000;
	background-color: #f2e6e6;
}
#maincontent .errorField {
	border: 1px solid #be0000;
	color: #be0000;
	background-color: #f2e6e6;
}
#maincontent p.mailererror, #maincontent p.thanks {
	margin-top: 10px;
}
#maincontent p.thanks {
	font-weight: bold;
}

#maincontent #beforeAfter {clear:both; overflow:hidden; width:595px; padding:15px 15px; background-color:#cbcbcb;}
#maincontent #beforeAfter h4 {padding:0; margin:0; text-align:center;}
#maincontent #beforeAfter table {margin-left:50px;}
#maincontent #beforeAfter table td {width:200px; padding:0 50px 50px 0;}
#maincontent #beforeAfter p {text-align:center;}
#maincontent #beforeAfter img{display:block; margin-bottom:10px; margin-left:10px;}

/* ====================================================
	FOOTER
==================================================== */
#footer {
	clear: both;
	font-size: 1.1em;
	background: #424242 url(../images/bg-footer-top.gif) repeat-x top left;
}
#footer .footercontent {
	margin: 0 auto;
	width: 972px;
	padding: 53px 0 28px 0;
}
#footer ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#footer ul li {
	float: left;
	border-left: 1px solid #b7c0cb;
	padding: 0 8px;
}
#footer ul li.first {
	border-left: none;
	padding-left: 0;
}
#footer ul li a {
	color: #b7c0cb;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
}
#footer p {
	clear: both;
	margin: 0;
	color: #78808a;
	line-height: 1.5em;
}
#footer p a {
	color: #78808a;
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}