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

body {
	background-color: #7f98ab;
}
#container {
	position: relative;
	width: 968px;
}
#container #header {
	width: 968px;
	height: 193px;
	position: relative;
}
#header #logo {
	position: absolute;
	height: 36px;
	width: 237px;
	left: 0px;
	top: 157px;
}

#header #nav {
	position: absolute;
	height: 36px;
	width: 731px;
	left: 237px;
	top: 157px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background-image: url(../images/nav_background.gif);
	background-repeat: no-repeat;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 36px;
	font-weight: 600;
	color: #7f98ab;
	text-decoration: none;
}

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

#container #contentbackground {
	background-image: url(../images/content_background.gif);
	width: 968px;
	position: relative;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	top: 0px;
}

#contentbackground .TopImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

#contentbackground #content {
	position: relative;
	left: 20px;
	top: 21px;
	text-align: left;
	width: 889px;
	min-height: 460px;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/*\*/
* html #contentbackground #content {
height: 460px;
}
/**/

#content .top {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#container #footer {
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	height: 108px;
	width: 968px;
	position: relative;
}
#footer #logos {
	position: absolute;
	left: 10px;
	top: 19px;
}
#footer #contact {
	position: absolute;
	width: 480px;
	left: 427px;
	top: 29px;
	color: #bac5ce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: 600;
}

#footer #google {
	position: absolute;
	z-index: 20;
	left: 724px;
	top: 54px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bac5ce;
	font-size: 11px;
	text-align: right;
	font-weight: 600;
	width: 220px;
}

.large {
	font-size: 17px;
}
.located {  
	font-size: 11px;
}
