@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
 * 
 * Eric Meyers reset.css
 * 
 ---------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:#000000;background:#ffffff;}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

#under-construction{
	color:red;
	display:inline-block;
	font-size:2.2em;
	font-weight:bold;
	padding-left:50px;
	text-transform:lowercase;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

h1,h2,h3,h4,h5,h6{}

h1{
	font-size:26px;
	font-weight:bold;
}
h2{
	font-size:20px;
	font-weight:bold;
}

p{}

a{
	color:#FF9900;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
}

div#wrap{
	/*background:#fafafa;
	height:100%;*/
	margin:0 auto;
	width:980px;
}

div#head{
	height:88px;
	margin-top:20px;
}
div#head div#logo{
	background-color:#383838;
	float:left;
	height:88px;
	width:208px;
}
div#head div#nav-stripe{
	background-color:#fafafa;
	float:right;
	height:44px;
	margin-top:44px;
	max-width:772px;
}
div#head div#nav-stripe ul{
	list-style:none;
}
div#head div#nav-stripe ul li{
	background-color:#f0f0f0;
	float:left;
	margin-left:2px;
}
div#head div#nav-stripe ul li a{
	color:#383838;
	float:left;
	font-size:20px;
	font-weight:bold;
	height:44px;
	line-height:44px;
	width:125px;
	text-align:center;
}
div#head div#nav-stripe ul li a:hover{
	color:#FF9900;
}
div#head div#nav-stripe ul li.active a{
	background:url(../img/menu-item-back.png) no-repeat 0 0;
	color:#FF9900;
}


div#content{ background-color:#fafafa;margin-top:20px; }
div#content div.project{
	margin-bottom:1px;
}
div#content div.service{
	margin-bottom:1px;
}

div#content div.header{
	background:url(../img/h1-back.jpg) repeat-y 0 0;
	height:44px;
	cursor:pointer;
	width:980px;
}
div#content h1{
	color:#383838;
	float:left;
	height:44px;
	line-height:44px;
	padding-left:10px;
}
div#content h1 a{
	color:#383838;
}
div#content div.header span{
	background-color:#383838;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	margin-left:10px;
	padding:2px 4px;
}
div#content div.header span.details{
	background-color:transparent;
	color:#fff;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	/*margin-right:10px;*/
	padding:2px 4px;
}
/*div#content div.header span a.hilite{ background:#FFFF00; }*/
/*div#content div.service div.service-content{ display:none; }*/

div#content div.details{
	background-color:#ffbb00;
	padding:10px 0 0;
}
div#content div.details img{
	float:left;
	margin:10px;
}
div#content div.details:after{
	clear:both;
}
div#content p{
	font-size:15px;
	line-height:130%;
	padding:0 10px 10px;
}
div#content div.links{
	background-color:#383838;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	padding-left:10px;
}
div#content div.links a{
	color:#ff9900;
	font-size:18px;
}
body#projects div#content div.img-box{
	display:none;
}
div#content div.img-box{
	background-color:#212121;
	padding:10px;
}
div#content div.img-box div.img-wrap{
	height:185px;
	overflow:hidden;
}

div#content div.request{
	background-color:#383838;
	color:#fff;
	font-size:18px;
	padding:10px;
}
div#content div.request h2{
	color:#ff9900;
	margin-bottom:10px;
}
div#content div.request form{
	display:none;
}
div#content div.request label{
	
}
div#content div.request input{
	border:none;
	font-size:18px;
	height:32px;
	line-height:normal;
	margin-top:3px;
	padding:8px 5px 0;
	width:463px;
}
div#content div.request input:focus{ background-color:#ffbb00; }
div#content div.request input.submit{
	background:#ff9900;
	border:none;
	cursor:pointer;
	height:38px;
	margin:10px 0 0;
	padding:0;
	width:100px;
}
div#content div.request div.left-field, div#content div.request div.right-field{
	float:left;
	margin-bottom:10px;
	width:475px;
}
div#content div.request div.right-field{
	margin-left:10px;
}
div#content div.request textarea{
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:110px;
	margin:3px 0 0;
	padding:5px;
	width:949px;
}
div#content div.request textarea:focus{ background-color:#ffbb00; }

div#footer{ color:#383838;font-size:12px;margin-bottom:20px;margin-top:25px;line-height:130% }

/**
* Accordion
*/

.ui-accordion .ui-accordion-header .ui-icon{
	float:right;
	height:8px !important;
	margin-left:1px !important;
	margin-right:12px;
	margin-top:18px;
	padding:0 !important;
	width:8px;
}
.ui-accordion .ui-accordion-header .ui-icon-plus, .ui-accordion .ui-accordion-header .ui-icon-minus{
	background:url(../img/ui-icon-plus.png) no-repeat 0 0;
}
.ui-accordion .ui-accordion-header .ui-icon-minus{
	background:url(../img/ui-icon-minus.png) no-repeat 0 0;
}