* {
	padding:0;
	margin:0;
}

body {
	background: #484848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525747;
	line-height: 20px;
}

p { padding-bottom:15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear:both; }

a {
	color: #ee8822;
	text-decoration: underline;
}

a:hover {
	color: #0f5c98;
	text-decoration: none;
}	

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 211px;
	background: url(images/htop.jpg) 0 0 repeat-x;
}

#header #hbg {
	background: url(images/head.jpg) center top no-repeat;
	height: 211px;
}

/* #header h1 {
	width: 192px;
	height: 69px;
	position: relative;
	top: 93px;
	float: left;
}

#header h1 a {
	display: block;
	width: 192px;
	height: 69px;
} */

#header #menu {
	float: right;
	width: 645px;
	height: 39px;
	background: url(images/msep.gif) bottom left no-repeat;
	position: relative;
	top: 11px;
	padding-left: 5px;
}

#header #menu li {
	display: block;
	float: left;
	height: 39px;
	background: url(images/msep.gif) bottom right no-repeat;
	padding-right: 6px;
	padding-left: 1px;
}

#header #menu li a {
	display: block;
	padding: 10px 29px 9px;
	text-decoration: none;
	color: #e3f0f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#header #menu li#active a {
	color: #fff;
}

#header #menu li a:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
	padding-bottom: 6px;
}

#content {
	background: #e9ebe0 url(images/cnt.gif) 0 0 repeat-x;
	padding-top: 15px;
}

#content #main {
	width: 640px;
	float: right;
	background: #fff;
	position: relative;
	top: -90px;
	margin-bottom: -180px;
	padding: 5px;
	z-index: 100;
}

#content #main h2 {
	font-family: Arial, Helvetica, sanas-serif;
	font-size: 20px;
	font-weight: normal;
	color: #016eab;
	padding-top: 5px;
	margin-bottom: 8px;
}

#content #main h3 {
	font-family: Arial, Helvetica, sanas-serif;
	font-size: 15px;
	font-weight: bold;
	color: #016eab;
	margin-bottom: 8px;
}

#content #main h4 {
	font-family: Arial, Helvetica, sanas-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ee8822;
	margin-bottom: 8px;
}

#content #main h5 {
	font-family: Arial, Helvetica, sanas-serif;
	font-size: 12px;
	font-weight: bold;
	color: #525747;
	margin-bottom: 5px;
}

#content #main h6 {
	font-family: Arial, Helvetica, sanas-serif;
	font-size: 11px;
	font-weight: bold;
	color: #717569;
	margin-bottom: 5px;
}

#content #main #general {
	background: #f4f6f1;
	padding: 15px 15px 5px;
}

#content #main #general h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #016eab;
	padding-bottom: 5px;
}

#content #main #general #pagehead {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dee2d5;
	padding-left: 63px;
	height: auto !important;
	min-height: 50px;
}

#content #main #general #pagehead.homepage {
	background: url(images/ph_home.gif) 5px 0 no-repeat;
}

#content #main #general #pagehead h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #85897b;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#content #main form {
	padding-bottom: 15px;
}

#content #main form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content #main form .text {
	width: 300px;
	padding: 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #525747;
	border: 1px solid #b8beaa;
}

#content #main form span.error {
	margin-left: 5px;
	padding: 2px 6px 3px 13px;
	color: #fff;
	background: #d20000 url(images/msg.gif) center left no-repeat;
	font-size: 11px;
}

#content #main form span.warning {
	margin-left: 5px;
	padding: 2px 6px 3px 13px;
	color: #fff;
	background: #e9d318 url(images/msg.gif) center left no-repeat;
	line-height: 14px;
}

#content #main form textarea {
	width: 590px;
	height: 170px;
	padding: 7px 5px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #525747;
	border: 1px solid #b8beaa;
}

#content #main form .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #016eab;
	border: 2px solid #094d83;
	padding: 7px 20px;
}

