/*
Last updated: 02/27/08
Author: Josh Wilkerson
Company: PowerServe | http://www.powerserve.net
Website: http://www.7thstreetmedia.com
 */
 
* {margin:0; padding:0;}

body {
	background:url("/img/bg.gif") top left repeat-x #4e6ba3;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
	}
	
#clear {clear:both;}

a {
	color:#4e6ba3;
	text-decoration:none;
	}

a:hover {
	color:#113d74;
	text-decoration:underline;
	}
/* Start Container */

#container {
	margin:20px auto;
	text-align:left;
	width:800px;
	}

/* Start Header */

#header {
	background:url("/img/header-bg.gif") top left no-repeat;
	width:800px;
	height:212px;
	}
#header a {
	display:block;
	float:left;
	height:115px;
	margin:65px 0 0 0;
	width:400px;
	text-decoration:none;
	}
	
/* End Header */

/* Start Content */
#content {
	background:url("/img/content-bg.gif") top left repeat-x #fff;
	width:800px;
	min-height:200px;
	}
#main {
	float:left;
	padding:30px;
	width:495px;
	}
#main h1 {
	color:#4e6ba3;
	font-size:26px;
	padding-bottom:10px;
	}
#main p {
	color:#555;
	font-size:13px;
	padding-bottom:10px;
	}
#rightnav {
	background:#f1f1f1;
	border:1px solid #ccc;
	float:left;
	margin:30px 0 30px 0;
	width:218px;
	}
#rightnav #inside {
	background:#fff;
	margin:5px 0 5px 5px;
	width:208px;
	}
#inside h2 {
	background:url("/img/arrow-icon.gif") top left no-repeat #f1f1f1;
	font-size:13px;
	padding:1px 5px 1px 25px;
	height:20px;
	margin:2px 0 0 2px;
	width:173px;
	float:left;
	}
#inside a {
	display:block;
	font-size:13px;
	padding:1px 0 5px 0;
	}
#inside ul {
	color:#4e6ba3;
	font-size:13px;
	list-style: disc;
	margin:8px 0 0 20px;
	}
#inside ul li {
	padding:5px 0 5px 0;
	}
/* End Header and Content */

/* Start Footer */

#footer {
	background:url("/img/footer-bg.gif") top left no-repeat;
	color:#fff;
	width:800px;
	height:77px;
	text-align:right;
	font-size:10px;
	padding-top:50px;
	}
#footer a {
	color:#fff;
	}
/* End Footer and Container */