/* CSS Reset
-------------------------------------------- */

* { margin:0; padding:0; }
img { border: none; }
a { text-decoration: none; cursor: pointer; cursor: hand; }



/* General Styles
-------------------------------------------- */

html,body {
	background: #fff;
	color: #444;
	font-family: Helvetica,Arial,sans-serif;
	height: 100%;
	width: 100%;
	font-size: 14px;
}

a { color: #e81b16; font-weight: bold; }

a.button { 
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 30px; 
	line-height: 32px;
	border: solid 1px #e10601;
	text-shadow: 1px 1px #c51612;
	padding: 0 15px;
	font-size: 13px;
	background: #e10601 url('/images/bar-red.png') 0 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wrapper { width: 960px; overflow: hidden; margin: 0 auto; }

#notthefooter { min-height: 100%; width: 100%; }

.body { overflow: auto; padding-bottom: 83px; }

.body .wrapper { padding-bottom: 30px; }

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.slideshow li { display: block; position: absolute; }

.imageframe { display: block; }
.imageframe .caption { 
	position: absolute;
	opacity: .80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .80;
	-moz-opacity: .80;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: bold;
}
.imageframe .caption span { display: block; background: #222; padding: 5px; margin-bottom: 4px; }
.imageframe .caption .name { font-size: 14px; }
.imageframe .caption .location { font-size: 10px; }
.imageframe .image { padding: 6px 0 0 6px; display: block; }
.imageframe .image a { display: block; }
.if-275x128 { width: 287px; height: 140px; background: url('/images/imageframe-275x128.png') 0 0 no-repeat; }
.if-275x128 .image { width: 275px; height: 128px; overflow: hidden; }
.if-275x128 .caption { margin-top: 78px; }

.if-275x205 { width: 287px; height: 217px; background: url('/images/imageframe-275x205.png') 0 0 no-repeat; }
.if-275x205 .image { width: 275px; height: 205px; overflow: hidden; }
.if-275x205 .caption { margin-top: 155px; }

.body h2 { font-size: 24px; border-bottom: solid 1px #eee; padding-bottom: 25px; margin-bottom: 25px; }

.body h3 { color: #e81b16; font-size: 18px; }

.jspDrag { width: 15px; background: url('/images/scrollhandle.png') 0 0 no-repeat; }
.jspTrack { background: #fff url('/images/greydot.png') repeat-y 50% 0%; }
.jspVerticalBar { width: 15px; }
.scroll-pane { width: 250px; }



/* Forms
-------------------------------------------- */

.formfield { overflow: hidden; clear: both; padding-bottom: 25px; }
.formfield label { display: block; clear: both; font-weight: bold; font-size: 14px; padding-bottom: 10px; }
.formfield .textinput { border: solid 1px #ddd; padding: 10px; width: 553px; font-family: Helvetica,Arial,sans-serif; font-size: 12px; }
.formfield .textarea { border: solid 1px #ddd; padding: 10px; width: 553px; height: 240px; font-family: Helvetica,Arial,sans-serif; font-size: 12px; }
.formfield .submit {
	float: right;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: solid 1px #e10601;
	text-shadow: 1px 1px #c51612;
	padding: 8px 15px;
	font-size: 13px;
	background: #e10601 url('/images/bar-red.png') 0 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	cursor: hand;
	font-family: Helvetica,Arial,sans-serif;
}



/* Header
-------------------------------------------- */

#header { width: 100%; height: 154px; text-align: center; background: url('/images/header-bg.png') 0 10px repeat-x; }
#header h1 { 
	background: url('/images/logo.png') 0 10px no-repeat;
	display: block; 
	float: left; 
	width: 304px; 
	height: 154px; 
	overflow: hidden;
}
#header h1 a { display: block; width: 304px; height: 154px; text-indent: -9999px; overflow: hidden; }
#header .content { overflow: hidden; float: left; width: 656px; height: 154px; }
#header .content .social { display: block; overflow: hidden; float: right; clear: both; margin-top: 33px; height: 24px; }
#header .content .social li { display: block; float: left; margin-right: 5px; }
#header .content .tagline { clear: both; text-align: right; font-size: 14px; font-weight: bold; color: #e81b16; height: 25px; line-height: 25px; }

#header .content .navigation { overflow: hidden; height: 44px; line-height: 44px; }
#header .content .navigation li { display: block; float: left; }
#header .content .navigation li a { color: #fff; text-shadow: 1px 1px #c51612; font-size: 14px; font-weight: normal; padding: 18px; }

#header .content .navigation li ul { 
	line-height: 12px;
	overflow: hidden; 
	position: absolute; 
	z-index: 999;
	background: #999; 
	padding-bottom: 1px; 
	margin-left: 14px; 
	display: none; 
	*margin: 48px 0 0 -110px;
	*width: 200px;
}
#header .content .navigation li ul li { display: block; clear: both; text-align: left; float: none; padding: 0; margin: 0; }
#header .content .navigation li ul li a {
	display: block;
	float: none;
	color: #222;
	text-shadow: 1px 1px #eee;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #999;
	border-bottom: none;
	background: #cdcdcd url('/images/bar-grey.png') 0 0 repeat-x;
	padding: 0 6px;
	height: 26px;
	line-height: 28px;
}
#header .content .navigation li ul li a:hover {
	color: #fff;
	border: solid 1px #e10601;
	border-bottom: none;
	text-shadow: 1px 1px #c51612;
	background: #e10601 url('/images/bar-red.png') 0 0 repeat-x;
}



/* Footer
-------------------------------------------- */

#footer { 
	width: 100%; 
	height: 83px; 
	text-align: center; 
	background: url('/images/footer-bg.png') 0 0 repeat-x;
	position: relative;
	margin-top: -83px;
	clear:both;
	font-size: 11px;
	color: #666;
	text-shadow: 1px 1px #fff;
}

#footer .navigation { overflow: hidden; padding: 28px 0 5px 0; }
#footer .navigation li { display: inline; padding: 0 5px; }



/* Home
-------------------------------------------- */

#home .masthead { background: #ececec url('/images/masthead-bg.png') 50% 0 no-repeat; height: 450px; overflow: hidden; width: 100%; }

#home .content .wrapper { padding-top: 30px; }

#home .content .leftcolumn { width: 287px; margin-left: 35px; float: left; }

#home .content .rightcolumn { float: left; width: 500px; margin-left: 50px; padding-top: 4px; }
#home .content .rightcolumn p { font-size: 14px; line-height: 1.4em; }
#home .content .rightcolumn p strong { font-size: 16px; color: #e81b16; }
#home .content .rightcolumn .button { float: left; margin-top: 10px; }



/* Projects
-------------------------------------------- */

#projects table { width: 100%; }
#projects table td { width: 33.33%; padding-right: 75px; vertical-align: top; }



/* Contact
-------------------------------------------- */

#contact .leftcolumn { width: 575px; float: left; }
#contact .rightcolumn { width: 300px; float: left; margin-left: 85px; }
#contact .rightcolumn .social li { display: block; padding-top: 15px; }
#contact .rightcolumn .social li a { display: block; padding-left: 40px; color: #444; font-weight: normal; }
#contact .rightcolumn .social li a strong { display: block; }
#contact .rightcolumn .social li.facebook a { background: url('/images/icon-facebook.png') 0 0 no-repeat; }
#contact .rightcolumn .social li.youtube a { background: url('/images/icon-youtube.png') 0 0 no-repeat; }



/* Experience
-------------------------------------------- */

#experience .leftcolumn { float: left; width: 270px; float: left; }
#experience .leftcolumn #menu { width: 250px; height: 475px; overflow: hidden; }
#experience .scroll-pane { height: 475px; }
#experience .leftcolumn #menu ul { margin: 5px 0 15px 0;  }
#experience .leftcolumn #menu ul li { display: block; font-size: 11px; line-height: 13px; font-weight: normal; }
#experience .leftcolumn #menu ul li a { display: block; color: #444; padding: 7px; cursor: pointer; cursor: hand; }
#experience .leftcolumn #menu ul li a.selected { color: #fff; background: #444 url('/images/arrow-greybg.png') 100% 50% no-repeat; }
#experience .leftcolumn #menu ul li a strong { display: block; }

#experience .rightcolumn { float: left; width: 670px; margin-left: 20px; }
#experience .rightcolumn .image { margin-bottom: 15px; }
#experience .rightcolumn .image img { width: 670px; }
#experience .rightcolumn p { font-size: 14px; margin: 15px 0; }



/* What We Do
-------------------------------------------- */

#whatwedo .wrapper { padding-top: 20px; }
#whatwedo .leftcolumn { float: left; width: 220px; float: left; }
#whatwedo .leftcolumn ul { padding-right: 40px; }
#whatwedo .leftcolumn ul li { margin-top: 20px; font-size: 16px; }
#whatwedo .leftcolumn ul li a { color: #444; }

#whatwedo .rightcolumn { float: left; width: 670px; padding-left: 49px; border-left: solid 1px #eee; }
#whatwedo .rightcolumn .image { padding-bottom: 15px; }
#whatwedo .rightcolumn .image img { width: 670px; }
#whatwedo .rightcolumn p { font-size: 14px; margin: 15px 0; }