/* different in iestyle.css */
#logo {
	background-color: #000;
	background : transparent url(../img/logo.png) no-repeat right bottom;
	padding: 0;
	margin: 0;
	height: 79px;
	width: 125px;
	float: right;
	padding-top: 95px;
}
/* end different in iestyle.css */

DIV {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0; 
	padding: 0; 
	font: Arial, Sans-Serif; 
	color:#FFF;  
	background-color:#333; 
	background : #333 url(../img/bg.jpg) repeat-x;
}

h1 {
	color: #af7c4b;
	font-size: 200%;
	font-weight: bold;
	border-bottom: dotted 1px;
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

a {
	color: #DFC09D;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	color: #DFC09D;
}

hr {
   border: 0;
   height: 1px;
   color: #666;
   background-color: #666;
}

#content { 
	color: #FFF; 
	margin: 0 auto; 
	padding: 0; 
	width: 765px;
}

#top {
	height: 185px;
}

#title {
	color: #FFF;
	font-size: 300%;
	float: left;
	padding-left: 10px;
	width: 500px;
}

.nav {
	height: 25px;
	text-align: left;
	font-size: 110%;
	float: left;
	padding-top: 10px;
}

.textbox {
	width: 700px;
	padding-top: 15px;
	width: 90%;
	margin: 0 0 0 5%;
}

#footer {
	text-align: center;
	padding-top: 30px;
}

.leftbox {
	width: 600px;
	float: left;
}

.rightbox {
	width: 125px;
	float: right;
}

.clear {
	clear: both;
	font-size: 0pt;
	height: 1px;
	line-height: 0pt;
}

.spacer15 {
	height: 15px;
}

.spacer30 {
	height: 30px;
}

p.flashtext {
	text-decoration: blink;
}

img {
	margin-left: 5%;
}


/* nav styles */

.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left ; add width to sub lists in non-ie*/
	top: auto;
	left: auto;
	width: 14em;
}

.nav li:hover ul, .nav li.over ul { /* lists nested under hovered list items */
	display: block;
}	

.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav a:hover{
	text-decoration: none;
	color: #FFF;
}

.nav li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	cursor: default;
	background-color: #444;
	border: 1px solid #3f311f;
	border-width: 0 0 1px 0;

}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0.1em 0 0 0;
	background-color: #333;
}

.nav li li {
	float: none;
	text-align: left;
}

li.mainnav {
	background-color: #333;
	border: none;
}

a.activepage {
	color: #FFF;
}