
body{
	margin: 0;
	background: top repeat-x url(images/site-bgd.jpg);
	font-family: Georgia, Garamond, serif;
	font-size: 65%;
}

a{
	outline: none;
}

img{
	border: 0;
}

#wrap{
	margin: 0 auto;
	width: 1000px;
}

#head{
	height: 338px;
	width: 100%;
	background: top center no-repeat url(images/secondary_01.jpg);
}

#head #logo a{
	display: block;
	width: 300px;
	height: 150px;
	position: relative;
	top: 105px;
	margin-left: 50px;
}

#head ul#top-nav{
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: 60px;
	top: 310px;
	list-style-type: none;
}

#head ul#top-nav li{
	margin: 0;
	padding: 0;
	float: left;
}

#head ul#top-nav a{
	font-size: 1.1em;
	color: white;
	padding: 5px 15px;
	text-decoration: underline;
	text-transform: uppercase;
	border: 1px solid transparent;
}

#head ul#top-nav a:hover{
	text-decoration: none;
	background: #434343;
	border: 1px solid white;
}

/* HELLO BODY OF PAGE */

#middle{
	width: 100%;
	min-height: 400px;
	overflow: auto;
	padding-bottom: 40px;
	background: top center no-repeat url(images/secondary_02.gif);
}

#content, #content2, #content3, #content4{
	float: left;
	position: relative;
	width: 590px;
	top: 20px;
	margin-left: 35px;
}

#content h1{
	font-style: italic;
	color: #00bae1;
	font-size: 2.2em;
}

#content2 h1{
	font-style: italic;
	color: #aec85a;
	font-size: 2.2em;
}

#content3 h1{
	font-style: italic;
	color: #fb825e;
	font-size: 2.2em;
}

#content4 h1{
	font-style: italic;
	color: #dba73c;
	font-size: 2.2em;
}

#content4 h2{
	padding-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	border-bottom: 1px dotted #a0a0a0;
}

#content4 h2 span{
	color: #a0a0a0;
	font-weight: normal;
	font-size: .8em;
}

#content h1 span{
	background: #00bae1;
	color: white;
}

#content2 h1 span{
	background: #aec85a;
	color: white;
}

#content3 h1 span{
	background: #fb825e;
	color: white;
}

#content4 h1 span{
	background: #dba73c;
	color: white;
}

#content p, #content2 p, #content3 p, #content4 p{
	font-size: 1.6em;
	line-height: 1.6em;
	color: #717171;
	font-family: Helvetica, Arial, sans-serif;
}

#content blockquote{
	margin: 0;
	width: 230px;
	padding: 18px 60px;;
	font-size: 1.8em;
	font-style: italic;
	background: top left no-repeat url(images/bq.gif);
}

#content4 blockquote{
	margin: 0;
	width: 430px;
	padding: 18px 60px;;
	font-size: 1.8em;
	font-style: italic;
	background: top left no-repeat url(images/bq2.gif);
}

#content blockquote span{
	display: block;
	font-size: .7em;
	font-weight: bold;
	padding-top: 9px;
	color: #2fb0db;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

#content4 a{
	background: white;
	font-size: .8em;
	padding: 4px;
	color: #dba73c;
	text-decoration: underline;
}

#content4 a:hover{
	background: #dba73c;
	color: white;
	text-decoration: none;
}

/* HELLO SIDEBAR OF PAGE */

#sidebar, #sidebar2, #sidebar3, #sidebar4{
	float: left;
	width: 290px;
	margin: 30px 0 0 20px;
	padding: 7px;
	background: white;
	border: 1px dotted #bfbfbf;
}

#sidebar h1{
	background: #00bae1;
	padding: 0 10px;
	margin: 0 0 5px 0;
	line-height: 30px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar2 h1{
	background: #aec85a;
	padding: 0 10px;
	margin: 0 0 5px 0;
	line-height: 30px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar3 h1{
	background: #fb825e;
	padding: 0 10px;
	margin: 0 0 5px 0;
	line-height: 30px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar4 h1{
	background: #dba73c;
	padding: 0 10px;
	margin: 0 0 5px 0;
	line-height: 30px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar h2, #sidebar2 h2, #sidebar3 h2, #sidebar4 h2{
	background: #a0a0a0;
	padding: 0 10px;
	margin: 0 0 5px 0;
	line-height: 30px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar ul, #sidebar2 ul, #sidebar3 ul, #sidebar4 ul{
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 25px;
	font-size: 1.2em;
	font-style: italic;
	color: #8d8d8d;
}

#sidebar p, #sidebar2 p, #sidebar3 p, #sidebar4 p{
	font-size: 1.2em;
	margin: 0 10px;
	padding: 5px 0;
	line-height: 20px;
	color: #8d8d8d;
}

#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li, #sidebar4 ul li{
	margin: 0;
	padding: 5px 0;
}

#sidebar a, #sidebar2 a, #sidebar3 a, #sidebar4 a{
	background: white;
	color: #999;;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	padding: 3px;
	position: relative;
	top: -1px;
}

#sidebar a:hover{
	background: white;
	color: #00bae1;
	text-decoration: underline;
}

#sidebar2 a:hover{
	background: white;
	color: #aec85a;
	text-decoration: underline;
}

#sidebar3 a:hover{
	background: white;
	color: #fb825e;
	text-decoration: underline;
}

#sidebar4 a:hover{
	background: white;
	color: #dba73c;
	text-decoration: underline;
}

#sidebar4 p.caption{
	font-size: 1em;
	line-height: 1.3em;
}

#sidebar4 .noborder{
	border: 0;
	background: white;
}

/* HELLO FOOTER */

#footer{
	margin: 0 auto;
	height: 84px;
	width: 100%;
	background: top repeat-x url(images/footer.jpg);
}

#footer-area{
	margin: 0 auto;
	width: 1000px;
	height: 84px;
	background: bottom center no-repeat url(images/secondary_03.jpg);
}

#footer-area div{
	float: right;
	margin: 14px 50px 0 0;
}

#footer-area h1{
	font-size: 1em;
	display: block;
	width: 300px;
	font-style: italic;
	text-transform: uppercase;
}

#footer ul#bottom-nav{
	float: left;
	list-style-type: none;
	width: 300px;
}

#footer ul#bottom-nav li{
	float: right;
	margin: 4px 0;
}

#footer ul#bottom-nav a{
	text-decoration: none;
	color: #5bbdde;
	font-size: 1.1em;
	padding: 2px 5px;
}

#footer ul#bottom-nav a:hover{
	color: white;
	background-color: #9cd8ef;
}