html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
body, p, li, td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	line-height: 140%;
}
p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;
}
small, .sml {
	font-size: 11px;
}

a, a:hover, a:visited {
	text-decoration: underline;
	color: #00535E;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	overflow: hidden;
	border: 0;
	background-color: #141518;
	border-bottom: 1px solid #2A3335;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	letter-spacing: -1px;
	color: #00535E;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	letter-spacing: -1px;
	color: #00535E;
}
h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	letter-spacing: -1px;
	color: #00535E;
}

/* Custom CSS */

.clear { clear: both; }

.nodisp { display: none; }

.hordiv { height: 10px; }
.verdiv { width: 10px; }

.left { float: left; }
.right { float: right; }
.padten { padding: 10px; }
.hpadten { padding: 0 10px; }
.vpadten { padding: 10px 0; }

/* Website CSS */

body#cmsWebsite {
	background-color: #C6DCE1;
	text-align: center;
}


/* custom CSS */


#webMainWrapper {
	width: 880px;
	margin: auto;
	text-align: left;
	background-image: url(../gui/web_bg.jpg);
}
#webMainWrapper .header {
	background-image: url(../gui/web_top.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 140px;
}
#webMainWrapper .header h1.logo {
	width: 200px;
	height: 160px;
	overflow: hidden;
	z-index: 10;
	float: left;
	background-image: url(../gui/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	position: absolute;
}
#webMainWrapper .header h1.logo span { display: none; }
#webMainWrapper .header h1.logo a,
#webMainWrapper .header h1.logo a:hover,
#webMainWrapper .header h1.logo a:visited {
	width: 200px;
	height: 160px;
	display: block;
}

#webMainWrapper .bannerArea {
	border: 5px solid #00545E;
	border-left: 0;
	border-right: 0;
	margin-left: 10px;
	margin-right: 10px;
}
#webMainWrapper .bannerArea img { display: block; }

#webMainWrapper .contentArea {
	margin: 5px 10px;
}

#webMainWrapper .footer {
	background-image: url(../gui/footer_bg.jpg);
}
#webMainWrapper .footer .footWrapper {
	background-image: url(../gui/footer_bottom.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 30px;
	padding-bottom: 25px;
}
#webMainWrapper .footer .footWrapper .details {
	width: 610px;
	float: left;
}

#webMainWrapper .footer .footWrapper .details .footDiv {
	padding-left: 30px;
}
#webMainWrapper .footer .footWrapper .liquid {
	width: 210px;
	float: left;
	text-align: right;
}
#webMainWrapper .footer .footWrapper .liquid a,
#webMainWrapper .footer .footWrapper .liquid a:hover,
#webMainWrapper .footer .footWrapper .liquid a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#webMainWrapper .bannerArea .subArea .rbCaption
{
    display: none;
}


.twocol 
{
    padding: 10px;
}
.twocol .colContent 
{
    width: 480px;
    float: left;
    margin-right: 10px;
}
.twocol colRight 
{
    width: 380px;
    float: left;
}
