/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #660000;
	margin: 0px;
	background-image: url(images/site-s_04.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#pagesurround {
	width: 780px;
	float: left;
}

#header {
	height: 159px;
	background-image: url(images/site-s_01.jpg);	
}
#contentwrapper {
    margin: 0 0 0 175px;
	background-image: url(images/site-s_03.jpg);
	background-repeat: no-repeat;



}
#navcol {
	width: 175px;
	float: left;
	background-image: url(images/site-s_02.jpg);
	background-repeat: no-repeat;
	height: 397px;
}

#menu {
	padding-left: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu a {
	width: 125px;
	height: 17px;
	display: block;
	text-align: center;
	border: 2px solid #660000;
	text-decoration: none;
	color: #330000;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCCCC;
	 }
	 
#menu a:hover, a:active {
	color: #CCCCCC;
	background-color: #660000;
     }
	 
#footmenu ul {
	text-align: center;

}

#footmenu li {

	list-style-type: none;
	display: inline;
}

#footmenu a {
	text-decoration: none;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	 }
	 
#footmenu a:hover, a:active {
	color: #CCCCCC;
	background-color: #660000;
     }



	 

#content {
	padding:20px 20px 0 20px;
}

#footer {
	margin-top: 20px;
	margin-left: 175px;
	clear: both;
}

#banner {
	width: 120px;
	margin-left: 790px;

}
img.shadow{
	-moz-box-shadow:3px 3px 6px #888888;
	-webkit-box-shadow:3px 3px 6px #888888;
	box-shadow:3px 3px 6px #888888;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

hr {
	color: #660000;
	width: 95%;
}

a:link,a:active,a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover		{
	text-decoration: underline;
	color : #455725;
}



.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

A.mAd:link,A.mAd:active,A.mAd:visited {
	color : #FFFFFF;
}
A.mAd:hover		{
	text-decoration: underline;
	color : #FFFF00;
}

table {
	font-size: 12px;

}