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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img, img, a {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* reusable classes begin */
H1 {font-size:2em; color:#9C161F; font-weight:bold;}  /* displayed at 24px */
H2 {font-size:1.5em; font-weight:bold; padding-bottom:5px;}  /* displayed at 18px */
H3 {font-size:1.25em; font-weight:bold; }  /* displayed at 15px */
H4 {font-size:1em; font-weight:bold; }  /* displayed at 12px */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p { line-height:1.5em; }

img.titles { 
	float:left;
}

strong, .strong { font-weight:bold; }

table tr td { padding: 3px; }

hr { margin-bottom: 20px; }

/* reusable classes end */

html {
	overflow-y: scroll;
}

body {
	font: 100% Times New Roman, Arial, Helvetica, sans-serif;
	margin: 10px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width:910px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/bg.jpg) repeat-x #E9E6C3;/*#94A4C5;*/
}

.twoColFixLtHdr #container {
	width:890px;
	border:5px solid #003768;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #header {
	background: #003768; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav {
	width: 890px;
	height: 35px;
	background-color: #003768;
	float: left;
	padding:0;
	color: #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: default;
}

	#nav ul {
		margin:0;
		padding:0;
	}
	
	#nav ul li {
		display:inline;
		list-style:none;
		float:left;
		margin:0;
		padding:0;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#nav ul li a, #nav ul li a:visited {
		display:block;
		padding:10px 0 0 0;
		width:126px;
		height:25px;
		color:#fff;
		border-left:1px solid #d2c19a;
		text-decoration:none;	
		text-align:center;
		font-size:13px;
	}

	#nav ul li a:hover {
		background-color:#96A9C7;
	}
	
	#nav .sel a, #nav .sel a:visited {
		background-color:#96A9C7;
	}
	
	#nav ul li.last a {
		width:127px;
	}
	
	#nav ul li.home a {
		border-left:0;
		width:127px;
	}

#mainContent {
	float:left;
	font-size:.8em;
	width:650px;
	color:#000;
	background:/*#EBD4F7*/ url(../images/mainContent_bg.png) repeat-y #fff;
	margin:0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

	#mainContent ul {
		list-style:none;
		margin:5px 0 5px 10px;
	}
	
	#mainContent li {
		margin:5px 0;
		line-height: 1.5em;
	}
	
	.list_news { }
	
	.list_bullet { 
		list-style:url(../images/mgt_bullet.jpg); 		
		margin:5px 0 5px 25px;
	}

	.press_list_item, .news_list_item { padding-bottom:15px; }
	
	#mainContent ul li ul {
		margin:5px 0;
		list-style:none;
	}
	
		.strong_link { font-weight:bold; }
		
	#mainContent img.titles, #sidebar1 img.titles, #sidebar2 img.titles { margin: 0px 15px }
	
		
	#mainContent p.center, #mainContent h1.center, #mainContent h2.center, #mainContent h3.center { 
		width:660px; 
		margin:0 auto; 
		text-align:center
	}
	
	#mainContent iframe {
		border:2px solid #96A9C7;
	}

#mainContent_home {
	font-size:.8em;
	width:870px;
	color:#000;
	text-align:center;
	background:url(../images/mainContent_bg.png) repeat-y #fff;
	margin:0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
	
#project_flash_photos {
	float:left;
	width:563px;
	margin:0 0 10px 0;
}

	#project_flash_photos h2 {
		text-align:center;
	}

	#project_flash_photos img, #project_photo img, img.img_click { 
		float:left;
		border:1px solid #003768; 
	}
	
#project_photo {
	float:left;
	margin:0 0 10px 0;
}

.project_title { float: left; }

#img_portfolio {
	float:left;
	background:url(../images/project1.jpg) no-repeat;
	height:350px;
	width:263px;
}

.img_thumb {
	float:left;
	width:71px;
	height:71px;
	cursor:pointer;
	margin:0 13px 0 0 ;
}

.img_click {
	width:71px;
	height:71px;
	border:1px solid #000;
	margin-bottom:10px;
}

#services_box {
	float:left;
	width:395px;
	margin:0 20px 10px 0;
	padding:10px;
	/*background:#D0B68C;*/
	/*border:1px solid #003768;*/
}
	
#contact_box {
	float:left;
	width:413px;
	margin:0 0 10px 0;
	padding:10px;
	background:#D0B68C;
	border:1px solid #003768;}

