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

/*----------------------------------------------------   BROWSER DEFAULT	 ---------------------*/	

body { 
background:url(images/back_front.jpg);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
margin:0; padding:0; 
font-size:13px; color:#333333;
}	

ul.menulist {margin:0; padding:0;}

ul {margin:0; padding:0;}

li.divider {
	display:none;
}

a:hover {
	color:#006633;
	text-decoration: underline;
}

h3 {
	font-size:23px;
	font-weight:lighter;
	color:#0c282c;

}

.title {
	font-size:30px;
	font-weight:bold;
	color:#fff;

}

h1 {
	font-size:30px;
	font-weight:bold;
	color:#fff;

}

h2 {
	font-size:14px; line-height:20px;
	
	color:#fff;

}

.frontsub {
	font-size:16px; line-height:25px; 
	color:#fff;

}


.clear { clear:both;}

.button {margin-top:15px; }

/*----------------------------------------------------   input, textarea	 ---------------------*/						
input, textarea {						
						font-size:15px;
						font:Arial, Helvetica, sans-serif;
						color:#777E85;
						margin-bottom:0px;
						padding-left:2px;
						padding-right:2px;
						line-height:15px;

}												
input	{margin:0px 0px 0px 0px;}
textarea	{
						height:155px;
						margin:0px 0px 0px 0px;
						overflow:hidden;
						}
.input_submit	{
						height:5px;
						width:45px;
						border:0;
						margin:0px 0px 0px 0px;
						padding:0px 0px 0px 0px;
						}
						
.submit_button{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	margin-left:4px;
	background-image:url(images/button_bg.jpg);
	background-repeat:repeat-x left top;
	border:1px solid;
   border-top-color:#072e49;
   border-left-color:#072e49;
   border-right-color:#072e49;
   border-bottom-color:#072e49;
	
	}
	
/*----------------------------------------------------   top navigation	 ---------------------*/	
	
	
.topnav {
	position:relative;
	margin-left:10px;
	top:5px;
	height:30px;
	font-size:13px;
	text-align:right; margin-top: 10px;
}

.topnav ul {
	position:relative; 
	top:8px;
	text-align:right;
	list-style-type: none;
}

.topnav li {
	display: inline; padding-left:14px;
}

.topnav li.divider { border-right:1px solid black; }

.topnav a {
	
	line-height:inherit;
	color:#4e86a9;
	margin:0px 2px 0 2px;
	text-decoration: none;
	font-size:15px; 
	font-weight:bold;
}

.topnav a:hover {
	color:#006600;
}


/*----------------------------------------------------  COMMON CSS	 ---------------------*/	


#content-block {
	width:980px;
	text-align:left;
	padding-top:4px;

}

#header {
	height:90px;
}

#header .left {
	position:relative;
	top:35px;
	float:left;
	width: 250px;
	height: 60px;
	margin-left: 10px;
}

#header .right {
	position: relative;
	float:right;
	width: 700px;
	text-align:right;
	top: 0px;
	margin-right:5px;
}

#header .right .left {
	float:left;
	position: relative;
	width:570px;
	top: 55px;
	height: 40px;
}

#header .right .right {
	float:right;
	position: relative;
	width:100px;
	top: 50px;
	margin-top: 25px;
}

#front-banner {
	position:relative;
	top:40px;
	clear:both;

}

#front-banner .left {
	width:730px;
	float:left;
	top:20px;
	position:relative;


}

#front-banner .right {
	float:right;
	width:200px;
}

#content {
	background-image:url(images/front_main_bg.jpg);
	position:inherit;
	background-repeat: no-repeat;
	height:350px; clear:both; position:relative; margin-top:0px; top:40px;
}

#content .left {
	float:left
	width:182px;
	float:left;
	margin-left:5px;
	width: 460px;
	padding: 5px; margin-top:10px;
}

#content .right {
	float:right;
	width:460px; 
	padding:5px; margin-top:10px;
}

.Rel {
	margin:10px 0px 15px 0px;
	padding:0px 0px 10px 0px;


	line-height:1.2em;
}
.Rel p { margin:0px; padding:0px; color:#000000; font-size:12px; }
.Rel ul { margin:10px 0px 5px 0px; padding:0px; } 
.Rel li {
	margin:0px 0px 8px 30px;
	padding-left:5px;
	list-style-image:url(images/bullet.png);
}

.Rel a {
	color:#041d31;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	line-height: 20px;

}

.Rel a:hover {
	color:#336600;
}

#pods {
	position:relative;
	clear:both;
	margin-top:0px;
	font-size:11px;
	line-height:20px;
}

#pods img {
	margin:0px;
	float:left;
	padding:  0 15px 50px 0;
}

#pods .left {
	float:left;
	width:280px;
	margin:0px;
	padding:0px;
	margin-left: 10px;
}

#pods .right {
	float:right;
	width:650px;
	margin:0px;
	padding:0px;
}

#pods .right .left {
	float:left;
	width:280px;
	margin:0px;
	padding:0px;
}

#pods .right .right {
	float:right;
	width:280px;
	margin:0px;
	padding:0px;
	margin-right: 20px;
}


.footer {
	position:relative;
	top:40px;
	text-align:center;
	border-top:1px solid #95cef5;
	padding-bottom: 30px;

}

.footer ul {
	position:relative; 
	top:8px;
	text-align:center;
	list-style-type: none;
}

.footer li {
	display: inline; padding-left:10px;
}

.footer li.divider { border-right:1px solid black; }

.footer a {
	
	line-height:inherit;
	color:#4e86a9;
	margin:0px 2px 0 2px;
	text-decoration: none;
	font-size:10px; 
	font-weight:bold;
}

.footer a:hover {
	color:#000033;
}
