/* CSS Document */

body {
	text-align: left;
	margin: 10px 0px 10px 0px;
	background: #ebe9e6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #00024b;
	line-height: 1.4em;
}
a:link {color: #ee008c; text-decoration: none;}
a:visited {color: #ee008c; text-decoration: none;}
a:hover {color: #ee008c; text-decoration: underline;}
a:active {color: #ee008c; text-decoration: none;}

.footer a:link {color: #00024b; text-decoration: underline;}
.footer a:visited {color: #00024b; text-decoration: underline;}
.footer a:hover {color: #00024b; text-decoration: none;}
.footer a:active {color: #00024b; text-decoration: underline;}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

img { border: 0; }

.end {
	clear: both;
}

.marginTop30px {margin: 30px 0 0 0;}
.space20px {padding: 0 20px;}
.marginBottom10px {margin: 0 0 10px 0;}

.genPicLeft {float: left; margin: 4px 20px 20px 0px;}
.genPicRight {float: right; margin: 4px 0px 20px 20px;}


h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 16px 0;
	padding: 0;
}


#wrapper {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 959px;
	background: #FFFFFF url(../images/content-tile-bg.gif) top left repeat-y;
}

#pageHeaderHolder {
	float: left;
	width: 959px;
	height: 82px;
}

#contentHolder {
	float: left;
	clear: both;
	width: 887px;
	padding: 36px 36px 0px 36px;
}

#pageFooterHolder {
	float: left;
	clear: both;
	width: 959px;
	height: 30px;
}


/* GLOBAL NAV STYLES
================================================================================*/

#mainNavHolder{
	width:959px;
	min-height: 33px;
	clear: both;
	float: left;
	padding: 5px 0 0 0;
	margin: 0 0 0px 0px;
	background: #d5007d url(../images/navigation.gif) 0 0 repeat-y;
	font-size: 14px;
	line-height: 20px;
}

#mainNavHolder ul {
	padding: 5px 0px 8px 0px;
	margin: 0 0 0 24px;
	list-style-type: none;
	/*border: #F00 solid 1px;*/
}

#mainNavHolder li {display: inline; margin:0;  }

#mainNavHolder a:link {font-weight: bold; color: #fff300; text-decoration: none; padding: 8px 12px 11px 12px !important; }
#mainNavHolder a:visited {font-weight: bold; color: #fff300; text-decoration: none; padding: 8px 12px 11px 12px !important; }
#mainNavHolder a:hover {font-weight: bold; color: #ffffff; text-decoration: none; padding: 8px 12px 11px 12px !important; }
#mainNavHolder a:active {font-weight: bold; color: #fff300; text-decoration: none; padding: 8px 12px 11px 12px !important; }

.current-mainNav a:link, .current-mainNav a:visited {background: #ffffff; color: #000 !important; padding: 8px 12px 11px 12px !important; margin: 0  !important; }

.mainNavPadding {margin-bottom: 9px;}

#home a:link, #home a:visited{
	text-decoration:none;
	color:#fff;
	text-align:center;
	width:67px;
	height:20px;
	/*display:block;*/
	padding:10px 0 0 0;
	background: #c2e2f7;
	}




/*GENERAL CONTENT*/

#leftColHolder {
	float: left;
	clear: both;
	width: 650px;
	margin: 0 30px 0 0;
}

#rightColHolder {
	float: left;
	width: 190px;
	font-size: 0.8em;
	padding: 4px 0 0 0;
}

.footer {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 887px;
	font-size: 0.8em;
	/*text-align: center;*/
}



/* FORM STYLES
================================================================================*/

.contactForm{
	width: 634px;
	/*background: #e4dfdc;*/
	padding: 22px 0px 22px 0px;
	margin-bottom: 27px;
	clear: both;
	float: left;
}
	
	


.formTable {
	width: 590px;
	margin: 0;
}

.formTable td {
	padding: 6px;
}

.mandatory  {
	color: #ec008c;
	font-size: 110%;
	font-weight: bold;
}

.button {
	width: auto;
	padding: 2px 4px;
}

input {padding: 4px 6px;}

.captcha {font-size: 0.8em;}

.captcha a:link {color: #6bad04; text-decoration: none;}
.captcha a:visited {color: #6bad04; text-decoration: none;}
.captcha a:hover {color: #6bad04; text-decoration: underline;}
.captcha a:active {color: #6bad04; text-decoration: none;}