#project_info {
	float:left;
	width:283px;
	margin:0 0 10px 20px;
	padding:0;
}
	
#project_info_portfolio {
	float:right;
	width:209px;
	margin:0 0 10px 0;
	padding:0 10px;
}

#project_testimonial {
	float:left;
	width:283px;
	margin:10px 0 0 20px;
	padding:0;
}

.portfolio_thumb {
	float:left;
	width:100px;
	margin:0 20px 20px 0;
}

	.portfolio_thumb p { font-family:Arial, Helvetica, sans-serif; text-align:center; }
	.portfolio_thumb img { border:1px solid #003768; }

ul#menu_subnav {
	width: 160px;
	height: 25px;
	background-color: #333;
	font: bold 10px/25px;
	padding:0;
	margin: 0 240px;
	color: #fff;
	cursor: default;
}

	ul#menu_subnav li {
		display:block;
		list-style:none;
		float:left;
		margin:0;
		padding:0;
	}
	
	ul#menu_subnav li a, ul#menu_subnav ul li a:visited {
		display:block;
		padding:0;
		width:80px;
		height:25px;
		color:#fff;
		text-decoration:none;	
	}

	ul#menu_subnav li a:hover {
		color:#000;	
		background-color:#57410F;
	}
	
	ul#menu_subnav .sel a, ul#menu_subnav .sel a:visited {
		color:#d2c19a;
		background-color:#9C161F;
	}
	
			
		img#slideshow {
			width:360px;
			height:270px;
			padding:10px 0 10px 10px;
		}

.twoColFixLtHdr #sidebar {
	font-size:.8em;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/sub_nav_bg.gif) repeat-x #96A9C7;
	margin:0px;
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
}

	#sidebar1 p.news_bg {
		background:#57410F;
		padding:5px 5px 10px 5px;
	}
	
	#sidebar1 img.news_thumb { margin-bottom:1px; }
	
		#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		
	}
	
	#sidebar ul li {
		padding: 0;
		border-bottom:1px solid #e8dcbd;
	}
	
	#sidebar ul li a {
		display: block;
		margin: 0;
		padding: 4px 8px;
		color: #0d4037;
		text-transform: uppercase;
		text-decoration: none;
	}

	#sidebar ul li a img {
		border:0;
	}

	#sidebar ul li a:hover {
		background:#96A9C7;
		color:#fff;
	}
	
	#sidebar ul li.sel a {
		background:#b5883d;
		color:#fff;
	}
	
	.sidebar_sub_nav { margin: 0 0 0 15px; }

object.news_rotator { width:200px; border:0; }

/* Contact Form */
form#contact {
	margin:20px 0 0 0;
}

form label {
	float:left;
	margin:3px 0;
}

fieldset {
	width:650px;
}

select {
	float: left;
	width: 205px;
	margin: 0 60px 5px 0;
	padding: 0;
}

select.dropdown {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:150px;
}

input.textbox {
	float: left;
	width: 350px;
	margin:0 10px 10px;
	padding:5px;
}

textarea.textarea {
	float:left;
	width:350px;
	height:200px;
	margin:0 10px 10px;
	padding:5px;
}

#input.sub {
	float: right;
	width: 90px;
	height: 25px;
	padding-bottom: 5px;
	margin-top:10px;
}

/* Contact Form End */


.twoColFixLtHdr #footer { 
	margin: 0 auto;
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:890px;
	text-align:center;
	/*background: url(../images/footer.jpg) repeat-y #E5AF57;*/
	background:#013668;
	font-size:.8em;
	clear:both;
} 

	#footer ul
	{
		text-align: center;
		list-style-type: none;
	}
	
	#footer li
	{
		display: inline;
	}
	
	#footer li a, #footer li a:link, #footer li a:visited
	{
		color: #B6890C;
		text-decoration: underline;
		padding: 0 5px;
		border: solid 0 #f0e7cc;
		border-right-width: 1px;
		font-style:bold;
		font-size:1em;
	}
	
	#footer li a:hover { text-decoration:none; }
	
	#footer li.last a, #footer li.last a:visited
	{
		border-right:none;
	}

	#footer p, #footer ul p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
	
	#footer img {
		padding:0 0 5px 0;
		margin:0;
		display:block;
	}
	
	#footer img.credit {
		margin:0 auto; 
		text-align:center;
	}

#credits {
	margin:10px auto; 
	text-align:center;
}

#credits a img {border:0;}

