/*******************************************
COMMON COLORS:
********************************************
blue				#01aef0
green				#7bc043
gray				#666
lt gray				#e0e0e0
*******************************************/

html {
	font-size: 100%;
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2 {
	color: #7bc043;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

p, ul {
	margin: 0;
	padding: 0 0 10px 0;
}

ul {
	padding-left: 50px;
}

a {
	color: #01aef0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/******************************************/

#outerContainer {
	background-color: #666;
	background: url(../images/bg_gradient.jpg) repeat-y center #666;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-size: 1.2em;
}

/******************************************/

#header {
	margin: 0;
	padding: 5px;
}
#header td.slogan {
	/*background-color: #e0e0e0;*/
	background-color: #fff;
	color: #7bc043;
	border-color: #01aef0;
	border-style: solid;
	border-width: 0;
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}
#header td.slogan p {
	padding: 0;
}

/******************************************/

#topNav {
	background-color: #666;
	clear: both;
	display: block;
	text-align: center;
	height: 30px;
	margin: 0 5px;
}
#topNavUL, #topNavUL ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #666;
}
#topNavUL {
	padding-left: 10px;
}
#topNavUL li {
	float: left;
}
#topNavUL a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 9px 22px;
	margin: 0;
	font-weight: bold;
	letter-spacing: .05em;
}
#topNavUL li ul {
	position: absolute;
	left: -999em;
	background-color: #666;
	border: 1px solid #666;
	height: auto;
	margin: 0;
}
#topNavUL li li {
	float: none;
	text-align: left;
	display: block;
	line-height: 1;
	height: auto;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000;
}
#topNavUL li:hover ul, #topNavUL li.sfhover ul {
	left: auto;
}
#topNavUL li:hover, #topNavUL li.sfhover, #topNavUL li a.active {
	color: #fff;
	background-color: #999;
}

/******************************************/

#body {
	background-color: #fff;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0;
	padding: 5px;
}

#content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/******************************************/

#footer {
	border-color: #01aef0;
	border-style: solid;
	border-width: 4px 0;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: center;
	font-weight: normal;
}
#footer span {
	padding: 0 10px;
}

/******************************************/

.leftCol {
	vertical-align: top;
	width: 70%; /*37%*/
	padding-right: 5px;
}

.midCol {
	vertical-align: top;
	width: 33%;
	padding-right: 5px;
}

.rightCol {
	vertical-align: top;
	width: 30%;
}

/******************************************/

.homeBlock {
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	margin: 0 0 10px 0;
	padding: 0 5px 5px;
}

.serviceTBL {
	border-color: #01aef0;
	border-style: solid;
	border-width: 4px 0;
	margin: 0 0 5px 0;
	padding: 5px 0;
}

.blueText {
	color: #01aef0;
}

.partnerTBL td {
	text-align: center;
	padding-bottom: 15px;
}
.partnerTBL a {
	color: #7bc043;
	text-decoration: none;
}
.partnerTBL a:hover {
	text-decoration: none;
	color: #01aef0;
}
.partnerTBL a img {
	border: 2px solid #7bc043;
}
.partnerTBL a:hover img {
	border-color: #01aef0;
	text-decoration: none;
}

.message {height: 60px; border-width: 2px; border-style: solid; padding-top: 40px; text-align: center; font-weight: bold; font-size: 1.2em;}
.success {border-color: #030; color: #030; background-color: #7bc043;}
.failure {border-color: #900; color: #900; background-color: #c66;}

/******************************************/
/******************************************/
/******************************************/
