article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	padding:0;
	margin:0;
}

body {
	/*background-color: #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-type: 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) repeat-x;
}

#header #hbg {
	background: url(images/head.jpg) no-repeat center top;
	height: 211px;
}

#header a img {
	width: 196px;
	height: 76px;
	position: relative;
	top: 93px;
	float: left;
}

#header #menu {
	float: right;
	width: 645px;
	height: 39px;
	background: url(images/msep.gif) no-repeat left bottom;
	position: relative;
	top: 11px;
	padding-left: 5px;
}

#header #menu li {
	display: block;
	float: left;
	height: 39px;
	background: url(images/msep.gif) no-repeat right bottom;
	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) repeat-x;
	padding-top: 15px;
}

#content #main {
	width: 640px;
	float: right;
	background-color: #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 article {
	background-color: #f4f6f1;
	padding: 15px 15px 5px;
}

#content #main article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; /*24*/
	font-weight: bold;
	text-transform: uppercase;
	color: #016eab;
	padding-bottom: 5px;
}

#content #main article #pagehead {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dee2d5;
	padding-left: 63px;
	height: auto !important;
	min-height: 50px;
}

#content #main article #pagehead.homepage {
	background: url(images/ph_home.gif) no-repeat 5px 0;
}

#content #main article #pagehead p {
	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) no-repeat left center;
	font-size: 11px;
}

#content #main form span.warning {
	margin-left: 5px;
	padding: 2px 6px 3px 13px;
	color: #fff;
	background: #e9d318 url(images/msg.gif) no-repeat left center;
	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-color: #016eab;
	border: 2px solid #094d83;
	padding: 7px 20px;
}

#content #main article ul {
	padding-left: 15px;
	padding-bottom: 15px;
}

#content #main article ul li {
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(images/li.gif) no-repeat 0 2px;
}

#content #main article ol {
	padding-left: 33px;
	padding-bottom: 15px;
}

#content #main article ol li {
	margin-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
}

#content #main article img.figure {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #cdd2c0;
	margin-bottom: 10px;
}

#content #main article hr {
	height: 1px;
	border-width: 0;
	border-bottom: 1px dotted #b8beaa;
	margin-bottom: 15px;
}

#content #main article 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) 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) repeat-y 190px 0;
	padding-bottom: 5px;
}

#content #main #extra .plans.p3 {
	padding-right: 0;
	/*background: 0;*/
	width: 190px;
}

#content #main #extra .plans h1 {
	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.p1 h1 { background: url(images/pbasic.gif) no-repeat; }
#content #main #extra .plans.p2 h1 { background: url(images/pstandard.gif) no-repeat; }
#content #main #extra .plans.p3 h1 { background: url(images/pbiz.gif) no-repeat; }

#content #main #extra .plans p.more {
	padding-bottom: 0;
}

#content #main #extra .plans p.more a {
	background: #094d83 url(images/pli.gif) no-repeat 8px 7px;
	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) no-repeat 0 6px;
	margin-bottom: 4px;
}

#content aside {
	width: 280px;
	float: left;
	padding-bottom: 30px;
}

#content aside a:hover {
	color: #ee8822;
	text-decoration: none;
}

#content aside h1 {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #676c5d;
	margin-bottom: 20px;
}

#content aside #news {
	padding-top: 5px;
}

#content aside #news .entry {
	color: #525747;
	line-height: 18px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b8beaa;
}

#content aside #news .entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 3px;
	background: url(images/cal.gif) no-repeat;
}

#content aside #news .entry p { padding-bottom: 10px; }

#content aside #news .nmore {
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 20px;
}

#content aside #news .nmore a.rsslink {
	float: right;
	padding-right: 20px;
	background: url(images/rss.gif) no-repeat right center;
}

#content aside #links ul { padding-left: 2px; }

#content aside #links ul li {
	padding-left: 20px;
	background: url(images/chk.gif) no-repeat 0 4px;
	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) repeat-x;
	color: #ebeee3;
	z-index: 1;
}

#footer .title {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ebeee3;
}

#footer p {
	line-height: 22px;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .contacts {
	float: left;
}

#footer .meta {
	float: right;
	padding-top: 80px;
	font-size: 10px;
	color: #999c90;
}

#footer .meta a { color: #999c90; }
#footer .meta a:hover { text-decoration: none; }

/* my hacks */
#disqus_thread {padding:15px;}

img.homeimage {
	margin: 0!important;
	padding: 0!important;
	border-width: 0!important;
}

.spodelime img {
	margin: 0!important;
}

ul.scroll {
	height: 200px;
	overflow-y: scroll;
}

