@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	background-image:url(images/truck.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-attachment:fixed;
}

body a {
    color: #1970B9;
}

.registered {
    font-size:12px;
	font-weight:normal;
	color:#13202B;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

#inner_wrap {
    background: #13202B;
	width: 800px;
	margin: 0 auto;
}

#media_body {
    padding-top: 5px;
	background: #1970B9;
	text-align:center;
}

#media_footer_bottom {
    width: 800px;
	height: 20px;
	background-image: url(images/bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom: 10px;
}

#media_inner_bottom {
    width: 640px;
	height: 20px;
	background-image: url(images/resource_bottom.png);
	background-repeat:no-repeat;
	margin-left:80px;
	margin-bottom: 15px;
	float:left;
}

/* Header */

#header {
	height: 170px;
	background: url(images/head.png) no-repeat left bottom;
}

#map {
    background: url(images/map.png) no-repeat;
	width:800px;
	height:170px;
}

#top {
    width: 800px;
	height: 20px;
	background-image: url(images/top.png);
}

#head_title {
	padding-top: 50px;
	padding-left: 180px;
	font-size: 50px;
	color:#2DA6EA;
}

#head_title span{
	font-weight: 200;
	color:#13202B;
}

#tagline {
	padding-top: 10px;
	font-size: 12px;
	font-weight:bold;
	color:#13202B;
	text-align:center;
}

/* Menu */
.menu {
	margin: 0px;
	float: left;
	width: 800px;
	background-color: #1970B9;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.menu li{
	display: inline;
}

.menu li a{
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
	width: 200px;
}

.menu li a:hover, .menu li{
	color: #FFFFFF;
	background-color: #2DA6EA;
}

.current {
     background-color: #13202B;
	 font-color: #FFFFFF;
}

#menu_top {
    width: 800px;
	height: 20px;
	background-image: url(images/menu.png);
}

/* Content */


#content {
	width: 800px;
	background:  #13202B;
}

#left_column {
	float: left;
	width: 510px;
	padding: 20px;
	min-height: 200px;
	background: #13202B;
}

#right_column {
	float: left;
	width: 210px;
	padding: 20px;
	min-height: 200px;
	background: #13202B;
}

#content_top {
    width: 510px;
	height: 20px;
	background-image: url(images/content_top.png);
}

#content_bottom {
    width: 510px;
	height: 20px;
	background-image: url(images/content_bottom.png);
}

/* Section Boxes */
.resource {
	width: 640px;
	background: #FFFFFF;
	color: #000000;
	margin-left:80px;
	float:left;
}

.resource .subtitle{
	padding: 5px 0px 10px 15px;
	font-size: 18px;
	color: #1970B9;
	font-weight:bold;
}

.resource .text{
	padding: 0px 15px 5px 15px;
	font-size: 1em;
	color: #000000;
}

#resource_top {
    width: 640px;
	height: 20px;
	background-image: url(images/resource_top.png);
	margin-left:80px;
	float:left;
}

#resource_bottom {
    width: 640px;
	height: 20px;
	background-image: url(images/resource_bottom.png);
	background-repeat:no-repeat;
	margin-left:80px;
	padding-bottom: 15px;
	float:left;
}

.sidebar {
	margin-top: 0px;
	padding: 10px 15px 15px 15px;
	background: #B3D3EF;
}

.sidebar a{
	text-decoration: none;
	color: #1970B9;
	font-size:14px;
	font-weight:bold;
}

.sidebar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1970B9;
}

.sidebar_subtitle {
	padding-bottom: 16px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color:#13202B;
}

.sidebar_copy {
    background-color:#FFFFFF;
	padding: 10px;
	text-align:left;
}

#sidebar_top {
    height: 20px;
	width: 210px;
	background-image:url(images/sidebar_top.png);
}

#sidebar_bottom {
    height: 20px;
	width: 210px;
	background-image:url(images/sidebar_bottom.png);
}

.text_area {
	padding: 10px;
	background-color:#FFFFFF;
	width: 489px;
}

.title {
	height: 37px;
	width: 509px;
	color:#2DA6EA;
	padding-top: 18px;
	font-size: 20px;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:center;
}

.text_area a, .section_box a{
	color: #1970B9;
	text-decoration: none;
}


/* Footer */

#footer_bottom {
    width: 800px;
	height: 20px;
	background-image: url(images/bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom: 10px;
}

#footer {
    padding-top: 5px;
	clear: left;
	background: #1970B9;
	color: #FFFFFF;
	text-align:center;
}

#footer a {
	background: #BE1E2D;
	color: #FFFFFF;
}

#copyright {
	padding-top: 10px;
	text-align:center;
}