/* CSS Document */

#font {
	padding : 0px;
	margin : 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #757575;
	
	
	

}

a {
	color: #666666;
	text-decoration: underline;
}


a:focus, a:active, a:hover{
	color: #FF0000;
	text-decoration: none;
}


#wrapper {
	height: 100%;
	width: 850px;
	overflow: hidden;
	margin: auto;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	padding-left: -12px;
}


.header{
	margin: auto;
	height: 125px;
	width: 825px;
	padding-top: 15px;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.headerleft {
	float: left;
	height: 100px;
	width: 400px;
}

.headerright{
	float: right;
	height: 100px;
	width: 300px;
	text-align: right;
	line-height: 30px;
	margin-right: 25px;
	margin-top: 8px;
}


.nav {
	height: 39px;
	width: 825px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #ff3939;
	margin: auto;
}

.nav a img {
	margin-right: 40px;
	margin-left: 22px;
	margin-top: 15px;
}

.gallery {
	height: 100%;
	width: 825px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF4042;
}


.slideshow {
	height: 300px;
	width: 825px;
	margin-top: 10px;
	background-color: #CCCCCC;
	margin-left: 12px;
	margin-bottom: 25px;
}


.contentblock{
	height: 100%;
	width: 790px;
	overflow: hidden;
	line-height: 32px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: 12px;
}

.contentblock img {
	padding-right: 20px;

}




.bottomcontent {
	height: 100%;
	width: 795px;
	margin-left:12px;
	background-color: #DDDCDD;
	padding-left: 30px;
	line-height: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	clear: both;
	overflow: hidden;
}

.bottomcontentleft{
	height: 150px;
	width: 580px;
	line-height: 32px;
	float: left;

}

.bottomcontentright{
	height: 269px;
	width: 180px;
	padding-right: 30px;
	float: right;
}


.footer {
	height: 100px;
	width: 780px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FA1F2D;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.footerleft {
	float: left;
	height: 100px;
	width: 200px;
}


.footerright {
	float: right;
	height: 100px;
	width: 575px;
}


/* EXPAND NAV */


.expandnav {
	width : 780px;
	height:  30px;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF4042;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF4042;
	margin-top: 12px;
}

.expandnav a:hover, expandnav a:focus, expandnav a:active {
	color: #FF0A0A;	

}

.expandnav a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

