@charset "utf-8";
*{
margin: 0;
padding: 0;
}

* html #mainNav a {
	float: left;
	clear: both;
}
body {
	text-align: left;
	background-color: #2D1600;
	background-repeat: no-repeat;
	margin-top: 20px;
	}

#header {
	height: 100px;
	background-color: #2C1100;
	background-repeat: no-repeat;
	width: 980px;
	}
#top_bar {
	height: 51px;
	width: 980px;
}

/* Rounded Corner box */
#home_secondary .bl_map {
	float: left;
	width: 170px;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 50px;
	background-color: #FEE2BA;
	background-image: url(../images/rounded_corners/bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 25px;
}

#home_secondary .bl {
	float: left;
	width: 170px;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 55px;
	margin-left: 20px;
}
.bl {
	background: #FEE2B9 url(../images/rounded_corners/bl.gif) no-repeat 0 100%;
	width: 103px;
	float: right;
	color: #2C1100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 30px;
	display: inline;
}
.br {
	background: url(../images/rounded_corners/br.gif) no-repeat 100% 100%


}
.tl {
	background: url(../images/rounded_corners/tl.gif) no-repeat 0 0


}
.tr {
	background: url(../images/rounded_corners/tr.gif) no-repeat 100% 0;
	padding: 10px;
}
#header img {
	float: left;
}

.clear {font-size: 1px; height: 1px}

/* end of rounded CSS */
#header a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50px;
	padding-left: 20px;
}



#page {
	margin: 0 auto;
	width: 980px;
	background-repeat: no-repeat;
	background-color: #2C1100;
	border: thin ridge #FEE2B9;
			/* background: #FFF url(images/background/bg_fade.gif) repeat-y; */
	}
#header a:hover {
	color: #FFF;
}
#home_secondary {
	width: 980px;
	float: left;
	background-color: #2C1100;
	height: 120px;
}
#home_secondary h3 {
	font-family: Ottawa, Arial;
	color: #FEE2B9;
	font-size: 24px;
	margin-top: 5px;
	margin-left: 330px;
}
#home_secondary h5 {
	font-family: Ottawa, Arial, sans-serif, "HelveticaNeueLT Std Med Cn";
	font-size: 24px;
	color: #FEE2B9;
	margin-top: 16px;
	line-height: 38px;
	margin-left: 420px;
}

#home_secondary ul a:hover {
	color: #95620b;
}

#home_secondary ul {
	color: #FEE2B9;
	font-family: Ottawa, Arial;
	font-size: 22px;
	list-style-image: url(../images/nav/b_point.gif);
	font-weight: bold;
	margin-top: 12px;
}
#home_secondary ul a {
	font-family: Ottawa, Arial;
	text-decoration: none;
	color: #FEE2B9;
}

#footer {
	width: 980px;
	height: 50px;
	clear: both;
	background-repeat: no-repeat;
	background-color: #FEE2B9;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C1100;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 0px 18px;
	float: left;
}
.ft_cont_right {
	font-family: Ottawa, Arial;
	font-size: 32px;
	font-weight: bold;
	color: #2C1100;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#footer h3 {
	font-family: Ottawa, Arial;
	color: #2C1100;
	float: left;
}
.ft_cont_left {
	font-family: Ottawa, Arial;
	font-size: 32px;
	font-weight: bold;
	color: #2C1100;
	float: left;
	margin-top: 4px;
	margin-left: 15px;
}



#home_primary {
	float: right;
	width: 794px;
	background-color: #2C1100;
	margin: 0px;
	padding: 0px;
	height: 494px;
}
.page_heading {
	line-height: 35px;
}

#page_primary {
	float: right;
	width: 794px;
	background-image: url(../images/backgrounds/primary/main.jpg);
	background-repeat: repeat-y;
	background-color: #F9DEB6;
}
#page_primary p {
	font-size: 17px;
	color: #2C1100;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 35px;
	padding-top: 0px;
}


		
/* MAIN NAVIGATION */
#mainNav a {
	text-decoration: none;
	color: #FEE2B9;
	font-size: 11pt;
	display: block;
	padding-right: 3px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 3px;
	margin: 0px;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../images/nav/up.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	background-position: 7px;
}

