@charset "utf-8";
/* CSS Document */

body {
	background-repeat:repeat;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	}
	
a {
	color:#B3B39B;
	}

#container {
	width:760px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(images/content_background.jpg);
	}
	
#header {
	height:150px;
	background-image:url(images/logo.png);
	}
	
#content {
	color:#737F76;
	float:right;
	clear: none;
	width: 590px;
	margin: 10px;
	}
	
#footer {
	height:30px;
	background-color:#737F76;
	color:#B3B39B;
	padding:10px;
	font-size: 12px;
	line-height: 30px;
	font-variant: small-caps;
	bottom: 0px;
	clear: both;
	}

#list-menu {
	width: 150px;
	float: left;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
} 

#list-menu a {
	display: block;
	width:123px;
	text-decoration: none; /*lets remove the link underlines*/
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 23px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #737F76;
	border-right-color: #737F76;
	border-bottom-color: #737F76;
	border-left-color: #737F76;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #737F76;
}

#list-menu a:hover {
	background: #9C8D6C;
	color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #737F76;
	border-right-color: #737F76;
	border-bottom-color: #737F76;
	border-left-color: #737F76;
}

.rightfloat {
	float:right;
	margin: 5px;
	padding: 5px;
	}

.banner {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	width: 468px;
	vertical-align: top;
	}
.button {
	color: #B3B39B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	width: 100px;
	background-color: #737F76;
	font-weight: bold;
	font-variant: small-caps;
	border: thin dotted #B3B39B;
}

.button:hover {
	color:#DFE5E1;
	}

.opaqueimage {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	background-color: #000;
}


.opaqueimage:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background-color: #000;
}
.navcontainer {
	width: 290px;
	float: left;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
	display: block;
	padding: 3px;
	width: 285px;
	border-bottom: 1px solid #eee;
}

.navcontainer a:link, #navlist a:visited
{
	color: #737F76;
	text-decoration: none;
}

.navcontainer a:hover
{
	background-color: #737F76;
	color: #DFE5E1;
}

