﻿
/* CSS Main Structure Stylesheet
	Author: Adam Faux
	Created: 26th Febuary
	Last Updated: */

/* ----------------------- 
	Main Structure 
------------------------- */

#CONTAINER {background:#fff;width:960px;margin-left:auto;margin-right:auto;padding:5px;/*border:1px gray solid;*/}

#HEADER {width:960px;height:190px;margin:0 0 15px 0;}
#HEADER #Header_L {float:left;width:205px;height:175px;padding:12px 0 0 0;}
#HEADER #Header_R {float:right;width:753px;height:190px;}
#HEADER #Header_R #Leader {width:753px;height:115px;text-align:right;float:right;}
#HEADER #Header_R #Nav {width:746px;height:65px;background:#f8f8f8 url('images/nav_bg.gif') repeat;margin:10px 0 0 0;float:right;}
	#HEADER #Header_R #Nav ul {margin:0px 0 0 30px;padding:24px 0 0 0;}	
	#HEADER #Header_R #Nav li {margin:0 50px 0 0;padding:0 0 0 0;}
	#HEADER #Header_R #Nav a {font-size:110%;letter-spacing:2px;}

#LEADERBOARD {width:960px;height:100px;margin:10px 0 20px 0;padding:0 0 0 0;background:#fff url('images/leaderboard_bg.gif') no-repeat;}
	#Leader_left {width:120px;height:100px;float:left;margin:0 10px 0 0px;padding:5px 0 0 0;/*background-color:silver;*/}
	/*#Leader_right {width:605px;height:100px;float:right;background-color:#CCCCCC;}*/

#contact_details {float:left;}
#googlemap {float:right;}

#CONTENTWRAPPER {/*background:fuchsia;*/margin:0 0 0 0;padding:0px;}
	#Left {float:left;width:680px;margin:0 30px 0 0;min-height:400px;}
	#Left #Intro {height:384px;background:#003366 url('images/intro_div_bg.gif') repeat-x;padding:15px 0px 0px 15px;}
	#Left #Intro h3 {font-size:160%;color:#fff;font-weight:normal;letter-spacing:1px;line-height:25px;margin-right:15px;}
	#Left #Intro p {color:#fff;line-height:18px;float:left;font-size:90%;}
	#Left #Intro img {float:right;margin:28px 0 0 0;}
	
	#Right {float:left;width:250px;margin:0;/*background:olive;*/}
	#Right div {background:#edeeee url('images/sub_section_bg.gif') repeat-x;margin:0 0 10px 0;padding:0;height:195px;}
	#Right div.heading {height:30px;background:#edeeee url('images/header_bg.gif') repeat-x;padding:0 0 0 20px;}
	#Right div h3 {height:24px;width:130px;padding:6px 0 0 0px;margin:0 0 8px 0;color:#003366;}
	#Right div p {font-size:85%;margin:0 0 0 0;}
	#Right div span {font-weight:bold;color:#003366;}

#FOOTER {height:10px;margin:0 0 0 0;/*background:gray;*/}
#FOOTERTEXT {height:60px;margin:0 0 10px 0;padding:0px;/*background:green;*/}
#FOOTERTEXT img {float:right;margin:0 0 0 3px;}
#FOOTERTEXT p {color:gray;font-size:90%;float:left;margin:10px 0 0 0;}
#FOOTERTEXT a {color:gray;font-size:90%;}

/* ----------------------
	HTML Tags
------------------------- */

body {margin:0px;/*padding:32px 0 0 0;*/background:#fff /*url('images/body_bg.gif') repeat-x*/;font-family:Arial, Helvetica, sans-serif;font-size:small;color:black;}
.clearfix {clear:both;}
img {border:0px;}
ul {list-style:none;margin:0;}
li{float:left;padding:0;}
a{text-decoration:none;color:#515e66;}
a:hover{text-decoration:underline}

h1 {font-family:Arial, Helvetica, sans-serif;font-size:170%;color:#003366;padding:0;margin:0;}
h2 {font-family:Arial, Helvetica, sans-serif;font-size:130%;color:#515e66;padding:0;margin:0;}
h3 {font-family:Arial, Helvetica, sans-serif;font-size:120%;color:#515e66;padding:0;margin:0;}
h4 {font-family:Arial, Helvetica, sans-serif;font-size:110%;color:#515e66;padding:0;margin:0;}
h5 {font-family:Arial, Helvetica, sans-serif;font-size:100%;color:#515e66;padding:0;margin:0;}


