@charset "UTF-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
	list-style:none;
	text-decoration:none;
	border:none;
}

body {
	background:url(../images/background1.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.75em;
	color:#000000;
}

.container {
	width:1024px;
	margin:auto;
}

.header {
	background:url(../images/header.png) no-repeat;
	width:100%;
	height:96px;
}

.header h1 {
	padding:10px;
	float:left;
	margin-left:6px;
}

.header h4 {
	width:300px;
	float:right;
	color:#FFFFFF;
	margin-right:25px;
	margin-top:5px;
	text-align:right;
	line-height:20px;
}

.header p {
	
	width:300px;
	float:right;
	color:#FFFFFF;
	margin-right:25px;
	margin-top:10px;
	text-align:right
}

.nav {
	background:url(../images/nav.gif) repeat-x;
	width:1022px;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}

.nav ul li {
	display:inline;
	text-align:center;
	width:1024px;
}

.nav ul li a, visited {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:26px;
	padding-right:26px;
	color:#000000;
	border-right:solid 1px #000000;
}

.nav ul li #contact {
	border:none;
	padding-right:31px;
}

.nav ul li a:hover{
	background:url(../images/navHover.png) repeat-x;
	color:#FFFFFF;
}

.nav ul li .active{
	background:url(../images/navHover.png) repeat-x;
	color:#FFFFFF;
}

.content {
	width:982px;
	padding:20px;
	border:solid 1px #000000;
	border-bottom:none;
	background:#FFFFFF;
}

.subHeader{
	background:url(../images/sideHeader.png);
	width:250px;
	height:28px;
	float:left;
	margin-right:30px;
}

.subLink {
	width:99.3%;
	border:solid 1px #000000;
	border-top:none;
	float:left;
	margin-top:4px;
}

.subLink ul li {
		background:url(../images/imageHeader.gif) repeat-x;
		width:100%;
		border-top:solid 1px #000000;	
		text-align:center;
}

.subLink ul li a, visited {
		color:#000000;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:14px;
		padding-right:14px;
		display:block;
		height:15px;
}

.subLink ul li a:hover {
	background:url(../images/navHover.png) repeat-x;
	color:#FFFFFF;
}

.primaryTop h3, .sideHeader h3, .subHeader h3, .mainTop h3, .aboutTop h3 {
	color:#FFFFFF;
	padding:8px 8px 3px 8px;
	text-align:center;
}

.primaryTop{
	width:700px;
	height:31px;
	background:url(../images/contentHeader.gif);
	float:right;
}

#primaryText {
	width:658px;
	min-height:197px;
	padding:10px 20px 20px 20px;
	border:solid 1px #000000;
	border-top:none;
	float:right;
}

#primaryText p {
	padding-bottom:10px;
}

.mainContent {
	width:530px;
	padding:10px;
	border:solid 1px #000000;
	border-top:none;
	float:left;
	margin-bottom:14px;
}

.mainTop{
	width:552px;
	height:31px;
	background:url(../images/contentHeaderHome.gif);
	float:left;
}

.sideHome {
	width:400px;
	float:right;
}

.homeImages  td {
	text-align:center;
	padding:0px 10px 10px 0px;
	border:solid 1px #FF0000;
	padding-bottom:20px;
	
}

.homeImages img {
	border:solid 1px #000000;
}



#primaryText, .mainContent p {
	padding-bottom:10px;
}

.sideHeader {
	background:url(../images/sideHeader.png);
	width:250px;
	height:28px;
	float:left;
	margin-top:5px;
}

.sideText {
	width:218px;
	border:solid 1px #000000;
	border-top:none;
	float:left;
	margin-bottom:3px;
		padding:10px 15px 10px 15px;

}

.footer {
	background:url(../images/footer1.png) no-repeat;
	width:1024px;
	height:52px;
	color:#FFFFFF;
	text-align:center;
	font-size:.75em;
	
}

.affilate {
	width:100%;
	text-align:center;
	margin-top:10px;
}

.footer a, visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#000000;
	text-decoration:underline;
}

.footer p {
	padding-top:10px;
}

.clear {
	clear:both;
}

#imagesHeader table td {
background:url(../images/imageHeader.gif) repeat-x;
border:solid 1px #000000;
padding-top:2px;

}

#imagesHeader table p {
	text-align:center;
}


 #activity td {
	border:solid 1px #000000;
	text-align:center;
	background:url(../images/navHover.png);
	color:#FFFFFF;
	padding:2px;

}


#rates td {
	background:#ff963e;
	border:solid 1px #000000;
	padding:5px;
	text-align:center;
}

#rates th {
	background:#ffd800;
	padding:5px;
	border:solid 1px #000000;
	color:#000000;
}


.gallery {
	margin-top:10px;
}

.gallery img {
	
	border:solid 1px #000000;

}

ul#galleryNav {
	margin-bottom:20px;
}

ul#galleryNav li {
	display:inline;
	border-right:solid 1px #000000;
	padding-right:10px;
	padding-left:10px;
}

#aboutText {
	width:350px;
	border:solid 1px #000000;
	border-top:none;
	float:left;
	margin-bottom:14px;
}

.aboutTop{
	width:350px;
	height:31px;
	background:url(../images/contentHeader.gif);
	float:left;
}

input, textarea {
	border:solid 1px #000000;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
}

.content input, textarea, select {
	background:#3874B0;
	color:#FFFFFF;
}

.content #name, #phone, #email, #subject {
	width:300px;
	height:20px;
}

.contact h3 {
	background:url(../images/contactHeader.jpg) no-repeat;
	width:1024px;
	padding:8px 8px 3px 8px;
	color:#FFFFFF;
}

#submit {
	padding:5px;
}

.mainContent a, visited {
	color:#3974B1;
	font-weight:bold;

}

.active {
		background:url(../images/navHover.png) repeat-x;
		color:#FFFFFF;
}
