* { margin: 0; padding: 0; }

body {
background-color: #d5d5d5;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #333;
}

#wrapper {
width: 960px;
margin: 0 auto;
text-align: left;
}

#content li {margin-left: 15px;}

a {
	color: #333;
	text-decoration: underline;
}
a:hover { color: #ae023b; }

a img { border: 0; }

/***** HEADER *****/
#header {
height: 112px;
background: url('../images/header_bg.jpg') #d5d5d5 no-repeat 0 0;
text-align: right;
margin-top: 5px;
}

#header a {
	margin-right: 5px;
	display: inline;
}

#header_graphic {
height: 318px;
width: 960px;
display: block;
}

#second_graphic {
	height: 173px;
	width: 960px;
	display: block;
	background-color: #fff;
}
	

.logo {
width: 250px;
height: 60px;
display: block;
float: left;
margin-top: 25px;
margin-left: 25px;
}

/***** NAVIGATION ****/
#nav {
	background: url('../images/nav_bg.jpg') #000 repeat-x 0 0;
	display: block;
	height: 48px;
}

#nav li {
	list-style-type: none;
	display: inline;
	position: relative;
	float: left;
	height: 48px;
}

#nav li a {
	line-height: 48px;
	display: block;
	outline: none;
	text-align: center;	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 14px;
}

#nav ul li ul {
	position: absolute;
	display: none;
	top: 48px;
	left: 0;
}

#nav ul li ul li  {
	display: block;
	width: 210px;
	background-color: #960032;
	height: 30px;
	border-bottom: 2px solid #000;
	border-right: none;
	padding: 0;
}

#nav ul li ul li a{
	height: 30px;
	line-height: 30px;
	display: block;
	width: 210px;
	padding: 0;
}

#nav ul li ul li a:hover {
	background-color: #ae023b;
}



#nav a:hover {
	background-color: #960032;
}

/****** CONTENT *****/
#content {
	background-color: #fff;
	padding: 15px;
}


#content .left {
	float: left;
	width: 563px;
}

.homeblock  {
	float: left;
	width: 563px;
}


#content .left .title {
	background: url('../images/caption_bg.jpg') no-repeat bottom center;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 15px;
	padding-left: 7px;
}

#content .error {
	color: #FF0000;
	font-weight: bold;
}

.home_block {
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.home_block p a {
	text-transform: uppercase;
	text-decoration: underline;
}


.home_block .image {
	width: 112px;
	float: left;
}

.home_block .text {
	float: right;
	width: 300px;
	text-align: right;
}

#content .right {
	float: right;
	width: 300px;
	margin-top: 18px;
}

#content .right .right_box {
	border-top: 10px #ffcc66 solid;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	
}

#content .right h2 {
	border-bottom: 2px solid #ffcc66;
	margin-bottom: 5px;
}

#content .right .right_box .inner_box {
border: 1px solid #ccc;
padding: 15px;
}

#content .right ul li {
list-style-image: url('../images/bullet_bg.gif');
}

#sitemap ul li{
	list-style-image: url('../images/bullet_bg.gif');
}


/******** FOOTER *****/
#footer {
	background-color: #990134;
	float: left;
	width: 100%;
	color: #fff;
padding-top: 30px;
font-size: 10px;
text-align: center;
}

#footer .block {
margin-bottom: 10px;
}

#footer .right .last { margin-right: 0; }

#footer a {
	color: #fff;
}

/******** FORMS ********/
.label {
	font-weight: bold;
	width: 25%;
}

.input {
	width: 75%;
}

.text_field {
	width: 75%;
}

/****** MISC ******/
.clear {clear: both;}