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

/* ------------- "generic" styles */

*{
	padding:0;
	margin:0;
}
body {
	margin:					0px;
	padding:				0px;
 
	font:Arial, Helvetica, sans-serif;
}
#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	position: relative;
	
	height: 100%;
	overflow:hidden;
	}
/* ------------- "header" styles */	
#header {
	height: 170px;
	width: 958px;
	position: relative;
	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/* ------------- "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" styles */

#content {
font:Arial, Helvetica, sans-serif;
}

#contentLeft{
	background-color:#FFFFFF;
	width: 381px;
	position: relative;
	float: left;
 
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height:560px;
	padding-top: 90px;
	padding-left: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}


#contentLeft h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	color:#B32014;
	padding-bottom:15px;
	margin-right:15px;
	margin-top:20px;
}
#contentLeft2{
	width: 423px;
	position: relative;
	float: left;
	 
	background-color:#FFFFFF;
	margin-left: 10px;
	height:100%;
}
#contentLeft2 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:#999999;
	padding-top:10px;
	margin-top:10px;
	margin-left:50px;
}


#contentLeft2 a {
	font-weight: normal;
	color: #B32014;
	text-decoration: none;
}
#contentLeft2  a:hover  {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	
}

#contentRight{
 
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float: right;
	width: 507px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	padding-left: 20px;
}

#contentRight h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	 
 
}
#contentRight h2{
	font-size:18px;
	color:#999999;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	letter-spacing:.5px;
	margin-top:15px;
	}
#contentRight h3{
	font-size:14px;
	color:#999999;
	line-height: 14px;
	font-weight: normal;
}
#contentRight h4{
	font-size:14px;
	color:#b32014;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	letter-spacing:.5px;
	margin-top:10px;
}
#contentRight p{
	font-size:12px;
	color:#000000;
	line-height: 15px;
	font-weight: normal;
	margin-top:3px;
}
#contentRight p b{
	font-weight: bold;
	letter-spacing:.75px;
}
#contentRight table {
	width:96%;
	font-size:11px;
	line-height:13px;
	margin-top:20px;
	margin-right:20px;
	border-top-width:thin;
	border-right-width:thin;
	border-top-style:solid;
	border-right-style:solid;
	border-top-color:#B32014;
	border-right-color:#B32014;
}
#contentRight th {
	padding:5px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-left-style:solid;
	border-left-color:#B32014;
	border-left-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#B32014;
	border-bottom-width:thin;
	border-collapse:collapse;
	border-spacing:0px;
}
#contentRight td {
	padding:5px;
	text-align: center;
	border-left-style:solid;
	border-left-color:#B32014;
	border-left-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#B32014;
	border-bottom-width:thin;
	border-collapse:collapse;
	border-spacing:0px;
}
.number{
	font-size:16px;
	line-height:12px;
	font-weight:bold;
	color:#B32014;
	text-align:center;
}
.number3{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#B32014;
}

.grey {
	color: #333;
}

#contentRight a {
	font-weight: normal;
	color: #B32014;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#contentRight  a:hover  {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

/* ------------- "footer" styles */
#footer {
 
	height: 59px;
	width: 958px;
	position: relative;
	font-family: 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;
}
