﻿/* CSS Document */

/* 
	Background-Styles 
*/

a:link {
	color: #ef8600;
	text-decoration : none;
	font-size: 12px;
	font-weight: none;
	font-family: Georgia, Times New Roman, serif;

	

}

a:visited {
	color: #ef8600;
	text-decoration : none;
	font-size: 12px;
	font-weight: none;
	font-family:Georgia, Times New Roman, serif;

	
}
a:hover {
	color: #8ebcda;
	text-decoration : underline;
	font-size: 12px;
	font-weight: none;
	font-family:Georgia, Times New Roman, serif;
	
}
a:active {
	color: #ef8600;
	text-decoration : underline;
	font-size: 12px;
	font-weight: none;
	font-family:Georgia, Times New Roman, serif;

}


.blackbold {
	color:black;
	font-weight:bold;
	font-family:Georgia;
	font-size: 15px; 
}

.orangebold {
	color: #ef8600;
	font-weight:bold;
	font-family:Georgia;
	font-size: 15px; 
}


body {
	background-color: #FFFFFF;
	font-family:"Georgia";
	color:#666666;
	font-size:13px;
	line-height:19px;
}
body {
	padding:0;
	margin:0;
}
h2 {
	padding:0;
	margin:0;
}
h1 {
	padding:0;
	margin:0;
}
p {
	padding:0;
	margin:0;
}
input {
	padding:0;
	margin:0;
}
ul {
	padding:4;
	margin:4;
	list-style:circle;
	
}
.wrapper {
	width:988px;
	margin:0 auto;
}
.main_box {
	width:988px;
	float:left;
	background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
}
.outer {
	width:928px;
	margin:0px 0px 0px 30px;
	display:inline;
	float:left;
}
.container {
	width:928px;
	float:left;
}

/* 
	Nav-Styles 
*/

.header {
	float:left;
	width:100%;
}
ul#menu {
	margin-top:53px;
	padding-bottom:10px;
	float:left;
	margin-right:0px;
	width:100%;
	text-align:center
}
.top_nav {
	width:928px;
	float:left;
}
ul#menu li {
	display:inline;
}
ul#menu li a {
	text-decoration:none;
	color:#ef8600;
	font-family:"Georgia";
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	margin-left:0px;
	margin-right:49px;
	float:left;
	cursor:pointer;
}
ul#menu li a:hover {
	text-decoration:none;
	color:#ef8600;
	font-family:"Georgia";
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	margin-left:0px;
	margin-right:49px;
	float:left;
}
ul#menu li a:hover {
	color:#333434;
}

ul#menu li a.active {
	color:#333434;
}

/* 
	Content-Styles 
*/

.content_container {
	float:left;
	width:100%;
}
.top_hdr {
	width:928px;
	height:287px;
	float:left;
}
.content {
	width:928px;
	float:left;
}
.content_inner {
	width:928px;
	float:left;
	background:#FFFFFF;
}
.content_left {
	width:445px;
	float:left;
	margin-top:35px;
	margin-right:35px;
	padding-left:15px;
	text-align:left;
}
.content_right {
	margin-top:35px;
	width:428px;
	height:190px;
	float:right;
}
.marginT10 {
	margin-top:10px;
}
.floatL {
	float:left
}
h2 {
	color: #004b7b
}
.content_text {
	color: #333333
}


/* 
	Inner page right nav  
*/

.right_nav_cont_img {
	margin:15px 0px 0px 22px;
	display:inline;
	float:left;
	width:227px;
	height:auto;

	padding:0px 0px 0px 0px;
}


.right_nav_cont {
	margin:15px 0px 0px 22px;
	display:inline;
	float:left;
	width:207px;
	height:auto;
	border:10px solid #e6e8eb;
	padding:10px 0px 10px 0px;
}


.right_nav_cont ul {
	margin:0px;
	padding:0px 10px 0px 10px;
	list-style:none;
}
.right_nav_cont ul li {
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 30px;
	border-bottom:1px solid #e6e8eb;
	background:url(../images/icon.jpg) no-repeat 0px 12px;
}
.right_nav_cont ul li a {
	text-decoration:none;
	color:#3e3e3e;
	font-family:"Georgia";
	font-size:14px;
	font-weight:normal;
}
.right_nav_cont ul li a:hover {
	color:#ed8905;
}
.innder_cont_text {
	width:610px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:30px 0px 0px 20px;
	background:url(../images/rounf.jpg) no-repeat left top;
	color:#6d6d6d;
	font-size:12px;
	line-height:24px;
}


.innder_cont_text_other {
	width:850px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:30px 0px 0px 20px;
	background:url(../images/rounf.jpg) no-repeat left top;
	color:#6d6d6d;
	font-size:12px;
	line-height:24px;
}



h1 {
	font-size:26px;
	color:#ec8600;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}

/* 
	Footer-Styles 
*/

.footer {
	width:928px;
	font-family: "Georgia";
	font-size: 9px;
	color: #708292;
	text-decoration: none;
	margin:0 auto;
	float:left;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	background-image: url(../images/bottom_line.gif);
	background-repeat: no-repeat;
	text-align:center;
}

