@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #a89c73;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

a {
	color: #2e4a7d;
}
a:hover {
	color: #2e4a7d;
}

h1 {
	padding-bottom: 8px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	color: #2e4a7d;
}

h2 {
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #2e4a7d;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 15px;
	height : auto;
!important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	border: 6px solid #ffffff;
}


#header {
	width: 760px;
	height: 249px;
	float: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


 #global_nav ul {
 	height: 80px;
	padding-top: 55px;
	float: left;
	padding-left: 160px;
 }

 #global_nav ul li {
	display: inline;
	margin-right: 20px;
 }

#global_nav li a {
	color: #2e4a7d;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#global_nav .active a {
	color: #07255d;
}
#global_nav a:hover {
	color: #07255d;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #506b9e;
}


/*#global_nav {
	width: 760px;
	float: left;
}*/

#content {
	width: 700px;
	height: auto;
	float: left;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.img_padding {
	padding-right:10px; 
}

#home_left {
	width: 375px;
	height: auto;
	float: left;
	padding-right: 10px;
}

#home_right {
	width: 315px;
	height: auto;
	float: left;
}

#content_left {
	width: 510px;
	height: auto;
	float: left;
	padding-right: 10px;
}

#content_right {
	width: 180px;
	height: auto;
	padding-top: 75px;
	float: left;
}



ul {
	padding-left: 30px;
}

#footer {
	height: 50px;
	float: left;
	width: 760px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2e4a7d;
	background-color: #ffffff;
}

.footerlinks {
	text-decoration: none;
}