/* === Reset Styleset - CN Oct 09 === */
* {
	margin:0;padding:0;border:0;
}
html, body {
}
body, h1, h2, h3, h4, h5, td, a:hover {
	font:normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#656565;
}
a {
	color:#055122;
}
a:active, input { /* Remove Outline from clicked links */
	outline: none;
}
a:focus { /* Remove Outline from clicked links */
	-moz-outline-style: none;
}
ol, ul {
	margin:5px;
	padding:15px;
}
p {
	margin-bottom:17px;
}
hr {
	background-color: #FFF;
	height:1px;
	margin:10px 0 15px;
	clear:both;
}
input, textarea {
	border:1px solid #999;
	padding:4px 3px 0px;
	font-size:13px;
	background-color:transparent;
	color:#b5366b;
	outline:none;
}
select {
	border:1px solid #999;
	margin:3px 30px 0px 0;
	font-size:13px;
	float:left;
	width:130px;
}
.left {
	float:left;
}
.right {
	float:right;
	text-align:right;
}
.clear {
	clear:both;
}
/* === LAYOUT === */

#mainWrapper {
	padding:75px 0 20px;
	margin:0 auto;
	position:relative;
	width:950px;
	overflow:hidden;
}
#mainWrapper h1 {
	border-bottom: 1px solid #428347;
	margin-bottom:4px;
	padding-bottom:5px;
}
#mainContent {
	background:#d4dcd4 url(/images/splashpage/maincontent_bg.jpg) 0 0 repeat-x;
	overflow:hidden;
	padding:20px 0
}
#mainContent .columnIeft {
	margin-left:20px;
	text-align:center;
	width:180px;
}
#mainContent .columnmiddle {
	margin-left:17px;
	width:338px;
}
#mainContent .columnright {
	margin-left:30px;
	width:320px
}
#mainContent h2 {
	color:#055122;
	font:normal 24px/26px Garamond, Georgia, "Times New Roman", Times, serif;
	padding-bottom:6px;
}
/* ::: TABS ::: */
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0px 0 0 0 !important;
	padding:0;
	height:34px;
	float:right;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding: 0;
	margin:0 0 0 1px!important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/images/splashpage/tab_bg.gif) no-repeat 0 -34px;
	display:block;
	height: 34px;
	width: 76px;
	text-align:center;
	text-decoration:none;
	position:relative;
	top:1px;
	color:#85a98d;
	font:normal 20px/34px Garamond, Georgia, "Times New Roman", Times, serif;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 0px;
	color:#055122;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 0px;
	color:#055122;
	cursor:default !important;
}
div.panes {
/*height:500px;*/
}
div.panes div {
	display:none;
	padding:15px 0 0;
	border-top:1px solid #c1c8c3;
	clear:both;
}
