body	{	margin: 0px;
			padding: 0;
			background-color:#ffffff; 
			background-image:url(images/model-manes_bg.jpg); 
			background-repeat: no-repeat;
			background-position:top center;
			font: 12px Tahoma, Arial, Helvetica, sans-serif;
			color: #000;
			}

img		{ border: 0px;}

.clr	{ clear:both;}

/* All Page Links */

a:link, a:active, a:visited {
	color: #be5826;
	text-decoration: none;
}
a:hover {
	color: #bdcaa6;
	text-decoration: none;
}


/* Main Page Container */
#container {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #ccc;
	background-color:#fff;
}




/* Header Container */
#header {

	width: 980px;
	height:200px;
	background-image:url(images/header_bg.jpg); background-repeat:no-repeat;
	}

#header_left	{ width:120px; float:left; padding: 5px 10px;}

#header_right	{ width:320px; float:right; text-align:right; padding: 5px 10px;}

#nav 		{ margin-left: 0px;
			  font-size: 14px; 
			  font-style: normal;
			  text-transform:uppercase;
			  list-style-type: none;
			  text-align: right; /*set to left, center, or right to align the menu as desired*/
			  color: #ffffff;
			  padding: 7px 10px 0px 10px;
			  }

#nav li 		{ display: inline; 
				  color: #cccccc; 
				  text-align: left;
				  }

#nav li a 	{ display: inline; 
				 text-decoration: none;  
				 color: #666666; 
				 margin-right: 10px;
				 }

#nav li a:visited 	{ color: #666666; text-decoration:none;}
#nav li a:hover 		{ color: #ffffff; text-decoration:none; }
#nav li a:active 	{ color: #ffffff; text-decoration:none;}



#menunav 		{ }

#menunav img { /* Logo Image */
	display: inline;
	float: left;
}	
	/* Index Menu Content */
#sitelinks {

	padding: 10px 0 0 0px;
	height: 25px;
	text-align: right;
	background-color:#000000;
	width:980px;
}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		#sitelinks ul li a {

			padding: 0 18px;
			margin: 0 0 3px 0;
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-align: center;

		}
		#sitelinks ul li a:hover 	{ color: #333333; text-decoration: underline;}
		#sitelinks a:active 		{ color: #333333; }
		#sitelinks li#active a 		{ color: #333333; }

/* Page content */
#content {
	width: 980px;
	background-color: #fff;
	color: #000;
	padding:15px 0;

}

	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 25%;
		font: 11px tahoma, verdana, sans-serif;
		font-weight: bold;
		color: #7A3C0E;
		padding: 0 10px;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			color: #7A3C0E;
		}
		ul#subnav li a:hover {
			background-color: #7A3C0E;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
/* static subnav */

#subnavstatic, #subnavstatic ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnavstatic a {
		display: block;
	}
	#subnavstatic li { /* all list items */
		width: 100%;
	}
		ul#subnavstatic li a, ul#subnavstatic li a:link, ul#subnavstatic li a:active, ul#subnavstatic li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			color: #3A210C;
		}
		ul#subnavstatic li a:hover {
			background-color: #3A210C;
			color: #fff;
			text-decoration: none;
		}
	#subnavstatic li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}

	
	#content_text {
		display: inline;
		float: right;
		width: 70%;
		padding-right:10px;
	}

#footer {
	
	background:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:250px;
}

#footer_text	{
	
	padding: 30px 10px;
	font-size:16px;
	color:#fff;
	
	}
	
#footer_text a {
	color:#fff;

}

#footer_text a:hover {
	color:#fff;
	text-decoration:underline;

}
	
#footer_credits	{
	
	border-top: solid 1px #ffffff;
	padding: 10px;
	font-size:10px;
	color:#fff;
	
}

#footer_credit_left	{ width:400px; float:left;}

#footer_credit_right { width:400px; float:right; text-align:right;}



/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #7A3C0E;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #7A3C0E;
}
h3 {
	color: #3A210C;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.small		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 9px; 
			  font-style: normal; 
			  color:#666666;
			  }

.small A:link	{ color:#666666; text-decoration: none; font-weight:bold;}
.small A:visited	{ color:#666666; text-decoration: none; font-weight:bold;}
.small A:hover	{ color:#333333; text-decoration: underline; font-weight:bold;}
.small A:active	{ color:#666666; font-weight:bold;}
.small TD		{ text-align:center;}

input, select, textarea {	background: #ffffff;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#333333;
				font-size: 10px;
				font-weight: bold;
				border: solid 1px #DDB78D;
				}
