@import url(http://fonts.googleapis.com/css?family=Telex|Merriweather+Sans:400,300,700,800);
@import url("nav.css") screen;
/****************************************************************/
/*                          General                             */
/****************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body, html {
	height:100%;
}
html, html a {
	font-smooth: always;
}
body, table, form, div {
	font-family: 'Merriweather Sans', sans-serif; 
	color: #404040;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
p {
	margin: 0 0 14px 0;
}
a {
	color: #404040;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #404040;
}
a img{
	border: none;
}
input, textarea {
	font-family: 'Merriweather Sans', sans-serif;
	line-height: 16px;
}
.clear {
   clear: both;
}
.plymouth_list li {
	position: relative;
	display: list-item;
	margin-bottom: 6px;
	padding-right: 5px;
	vertical-align: top;
}
/****************************************************************/
/*                  Containers & Backgrounds                    */
/****************************************************************/
#container {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
}
/*#widthfitter {
	position: absolute;
	top: 0; 
	left: 50%;
	margin-left: -600px; 
	width: 1200px;
	height: 100%;
	z-index: -10;
}
#bg_wrapper {
	position: absolute;
	top: 103px;
	width: 100%;
}
#top_grey_stripe_bg, #bot_grey_stripe_bg {
	position: relative;	
	top: 0px;
	width: 100%;
	height: 10px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #fff;
	background-color: #7d7d7d;
}
#bot_grey_stripe_bg {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #464646;
	margin-bottom: 40px;
}
#blue_stripe {
	position: absolute;
    top: 117px;
	width: 100%;
	background-color: #0762a3;
}
/*#big_grey_stripe {
	position: relative;
	top: 276px;
	width: 100%;
	height: 231px;
	background: url(../images/misc/big_grey_stripe_bg.jpg);
}*/
/****************************************************************/
/*                          Content                             */
/****************************************************************/
#wrapper {
	position: relative;
	width: 970px;
	padding: 14px 0px;
	margin: 0 auto 0;
}
.ie #wrapper {
	background: url(../images/misc/blue_stripe.jpg) repeat-y;
}
#header_wrapper {
	width: 100%;
}
#header {
	position: relative;
    width: 930px;
	height: 103px;
	padding: 0 20px;
    margin: 0 auto 10px;
}
#logo {
	width: 199px;
	height: 80px;
	background: url(../images/misc/logo.jpg) no-repeat;
	margin: 18px 0 0 26px;
	float: left;
}
#main_image_wrapper {
    background-color: #0762a3;
}
#main_image {
	width: 970px;
	height: 211px;
	background: url(../images/misc/jackson_home.jpg) no-repeat;
	margin: 0 auto 0;
}

#content_wrapper{
    width: 100%;
}
#content {
    position: relative;
    width: 950px;
	padding: 10px;
    margin: 0 auto 0;
}
#change_box {
	position: absolute;
	width: 226px;
	padding: 10px 15px 7px 15px;
	background-color: #000; 
	background: rgba(0,0,0,0.60);
    left: 25px;
    top: -52px;
    float: left;
	}
.ie #change_box  {
	background-color: transparent; 
	background:  url(../images/misc/change_bg.png);
}
#welcome_partition {
	width: 950px;
	margin-top: 94px;
	float: left;
}
#welcome_text {
	width: 602px;
	margin-right: 33px;
	padding: 0px 0px 45px 44px;
	border-left: 1px solid #76b2d6;
	text-align: right;
	float: right;
}
#footer {
	width: 930px;
	padding: 10px;
	margin: 24px 0 20px 0;
	float: left;
}
/*#warning {
	display: none;
}
 #addthis_box {
	width: 110px;
	text-align: right;
	margin-right: 10px;
	float: right;
} */
/* SPECIAL OPACITY EFFECTS */
.trans {
	opacity:.50; 
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	float: left;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.welcome_header {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
}
.plymouth {
	font-weight: bold;
	font-style: italic;
}
#copyright {
	font-size: 10px;
	color: #a2a2a2;
	float: left;
}
#crawler_links {
	float: right;
}
#footer a.links {
	font-size: 10px;
	color: #a2a2a2;
	text-decoration: none;
	line-height: normal;
	padding: 0px 8px;
	border-right: 1px solid #a2a2a2;
	float: left;
}
#footer a:hover.links {
	color: #a2a2a2;  
}
.return {
	display: block;
	margin: 0 0 6px 0;
}
/****************************************************************/
/*                         Slides                               */
/****************************************************************/
#slides {
	position: relative;
	width: 270px;
	height: 160px;
	float: left;
}
.slides_container {
	width: 270px;
	height: 160px;
	float: left;
}
/****************************************************************/
/*                       Pagination                             */
/****************************************************************/
.pagination {
	display: none;
}