/* General Styling */

body { 
	font: 72%/1.5 Arial, Verdana, sans-serif;
	background: #616161;
}

h1 { font-size: 218%;}
h2 { font-size: 164%;}
h3 { font-size: 145%;}
h4 { font-size: 118%;}



.relative { position: relative; }
.marginTop { margin-top: 12px; }

#tooltip {
	position:absolute;
	background: #001E4A;
	padding:8px 8px;
	display:none;
	color:#fff;
	font-weight: bold;
}
/* ### Send us a message button ### */
a.contactus {
	display: block; float: left;
	width: 250px;
	height: 27px;
	background: url(../images/contactusbutton.png) no-repeat bottom left;
}

a.contactus:hover {	background: url(../images/contactusbutton.png) no-repeat top left; }	


/* Links */
p a {
	color: #1f527f; 
	text-decoration: underline;
	padding: 1px;
}

p a:hover {
	color: #2467a3;
	background: #fff;
	text-decoration: none;
}

a.viewJobs {
	display: block;
	margin: 10px 0 0 0;
    color:white;
    font-size:16px;
    
}

a.viewJobs:hover {
	
}



/* The main container of the content in the Header, Featured, Content and Footer */
div.container {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	position: relative;
}

/* ### Header ### */
div#header {
	width: 100%;
	height: 91px;
	padding: 0 0px 0px 0px;
	background: #fff;
	border-top: 8px solid #001e4a;
}


div.logo, div.logo img {
	float: left;
	margin: 0; 
	padding-top: 8px;
}

	/* ### Navigation ### */
#navigation {
	float: left;
	height: 90px;
	padding-left: 80px;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: auto; height: 70px;
	padding: 30px 15px 0px 15px;
	cursor: pointer;
}

#navigation ul li.navhover{
	background: #f2f2f2;
	
}

#navigation ul li.current {
	background: #e4e4e4;
}
	#navigation ul li.navhover a, #navigation ul li.current a { color: #333; }	
	#navigation ul li.navhover div, #navigation ul li.current div { color: #666; }	

#navigation ul li a {
	text-decoration: none; 
	text-transform: uppercase;
	color: #001E4A; 
	font-weight: bold;
}



#navigation ul li div {
	padding: 5px 0px 0px 0px; line-height: 110%;
	color: #666; 
	cursor: pointer;
}


/* ### Featured ### */
div#featured {
	width: 100%;
	height: 233px;
	background: url(../images/wood_bg.gif) no-repeat top center;
}


div#slider {
	width: 960px; height: 210px;
	padding: 0px 10px 0 0; 
	margin: 10px 0;
	float: left; 
	position: relative;
	background: url(../images/faded.png) no-repeat center;
}

div.projectImage {
	width: 400px; 
	height: 190px;
	float: left; 
	overflow: hidden;
	margin: 0 20px 0 15px; 
	padding: 12px 0 0 20px;
}

div.projectDescription {
	float: left; 
	margin: 12px 0 0 15px;
	width: 480px; 
	height: 180px;
}

	div.projectDescription h1 {
		color: #fff;
		font-weight: bold; 
		margin: 0; padding: 0;
	}
	div.projectDescription h2 {
		color: #f2f2f2;
		font-weight: bold; 
		margin: 0; padding: 0;
	}
	div.projectDescription h3 {
		color: #f2f2f2;
		font-weight: bold; 
		margin: 0; padding: 0;
	}
	
	div.projectDescription p {
		color: #fff;
		font-size: 120%;
		line-height: 150%; 
		width: 440px;
		padding-right: 10px;
		text-align: left;
		margin-top: 15px;
	}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	width: 960px; /** 809 **/
	height: 200px;
	float: left;
	margin: 10px 5px 5px 20px;
}

.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%; height: 100%;
	list-style-type: none;
	float: left; overflow: hidden;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 960px;
	padding: 0px;
}



.stripNavL, .stripNavR { /* The left and right arrows */
	text-indent: -9000em;
}

