@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular-webfont.eot');
    src: url('../fonts/MyriadProRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadProRegular-webfont.woff') format('woff'),
         url('../fonts/MyriadProRegular-webfont.ttf') format('truetype'),
         url('../fonts/MyriadProRegular-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold-webfont.eot');
    src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	outline: 0px;
}
a img{
	border: 0px;
}
a, img{
	vertical-align: top;
}
ul, ol{
	list-style-type: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#holder{
	position: relative;
	width: 100%;
	float: left;
}

.inner_wrapper{
	position: relative;
	width: 980px;
	float: left;
	left: 50%;
	margin-left: -490px;
}

#header{
	position: relative;
	width: 100%;
	height: 393px;
	float: left;
	background: url(../images/header_bg.jpg) left top repeat-x;
}
	#logo{
		position: absolute;
		left: 25px;
		top: 15px;
	}
	ul#top_nav{
		position: absolute;
		right: 8px;
		top: 75px;
	}
		ul#top_nav li{
			float: left;
			font-size: 10px;
			/*color: #fc1e1f;*/
			color: #53a900;
			padding: 0px 5px;
		}
		ul#top_nav li a{
			text-decoration: none;
			font-size: 10px;
			/*color: #fc1e1f;*/
			color: #53a900;
			text-transform: uppercase;
		}
		ul#top_nav li a:hover{
			text-decoration: underline;
		}
	#banner{
		position: relative;
		width: 100%;
		height: 298px;
		background: #fff;
		margin-top: 95px;
	}
		#banner img{
			/*width: 954px;
			height: 273px;
			position: absolute;
			left: 13px;
			top: 12px;*/
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
#outer_wrapper{
	position: relative;
	width: 100%;
	float: left;
	background: #194b9f;
}
	#left_wrapper{
		position: relative;
		width: 324px;
		height: 264px;
		float: left;
		background: url(../images/nav_bg.jpg) no-repeat;
	}
		#navigation{
			position: absolute;
			left: 95px;
			top: 60px;
		}
		#navigation li{
			clear: left;
			margin-bottom: 11px;
		}
		#navigation li a{
			display: block;
			font-family: 'MyriadProSemibold';
			font-size: 16px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#navigation a#nav_active,
		#navigation li a:hover{
			/*color: #f00;*/
			color: #55a802;
		}
		#navigation li ul{
			margin-left: 15px;
			display: none;
			/*background: #f00;
			padding: 5px 10px;*/
		}
		#navigation li ul li{
			margin-top: 5px;
			margin-bottom: 5px;
		}
		#navigation li ul li a{
			font-size: 12px;
			color: #fff;
		}
	#right_wrapper{
		position: relative;
		width: 641px;
		float: left;
		padding-bottom: 15px;
		font-size: 11px;
		line-height: 20px;
		color: #fff;
	}
		#right_wrapper h1{
			font-family: 'MyriadProRegular';
			color: #fff;
			font-size: 18px;
			margin-top: 22px;
			margin-bottom: 12px;
			font-weight: normal;
		}
		#right_wrapper h1 span{
			font-family: 'MyriadProSemibold';
		}
		#right_wrapper p{
			text-align: justify;
			padding: 10px 0px;
		}
		#right_wrapper ul.bullet_list{
			list-style-type: disc;
			margin-left: 18px;
		}

#footer{
	position: relative;
	width: 100%;
	float: left;
}
	#footer .inner_wrapper{
		height: 60px;
		font-size: 10px;
		color: #595959;
	}
	#footer a{
		text-decoration: none;
		color: #595959;
	}
	#footer a:hover{
		text-decoration: underline;
		color: #f00;
	}
	#copy{
		position: absolute;
		left: 25px;
		top: 10px;
	}
	#info{
		position: absolute;
		right: 25px;
		top: 10px;
	}

#feedback{
	position: absolute;
	left: 270px;
	top: 52px;
}
.text-box{
	width: 180px;
	border: 0px;
	padding: 5px;
	font-size: 11px;
}
.text-area{
	width: 180px;
	border: 0px;
	padding: 5px;
	font-size: 11px;
}
#feedback td{
	padding-bottom: 6px;
}
.submit-btn{
	font-size: 11px;
	padding: 5px 10px;
}
label.error{
	display: block;
	color: #f00;
}

.profile td{
	padding: 15px 0px;
}
.profile td a{
	color: #fff;
}


/* IE6 Hack */
* html #navigation li a{
	float: left;
}