body {
	background:url(../images/interior_backgroundrepeat_grid_home.jpg) repeat-x white;
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size:11px;
	color:#000000;
}

img {
	vertical-align:bottom;
}

div.wrapper {
	width:814px;
	margin:0 auto;
	text-align:left;
}

div.header {
}


/* +++++++++++++++++++++++++++ SUBNAV ++++++++++++++++++++++++++++ */


div.subnavcontainer { 
	padding:30px 0 0 0;
  	background:url(../images/subnav_background.jpg) no-repeat;
  	height:85px;                         /* this is the box model hack described on http://www.tantek.com/CSS/Examples/boxmodelhack.html */
  	voice-family: "\"}\""; 			/*   to make the subnav container work correctly in IE 5 */
  	voice-family:inherit;
  	height:55px;
  } 
  
html>body .subnavcontainer {
  height:55px;
} 

div.subnavcontainerwider {
	/*height:26px;*/
	background:url(../images/subnav_background_wider.jpg) no-repeat;
	padding:30px 0 0 0;
}

div.subnav {
	font-family:Arial,Tahoma,  Helvetica, sans-serif;
	font-size:11px;
	background:#2B2115;
	text-align:center;
	color:#F7761C;
	padding:6px;
	margin:0 85px 0 85px;
}

div.subnav1px {
	background:#2B2115;
	margin:0 85px 0 85px;
}

div.subnavwider {
	font-family:Arial,Tahoma,  Helvetica, sans-serif;
	font-size:11px;
	background:#2B2115;
	text-align:center;
	color:#F7761C;
	padding:6px;
	margin:0 27px;
}

div.subnav a:link, div.subnav a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

div.subnav a:hover, div.subnav a:visited:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-weight:bold;
}

div.subnav a.herelink:link, div.subnav a.herelink:visited {
	color: #FFCC00;
	text-decoration:none;
	font-weight:bold;
}

div.subnav a.herelink:hover, div.subnav a.herelink:hover {
	color: #FFCC00;
	text-decoration:underline;
	font-weight:bold;
}

div.subnavwider a.herelink:link, div.subnavwider a.herelink:visited {
	color: #FFCC00;
	text-decoration:none;
	font-weight:bold;
}

div.subnavwider a.herelink:hover, div.subnavwider a.herelink:hover {
	color: #FFCC00;
	text-decoration:underline;
	font-weight:bold;
}

div.subnavwider a:link, div.subnavwider a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

div.subnavwider a:hover, div.subnavwider a:visited:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-weight:bold;
}


/* +++++++++++++++++++++++++++ BODY CONTENT AREA OF PAGE ++++++++++++++++++++++++++++ */

div.callout {
	background-color: #fff4e8;
	border: 1px solid #b04500;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;	
}

div.tertnav2 {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
}

div.tertnav2 a {
	text-decoration: none;
	color: #b04500;
}

div.tertnav2 a:hover {
	color: #000000;
	text-decoration: underline;
}

div.tertnav {
	background-color: #b04500;
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	float: right;
	font-weight: bold;
	width: 150px;
}

div.tertnav a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

div.tertnav a:hover {
	text-decoration: underline;
}


div.bodycontainer {
	background:url(../images/interior_background_paper_repeat.jpg) repeat-y;
}

div.bodycontainerwider {
	background:url(../images/interior_bg_paper_wider.jpg) repeat-y;
}

div.bodycontent {
	margin:0 105px;
	padding:1em 0;
	width:604px;
}

div.bodycontent td {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size:11px;
}

div.bodycontentwider {
	width: 760px;
	height: 570px;
	padding: 0px;
	margin:0 27px;
}

div.bodycontent p {
	margin-top:0;
}

.floatleft {
	float:left;
	margin:0 10px 10px 0px;
	}

.floatright {
	float:right;
	margin:0 0 10px 10px;
}

.photo {
	border: 2px solid #333;
}

.whiterule {
	height: 1px;
	width: 604px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.whiterule2 {
	height: 1px;
	width: 325px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navrule {
	height: 1px;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,h2,h3,h4 {
	color:#04588f;
	margin-bottom:0;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {font-size:16px}
h2 {font-size:14px}
h3 {font-size:12px}
h4 {font-size:11px}


div.bodycontent a:link {color:#b04500;	text-decoration:none; font-weight: bold;}
div.bodycontent a:hover {color:#660000;	text-decoration:underline; font-weight: bold;}
div.bodycontent a:visited {color:#b04500;	text-decoration:none; font-weight: bold;}
div.bodycontent a:visited:hover {color:#660000;	text-decoration:underline; font-weight: bold;}

div.bodycontent a.top:link {color:#000000;	text-decoration:none; font-weight: bold; float:right;}
div.bodycontent a.top:hover {color:#660000;	text-decoration:underline; font-weight: bold; float:right;}
div.bodycontent a.top:visited {color:#000000;	text-decoration:none; font-weight: bold; float:right;}
div.bodycontent a.top:visited:hover {color:#660000;	text-decoration:underline; font-weight: bold; float:right;}



/* +++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++ */


div.pagebottom {
	height:164px;
	background:url(../images/pagebottom.jpg) no-repeat;
}

div.pagebottomwider {
	height:164px;
	background:url(../images/pagebottom_wider.jpg) no-repeat;
}

div.photocredits {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	font-weight:normal;
}

div.photocredits a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	font-weight:normal;
	text-decoration:underline;
}

div.photocredits a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}








