/* CSS Credits: wayne deboer - http://www.waynedeboer.co.uk */

/*   BODY STYLING  */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66676a;
	background: url('../images/bkg/bkg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}





/*   CONTAINER   */

#container {
	width: 900px;
	height: auto;
	margin: 0px auto;	
	padding: 0px;
}





/*   CONTENT   */

.headerLeft {
	float: left;
	width: 450px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

.headerRight {
	float: left;
	width: 450px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

.logo {
	float: left;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.mainLeft {
	float: left;
	width: 575px;
	height: auto;
	margin: 0px 65px 0px 0px;
	padding: 0px;
}

.mainRight {
	float: left;
	width: 260px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.footerLeft {
	float: left;
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.footerRight {
	float: left;
	width: 300px;
	height: auto;
	text-align: right;
	margin: 0px;
	padding: 0px;
}





/*   TOP NAV   */

.navLeft {
	float: left;
	width: 300px;
	height: 38px;
	margin: 0px 0px 38px 0px;
	padding: 0px;
}

.navRight {
	float: left;
	width: 600px;
	height: 38px; 
	margin: 0px 0px 38px 0px;
	padding: 0px;
}

/* top nav links*/

.topNav {
	float: left;
	width: 100%; 
	overflow: hidden;
}

.topNav ul {
	float: left;
	width: 100%; 
	margin: 0px;
	padding: 0px;
}

.topNav ul li {
	width: 100px;
	height: 38px;
	display: inline;
	text-align: center;
}

.topNav ul li a {
	float: left;
	width: 100px;
	height: 38px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.topNav ul li a:visited {
	width: 100px;
	height: 38px;
	color: #ffffff;
}

.topNav ul li a:hover, .topNav ul li .active { 
	width: 100px;
	height: 38px;
	background: #f1fbe3;
	color: #292a2c !important;
	text-decoration: underline;
}





/* RIGHT SIDE UL LIST */

.key_list {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.key_list ul {
	margin: 0px;
	padding: 0px;
}

.key_list li {
	font-size: 12px;
	color: #66676a;
	display: block;
	list-style: none;
	background: url('../images/ico/tick.jpg') no-repeat 0px 6px;
	border-bottom: 1px solid #e4e4e4; 
	margin: 0px;
	padding: 6px 0px 5px 35px;
}





/* FOOTER */

.footer {
	float: left;
	width: 900px;
	height: auto;
	border-top: 10px solid #f0fbe3;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}






/*   TYPOGRAPHY STYLING   */

h1 {
	float: left;
	font-size: 26px;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h2 {
	font-size: 22px;
	font-weight: lighter;
	color: #ff9933;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h3 {
	font-size: 18px; 
	font-weight: lighter;
	color: #9ad157;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p {
    	font-size: 12px; 
    	color: #66676a;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.largeTel {
	float: right;
	font-size: 36px;
	font-weight: lighter;
	color: #ffffff;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.topEmail {
	float: right;
	font-size: 14px;
	font-weight: lighter;
	color: #ff9933;
	margin: 0px;
	padding: 0px;
}

.rightHeading {
	font-size: 22px;
	font-weight: lighter;
	color: #ff9933;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.speech {
	margin: 0px 0px 0px 26px;
}

.footerp {
	margin: 10px 0px 0px 0px;
}






/*   LINK STYLING   */

a img { 
	text-decoration: none;
	border: 0px;
}

a:link { 
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
} 

a:visited { 
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
} 

a:hover { 
	font-weight: bold;
	color: #333333; 
	text-decoration: none;
}





/*   CLEAR DIV STYLING   */

div.clear {
	clear: both; 
	height: 0px;	 	
	line-height: 0px;
	font-size: 0px;
}

.hrStyle {	
	height: 1px;	 	
	line-height: 1px;
	font-size: 0px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
