/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   CSS RESET
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End of CSS reset*/

.clearer {
	clear: both;
}

body{ 
	background-color:#c9c9c9;
	margin:0px 0px 0px 0px;  
	background-image: url(images/background.gif);
	background-repeat:repeat-x;
}

#wrapper{
	margin: 0px auto;
	width:960px;	
	}
	
	#site_container{
		-moz-box-shadow: 0px 3px 12px 4px #888; /*horizontal offset, vertical offset, optional blur distance, optional spread distance*/
		-webkit-box-shadow:  0px 3px 12px 4px #888;
		box-shadow:  0px 3px 12px 4px #888;				
		float:left;
		width:960px;
		margin:0px 0px 0px 0px;
		background-color:#ffffff;
	}
			
		#logo{	
			float:right;	
			margin:0px 40px 0px 0px;	
		}
	
		#title{	
			float:right;	
			margin:45px 15px 0px 0px;			
		}
	
				
/*NAVIGATION*/
				
#nav_outer_blue_box{	
	float:left;	
	margin:70px 0px 10px 0px;
	width:327px;
	height:293px;
	background-color:#005288;			
	}
		
		#nav {	
			width:256px;
			float:left;
			background-color: #376c8b;			
			padding:0px 0px 30px 0px; /*bottom padding on menu background container*/
			margin:0px 0px 0px 34px;		
			}
			
			#menu_title {
				float:right;
				font-family: Verdana, Geneva, sans-serif;
				color:#ffffff;
				margin:0px 0px 10px 0px; 
				padding:20px 25px 0px 0px;
			}	
		
			.rollover_container {
				float:left;
				text-align:right;
				width: 229px ;
				height: 32px ;
				background: url(images/menu_background_off.gif);
				background-repeat:no-repeat;	
				}
		
			a.rollover {
				text-decoration: none ;
				font-family: Verdana, Geneva, sans-serif;
				font-size:11px;
				color:#92b0c7;
				line-height:21px;
				display:block;
				width:185px;
				float:right;
				padding:4px 15px 0px 0px;
				margin: 3px 10px 0px 0px; 
			}

			a.rollover:hover {
				color:#cec8b2;
				background-color:#507f99;
			}
			
/*END NAV*/
			
#photo{	
	float:right;	
	margin:0px 0px 0px 0px;
	width:633px;
	height:293px;			
	}
	
#content_index{
	float:left;	
	margin:60px 35px 0px 35px; /*Spacing adjustment on content from nav footer*/
	width:890px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4e4d4d;
	line-height:16px;
	padding:0px 0px 0px 0px;
}

/*TIER PAGE STYLING*/

#content_tier{
	float:left;	
	margin:60px 35px 0px 35px; /*Spacing adjustment on content from nav footer*/
	width:600px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4e4d4d;
	line-height:16px;
	padding:0px 0px 0px 0px;
}


#right_sidebar{
	float:right;	
	margin:60px 30px 30px 0px;	/*Spacing adjustment on content from nav footer*/
	padding:20px 20px 30px 15px;
	width:225px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#4e4d4d;
	line-height:16px;
	background-color:#ebebeb;
	min-height:300px;
}

#sidebar_divider{
	margin:0px 0px 20px 48px;
	padding:0px 0px 0px 0px;
	width:181px;
	height:1px;
	background-image:url(images/sidebar_divider.gif);
	background-repeat:no-repeat;
}

.bullet {
		margin: 10px 0px 10px 15px;
		padding: 0px 0px 0px 20px;
		list-style:disc outside;
		}
		
.bullet li {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		list-style:disc outside;
		}
		
.bullet ul li {
		margin: 0px 0px 10px 30px;
		padding: 0px 0px 0px 0px;
		list-style:circle outside;
		}
				
/*END OF TIER PAGE STYLING*/

				#left_column{
					float:left;
					padding:0px 0px 0px 0px;
					margin:0px 0px 20px 38px; 
					width:260px;
					font-family: Verdana, Geneva, sans-serif;
					font-size:11px;
					color:#4e4d4d;
					line-height:12px;
				}
				
				#middle_column{
					float:left;	
					padding:0px 0px 0px 0px; 
					margin:0px 0px 20px 50px;
					width:260px;
					font-family: Verdana, Geneva, sans-serif;
					font-size:11px;
					color:#4e4d4d;
					line-height:12px;
				}
				
				#right_column{
					float:left;		
					padding:0px 0px 0px 0px;
					margin:0px 0px 20px 50px; 
					width:260px;
					font-family: Verdana, Geneva, sans-serif;
					font-size:11px;
					color:#4e4d4d;
					line-height:12px;
				}
	

#footer_container{ 
	float:left;
	margin:0px 0px 0px 0px;  
	background-image: url(images/background_footer.gif);
	background-repeat: no-repeat;
	width:960px;
	height:81px;
}

#footer_address {
	float:right;
	text-align: right;
	padding:10px 15px 0px 0px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
}

#copyright_container {
	margin:0px auto;
	text-align: center;
	padding:30px 0px 30px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#887f6f;
}

/*Misc*/
a img {border: none; }

/*HEADERS*/

/*H1 | Main Content Headers  */
h1 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#403f3f;
	text-decoration:none;
	margin: 0px 0px 0px 0px;  
	padding: 0px 0px 5px 0px;   
}


h2 {   /*main content secondary headers*/
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#403f3f;
	text-decoration:none;
	margin: 0px 0px 0px 0px;  
	padding: 0px 0px 10px 0px; 
}

h3 {	/*Index page bottom box titles*/
	font-weight: bold;
	display:inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#4e4d4d;
	line-height:16px;
	text-decoration:none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}

h4 {   /*right sidebar header*/
	font-weight: normal;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#376c8b;
	line-height:16px;
	text-decoration:none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 5px 0px; 
}


/* Rollovers */
.silverbarrel {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#887f6f;
	text-decoration:underline;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
.silverbarrel:hover {color: #afa99f;}

.link {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#887f6f;
	text-decoration:underline;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;	
	}
.link:hover {color:#005288;}

.recent_projects_link {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#887f6f;
	text-decoration:underline;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;	
	}
.recent_projects_link:hover {color:#005288;}

.footer_link {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;	
	}
.footer_link:hover {color:#eaeaea;}


/* Contact form styling */
#contact_form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#e8c031;
	width:500px;
	margin:0px 0px 0px 0px;  /*top right bottom left*/
	padding:0px 0px 0px 0px;  /*top right bottom left*/
}

.name_top {
	border: 2px solid #28678b;
	color:#cde3e5;
	width: 250px;
	background:#0c547c;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	padding: 3px 5px 0px 5px;  /*top right bottom left*/
	margin: 10px 0px 0px 0px;  /*top right bottom left*/
	text-align:right;
	font-weight:normal;
}

.name {
	border: 2px solid #28678b;
	color:#cde3e5;
	width: 250px;
	background:#0c547c;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	padding: 3px 5px 0px 5px;  /*top right bottom left*/
	margin: -5px 0px 0px 0px;  /*top right bottom left*/
	text-align:right;
	font-weight:normal;
}

.phone {
	border: 2px solid #28678b;
	color:#cde3e5;
	width: 200px;
	background:#0c547c;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	padding: 3px 5px 0px 5px;  /*top right bottom left*/
	margin: -5px 0px 0px 0px;  /*top right bottom left*/
	text-align:right;
	font-weight:normal;
}

.comments {
	border: 2px solid #28678b;
	color:#cde3e5;
	width: 450px;
	height:80px;
	background:#0c547c;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	padding: 3px 5px 0px 5px;  /*top right bottom left*/
	margin: 0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}
