@charset "utf-8";
/* CSS Document */

body {
	background: #404040 url(/images/bkg_body.jpg) repeat-x left top;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	text-align: left;
	margin: 10px auto;
	width: 900px;
	background: #f9f9f9;
	line-height: 1.75;
	border: 1px solid #eee;
	position: relative;
}

#photoBanner {
	width: 900px;
	margin: 0;
	padding: 0;
}


#navigation {
	width: 900px;
	background: #665d57 url(/images/bkg_nav1.gif) repeat-x left top;
	height: 24px;
}

#navigation2 {
	width: 900px;
	background: #584f49 url(/images/bkg_nav2.gif) repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 26px;
	text-align: center;
	margin: 0 auto;
}


#subNav {
position: relative;
top: -15px;
float: right;
right: 15px;
border: 1px solid #fff;
height: 17px;
}

#subNav a {
display: block;
float: left;
border-right: 1px solid #fff;
}


#centerNav {
text-align: center;
height: 26px;
border-left: 1px solid #fff;
margin: 0 auto;
width: 472px;
}

#centerNav a {
display: block;
float: left;
border-right: 1px solid #fff;
line-height: 26px;
width: 156px;
}


#contactBar {
	
}


#masthead {
	width: 900px;
}

#header {
	width: 900px;
}


#secondaryContent {
	float: left;
	width: 235px;
	background: url(/images/bkg_sideNav.gif) no-repeat left bottom;
	margin: 0 5px 10px 10px;
}

#secondaryContent_home {
	float: left;
	width: 235px;
	background: url(/images/bkg_sideNavHome.gif) no-repeat left bottom;
	height: 226px;	
	margin: 0 5px 10px 10px;
}


#secondaryContent ul, #secondaryContent_home ul{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	
}

#secondaryContent ul a, #secondaryContent_home ul a  {
line-height: 26px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #4c3e35;
}

#secondaryContent ul a:hover, #secondaryContent_home ul a:hover {
color: #655c56;
}



#mainContent {
float: left;
font-family: Arial, Helvetica, sans-serif;
width: 640px;
}

#mainContent p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
line-height: 1.75;
}


#footer {
clear: both;
background: #847d77 url(/images/bkg_footer.gif) no-repeat left top;
width: 900px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #423b37;
}

.clear {
clear: both;
}

.pad {
padding: 15px;
}

.pad2 {
padding: 8px;
}

.footerPad {
padding: 6px 15px;
}

h1 {
color:  #433227;
margin: 0;
padding: 0 0 10px 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
}

h2 {
	color: #144062;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 15px 0 7px 0;
}
	
p {
padding-top: 6px;
margin: 0;
padding-bottom: 6px;
}

#mainContent a {
color: #144062;
}

#mainContent a:link, #mainContent a:visited {
color: #144062;
}

#mainContent a:hover, #mainContent a:active, #mainContent a:visited:hover {
color: #8266c0;
}

#mainContent td p {
margin: 0;
padding: 0;
}

#mainContent td.tableHeader p {
font-weight: bold;
color: #fff;
}

.imgPosition {
display: block;
float: right;
padding-left: 10px;
clear:right;
}

.imgPositionShort {
display: block;
float: right;
padding-left: 10px;
padding-top: 15px;
clear:right;
}
 