#mainNav a:hover {
	color: #95620b;
	background-image: url(../images/nav/over.gif);
}

/*#Nav li {
	padding: 0px;
	margin-top: 0px;
	list-style-type: none;
	float: left;
}*/

/*ul#Nav {
	list-style: none;
	margin: 0;
	float: right;
	padding-right: 330px;
	padding-bottom: 0px;
}*/
    ul#mainNav {
	float: left;
	margin: 0;
	list-style: none;	/* border-bottom: 1px dashed #999999; */
	clear: left;
	width: 186px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
} 


#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #476073;
}
#header h3 {
	font-family: Ottawa, Arial, sans-serif, "HelveticaNeueLT Std Med Cn";
	color: #FEE2B9;
	text-align: center;
	font-size: 23px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	float: left;
	text-transform: capitalize;
	margin-left: 425px;
	display: inline;
}

#header h5 {
	font-family: Ottawa, Arial, sans-serif, "HelveticaNeueLT Std Med Cn";
	color: #FEE2B9;
	font-size: 28px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 42px;
	text-transform: capitalize;
	float: left;
	margin-left: 450px;
	text-align: center;
	display: inline;
}

#home_primary p {
	color: #2C1100;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 25px;
}
#primary_top {
	background-image: url(../images/backgrounds/primary/main_top2.jpg);
	background-repeat: no-repeat;
	height: 77px;
}
#primary_top h1 {
	font-family: Ottawa, Arial;
	font-size: 28px;
	color: #2C1100;
	text-align: center;
	padding-top: 35px;
	text-decoration: underline;
}

#primary_bottom {
	background-image: url(../images/backgrounds/primary/main_bottom.jpg);
	background-repeat: no-repeat;
	height: 77px;
}


#page_primary a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #2C1100;
}
#page_primary a:hover {
	color: #95620b;
}
h4 {
	color: #FEE2B9;
	margin-top: 100px;
	margin-left: 50px;
}
#ad {
	height: 30px;
	width: 980px;
	background-color: #FEE2B9;
}
#page #ad h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2C1100;
	text-align: center;
	padding-top: 5px;
}
#page_primary h3 {
	color: #2C1100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-left: 35px;
}
#home_secondary #page_thumbs {
	margin-top: 8px;
	height: 80px;
	float: right;
	margin-right: 30px;
}
#home_secondary img {
}

#track_page_thumbs {
	margin-left: 60px;
	float: left;
	height: 80px;
	margin-top: 8px;
}

#track_page_thumbs img {
	margin-right: 10px;
}

#page_thumbs_3 {
	margin-left: 120px;
	float: left;
	height: 80px;
	margin-top: 8px;
}
#page_thumbs_4 {
	margin-left: 35px;
	float: left;
	height: 80px;
	margin-top: 8px;
}
#page_thumbs_5 {
	margin-left: 0px;
	float: left;
	height: 80px;
	margin-top: 8px;
}

#page_thumbs_3 img {
	margin-right: 25px;
	margin-left: 25px;
}
#page_thumbs_4 img {
	margin-right: 10px;
	margin-left: 10px;
}

#page_thumbs_5 img {
	margin-right: 0px;
	margin-left: 10px;
}
#page_primary #page_thumbs {
	height: 80px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
}


#page_thumbs  img {
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right {
	margin-top: -106px;
	float: right;
	margin-right: 50px;
}
.centre {
	margin-left: 155px;
}
.ft_right {
	color: #2C1100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}
.ft_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2C1100;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}

.left {
	float: left;
	margin-left: 50px;
	margin-top: 6px;
}



#page_primary  img {
	border: 3px none #2C1100;
	margin-left: 45px;
	margin-right: 15px;
	float: left;
}
#page_primary #page_thumbs img {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contact {
	font-size: 20px;
	color: #2C1100;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#page_primary iframe {
	position: relative;
	left: 75px;
}
#page_primary small {
	margin-left: 75px;
}
#home_secondary a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_secondary a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.info-link {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #916119;
	float: left;
	clear: both;
	margin-top: -39px;
	margin-left: 650px;
	font-weight: lighter;
}
