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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e3e4d5;
}
.style5 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {font-family: Arial, Helvetica, sans-serif}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.style13 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #de1f26; }
.style20 {font-size: 12px}

/*----| header |----*/

.nopad{
	margin: 0px;
	padding: 0px;
}
.red, .red a{
	color: #DD1F25;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#header{
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
}

#header #logo{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
	height: 100px;
	width: 229px;
	z-index: 2;
}
#header #nav{
	position: absolute;
	top: 20px;
	overflow: hidden;
	width: 100%;
}
#header #nav ul{
	list-style-type: none;
	position: relative;
	clear: left;
	float: left;
	overflow: hidden;
	display: block;
	z-index: 1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 31%;
	width: 69%;
}
#header #nav ul.top{
	background-color: #FFF;
}
#header #nav ul.bottom{
	background-color: #EFEFEF;
	background-image: url(../images/grade.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#header #nav ul.bottom li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #312F30;
	font-weight: bold;
	}
#header #nav ul.bottom li a{color: #312F30;}
#header #nav ul.bottom li a:hover{color: #DD1F25;}
#header #nav li{
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	background-image: url(../images/LineGray-seperate.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#header #nav li a{
	color: #828282;
	text-decoration: none;
}
#header #nav li.noline{
	background-image: none;
}

/*----| footer |----*/

#footerInfo .links, #footerInfo .links a{
	color: #828282;
	text-decoration: none;
	letter-spacing: 1px;
}

#footerInfo{
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-align: center;
}
#footerInfo ul{
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	clear: left;
	float: left;
	overflow: hidden;
	display: block;
}
#footerInfo li{
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	background-image: url(../images/LineGray-seperate.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#footerInfo li a{
	color: #828282;
	text-decoration: none;
}
#footerInfo li.noline{
	background-image: none;
}
#footerInfo #copyright{
	overflow: hidden;
	position: relative;
	width: 96%;
	clear: left;
	float: left;
	display: block;
	background-color: #EFEFEF;
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 1%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}
#footerInfo #copyright p{}
#footerInfo #copyright p.info{}

