@charset "utf-8";
/* CSS Document */

body {
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-color: #BDBDBD;
}
.bottxt{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}
#MainDiv {
	position:absolute;
	width:970px;
	padding:10px;
	border: 1px solid #989898;
	background-color: #FFFFFF;
	z-index: 1;
	margin-left: -500px;
	left: 50%;
}
#Container {
	position:relative;
	width:970px;
	float:left;
	background-color: #FFFFFF;
}
#L1 {
	position:relative;
	float:left;
	width:300px;
	height:100px;
	z-index:1;
	visibility:visible;
	background-color: #000000;
}
#L2 {
	position:relative;
	float:left;
	width:670px;
	height:71px;
	z-index:2;
	visibility:visible;
    background-image:url(/images/line_bg.gif);
	background-color: #000000;
}
#L3 {
	position:relative;
	float:left;
	width:670px;
	height:23px;
	padding-top:6px;
	background-color: #000000;
	z-index: 9;
    background-image:url(/images/search_zone_bg.jpg);
}
#L4 {
	position:relative;
	float:left;
	width:970px;
	height:35px;
	z-index:10;
	visibility:visible;
	margin-top:3px;
	margin-bottom:15px;
	padding-top:2px;
	background-color: #FFFFFF;
	background-image:url(/images/nav_bg.jpg);
	background-repeat:no-repeat;
}
#L5 {
	position:relative;
	float:left;
	width:760px;
	z-index:1;
	visibility:visible;
	background-color: #FFFFFF;
	padding-bottom:20px;
}
#L6 {
	position:relative;
	float:right;
	width:180px;
	z-index:6;
	visibility:visible;
	background-color: #FFFFFF;
	background-image:url(/images/quick_links_bg.gif);
	margin-bottom:20px;
}
#L7 {
	position:relative;
	float:left;
	width:970px;
	height:25px;
	margin-top:15px;
    padding-top:15px;
	background-color: #FFFFFF;
    background-image:url(/images/bg_bottom.jpg);
    background-position:center;
    background-repeat:no-repeat;
}
#Newsfeed {
	position:relative;
	margin-left:8px;
	float:right;
	width:160px;
	z-index:7;
	visibility:visible;
	background-color: #FFFFFF;
	background-image:url(/images/quick_links_bg.gif);
	padding-left:10px;
	padding-right:10px;

}
body,td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:19px;
}
.style1 {
	color: #AF0711;
	font-weight: bold;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
    font-weight:lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bolder;
	color: #AF0711;
	margin-bottom:0px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#Af0711;
	margin-bottom:5px;
    font-weight:bold;
	
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AF0711;
	margin-bottom:5px;
	font-weight:bold;
}
hr {
    margin-bottom:10px;
	}
.TableBorder {
	border: 1px solid #cccccc;
    border-collapse:collapse;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
a:link.quick, a:visited.quick, a:active.quick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(/images/quick_arrow.gif);
	background-position: right;
	background-repeat:no-repeat;
	width:140px;
	border-bottom:solid 1px #CCCCCC;
	color:#666666;
	display:block;
	font-weight:lighter;
	text-align:left;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
}

a:hover.quick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#AF0711;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(/images/quick_arrow_over.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:lighter;
}
a:link {
	color: #AF0711;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #AF0711;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #AF0711;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #AF0711;
}
a.evo:link {
	color: #948A54;
	font-weight: bold;
	text-decoration: none;
}
a.evo:visited {
	text-decoration: none;
	font-weight: bold;
	color: #948A54;
}
a.evo:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #948A54;
}
a.evo:active {
	text-decoration: none;
	font-weight: bold;
	color: #948A54;
}
.footer{
	font-size:10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.footer:link {
	font-size:10px;
	color: #AF0711;
	font-weight: bold;
	text-decoration: none;
}
.footer:visited {
	text-decoration: none;
	font-weight: bold;
	color: #AF0711;
}
.footer:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #AF0711;
}
.footer:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.paddingleft {
    padding-left:10px;
}

/*Home Page Content DIV's*/

