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

body {
	margin: 0 0 0 0;
	background: #e6e6e6;
}

img {
	border: none;
}

h2 {
	color: #161616;
	margin-left: 24px;
	font: normal 16px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

p {
	color: #6d6d6d;
	font: normal 12px Georgia, "Times New Roman", Times, serif; 
	line-height: 18px;
}

p a {
	color: #b50202;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

p a:hover {
	color: #b50202;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

hr {
	color: #b9b9b9;
	padding: 0 0 0 0;
	margin: 25px 0 20px 0;
	border-top: solid 1px;
	clear: both;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 792px;
	background: #ffffff;
}

#top_nav {
	height: 30px;
	width: 792px;
	background: url(img/top_nav.jpg) repeat-x;
	position: relative;
}

#header {
	height: 266px;
	width: 792px;
	margin: 0 0 0 0;
	position: relative;
	background: url(img/header_bg2.jpg) no-repeat top right;
}

#header_pic {
	width: 396px;
	float: left;
	height: 266px;
	background: url(img/header_pic2.jpg) no-repeat;
}

#logo {
	width: 228px;
	height: 130px;
	float: right;
	margin: 100px 87px 0 0;
}

#nav {
	height: 61px;
	width: 789px;
	background: url(img/nav_bg.jpg) repeat-x;
	padding-left: 3px;
}

#nav ul {
	margin: 0 0 0 0;
	height: 61px;
	width: 792px;
	list-style: none;
	position: relative;
	padding: 0 0 0 0;
}

#nav ul li a {
	float: left;
	text-transform: uppercase;
	font: normal 16px "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
	padding-left: 26px;
	padding-right: 27px;
	height: 61px;
	line-height: 60px;
}

#nav ul li a:hover {
	float: left;
	text-transform: uppercase;
	font: normal 16px "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 26px;
	padding-right: 27px;
	height: 61px;
	line-height: 60px;
	background: url(img/nav_hover.jpg) repeat-x;
}

#nav ul li.current a {
	float: left;
	line-height: 60px;
	height: 61px;
	text-transform: uppercase;
	background: url(img/nav_cur.jpg) repeat-x;
	padding-left: 27px;
	padding-right: 27px;
	margin: 0 0 0 0;
}

#nav ul li.current a:hover {
	float: left;
	line-height: 60px;
	height: 61px;
	text-transform: uppercase;
	text-decoration: underline;
	background: url(img/nav_cur.jpg) repeat-x;
	padding-left: 27px;
	padding-right: 27px;
	margin: 0 0 0 0;
}

#content {
	width: 798px;
	margin: 18px 0 0 0;
	position: relative;
}

#sidebar {
	width: 220px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}

#sidebar p strong {
	color: #ba0000;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

#sidebar p a {
	color: #6d6d6d;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#sidebar p a:hover {
	color: #6d6d6d;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#page {
	float: right;
	position: relative;
	margin: 0 25px 25px;
}

#page p {
	margin-right: 17px;
	margin-left: 24px;
}

#page img {
	margin-right: 20px;
	margin-bottom: 25px;
}

#footer {
	height: 63px;
	margin: 34px 0 0 0;
	width: 792px;
	background: #5e5e5e;
	position: relative;
}

#footer p {
	color: #ffffff;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 63px;
}

#footer p a {
	text-decoration: underline;
	color: #ffffff;
}

#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
}

.clear {
	clear: both;
}