﻿body
{
	color:#000;
	font-family: Helvetica;
	font-size:13px;
	margin:0;
	padding:0;
	background: transparent url(../Content/Images/page.jpg) repeat-x scroll left top;
}

/* links */ 

a:link { color:#336600; }
a:hover{ color:#ffffff !important; background-color:#336600; text-decoration:none; }
a:visited { color:#336600; }

/* page */

#page 
{
	
	margin: 0 auto 0 auto;
}

/* header */

#header
{
	width:990px;
	height:80px;
	margin: 0 auto;
	position:relative;
	z-index:1;
	padding:30px 0;
}

#logo {
	float:left;
	width: 200px;
	background-image: url(Images/logo.png);
	height: 90px;
}
#logo img { border:none; }
#logo a:hover { background-color:Transparent !important; }

/* primary navigation */

#primary-navigation 
{
	padding: 0;
	float: right;
	margin-top:33px;
	width: 690px;	/*border-bottom:solid 1px #339983;*/
}

#primary-navigation ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding:20x 0;
}

#primary-navigation li 
{
	float: left;
	border-left: 1px solid #fff;
}

#primary-navigation li.first {
	border: none;
}

#primary-navigation a {
	border:medium none;
	display:block;
	font-family:Helvetica,sans-serif;
	font-size:10pt;
	font-weight:normal;
	margin: 0;
	text-decoration:none;
	height:14px;
	padding-top: 3px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#primary-navigation a:hover, #primary-navigation span {
	text-decoration:none;	
}

#primary-navigation li.current a:link,
#primary-navigation li.current a:visited,
#primary-navigation li.current a:hover {
	
}

/* content */

#content
{
	margin: 0 auto;
}

#hero
{
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Images/hero_bg.jpg);
	background-repeat: no-repeat;
}

/* teasers */

#teasers
{
	width:960px;
	margin: 10px auto;	
}

#teasers h3
{
	color:#336600;
	margin-top:0;
}

.teaser
{
	float:left;
	width:270px;
	height:130px;
	padding:30px 20px 20px 20px;
	margin-right:14px;
}

.one { background: #fff url(../Content/Images/teaser001.jpg) repeat-x scroll left top; }
.two { background: #fff url(../Content/Images/teaser002.jpg) repeat-x scroll left top; }
.three { background: #fff url(../Content/Images/teaser003.jpg) repeat-x scroll left top; }

.last { margin-right:0; }

/* footer */

#footer
{
	width:930px;	
	margin:0 auto;
	font-size:16px;
	font-weight:lighter;
	color:#fff;
}

#footer-left { float:left; }
#footer-right { float:right; }

/* about */

#about h1 {
	color:#336600;
	margin-top:0;
	margin-bottom: 0px;
}

#about
{
	padding:20px;
	width:920px;
	height:487px;
	margin: 0 auto;
	background: #fff url(../Content/Images/Background.jpg) repeat-x scroll left top;
	border:solid 1px #ccc;
}


#example
{
	padding:20px;
	width:920px;
	height:700px;
	margin: 0 auto;
	background: #fff url('../Content/Images/example-bg.jpg') no-repeat top;
	border:solid 1px #ccc;
}
#example-left p { margin-bottom:20px; width:750px !important; }
#example-left h3 img { vertical-align:bottom; }
#example-left { float:left; width:900px; padding-right:20px; }


#about-left p { margin-bottom:20px; }
#about-left h3 img { vertical-align:bottom; }
#about-left { float:left; width:500px; padding-right:20px; }

#about-right-top { height:150px; }

#about-right h3 { color:#808080; margin-top:5px; }
#about-right p { margin-bottom:30px; }
#about-right p strong { color:#808080; }
#about-right p.last { margin-bottom:5px; }

#about-right 
{ 
	float:left; 
	margin-left:100px;
	padding-left:40px; 
	border-left:solid 2px #808080; 
}

/* case studies */
#case-studies a:link, #case-studies a:visited { text-decoration:none; }
#case-studies a:hover { background-color:transparent; }
#case-studies img { border:0; }
#case-studies { width:650px; }
#modalDetail1, #modalDetail2, #modalDetail3, #modalDetail4 { display:none; }
p.light-images { width:1000px; }



/*****************************
		 Slideshow
*****************************/


#slider {
	width: 960px; /* important to be same as image width */
	height: 335px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(Images/hero_bg.jpg);

}
#sliderContent {
	width: 960px; /* important to be same as image width or wider */
	position: absolute;

}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	top: -12px;
	margin-left: -40px;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 960px;
	background-color: #000;
	filter: alpha(opacity=00);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
}


/* news Ticker */

#marqueecontainer{
	position: relative;
	width: 250px; /*marquee width */
	height: 140px;
	overflow: hidden;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
}
#page #content #teasers .teaser.two #marqueecontainer #vmarquee h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#job-desc {
	border: 1px solid #F4F4F4;
	padding: 10px;
	background-image: url(Images/div-panel.jpg);
	background-repeat: repeat-x;
}
#page #about #about-left #job-req {
	padding: 10px;
	border: 1px solid #EFEFEF;
	background-image: url(Images/div-panel.jpg);
	background-repeat: repeat-x;
}
#page #about #about-left #job-spec {
	border: 1px solid #EFEFEF;
	background-image: url(Images/div-panel.jpg);
	background-repeat: repeat-x;
}
#page #about #about-left #post-date {
	font-size: 10px;
	margin:0px;
}
.news {
	background-image: url(Images/div-panel.jpg);
	background-repeat: repeat-x;
	border: 1px solid #EFEFEF;
	margin-top: 10px;
	padding: 5px;
}


#form { width: 375px; float: left; padding: 10px;}
#form div.row { float: left; margin: 0 0 4px 0; clear: both; position: relative;}
#form .label { float: left; width: 120px; font: normal 12px/26px sans-serif;}
#form .text { float: left; border: 1px solid #ccc; padding: 3px; font: normal 12px sans-serif; color: #666; width: 180px;}
#form .textarea { float: left; border: 1px solid #ccc; padding: 3px; font: normal 12px sans-serif; color: #666; width: 180px}
#form #submit {
	position: relative;
	left: 120px;
	background-image: url(/images/alert-overlay.png);
}

.required text {	color: #F00;}
.required .text {	color: #F00;}


input.error { border: 1px dotted #C00 !important; background: #FFF2F2;}

label.error {
	font: bold 11px/18px 'Tahoma', Arial, sans-serif;
	position:absolute;
	top: 0; left: 310px;
	min-width: 200px;
	max-width: 200px;
	padding:5px 10px;
	margin:0;
	color:#900;
	background:#FCC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
  	-khtml-opacity: 0.8;
  	opacity: 0.8;}
#page #about #about-left p img {
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: -10px;
	padding-left: 1px;
}