#apDiv1 {
	position:relative;
	float:left;
	width:758px;
	height:100px;
	padding:10px;
	z-index:1;
	background-image: url(../images/home_top_bg.gif);
}
#apDiv2 {
	position:relative;
	float:left;
	width:180px;
	height:120px;
	margin-left:10px;
	z-index:2;
	background-color: #FFFFFF;
}
#apDiv3 {
	position:relative;
	float:left;
	margin-top:10px;
	width:778px;
	height:250px;
	z-index:3;
	background-color: #FFFFFF;
	background-image: url(/images/pod_bg.jpg);
}
#apDiv4 {
	position:relative;
	float:left;
	width:384px;
	height:240px;
	padding-top:10px;
	margin-top:10px;
	margin-left:10px;
	z-index:4;
	background-color: #CCCCCC;
	background-image: url(/images/pod2_bg.jpg);
}
#apDiv5 {
	position:relative;
	float:left;
	width:180px;
	height:250px;
    margin-left:10px;
    margin-top:10px;
	z-index:5;
	background-color: #999999;
}
#apDiv6 {
	position:relative;
	float:left;
	width:384px;
	height:168px;
	padding-top:5px;
	margin-top:10px;
	z-index:6;
	background-color: #CCCCCC;
	background-image: url(/images/pod3_bg.jpg);
}
#apDiv7 {
	position:relative;
	float:left;
	width:384px;
	height:168px;
	padding-top:5px;
	margin-left:10px;
	margin-top:10px;
	z-index:7;
	background-color: #CCCCCC;
	background-image: url(/images/pod4_bg.jpg);
}
#apDiv8 {
	position:relative;
	float:left;
	width:758px;
	height:230px;
	padding:10px;
	margin-top:10px;
	line-height:20px;
	z-index:8;
	background-image: url(/images/home_bottom_bg_long.jpg);
}
#apDivContainer14 {
	position:relative;
	float:left;
	width:778px;
	height:185px;
	margin-top:10px;
	z-index:8;
}
#apDiv9 {
	position:relative;
	float:right;
	width:160px;
	height:185px;
	padding-left:10px;
	padding-right:10px;
	margin-left:8px;
	margin-top:10px;
	z-index:9;
	background-image: url(/images/home_news_bg_long.jpg);
}
#apDiv9A {
	position:relative;
	float:right;
	width:160px;
	height:218px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	margin-left:8px;
	margin-top:10px;
	z-index:9;
	background-image: url(/images/home_news_bg_long2.jpg);
}
#apDiv10 {
	position:relative;
	float:left;
	width:232px;
	height:140px;
	padding-top:35px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	z-index:10;
	background-image: url(/images/banner_001.jpg);
}
#apDiv11 {
	margin-left:10px;
	position:relative;
	float:left;
	width:253px;
	height:185px;
	z-index:10;
}
#apDiv12 {
	margin-left:10px;
	position:relative;
	float:left;
	width:253px;
	height:185px;
	z-index:10;
	background-image: url(../images/banner_002.jpg);
}
#apDiv13 {
	position:relative;
	float:left;
	width:165px;
	height:168px;
	padding-left:15px;
	padding-top:5px;
	margin-top:10px;
	margin-left:10px;
	z-index:13;
	background-image: url(../images/home_links_bg.jpg);
}
#apDiv14 {
	position:relative;
	float:left;
	width:187px;
	height:185px;
	margin-left:10px;
	z-index:11;
	background-color: #E0E0E0;
}

/*END*/

.sidePOD{
    font-size:12px;
	color: #AF0711;
	font-weight: bold;
	line-height:27px;
	padding-left:13px;
	background-image:url(/images/arrow1.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
.sidePOD:link {
    font-size:12px;
	color: #AF0711;
	font-weight: bold;
	text-decoration: none;
}
.sidePOD:visited {
	text-decoration: none;
	font-weight: bold;
	color: #AF0711;
}
.sidePOD:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #AF0711;
}
.sidePOD:active {
	text-decoration: none;
	font-weight: bold;
	color: #AF0711;
}
.highLight{
font-weight:bolder;
text-decoration:underline;
}

.seach{
    font-size:11px;
	width:150px;
	height:18px;
	color: #AF0711;
}
.seach2{
    font-size:11px;
	width:170px;
	height:18px;
	color: #AF0711;
}
