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

body{
	background: #8EA792 url(../graphics/gateway/background.jpg) repeat-x top left;
	padding: 0px 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 70%;
	color: #8a8b8c;
}

a{
	color: #585c7f;
	font-weight: bold;
	text-decoration: none;
}

p{
	padding-top: 0px;
}

p.link{
	
	padding-top: 5px;
}

h2{
	color: #000;
	font-size: 120%;
	text-transform: uppercase;
	margin: 8px 0px 8px 0px;
}

h2 span{
	padding-bottom: 5px;
	background: url(../graphics/shared/h2_bg.gif) repeat-x bottom left;
}

#container{
	min-height: 900px;
	text-align: center;
	background: url(../graphics/gateway/tworoads.jpg) no-repeat center 250px;
}

#content, #content2{
	height: 299px;
	margin: 0px auto;
	text-align: left;
	width: 669px;
	border: 1px solid #acacac;
	background: #FFF url(../graphics/gateway/content_bg.jpg) no-repeat top left;
	
}
#content2{
	background: #FFF;
	height: auto;
	min-height: 625px;
	padding: 10px;
	width: 649px
}

* html #content2{
	height: 625px;
	
}

h1{
	height: 123px;
	color: #FFF;
	background: url(../graphics/gateway/heading.jpg) no-repeat center center;
	text-indent: -9999px;
}


#row{
	width: 280px;
	height: 90px;
	float: right;
	margin-top: 190px;
	margin-right: 20px;
}
#us{
	width: 290px;
	height: 90px;
	float: left;
	margin-top: 190px;
	margin-left: 20px;
	text-align: right;
}

* html #us{
	margin-left: 10px;
}

* html #row{
	margin-right: 10px;
}

#us a, #row a{
	font-size: 125%;
	color: #01304a;
	text-decoration: underline;
	text-transform: uppercase;
}

#footer{
	background: url(../graphics/shared/us/footer_bg.gif) repeat-x top left;
	margin: 0px auto;
	margin-top: 325px;
	max-width: 1170px;
}

#fRight{
	background: url(../graphics/shared/us/footer_right.gif) no-repeat top right;
}

#footerContent{
	background: url(../graphics/shared/us/footer_left.gif) no-repeat top left;
	font-size: 100%;
}

#row_link{
	background: url(../graphics/gateway/row.jpg) no-repeat top left;
}

#row_link:hover{
	background: url(../graphics/gateway/row_over.jpg) no-repeat top left;
}

#us_link{
	background: url(../graphics/gateway/usa.jpg) no-repeat top left;
}

#us_link:hover{
	background: url(../graphics/gateway/usa_over.jpg) no-repeat top left;
}

#searchDiv #searchButton{
	background: #142332;
	border: 1px solid #394154;
	font-size: 100%;
}
#searchDiv form #searchBox{
	font-size: 100%;
}

#search_page #footer {
	margin-top: 10px;
}

#header{
	margin-bottom: 30px;
}
