@charset "utf-8";


body
{
font-family: Arial, Helvetica, sans-serif;
text-align: left;
background: #ffffff;
background-image: url(images/top_bg-new.gif);
background-repeat: repeat-x;
background-position: left top;
color: #333;
}


#wrapper { 
 margin: 0px auto;
 width: 955px;

}

#header {
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 width: 951px;
 padding: 15px;
 height: 220px;
}

#header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 130px 0px 0px 0px;
}

#header h2 {
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#content { 
 margin: 0px;
 padding: 20px;
 top:15px;
 background-color: #fff;
}

#clear {
clear: both;
}

.top_bg {
	background-attachment: scroll;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.top_bg_new {
	background-attachment: scroll;
	background-image: url(images/top_bg-new.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.text_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #f4831f;
	text-decoration: none;
}
.border {
	border: 2px solid #ececec;
}
h1 {
	font-size: 190%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



left_right_border {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.input1 {
	background-color: #f3f4f4;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 300px;
}.text_big {
	font-size: 17px;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.text_white {
	color: #FFFFFF;
}


.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}
a.link {
	font-size: 12px;
	font-weight: bold;
	color: #F09924;
	text-decoration: none;
}
a.link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

ul#navigation {
margin: 29px 11px 10px 0px;
padding-left: 0;
list-style-type: none;
float: right;
width: 800px;
}

ul#navigation li {
display: inline;
font-size: 16px;
background-image: url(images/top_nav.png);
background-repeat: repeat-x;
}

ul#navigation a {
font-size: 17px;
color: #000000;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
display: block;
float: right;
padding: .5em 1em;
background-image: url(images/top_nav.png);
background-repeat: repeat-x;
border-right: 1px solid #fff;
}

ul#navigation a:hover {
font-size: 17px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
display: block;
float: right;
padding: .5em 1em;
background-image: url(images/top_nav_hover.png);
background-repeat: repeat-x;
}

#footer {
 font-size: 12px;
 text-align: center;
 color: #333;
 background-color: #000000;
 width: 930px;
 padding: 1em 1em;
 height: 25px;
}


