@charset "UTF-8";
/* CSS Document */

/*---- GLOBAL TEXT STYLING ---*/

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.application_field {
	font-size:1em;
	height:12px;
	width:210px;
}
h3{
	color:#5C8BBF;
	font-size:16px;
	margin-bottom:0;
}

h4{
	color:#5C8BBF;!important
	font-weight:bold;
	font-size:16px;
	margin:5px 0;	
}

.image-floatleft{
	float:left;
	padding-right:10px;
}

.image-floatright{
	float:right;
	padding-left:10px;
}

.highlight{
	color:#0361b4;
	
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#00C;
}

a:hover {
	text-decoration:underline;
	color:#00C;
}

a:visited {
	color:#00C;
}

a img{
	border:0;
}


h1{
	margin:0;
	padding:0;
	color:#0361b4;
	font-size:24px;
}

h2{
	margin:0;
	padding:0;
	color:#333;
	font-size:16px;
	padding: 5px 0 0 0;
}


p{
	margin:0;
	padding:5px 0 5px 0;
	line-height:16px;
}

form{
	margin:0;
}
.tableform {
	text-align: right;
	padding-right: 5px;
}
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.error {
	padding:5px 0 0 5px;
	clear: both;
	float: left;
	color: red;
}
.clear{
	clear:both;
}

.required{
	color:#F00;
}



/*---- END GLOBAL TEXT STYLING ---*/


#main-wrapper{
	width:auto;
	background:url(../images_css/header-line.gif) repeat-x;
	padding-top:15px;
	margin:0;
}

#wrapper{
	width:940px;
	margin: 0 auto;
}


/* ------------- HEADER ----------*/
#header-container{
	margin: 10px 0 0 0;
}

#header-container .logo{
	float:left;
}


#header-container .tagline{
	float:right;
	font-size:14px;
	font-style:italic;
	color:#003f72;
	width:300px;
	text-align:right;
}

/* ------------- END HEADER ----------*/


/* ------------- MENU ----------*/


#menu {
	margin-top:15px;
}


#menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

#menu ul li {
	float:left; 
	position:relative; 
	list-style:none; 
	padding:0;
}

#menu ul li { 
	height:29px;
	font-size:14px;
	color:#FFF;
	text-align:center;
}

#menu ul li.menu_01 { 
	width:165px;
	background:url(../images_css/menu_01.gif) no-repeat;
	background-position: 0 0;
}

#menu ul li.menu_01 a { 
	width:165px;
}



#menu ul li.menu_02 { 
	width:155px;
	background:url(../images_css/menu_02.gif) repeat-x;
	background-position: 0 0;
}

#menu ul li.menu_02 a { 
	width:155px;
}


#menu ul li.menu_03 { 
	width:150px;
	background:url(../images_css/menu_02.gif) repeat-x;
}

#menu ul li.menu_03 a { 
	width:150px;
}

#menu ul li.menu_04 { 
	width:150px;
	background:url(../images_css/menu_02.gif) repeat-x;
}

#menu ul li.menu_04 a { 
	width:150px;
}

#menu ul li.menu_05 { 
	width:150px;
	background:url(../images_css/menu_02.gif) repeat-x;
}

#menu ul li.menu_05 a { 
	width:150px;
}

#menu ul li.menu_06 { 
	width:160px;
	background:url(../images_css/menu_05.gif) no-repeat;
	background-position: -15px 0;
}

#menu ul li.menu_06 a { 
	width:160px;
}

#menu ul li.sep { 
	width:2px;
	background:url(../images_css/menu_sep.gif) no-repeat;
	background-position: 0 0;
}

	/*----- HOVER STATES -------*/
	
	#menu ul li.menu_01:hover { 
		background:url(../images_css/menu_01.gif) no-repeat;
		background-position: 0 -29px;
	}
	
	#menu ul li.menu_02:hover { 
		background:url(../images_css/menu_02.gif) repeat-x;
		background-position: 0 -29px;
	}
	
	#menu ul li.menu_03:hover { 
		background:url(../images_css/menu_02.gif) repeat-x;
		background-position: 0 -29px;
	}
	
	#menu ul li.menu_04:hover { 
		background:url(../images_css/menu_02.gif) repeat-x;
		background-position: 0 -29px;
	}
	
	#menu ul li.menu_05:hover { 
		background:url(../images_css/menu_02.gif) repeat-x;
		background-position: 0 -29px;
	}
	
	#menu ul li.menu_06:hover { 
		background:url(../images_css/menu_05.gif) no-repeat;
		background-position: -15px -29px;
	}
	
	
	/*----- END HOVER STATES -------*/


#menu ul li a {
	padding: 8px 0 0 0;
	color:#FFF;
	text-decoration:none;
	font-weight:400;
	outline:none;
}

#menu ul li a, #menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	overflow:hidden;
}


/* ------------- END MENU ----------*/


/* ------------- HOMEPAGE BODY ----------*/

#home-copy{
	width:940px;
}

#home-copy .header{
	background:url(../images_css/home-main-header.gif) no-repeat;
	height:5px;
}

#home-copy .body{
	background:url(../images_css/home-main-body.gif) repeat-y;
	padding: 10px;
}

#home-copy .footer{
	background:url(../images_css/home-main-footer.gif) no-repeat;
	height:6px;
	clear:both;
}


#home-copy .intro-text{
	margin: 25px 0 0 300px;
	
}

#home-copy h1{
	margin:0;
	padding:0;
	color:#0361b4;
	font-size:28px;
}

#home-copy p{
	margin:0;
	padding:5px 0;
	font-size:14px;
}

h4.form{
	color: #fff;
}
#copy h4 {
	color: #fff;
}

#icon-container{
	margin-top:30px;
	margin-bottom:40px;
}


#icon-container .left-box{
	float:left;
	width:290px;
	margin-right:15px;
	margin-left:30px;
}

#icon-container .middle-box{
	float:left;
	width:290px;
	margin-right:15px;
}

#icon-container .right-box{
	float:left;
	width:290px;
}

#icon-container .image{
	float:left;
	width:80px;
}

#icon-container .desc{
	margin-left:95px;
	margin-top:30px;
	font-size:15px;
}



/* ------------- END HOMEPAGE BODY ----------*/


#body-container{
	margin-top:15px;
	
	}



/* ------------- HOMEPAGE BODY ----------*/

#copy{
	width:940px;
}

#copy .header{
	background:url(../images_css/home-main-header.gif) no-repeat;
	height:5px;
}

#copy .body{
	background:url(../images_css/home-main-body.gif) repeat-y;
	padding: 10px;
}

#copy .footer{
	background:url(../images_css/home-main-footer.gif) no-repeat;
	height:6px;
	clear:both;
}








/* ----------- FOOTER -----------------*/

#footer-container{
	clear:both;
	margin-top:10px;
	border-top: 1px #b9b9b9 solid;
}


#footer-container .footer{
	text-align:center;
	font-size:10px;
	color:#666;
	padding-top:10px;
}


#footer-container a{
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	
}

#footer-container a:hover{
	text-decoration:underline;
	
}


