@charset "utf-8";
/* CSS Document */

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: inherit;
color: #000000;
}

body {
line-height: 1;
}

/* end of Eric Meyer's Reset CSS */

body{
	background: #7c7b7b url("images/background.jpg") top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	color: #000000;
	font-size: 0.85em;
	margin: auto;
	vertical-align: top;
	line-height: 1;
}

a{
	text-decoration: none;
	color: #489ac7;
	background: #ffffff;
}

a:hover{
	color: #f3c946;
	background: #ffffff;
}

h1{
	font-weight: bold;
	font-size: 1.4em;
	color: #e1e1e1;
	background: #ffffff;
}

h2{
	font-weight: bold;
	font-size: 1.45em;
	color: #95357e;
	background: inherit;
}

h3{
	font-weight: bold;
	font-size: 1.3em;
}

h4{
	font-weight: bold;
	font-size: 1.15em;
}
h5{
	font-weight: bold;
}
.style1 {
color: #95357e;	
}

/* Start Wrapper */

#wrapper{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 900px;
	text-align: left;
	position: relative;
	margin: auto;
}

/* Start Header Image */

#header{
	background: #000000;
	padding: 0px;
	color: #ffffff;
	width: 900px;
	height: 101px;
}

/* End Header Image */

/* Start Navigation Section */

#nav{
	border-bottom: 1px solid #777777;
	width: 900px;
	height: 262px;
	background: #ffffff;
	color: #000000;
}

/* Start Left Navigation */

#leftnav{
	background: #489ac7;
	width: 225px;
	float: left;
	height: 262px;
	text-transform: uppercase;
	color: #ffffff;
	border-right: 1px solid #325b93;
	border-bottom: 1px solid #325b93;
}

#leftnav ul{
	width: 225px;
	display: inline;
	list-style: none;
	border-bottom: 1px solid #325b93;
}

#leftnav li{
	display: inline;
	margin-bottom: 4px;
}

#leftnav li a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #489ac7;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #325b93;
}

#leftnav li a:hover{
	color: #f3c946;
	background: #2d749a;
}

/* End Left Navigation */

/* Start Right Navigation And Image */

#rightnavimage{
	width: 671px;
	margin-left: 226px;
	background: #ffffff;
	color: #9d863b;
	text-transform: uppercase;
	font-size: 0.9em;
}

#rightnavimage img{
	border: 0px solid #000000;
}

/* Start Right Navigation */

#rightnav{
	height: 19px;
	width: 662px;
	background: #f6d257;
	color: #9d863b;
	padding: 5px 6px 0px 6px;
	border-top: 1px solid #9d863b;
	border-bottom: 1px solid #9d863b;
	margin: 0px;
}

#rightnav1{
	display: inline;
	list-style: none;
	padding-right: 60px;
	padding-left: 60px;
	border-right: 1px solid #9d863b;
	border-left: 1px solid #9d863b;
	margin-right: 60px;
	margin-left: 21px;
}

#rightnav2{
	display: inline;
	list-style: none;
	padding-right: 60px;
	border-right: 1px solid #9d863b;
	margin-right: 60px;
}

#rightnav3{
	display: inline;
	list-style: none;
	padding-right: 60px;
	margin-right: 20px;
	border-right: 1px solid #9d863b;
}

#rightnav a{
	color: #9d863b;
	background: #f6d257;
}

#rightnav a:hover{
	color: #7c6a2f;
	background: #f6d257;
}

/* End Right Navigation */

/* End Right Navigation And Image */

/* End Navigation Section */

/* Start Middle Section */

#middle{
	background: #dbdbdb;
	color: #000000;
	width: 900px;
	border-bottom: 1px solid #777777;
}

/* Start Left Picture */

#leftpic{
	width: 225px;
	float: left;
}

#leftpic img{
	border-bottom: 1px solid #777777;
}

/* End Left Picture */

/* Start Contact */

#content{
	width: 634px;
	background: #ffffff;
	margin-left: 225px;
	min-height: 371px;
	padding: 20px;
	color: #000000;
	border-left: 1px solid #777777;
	border-top: 3px solid #e1e1e1;
	line-height: 1.3;
}

#content p{
	padding-bottom: 15px;
}

#content h2{
	padding-bottom: 15px;
}

#content h3, h4, h5{
	padding-bottom: 15px;
}

/* End Contact */

/* End Middle Section */

/* Start Footer */

#footer{
	width: 890px;
	background: #e9e9e9;
	text-align: center;
	border-top: 3px solid #e1e1e1;
	font-size: 0.85em;
	padding: 5px;
	line-height: 1.5;
	color: #000000;
}

#footer a{
	text-decoration: underline;
	color: #000000;
	background: #e9e9e9;
	padding: 0px 6px 0px 6px;
}

#footer a:hover{
	color: #489ac7;
	background: #e9e9e9;
}

#footer li{
	list-style: none;
	display: inline;
	padding: 6px 0px 6px 0px;
}

/* End Footer */

/* End Wrapper */

.clear{
	clear: both;
}

