/*************************************************************
* COMMON COLORS *
**************************************************************
red			#ef1c23
green		#6ec59a
blue		#234f90
*************************************************************/

html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	clear: both;
}

h2, p, ul {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 1.6em;
	background-color: #234f90;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
}

h2 {
	font-size: 1.2em;
}

ul {
	padding: 0 0 10px 20px;
}

td {
	vertical-align: top;
}

a {
	color: #ef1c23;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

/*************************************************************
* COMMON WIDTHS *
*************************************************************/

#outerContainer, #outerHeader, #outerNav, #outerBanner, #outerFooter {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#header, #nav, #banner, #content, #footer {
	width: 800px;
	margin: 0 auto;
}

/*************************************************************
* OUTER CONTAINERS *
*************************************************************/

#outerContainer {
	height: 100%;
	font-size: 1.2em;
	background-color: #fff; /*e4ffff*/
}

#outerHeader {
	border-style: solid;
	border-color: #ef1c23;
	border-width: 2px 0 0;
}

#outerNav {
	background: url(../images/bg_nav_b-b30.jpg) repeat-x top left #234f90;
	border-style: solid;
	border-color: #ef1c23;
	border-width: 1px 0;
}

#outerBanner {
	background-color: #000;
	border-bottom: 2px solid #6ec59a;
}

#outerFooter {
	border-style: solid;
	border-color: #234f90;
	border-width: 2px 0;
}

/*************************************************************
* INDIVIDUAL CONTAINERS *
*************************************************************/

/*HEADER*/
#header {
	height: 95px;
}
#header img {
	float: left;
	width: 195px;
	margin: 5px 0 0 0;
	padding: 0;
}
#header p {
	width: 605px;
	font-weight: bold;
	font-size: 1.2em;
	float: right;
	text-align: center;
	font-style: italic;
	color: #234f90;
	padding: 28px 0 0;
}
#header p span {
	font-style: normal;
	padding: 0 10px;
	color: #ef1c23;
}

/*NAV*/
#nav {
	height: 30px;
}
#nav ul {
	list-style-type: none;
	font-size: 1.2em;
	padding: 0 0 0 7px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	display: block;
	float: left;
	padding: 7px 17px;
	color: #fff;
}
#nav ul li a:hover, #nav ul li a.on {
	text-decoration: none;
	color: #fff;
	background: url(../images/bg_nav_r-r30.jpg) repeat-x top left #234f90;
}

/*BANNER*/
#banner {
	text-align: center;
	color: #fff;
}

/*CONTENT*/
#content {
	padding: 10px 0;
}

/*FOOTER*/
#footer {
	font-size: .9em;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	padding: 10px 0;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
}
#footer a {
	color: #234f90;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*************************************************************
* MISC CLASSES *
*************************************************************/

.footer, .copyright {
	color: #999;
}

.vision {
	border: 2px solid #ef1c23;
	background-color: #6ec59a;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 10px;
	margin: 0 0 10px;
	font-size: 1.1em;
	text-align: center;
}
.vision h2 {
	font-size: 1.2em;
	font-style: italic;
	color: #000;
}
.vision p {
	padding: 0 0 0 0;
}

.testimonialTD {
	background-color: #eee;
	padding: 10px;
}
.testimonialTD p {
	text-align: right;
}
.testimonialTD p.quote {
	font-style: italic;
	text-align: left;
}

.partnerTBL td {
	/*width: 50%;*/
	padding-bottom: 15px;
	vertical-align: middle;
	text-align: center;
}
.partnerTBL a img {
	border: 1px solid #234f90;
}
.partnerTBL a:hover img {
	border: 1px solid #ef1c23;
}

.contactTBL {
	margin-top: 5px;
}
.contactTBL td {
	padding-bottom: 5px;
}
.contactTBL input {
	width: 200px;
}
.contactTBL input.submit {
	width: 65px;
}
.contactTBL textarea {
	width: 250px;
}

.success {
	color: #060;
	font-size: 1.4em;
	font-weight: bold;
}
.failure, .error {
	color: #900;
	font-size: 1.4em;
	font-weight: bold;
}
.error {
	font-weight: normal;
	font-size: 1em;
}

.grayBox {
	border: 1px solid #ef1c23;
	background-color: #ececec;
	padding: 5px;
}

.greenBox, .ltgreenBox {
	border: 1px solid #ef1c23;
	background-color: #6ec59a;
	padding: 5px;
}

.ltgreenBox {
	background-color: #d0e1ce;
}

.redBorder {
	border: 3px solid #ef1c23;
}

.redText {
	color: #ef1c23;
}

.dkRedBorder {
	border: 3px solid #5d0006;
}

/****************************************************/

#popDiv {
	position: absolute;
	display: none;
	border: 2px solid #000;
	background-color: #fff;
	min-height: 475px;
	height: auto !important;
}

/****************************************************/

.noshow {
	display: none;
}
.show {
	display: block;
}