@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body, html {
	line-height: 1;
	font-size: 12px;
	background-color: #1c1101;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
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: "" "";
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 12px;
}


/*------------------------------
	MAIN DIVS START
-------------------------------*/

#container{
	margin: 20px auto 20px auto;
	width: 900px;
	
}

.banner{
	width: 900px;
	height: 211px;
}

.content_container{
	background-color: #925601;
	width: 900px;
}

.left_sidebar{
	float: left;
	width: 182px;
	background-image: url(../web_images/sidenav_left_background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.right_sidebar{
	float: left;
	width: 208px;
	margin: 16px 5px 10px 10px;
	background-color: #ede9bd;
}

.center_content{
	float: left;
	width: 465px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer{
	background-color: #4a2c01;
	width: 900px;
	height: 30px;
}

/*------------------------------
	H STARTS
-------------------------------*/

h1{
	color: #dcc881;
	border-bottom: solid 1px #dcc881;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin-top: 16px;
}

h2{
	color: #1c1101;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.5;
}

h3{
	color: #dcc881;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}


h4{
	color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px;
	line-height: 2;
}

hr{
	background-color: #dcc881;
	color: #dcc881;
	border: none;
}

/*------------------------------
	PARAGRAPH STARTS
-------------------------------*/

.center_content p{
	color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 2;
}

.right_sidebar p{
	color: #7b5d1a;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	line-height: 2;
}

.footer p{
	color: #e8ba3f;
	font: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 9px;
	padding-right: 9px;
}

/*------------------------------
	GENERAL STARTS
-------------------------------*/
.right_sidebar img{
	margin-left: 9px;
	margin-top: 9px;
	border: solid 1px #4d320a;
}

.right_sidebar blockquote{
	color: #000;
	text-align: right;
	padding: 10px;
}

.center_content ul{
	color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal; 
	margin-left: 40px;	
}

.center_content ul li{
	color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: circle;
	margin-top: 10px;
	line-height: 1.7; 	
}

.gallery{
	margin-top: 20px;
}

.gallery img{
	margin: 3px !important;
	border: solid 3px #fff !important;
	float: none !important;	
}


table.staff{
	margin-top: 20px;
}

table.staff th{
	color: #dcc881;
	font: Tahoma;
	font-size: 16px;
	font-weight: normal;
	padding: 8px;
	background-color: #4a2c01;
	vertical-align: middle;
	border-bottom: solid 1px #925601;
	border-right: solid 1px #925601;
}

table.staff th a{
	color: #dcc881;
	font: Tahoma;
	font-size: 16px;
	font-weight: normal;
	background-color: #4a2c01;
	vertical-align: middle;
}

table.staff td{
	color: #fff;
	font: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background-color: #5d3802;
	vertical-align: middle;
	border-bottom: solid 1px #925601;
}


table.projects{
	margin-top: 20px;
}

table.projects th{
	color: #dcc881;
	font: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background-color: #4a2c01;
	vertical-align: middle;
	border-bottom: solid 1px #925601;
	border-right: solid 1px #925601;
	line-height: 1.5;
}

table.projects td{
	color: #fff;
	font: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background-color: #5d3802;
	vertical-align: middle;
	border-bottom: solid 1px #925601;
	border-right: solid 1px #925601;
	text-align: center;
	line-height: 1.5;
}

.center_content img{
	float: right;
	margin: 10px;
	border: solid 3px #4a2c01;
}

a.sublinks{
	color: #fff;
	font-size: 14px;
}

/*------------------------------
	NAVIGATION STARTS
-------------------------------*/


.navTop .active{
	text-decoration:none;
	color: #ede9bd;
	background-image: url(../web_images/top_nav_active.jpg) !important;
	background-position: top center;
	background-repeat: no-repeat;
}

.navTop{
	height: 36px;
	width: 900px;
	background-color: #e8ba3f;
	
}

.navTop ul {
	margin:0 0 0 0;
	padding:0;
}

.navTop ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navTop ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	background-image: url(../web_images/top_nav_normal.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: 15px;
	text-decoration:none;
	color:#ede9bd;
	width: 160px;
	font: normal 18px Tahoma;
}

.navTop ul li a:hover {
	text-decoration:none;
	color: #ede9bd;
	background-image: url(../web_images/top_nav_hover.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/*------------------------------
	LEFT SIDEBAR STARTS
-------------------------------*/


.left_sidebar ul {
	border-top: solid 1px #925601;
	margin:0px 15px 20px 16px;
	padding:0;
}

.left_sidebar ul li {
	list-style: none; 
	margin:0;
	padding:0;
	text-align:right;
	vertical-align: middle;
}

.left_sidebar ul li a {
	padding-top: 7px;
	border-bottom: solid 1px #925601;
	border-left: solid 10px #c79219;
	padding-bottom: 5px;
	padding-right: 10px;
	display: block;
	text-indent: 10px;
	text-decoration:none;
	color:#6a4701;
	_height: 1%;
	font: normal 12px Tahoma;
}

.left_sidebar ul li a:hover {
	text-decoration:none;
	color: #000;
	border-left: solid 10px #9b6e09;
}

.left_sidebar .active{
	background-color: #925601;
	color: #fff !important;
	border-left: solid 10px #c79219 !important;
}


