@import "menu.css";
@import "slimbox.css";

/* Define HTML tags */
body {
	padding:0;
	margin:16px;
	background-color:#e1d2b6;
}

h1, h2, .head {
	font-family: Times New Roman;
	font-size: 22px;
	font-weight:normal;
	color:#c0a264;
	width:auto;
	margin:0;
	padding:6px 0px 8px 0px;
	line-height:22px;
}

input, textarea, select {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-bottom:6px;
	padding:2px;
}

.ipt {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-style:normal;
	color:#FFFFFF;
	background-color:#c0a264;
	border-style:outset;
	border-width:1px;
	border-color:#5a4a42;
	padding:2px;
}

.img {
	border-style:solid;
	border-width:1px;
	border-color:#5c635c;
	margin-bottom:2px;
	padding:0px;
}

p {
margin:0px;
}

.line {border-bottom-width:2px;border-bottom-color:#c0a264;border-bottom-style:solid;width:auto;margin:24px 0px 16px 0px}

/* Define div containers */
#container-outer {
	font-family: Times New Roman;
	width:832px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color:#FFFFFF;
	font-size:12px;
}

#banner {
	float:none;
	width:832px;
	height:292px;
}

#content-container {
	width:832;
	float:none;
	padding-top:32px;
}

#menu {
	float:left;
	width:147px;
	padding-left:20px;
}

#content {
	width:625px;
	min-height:415px;
	height:auto !important;
	height:415px;
	padding:0px 20px 0px 20px;
	float:left;
	margin:0px;
	line-height:16px;
	color:#000000;
}

#content a {
	color:#c0a264;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#footer {
	float:none;
	text-align:left;
	width:792px;
	height:60px;
	padding:0px 20px 0px 20px;
	margin:0px;
	font-size:11px;
}

#footer a {
	color:#c0a264;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#image-panel {
	text-align:center;
	font-size:9px;
}

/* Main menu system */
#chromemenu {
	width:147px;
	height:30px;
}

#chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul {
	width: 100%;
	margin: 0;
	padding:0px;
	float: left;
}

#chromemenu ul li {
	display: inline;
	font-family: Times New Roman;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
}

#chromemenu ul li a {
	float: left;
	color: #000000;
	background-color:#FFFFFF;
	font-weight:normal;
	margin-bottom:6px;
	padding: 6px 0px 0px 0px;
	text-decoration: none;
	text-align:center;
	height:22px;
	width:145px;
	border:solid 1px #c0a264;
}

#chromemenu ul li a:hover{
	color: #FFFFFF;
	background-color:#c0a264;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv{
position:absolute;
top:0;
margin:0px 0 0 150px;
font:normal 12px Times New Roman;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width:145px;
	height:22px;
	display: block;
	text-decoration: none;
	/*Theme Change here*/
	font-weight: normal;
	background-color:#FFFFFF;
	color:#000000;
	margin-bottom:6px;
	padding: 6px 0px 0px 0px;
	text-align:center;
	border:solid 1px #c0a264;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #c0a264;
	color:#FFFFFF;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