.csw {width: 100%; height: 100%; overflow: hidden; float: left;}
.csw .loading { margin: 100px 0 300px 0; text-align: center; color: #fff; font-weight: bold; }



/* ### Main Content ### */
div#content {
	width: 100%;
	background: #fff no-repeat top center;
	border-top: 4px solid #ccc;
	/* background: #f1f1f1 url(../images/content_bg.jpg) no-repeat top center; */
}


div.ribbon {
	position: absolute;
	display: block; 
	clear: both; /* Fixes IE6 bug */
	right: -27px; top: 0;
	background: url(../images/contactus.gif) no-repeat;
	width: 178px; height: 45px;
}

div.ribbon a { display: block; width: 178px; height: 45px; }

div#content h1 {
	color: #001E4A;
	letter-spacing: -1.5px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	background: url(../images/divider.png) bottom left no-repeat;
}

div#content h2 {
	color: #001E4A;
	letter-spacing: -1.5px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

div#content p {
	color: #333;
	line-height: 160%; 
	letter-spacing: 0.3px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
    font-size:13px;
}

div.main {
	width: 580px;
	padding: 25px 15px 0px 15px;
	float: left; 
	overflow: hidden;
}

div.main ul {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
    font-size: 13px;
}

div.main ul li {
	padding: 0 0 5px 20px;
	background: url(../images/bullet.gif) 0 3px no-repeat;
}

div.sideBar {
	width: 320px;
	padding: 25px 15px 0px 15px;
	float: left; 
	overflow: hidden;
}

/* ### Job Postings in the Main ### */
ul.jobPosts {
	padding-bottom: 40px;
	float: left; 
	overflow: hidden;
}

ul.jobPosts li {
	display: block;
	background: url(../images/bullet_jobposting.jpg) no-repeat top left !important;
	margin: 20px 0px 0px 0; padding: 0 0 20px 40px !important;
	border-bottom: 1px solid #dcdcdc;
}

ul.jobPosts li a {
	color:#001E4A;
	letter-spacing: -0.1px;
	text-decoration: underline; 
}

ul.jobPosts li .jobPostTitle {
	color: #333; 
	letter-spacing: -0.1px;
	text-decoration: underline; 
	margin: 0; 
	font-weight: bold;
}

ul.jobPosts li a:hover {
	color: #111;	
	text-decoration: none;
}

ul.jobPosts li div {
	color: #000000;
	line-height: 140%;
	padding-top: 5px;
	margin-bottom: 5px;
}

ul.jobPosts .postDate {
	font-style: italic;
}





/* ### List news in the sidebar ### */
ul.listNews, ul.listContacts {
	width: 320px; 
	padding-bottom: 20px;
	float: left; 
	overflow: hidden;
}

ul.listNews li {
	width: 320px;
	display: block;
	margin: 15px 0px 0px 0px; padding:0 0 0 0px;
}

ul.listNews li a {
	color: #333; 
	letter-spacing: -0.1px;
	text-decoration: underline; 
	margin: 0; 
	font-weight: bold;
}

ul.listNews li a:hover {
	color: #111;	
	text-decoration: none;
}

ul.listNews li div {
	color: #000000;
	line-height: 140%;
	padding-top: 5px;
}

ul.listNews .newsDate {
	font-style: italic;
}


div#contentEnd {
	width: 100%; height:55px;
	background: url(../images/contentEnd_bg.gif) no-repeat top center;
}	

/* ### Listing the contact info in the Sidebar ### */
ul.listContacts li {
	width: 320px;
	display: block;
	margin: 15px 0px 0px 0px; padding:0px 0 0 0px;

}

ul.listContacts li.mobile {
	background: url(../images/mobile_phone.gif) 0 0 no-repeat;
	padding-top: 10px;
}

ul.listContacts li.email {
	background: url(../images/email.gif) 0 0 no-repeat;
	padding-top: 10px;
}

ul.listContacts li.mail {
	background: url(../images/mail.gif) 0 0 no-repeat;
	padding-top: 13px;
}

ul.listContacts li.fax {
	background: url(../images/fax.gif) 0 0 no-repeat;
	padding-top: 10px;
}


