/***********************************************/
/* HTML tag styles - Holt Honiton   */
/***********************************************/

*{
	padding:0px;
	margin:0px;	
}
body {
	text-align:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 14px;*/
	color:#000;
	margin-left: 50px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 0px;
	background-color: #000;
}


#wrapper {
	width: 848px;
	float: left;
	background-color: #fff;
}

#borderContainer {
	background-color: #fff;
	width: 828px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#topContainer{
	width: 816px;
	height:481px;
	background-position: top;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-color: #2d1d00;
}

#topContainer2{
	width: 816px;
	height:481px;
	background-position: top;
	background-image:url(images/header_about.jpg);
	background-repeat:no-repeat;
	background-color: #2d1d00;
}

#mainbox{
	width: 816px;
	height:150px;
	float: left;
	background-color: #2d1d00;
}

#logo{
	height:190px;
	padding: 0px;
	width: 245px;
	
}
#mainImage {
	width: 497px;
	height: 416px;
	float: left;
}

#logoContainer {
	float:left;
	width: 245px;
	margin-right:3px;
	
}

#content {
	background-color:#2d1d00;
	width: 740px;
}
#contentnarrow {
	background-color:#2d1d00;
	width: 625px;
	float:left;
}
#color {
	background-color:#2d1d00;
	width: 766px;
	color: #fff;
	padding: 10px 20px 10px 30px;
}
#footer{
	width: 848px;
	float: left;
	color:#fff;
	margin:10px 0px;
	padding-bottom:10px;
}

#award {
	width:118px;
	height:221px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

/***********************************************/
/* Nav Styles   */
/***********************************************/

#navtext{
	float: left;
	margin-left: 21px;
	margin-top:10px;
	color: #fff;
	line-height: 20px;
	height: 100px;
}

#navtext ul{
	
}

#navtext ul li{
	color:#2d1d00;
}

#wrapper #navtext ul li .dwn{
	color:#e3cb83;
}

#navtext ul li {
	padding:0px;
	margin:0px;
}

#navtext ul li ul{
	margin-left:15px;
}

#navtext ul li ul li{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:15px;
	
	margin:0px;
}

#navtext ul li a:link, #navtext ul li a:visited{
	color:#fff;
	text-decoration: none;
}

#navtext ul li a:hover{
	color:#cc9900;
}
 
 /***********************************************/
/* Font Styles   */
/***********************************************/

h1{
 font-size: 110%;
 color: #fff;
 margin-bottom:10px;
}

h3{
 font-size: 100%;
 color: #fff;
}

#address{
	height:20px;
	padding: 6px 0px 0px 0px;
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 340px;
	color: #fff;
}

a:link, a:visited{
	color: #cc9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
	color:#cc9900;
}
p{
 margin-bottom:10px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

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

