/* CSS reset - best to start from scratch */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}

ol, ul, li{
	list-style: none;
}

/***************************************************
 these tags below have to be declared as block level elements
for browsers to render them (E.g - bloody IE!)
****************************************************/

header, nav, footer, section {
	
	display: block;	
		
	
}

/**********************/

body {
	background-color: #003333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	width: 960px;
	height: 1000px;
	margin: 0 auto;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

header {
	width: 900px;
}

#logo {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-left: 200px;
}

nav {
	float: none;
	width: 960px;
	height: 142px;
	background-image: url(images/bgheader.png);
	background-repeat: no-repeat;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 55px;
}

nav li {
	display: block;
	float: left;
	margin-top: -5px;
	font-size: 14px;
	text-transform: capitalize;
	font-family: "AftaserifRegular", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
}

nav li a {
	text-decoration: none;
	margin-left: 35px;
	padding-right: 35px;
	color: #9C8F36;
	font-weight: bold;
}

nav li a:hover { color: #635c49; font-weight: bold;}

.current {
	
	color: #635c49; 	
}

#body_text {
	height: 500px;
	width: 860px;
	background-color: #FFFFCC;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

section {
	float: right;
	width: 960px;
	height: 340px;
	vertical-align: text-bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'KellsSDRegular', "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

#tag_line {
	float: left;
	margin: 10px 0 0 0px;
	height: 200px;
	width: 960px;
}

blockquote {
	
	float: left;
	margin: 15px 0 0 25px;
	width: 375px;
	padding: 45px 45px 35px 90px;
	background:url('images/quotes.png') no-repeat 20px 20px rgba(178,178,169,0.2);
	min-height:90px;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

blockquote, h1 {
	
	font-family: Century Gothic, "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: none;
	color: #999;	
}

.client { 

	
	font-size: 13px;
	float: right;
	margin-top: 50px;
	color: #693;
}


aside {
	float: left;
	height: 300px;
	width: 350px;
	font-family: "BlackJackRegular", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 120px;
	margin-left: 10;
	color: #9C8F36;
}

form {
	float: right;
	height: 80px;
	width: 300px;
	font-family: "AftaserifRegular", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 120px;
	margin-left: 0;
	color: #0C2923;
	background-color: #F5E2B8;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #121212;
}



footer {
	background: url('images/footer_bg.png')repeat-x;
	width: 960px;
	height: 50px;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

#footer_logo {
	
	float: right;
	margin: 100px 50px;
	font-size: 9px;
		
}

#HTML5_Logo {
	
	background: url('images/HTML5_Logo.png')no-repeat;
	height: 64px;
	width: 64px;
	float: left;
	margin: 100px 50px;	
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: "KellsSDRegular", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0C2923;
}
h2 {
	font-family: "KellsSDRegular", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #062525;
	text-rendering:optimizeLegibility;
}
h3 {
	font-family: "AftaserifRegular", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #9C8F36;
	text-rendering:optimizeLegibility;
	font-smooth: always; 
}