#content #main #general ul {
	padding-left: 15px;
	padding-bottom: 15px;
}

#content #main #general ul li {
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(images/li.gif) 0 2px no-repeat;
}

#content #main #general ol {
	padding-left: 33px;
	padding-bottom: 15px;
}

#content #main #general ol li {
	margin-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
}

#content #main #general img {
	background: #fff;
	padding: 4px;
	border: 1px solid #cdd2c0;
	margin-bottom: 10px;
}

#content #main #general hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #b8beaa;
	margin-bottom: 15px;
}

#content #main #general blockquote {
	padding: 1px 0 1px 10px;
	border-left: 5px solid #dde2d5;
	margin-bottom: 15px;
	color: #6b715f;
}
	
#content #main #extra {
	background: #0f5b97 url(images/extra.jpg) 0 0 repeat-x;
	color: #fff;
	padding: 15px;
	padding-right: 0;
	overflow: hidden;
	margin-top: 5px;
}

#content #main #extra .plans {
	width: 215px;
	float: left;
	background: url(images/psep.gif) 190px 0 repeat-y;
	padding-bottom: 5px;
}

#content #main #extra .plans.biz {
	padding-right: 0;
	background: 0;
	width: 190px;
}

#content #main #extra .plans h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding-left: 50px;
	height: 40px;
	width: 100px;
	margin-bottom: 15px;
}

#content #main #extra .plans.basic h2 { background: url(images/pbasic.gif) 0 0 no-repeat; }
#content #main #extra .plans.standard h2 { background: url(images/pstandard.gif) 0 0 no-repeat; }
#content #main #extra .plans.biz h2 { background: url(images/pbiz.gif) 0 0 no-repeat; }

#content #main #extra .plans p.more {
	padding-bottom: 0;
}

#content #main #extra .plans p.more a {
	background: #094d83 url(images/pli.gif) 8px 7px no-repeat;
	color: #cee7f4;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 13px 7px 28px;
}

#content #main #extra .plans p.more a:hover {
	color: #fff;
}

#content #main #extra ul {
	padding-left: 10px;
	padding-bottom: 15px;
}

#content #main #extra ul li {
	padding-left: 12px;
	background: url(images/xli.gif) 0 6px no-repeat;
	margin-bottom: 4px;
}

#content #side {
	width: 280px;
	float: left;
	padding-bottom: 30px;
}

#content #side a:hover {
	color: #ee8822;
	text-decoration: none;
}

#content #side h2 {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #676c5d;
	margin-bottom: 20px;
}

#content #side #news {
	padding-top: 5px;
}

#content #side #news .entry {
	color: #525747;
	line-height: 18px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b8beaa;
}

#content #side #news .entry h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 3px;
	background: url(images/cal.gif) 0 0 no-repeat;
}

#content #side #news .entry p { padding-bottom: 10px; }

#content #side #news .nmore {
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 20px;
}

#content #side #news .nmore a.rsslink {
	float: right;
	padding-right: 20px;
	background: url(images/rss.gif) right center no-repeat;
}

#content #side #links ul { padding-left: 2px; }

#content #side #links ul li {
	padding-left: 20px;
	background: url(images/chk.gif) 0 4px no-repeat;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	width: 100%;
	height: 142px;
	padding-top: 25px;
	position: absolute;
	background: #484848 url(images/ft.jpg) 0 0 repeat-x;
	color: #ebeee3;
	z-index: 1;
}

#footer h2 {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ebeee3;
	margin-bottom: 15px;
}

#footer p {
	line-height: 22px;
}

#footer a:hover {
	color: #fff;

	text-decoration: underline;
}

#footer .meta {
	float: right;
	padding-top: 80px;
	font-size: 10px;
	color: #999c90;
}

#footer .meta a, #footer .meta a:hover { color: #999c90; }
#footer .meta a:hover { color: #efefef; text-decoration: none; }