/* brown font color is #2E250B */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url(../_images/background.jpg) repeat-x;
	font: 95%/1.5 "Adobe Garamond Pro","Palatino Linotype",Georgia,serif;
	color: #2E250B; 
}

a {
	/*color: inherit;*/
	color: #00566c;
	text-decoration: inherit;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none
}

ul, li, #nav {
	margin: 0; 
	padding: 0;
}

h1 {
	margin: 45px 0 0; 
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	padding: 0 0 30px;
	position: relative;
}
#header {
	margin: 0;
	padding: 0px;
	height: 230px;
	text-align: center;
}

#logo {
	padding: 10px 0;
}

#mainContent {
	margin: 0;
	width: 650px;
	padding: 35px 40px 0 60px;
	height: 477px;
	background: url(../_images/content-background.png) no-repeat;
	position: relative;
}

#nav {
	height: 18px;
}
#nav li {
	float: left;
	list-style: none;
	height: 18px;
	padding: 0 16px 0 0;
	margin: 0 15px 0 0;
	border-right: 2px solid #2e250b;
}

#nav li a {
	text-indent: -9999px;
	display: block;
	height: 18px;
}

#nav .nav1 a {
	background: url(../_images/nav-text-1.png) no-repeat;
	width: 145px;
}

#nav .nav2 a {
	background: url(../_images/nav-text-2.png) no-repeat;
	width: 232px;
}

#nav .nav3 a {
	background: url(../_images/nav-text-3.png) no-repeat;
	width: 65px;
}

#nav .nav4 a {
	background: url(../_images/nav-text-4.png) no-repeat;
	width: 85px;
}

#nav li  a:hover, #nav li.current a {
	background-position: 0 -18px;
}

#nav li.last-nav {
	/*remove border, margin, padding from last item in the navigation*/
	padding: 0;
	margin: 0;
	border: none;
}

#four-column-ul li{
	font-size: 85%;
	width: 145px;
	padding-right: 10px;
	float: left;
	list-style: none;
}

#footer {
	width: 630px;
	font-size: 70%;
	font-family: myriad-pro;
	color: #726550;
	position: absolute;
	bottom: 23px;
}

#footer p {
	text-align: center;
}             

#footer a:link { 
	color: #333;
}

#footer a:hover { 
	color: #222; 
	text-decoration: underline;
}  

#footer a:visited { 
	color: #333;
} 

#footer a:active { 
    color: #333; 
}

#twitter {
	position: absolute; 
	top: -60px; 
	right: -40px;
}


#contact { 
	float: left; 
	width: 300px; 
	margin-left: 10px; 
}

#contact a {
	color: inherit;
}

#contact li { 
	list-style: none; 
	height: 50px;
	line-height: .9em;
}

#contact span{
	margin-left: 50px;
	font-weight: bold;
	display: block;
}


#sidebar {
	width: 204px;
}

#sidebar li {
	list-style: none;
	height: 36px;
}

#sidebar img:hover{
	cursor: pointer;
}

#sidebar .current {
	background: url(../_images/menu-current-background.png) no-repeat;
}

#menu {
	width: 422px;
	float: right;
	top: -210px;
	position: relative;
}

#menu img {
	position: absolute;
	top: 0;
}

#landing-content {
	background: url(../_images/landing_bg.png) no-repeat;
	padding: 5px 15px;
	width: 608px;
	height: 255px;
	margin-top: 25px;
	font-size: 14px;
}

.whoweare {
	color: #2E250B;
	font-size: 105%;
}

.hr-dark {
	height: 3px; 
	border: none; 
	background: url(../_images/hr-background-large-dark.png) no-repeat;
}

.hr-light {
	height: 2px; 
	border: none; 
	background: url(../_images/hr-background-large-light.png) no-repeat;
}

.fltlft {
	float: left;
}

.clear {
	clear: both; 
	height: 0px;
}

a:focus, li:focus {outline: 0;}

/*opacity classes for fading menus*/
.op0 {opacity: 0;}
.op1 {opacity: .1;}
.op2 {opacity: .2;}
.op3 {opacity: .3;}
.op4 {opacity: .4;}
.op5 {opacity: .5;}
.op6 {opacity: .6;}
.op7 {opacity: .7;}
.op8 {opacity: .8;}
.op9 {opacity: .9;}
.op10 {opacity: 1;}      

#gallery {
   position: relative;
   margin-top: 20px; 
}

#gallery img {
	 position: relative;
	
	 width: 100px;
	 height: 100px;
	 border: 3px solid #2f250c;    
     margin: 9px;
     opacity: .85;       
}    

#gallery img:hover {
	opacity: 1.0;
}                




