@charset "utf-8";

/*	Copyright Web Thirst Limited - www.webthirst.com */

html {
	font: small/1.4 Georgia, "Times New Roman", Times, serif;
	} 
body {
	background: #000 url(../images/back01.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 92%;
	}
body a img {
	border: none;
	}
body a {
	color: #006FB0;
	text-decoration: none;
	}
body a:hover {
	color: #FF7C00;
	text-decoration: underline;
	}
	
#container {
	width: 780px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#mainContent {
	padding: 150px 20px 0;
	}
#body_hom #mainContent,
#body_boo #mainContent {
	background: url(../images/header01.jpg) no-repeat;
	}
#body_fac #mainContent,
#body_lin #mainContent {
	background: url(../images/header02.jpg) no-repeat;
	}
#body_acc #mainContent,
#body_con #mainContent {
	background: url(../images/header03.jpg) no-repeat;
	}
#body_loc #mainContent,
#body_pri #mainContent {
	background: url(../images/header04.jpg) no-repeat;
	}
#body_mem #mainContent,
#body_cop #mainContent {
	background: url(../images/header05.jpg) no-repeat;
	}
#body_rat #mainContent {
	background: url(../images/header06.jpg) no-repeat;
	}
#mainContent h1,
#mainContent h2 {
	clear: both;
	color: #000;
	}
#mainContent h1 {
	border-bottom: 1px solid #FF7C00;
	}
#mainContent ul.banners {
	list-style-type: none;
	text-align: center;
	}
#mainContent ul.banners li {
	margin: 0 0 4px;
	}
#mainContent ul.banners li img {
	display: block;
	border: 1px solid #006FB0;
	}
	
#nav {
	float: left; /* Contain floated list items */
	width: 780px;
	margin: 0;
	padding: 0;
	background: #00436A;
	list-style-type: none;
	font-size: 86%;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
#nav a {
	float: left;
	margin: 0;
	padding: 0 15px;
	line-height: 2.5;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	color: #E6F6FF;
	}
#nav li#nav_lin a {
	border: none;
	}
#nav a:hover {
	background: #006FB0;
	}
#body_hom #nav_hom a,
#body_fac #nav_fac a,
#body_acc #nav_acc a,
#body_loc #nav_loc a,
#body_mem #nav_mem a,
#body_rat #nav_rat a,
#body_boo #nav_boo a,
#body_lin #nav_lin a {
	background-color: #FF7C00;
	color: #000;
	font-weight: bold;
	}
	
ul.thumbnails {
	float: left;
	width: 740px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	line-height: 1em;
	list-style: none;
	}
ul.thumbnails li {
	margin: 0;
	padding: 0 6px 0 0;
	display: inline;
	}
ul.thumbnails a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 9px;
	text-align: center;
	border: 1px solid #CCC;
	border-top-color: #EEE;
	border-right-color: #DDD;
	border-bottom-color: #BBB;
	background-color: #FFF;
	}
ul.thumbnails a:hover {
	border-color: #CCC;
	background-color: #EEE;
	}
	
	
#footer {
	clear: both;
	width: 760px;
	margin: 8px auto 0 auto;
	font-size: 86%;
	text-align: center;
	color: #666;
	border-top: 1px solid #FF7C00;
	}
#footer p {
	margin: 4px 10px;
	}
#footer ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	}
#footer ul li {
	display: inline;
	padding: 0 6px;
	}
