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

* {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}

HTML {
	background-image: url(main_background-1.jpg);
	background-repeat:repeat-x;
}

#container {
width: 1024px;
margin: 0 auto;
}


/* Header Contents and Navigation */

#header {
	width: 840px;
	height: 197px;
	position: relative;
}

#header h1 a{
	display: block;
	width: 251px;
	height: 74px;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 20px;
}

#header h2 {
float: right;
margin: 60px 20px 0 0;
color: #73797e;
font-size:22px;
letter-spacing: 1px;
}


#header ul {
list-style: none;
position: absolute;
top: 130px;
left: 20px;
}

#header li {
color: #fff;
display: inline;
font-size: 15px;
float: left;
}


#header li a{
	color: #fff;
	text-decoration:none;
	padding:0 15px 0 14px;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	background-image:url(bgnav.jpg);
	background-repeat:repeat-x;
	margin: 0 5px;
}


#header li a:hover, #header li.active a{
background-color: #333;
background-position:bottom;
}




/* Content */

#content {
	width: 800px;
	display: inline;
}



/* Content Containers */

#left_content {
	width: 800px;
	min-height: 500px;
	display: inline;
	background-color:#fff;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

#right_content {
width: 290px;
min-height: 500px;
display: inline;
margin: 0 20px 20px 0;
background-color:#fff;
float: right;
}



/* Left Content */

#left_content #main_image {
margin: 15px 15px 5px 15px;
}

#left_content h3 {
	font-size: 19px;
	color: 296d37;
	margin: 20px 15px 5px 15px;
}

#left_content h4 {
font-size: 13px;
color: #333;
margin: 5px 15px 5px 15px;
}

#left_content p {
color: #333;
font-size: 12px;
margin: 5px 15px 10px 15px;
line-height: 15px;
}

#left_content p a{
color: #d33648;
}

#left_content p a:hover{
text-decoration: none;
}




/* Right Content */
#right_content h3 {
font-size: 19px;
color: #d33648;
margin: 15px 15px 5px 15px;
}

#right_content ul {
list-style-image:url(../images/list_bullet.gif);
list-style-position:inside;
margin: 5px 15px 20px 25px;
}

#right_content li {
font-size: 13px;
color: #333;
margin:0 0 5px 0;
}

#right_content li a{
font-size: 13px;
color: #333;
}

#right_content li a:hover{
font-size: 13px;
color: #d33648;
}



/* Footer */

#footer {
	width: 800px;
	margin: 20px;
	border-top: 1px dotted #999;
	height: 25px;
	clear: both;
}

#footer p {
line-height: 25px;
color: #333;
text-align: center;
font-size: 10px;
}

#footer p a{
color: #333;
}

#footer p a:hover{
color: #d33648;
}
