/* CSS Document */

/* defaults rewriting */

body {
	margin: 0px;
	padding: 0px;
	background-color: #eee7da;
}

body, td, div {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #4a4a4a;
	line-height: 17px;

}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #CC9900;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	color: #9A672A;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

h2 {
	font-size: 25px;
	color: #9A672A;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

h3 {
	font-size: 20px;
	color: #9A672A;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

hr { height: 0px;
	width: 100%;
	border-top: 1px dashed #996600;
	color: #FFFFFF;
	margin: 20px 0px;}
	
blockquote { color:#990000;
margin-right: 0px;}


/* layout divs */

#container {
	width: 100%;
	display: block;
	margin:auto;
}

#logo{
	background-color: #000;
	text-align:center;
	border-bottom: 5px solid #9a672a;
	padding: 0px;
	display:block;
	clear:both;
	}
	
#header{
	margin: 5px 0px;
	background-color: #b28857;
	text-align:center;
	display:block;
	clear:both;
	}

#menus{	
	background-color: #9a672a;
	display:block;
	clear:both;
}


#menus td{
	padding: 6px 7px 9px 6px;
	text-align:center;
	border-top: 5px solid #9A672A;
	font-weight: bold;
	width: 15%;
	white-space: nowrap;
}

#menus td a{
	color: #feda95;
	font-size: 12px;
}

#menus td a:hover{
	color: #000000;
}




#submenus1, #submenustwo{	
	background-color: #eee7da;
	display:block;
	clear:both;
	display:none;
}


#submenus1 td, #submenustwo td{
	text-align:center;
	border-top: 4px solid #eee7da;
	font-weight: normal;
	text-align:center;
	vertical-align:top;
}

#submenus1 td{
	padding: 7px 4px 10px 4px;
}

#submenustwo td{
	padding: 7px 10px 10px 10px;
}


#submenus1 td a, #submenustwo td a{
	color: #CC0000;
	font-size: 12px;
	line-height:14px;
	
}

#submenus1 td a:hover. #submenustwo td a:hover{
	color: #000000;
}



#submenus2{	
	background-color: #9a672a;
	display:block;
	clear:both;
}



#maininfo{
	background-color:#FFFFFF;
	border-bottom: 1px solid #d1c4ad;
	display:block;
	clear:both;
	}
	
#maincontent{
	padding:25px 0px;
	display:block;
	clear:both;
	}

#footer{
	text-align:center;
	display:block;
	clear:both;
	padding: 25px;}


/* formatting */

.pagemark {
	font-size: 17px;
	font-weight: bold;
	color: #A5390C;
	line-height: normal;
}

.maxwidth {
	width: 1050px;
	display: block;
	margin:auto;
}

.pageboxline {
	padding: 15px;
	border: 1px dashed #EACCAA;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.pagebox {
	background-color: #FFF4DF;
	padding: 15px;
	border: 1px solid #EACCAA;
	margin-bottom: 15px;
}

.quotebox {
	background-color: #eee7da;
	padding: 10px;
	border: 1px solid #d1c4ad;
	color: #822D09;
	clear: right;
	margin-bottom: 15px;
}

.quotebox blockquote{
	color: #4a4a4a;
	margin-bottom: 0px;
	margin-right: 0px;
}

a.linkbutton {
	background-color: #f2d7a4;
	padding: 5px 15px;
}
a.linkbutton:hover {
	color: #000000;
	background-color: #C5A681;
}

.pageimg {
	border-bottom: 5px solid #d9ac76;
	margin-bottom: 10px;}

.pageimgright {
	border-bottom: 5px solid #d9ac76;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}

.pageimgleft {
	border-bottom: 5px solid #d9ac76;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}


#boxheader {
	width: 767px;
	height: 191px;
	background-image: url(../images/header_img_sec.jpg);
	background-position: center top;
}

#boxlogo {
	width: 283px;
	height: 191px;
	background-image: url(../images/logo_eagles_sm.gif);
	background-position: center center;
	background-repeat:no-repeat;
	background-color: #000000;
	text-align:center;
}


input, select, textarea {
	background-color: #FFF4DF;
	border: 1px solid #EACCAA;
}
.buttonok {
	background-color: #9a672a ;
	border: 1px solid #000000;
	color:#FFFFFF;
	font-weight: bold;
}

.input250 { width: 300px;}

a.linkbtn {
	background-color: #EEE7DA;
	display: block;
	font-size: 19px;
	background-image: url(../images/Manson-Promo-Empowerment_btn.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 130px;
	line-height: 23px;
}
a.linkbtn:hover {
	color: #FEDA95;
	background-color: #9A672A;
}