ul.listContacts li.mobile #phone_icon {
	padding: 0 0 0 40px;
}

ul.listContacts li strong {
	font-weight: bold;
	color: #1a3f62;
	padding: 0px 0px 0px 40px;
}

ul.listContacts li div {
	color: #444;
	line-height: 150%;
	margin: 10px 0px 0 0px;
	padding-top: 4px;
	width: 300px;
	font-weight: normal;
}

ul.listContacts li div span {
	font-weight: bold;
	padding-right: 5px;
	margin-top: 10px;
	display: block;
}

ul.listContacts li div a {
	color:#001E4A;
}

/* ### The testemonials part ### */
blockquote {
	background:transparent url(../images/blockquoteTop.png) no-repeat top left;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	width: 320px;
}
blockquote div {
	background: transparent url(../images/blockquoteBottom.png) no-repeat bottom right;
	color: #444; 
	font-style: italic;
	padding: 0px 0px 45px 45px;
	line-height: 160%; 
	letter-spacing: 0.3px;
}

blockquote span.client { 
	font-style: normal; 
	color: #333; 
	clear: both; 
	float: right; 
	margin: 50px 20px 0 0;
}

/* ### Product Gallery in the Sidebar ### */
div.gallery {
	width: 320px; margin: 15px 0px 15px 0px;
	float: left; overflow: hidden;
}

div.gallery a { 
	position: relative; 
	float: left; 

}

div.gallery a img {
	background: #efefef;
	border: 1px solid #aaa;
	padding: 4px; margin: 3px;
	width: 90px; height: 90px;
}

div.gallery a:hover img {
	border: 1px solid #000;	
	background: #fff;
}

div.gallery a span {
	bottom: 10px; right: 10px;
	display: block;
	height: 20px; width: 20px;
	position: absolute;	
	background: url(../images/photoGalleryMini.png) no-repeat top left;
}

div.gallery a:hover span {
	background: url(../images/photoGalleryMini.png) no-repeat bottom left;	
}

/* ### Wide image styling used in the services section ### */
img.productLarge_wide {
	background: #efefef;
	padding: 4px; margin: 20px 0px 0px 5px;
	border: 1px solid #aaa;
	width: 550px; height: 120px;
}

a img.productLarge_narrow {
	background: #efefef; float: left;
	padding: 4px; margin: 5px 10px 0px 0px ;
	border: 1px solid #aaa;
	width: 183px; height: 183px;
}

/* ### Form Styling ### */

form { width:475px; }

form label{
	font-weight:bold;
	width:475px;
	position: relative;
	float:left;
}

form .small{
	color:#777;
	font-weight:normal;
	position: absolute; right: 0;
	margin: 2px 0px 0px 0px;
}

form input, form textarea, form select {
	float:left;
	padding:7px 4px;
	border: 1px solid #ccc;
	background: #fff;
	width:470px;
	margin:5px 0 20px 0px;
}

form textarea {	height: 150px;	}

input:hover, textarea:hover { border:solid 1px #3c8ebd; }
input:focus, input:active, textarea:focus, textarea:active { border: 1px solid #14435e; }


/* Footer */
div#footer {
	width: 100%;
	padding: 20px 0px;
	background: #001E4A no-repeat top center; 
}

a.validated {
	color: #eee;
	text-decoration: underline;
	background: none;
}
a.validated:hover { color: #fff; background: none; }

div#footer .footerLogo, div#footer .footerLinks { float: left;}

.footerLinks a {
	font-weight: bold;
	color: #ccc;
	margin: 0px 10px;
	padding: 5px;
	letter-spacing: 0.2px;
	text-decoration: underline;

}

.footerLinks a:hover, .footerLinks a.current {
	color: #fff;
	background: #1a3e61;
}

#footer p {
	padding-top: 15px;
	padding-left: 10px;
	color: #bbb;
	line-height: 120%; 
	clear: both;
}

ul.longlist {
	line-height: 20px;
}

ul.longlist li {
	background:transparent url(../images/bullet.gif) no-repeat scroll 0 6px !important;
}
