* {
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
}
body {
	margin: 0 0 0 0;
	text-align: center;
	background-color: #201f1f;
	color: lime;
}
a {
	color: green;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
        text-transform: uppercase;
}
.logo {
	padding: 5px;
	font-size: 20px;
	float: left;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	position: relative;
}
.menu {
	padding: 3px;
	text-align: center;
	margin: 0px 5px;
	float: right;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	height: 50px;
	margin-bottom: 20px 5px;
}
.menu ul, .menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	padding: 0px 10px;
	display: inline;
}
.menu a {
	font-size: 15px;
	font-weight: bold;
}
.menu a:hover {
	border-bottom: 2px solid;
	border-bottom-color: #66ff33;
}
.accountmenu {
	background-color: transparent;
}
.accountmenu ul, .accountmenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.accountmenu li {
	padding: 4px 10px;
	display: block;
	border-top: 1px solid #66ff33;
}
.copyright {
	padding: 5px;
	text-align: right;
	color: #66ff33;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.copyright a {
	padding-left: 20px;
}
.admincopyright {
	padding: 5px;
	text-align: right;
}
.admincopyright a {
	padding-left: 20px;
}
hr {
	display: none;
}
.container {
	text-align: left; /*border-left: 2px solid #a9c5d9;
	border-right: 2px solid #a9c5d9;*/;
	text-align: left;
	border-bottom: 2px solid #66ff33;
	border-top: 2px solid #66ff33;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.mainWrapper {
	width: 1024px;
	margin: 10px auto;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.sidePanel {
	text-align: center;
	width: 180px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.bannerCont {
	text-align: center;
}
.contentBox {
	/*border: 0px hidden #a9c5d9;
	text-align: left;
	margin-bottom: 5px;*/
	  text-align: left;
	margin-bottom: 5px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
.contentBox h2 {
	padding: 2px 5px;
	margin: 0px;
	color: lime;
	font-size: 12px;
	/*background-color: #a9c5d9;*/
	behavior: url(border-radius.htc);
	border: 1px solid #66ff33;
	border-bottom: 1px solid #66ff33;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-radius: 20px;
}
.contentBox .content {
	behavior: url(border-radius.htc);
	padding: 5px;
	border: 1px solid #66ff33;
	border-top: 0px hidden #66ff33;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 20px;
}
.siteStats ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.siteStats li {
	list-style: none;
	padding: 4px 0px;
	margin: 2px;
	display: block;
	float: left;
	border: 1px solid #66ff33;
	width: 77px;
	text-align: center;
}
.siteStats span {
	display: block;
}
.siteStats br {
	clear: left;
}
.siteStats table {
	background-color: transparent;
}

/*
div.tabs {
	height: 85px;
	background-color: #fff;
	position: relative;
}
div.tabs ul {
	bottom: 20px;
	right: 6px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.tabs li {
	display: inline;
	margin: 0;
}
div.tabs li.relative {
	position: relative;
}
div.tabs div.phone div.left_corner {
	position: absolute;
	width: 2px;
	height: 2px;
	background: url(top_phone_bg.gif) left top no-repeat;
	left: 0;
	bottom: 0;
}
div.tabs div.phone div.right_corner {
	position: absolute;
	width: 2px;
	height: 2px;
	background: url(top_phone_bg.gif) right top no-repeat;
	right: 0;
	bottom: 0;
}
div.tabs li a, div.tabs li span.tabs_text {
	float: left;
	margin: 0 6px;
	color: #1d7bbf;
	font-size: 16px;
	height: 28px;
	outline: none;
	padding-left: 3px;
}
.tabs_text_simple {
	font-size: 16px;
}
.home-wrapper-shutter {
	margin: 0 auto;
	width: 960px;
	height: 10px;
	background: url(images/footer_bg.gif) left top no-repeat;
	text-align: center;
}
.footer {
	margin: 0 auto;
	width: 960px;
	background: url(images/footer_bg.gif) left top no-repeat;
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
}
.footer div.info {
	padding: 20px 0;
}
.footer span {
	margin: 0 5px;
	color: #1d7abf;
}
.footer span.business {
	margin-right: 20px;
	font-size: 13px;
}
.footer a {
	color: #1d7abf;
}
.footer div.info span.grey {
	color: #666;
}
.footer-for-home {
	background-image: none;
}
.footer-for-home div.info {
	padding-top: 0;
}
div.p_section {
	font-size: 13px;
	font-family: Arial;
	color: #444;
	line-height: 20px;
}
div.p_block {
	font-size: 13px;
	line-height: 20px;
}
div.p_section h2 {
	color: #333;
	margin-bottom: 5px;
}
div.p_section span {
	color: #1a74b0;
	font-size: 14px;
	font-weight: bold;
}
div.p_section span.gray {
	color: #666;
}
div.p_section span.lite {
	font-family: Arial,;
	font-size: 15px;
}
div.p_section span.separator {
	display: block;
	height: 15px;
	border-bottom: 1px dotted #dedede;
}

.home-header-annotation {
	position: absolute;
	top: 345px;
	left: 445px;
}
.home-header-annotation a {
}
.home-header-annotation2 {
	position: absolute;
	top: 345px;
	left: 15px;
}
.home-header-annotation2 a {
}
.home-header-annotation3 {
	position: absolute;
	top: 305px;
	left: 15px;
	font-size: 30px;
	color: #ffffff;
}
.home-header-annotation3 a {
}

.welcome {
	height: 20px;
	text-align: left;
	padding-top: 2px;
}
.welcome b {
	margin-right: 30px;
	color: #d6e3e7;
}
.statz {
	height: 20px;
	text-align: left;
	padding-top: 2px;
}
.staz b {
	margin-right: 30px;
	color: #d6e3e7;
}*/

