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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #3c1f00;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#header {
	width: 1000px;
	height:131px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	float: left;
	height:25px;
	margin-left: 215px;
	text-align:center;
}
#menu ul {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	padding-left:0px;
}
#menu li {
	display: inline;
	float: left;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.menuItem {
	height: 25px;
}

a.menuItem span {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 14px;
	background-color: #3c1f00;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-size: 14px;
} 
a.menuItem:hover span {
	background-color: #006e51;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c1f00;
	padding-bottom: 6px;
} 
#banner {
	height:90px;
	width:848px;
	margin-left:152px;
	margin-top:15px;
	float:left;
	display:block;
	text-align:center;
}
#content {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-right:230px;
	margin-top:15px;
	padding-bottom:220px;
}
#content h1{
	font-size: 18px;	
}
#content h2{
	font-size: 16px;	
}
#leftContent {
	width:400px;
	float:left;
	display:block;
	padding-bottom:220px;
}
#centreContent {
	width:330px;
	float:left;
	display:block;	
}
#footer {
	background-color: #F7F1E0;
	height:20px;
	position:fixed;
	bottom: 0px;
	width:100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3c1f00;
}
#footer:hover {
	height:200px;
}
#footerContent {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:1000px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#footerContent img{
	width:100px;
	height:100px;
	opacity:0.8;
	filter:alpha(opacity=80);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}	
#footerContent img:hover{
	width:130px;
	height:130px;
	opacity:1.0;
	filter:alpha(opacity=100);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#admarketing img{
	width:60px;
	height:37px;
	opacity:0.4;
	filter:alpha(opacity=40);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#admarketing img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	width:60px;
	height:37px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img {
	border:0px;
}
