@charset "ISO-8859-1";
/* CSS Document */

/* ------------- "generic" styles */
*{
	padding:0;
	margin:0;
}
body {
	margin:					0px;
	padding:				0px;
	background-color: 		#B32014;
	font:Arial, Helvetica, sans-serif;
	}
#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	position: relative;
	background-color: #ffffff;
	height: 100%;
	overflow:hidden;
}


#header {
	height: 170px;
	width: 958px;
	position: relative;
	background: url(images/header.gif) no-repeat;
}
#form {
	background: url(images/form_bkgd.gif) no-repeat;
	height: 100px;
	width: 280px;
	left: 500px;
	position: absolute;
	top: 46px;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
	float:right;
}
/* ------------- "navigation" styles */
#navigation {
	height: 27px;
	width: 908px;
	position: relative;
	top: -15px;
	margin-left:30px;
	margin-right:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b32014;
	display: inline-block;
}
#navigation li{
	display: inline;
	list-style-type: none;
	position: relative;
	}
#content {
	position: absolute;
	height: 460px;
	width: 679px;
	left: 279px;
	top: 125px;
}
#left {
	width: 279px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	height: 730px;
	}
#left_image {
	height: 489px;
	width: 279px;
	position: absolute;
}

#left h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#B32014;
	padding-left:15px;
	text-align: center;
	padding-top: 10px;
}
#left p{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	color: #666666;
	text-align: center;
	line-height: 16px;
}



#left a {
	font-weight: normal;
	color: #B32014;
	text-decoration: none;
}
#left  a:hover  {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	
}
#right {
	width: 679px;
	height: 710px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	background: #FFFFFF url(images/main.gif) no-repeat 0px 0px;
}
#right p {
	margin:0px;
	font: 90%/130% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 35px 10px;
}
#right img {
	float: right;
	margin: 0px;
	padding: 80px 40px 0px 0px;
}
#right h6 {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:90%;
	padding-top:15px;
	padding-left:35px;
	padding-right:35px;
	line-height:130%;
}
#right h2 {
	margin: 0px;
	padding: 65px 0px 0px 35px;
}
#right h3 {
	margin: 0px;
	padding-top:25px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:0;
	color: #B32014;
}
#right a:link, a:visited {
	color: #B32014;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#right a:hover {
	color: #666666;
	text-decoration: none;
}
.style1 {font-weight: bold}

#right li {
	font-size:80%;
	line-height:120%;
	list-style: disc outside;
	margin-left: 50px;
	padding: 3px 35px 5px 0px;
}
#footer {
	height: 42px;
	width: 958px;
	position: relative;
	background-image: url(../images/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 17px;
	float: left;
}
#footer a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #B32014;
	text-decoration: none;
}
#form_container {
	height: 72px;
	width: 232px;
	left: 710px;
	position: absolute;
	top: 40px;
	visibility: visible;
}
#form {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 10px;
	top: 35px;
}
