html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0px;
	padding:20px 0 0 0;
	text-align:center;
	color:#000;
	font-family:helvetica,arial,verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6{
	color:#27A0B8;
	font-weight:normal;
}

h1{
	margin:0 0 15px 0;
	font-size:197%;
}

h2{
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:167%;
}

h3,h4,h5,h6{
	font-weight:bold;
	color:#035A67;
	margin:0 0 3px 0;
	font-size:107%;
}

p{
	margin:0 0 20px 0;
}

img{
	border:0;
}

hr{
	color: #005866;
	background-color: #005866;
	height:1px;
	margin:15px 0;
}

a,a:link
{
	color:#035A67;
	text-decoration:none;
}

a:active
{
	color:#ffffff;
}

a:visited
{
	color:#AB8000;
}

a:hover  
{  
	color:#1FA4BE;
} 

/* --- TEMPLATE STYLES --- */

#doc{
	margin:0px auto 0 auto;
	text-align:left;
}

/* --- HEAD --- */

#head{
	display:none;
}

#account{
	display:none;
}


/* --- HEADER --- */
#header{
	display:none;
}

/* --- NAV --- */

#navbar{
	display:none;
}

#sidenav{
	display:none;
}

/* --- CONTENT --- */

#main{
	float:left;
	clear:both;
	width:950px;
	min-height:350px;
	height: auto !important;
	height: 350px;
	background-color:#ffffff;
}

#content-wrapper{
	padding:12px;
}

#left-col{
	display:none;
}

#right-col{
	display:none;
}

#right-col-blog{
	display:none;
}

#content ul{
	margin:0 0 20px 0;
}

#content li{
	margin:0 0 0 2em;
	list-style:disc;
}

#content blockquote{
	margin: 0 0 0 1em;
}

/* --- FOOTER --- */

#footer{
	text-align:left;
	margin:7px auto;
	padding:2px 0px 2px 7px;
	color:#333333;
	font-size:85%;
}

#footer a, #footer a:link
{
	color:#333333;
	text-decoration:none;
	padding:0 5px;
}

#footer a:active,#footer a:visited
{
	color:#333333;
}

#footer a:hover  
{  
	color:#ffffff;
} 

#footer ul{
	margin:0;
	padding:0;
}

#footer li{
	display:inline;
	padding:0 5px;
}

#footer .current_page_item a{
	background:#ececec;
}



/* --- FORMS --- */
#form-table td{
	padding:14px 7px;
}

#form-table .form-table-inside td{
	padding:0 0 2px 0;
}

#form-table .form-table-pad td{
	padding:0 4px 3px 0;
}


.form-label, .form-label2{
	color:#015765;
	font-weight:bold;
	font-size:107%;
}

.form-label{
	margin-bottom:5px;
}

.form-bg{
	background:#eeeeee;
}

.input-text, .input-text-long, .input-zip, .input-state, .input-general, .input-area, select{
	padding:2px;
	border:solid 1px #C4BEB9;
	background:#ffffff;
	font-weight:normal;
}

.input-text:focus,.input-text-long:focus, .input-zip:focus, .input-state:focus, .input-general:focus,.input-area:focus, select:focus{
	border:solid 1px #666666;
	background:#ffffff;
}

.input-text-long{
	width:250px;
}

.input-text{
	width:200px;
}

.input-zip{
	width:80px;
}

.input-state{
	width:100px;
}

.input-submit,.input-submit-small{
	cursor:pointer;
}

.input-submit{
	padding:3px 5px;
	font-size:107%;
}

#input-email, #input-search, .input-submit-small{
	border:solid 1px #C4BEB9;
	font-size:92%;
}

#input-email:focus, #input-search:focus{
	border:solid 1px #666666;background:#ececec;
}

#input-email{
	width:140px;
	padding:1px;
}

#input-search{
	width:100px;
	padding:1px;
}

.input-area{
	width:400px;
	height:90px;
}

.ast{
	font-weight:bold;
	color:#990000;
	padding-right:3px;
}

/* --- MISC --- */

strong{
	font-weight:bold;
}

.error-box{
	border-top:solid 2px #ff0000;
	border-bottom:solid 2px #ff0000;
	padding:5px 3px;
	margin:7px 0;
	background:#FFCCCC;
	color:#000000;
}

.error{
	color:#ff0000;
	font-weight:bold;
}

.success-box{
	border-top:solid 2px #339933;
	border-bottom:solid 2px #339933;
	padding:5px 3px;
	margin:7px 0;
	background:#CCFFCC;
	color:#000000;
}

.delim{margin:0 5px;}
.clear{clear:both;height:0px;}
.emph{font-weight:bold;color:#062D99;}


/* --- HOME --- */
#home-header{
	background-image:url(../images/bg-home2.jpg);
	background-repeat:no-repeat;
	height:252px;
	position:relative;
	z-index:1;
}

#home-text1,#home-text2,#home-button{
	position:absolute;
}

#home-text1{
	top:0;
	left:343px;
}

#home-text2{
	top:46px;
	left:679px;
}

#home-button{
	top:175px;
	left:691px;
}

#home-main{
	float:left;
	clear:both;
	width:950px;
	background-color:#ffffff;
	background-image:url(../images/bg-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:12px;
}

.homebox{
	float:left;
	width:297px;
	min-height:150px;
	height: auto !important;
	height: 150px;
	background-image:url(../images/homeboxbg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	color:#333333;
	margin-right:17px;
}

.homeboxlast{margin-right:0px;}

.homeboxtop{
	min-height:34px;
	height: auto !important;
	height: 34px;
	background-image:url(../images/homeboxtop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:34px;
	padding:0 12px;
}

.homeboxcontent{
	padding:12px 12px 12px 12px;
	font-size:92%;
}

.homeboxcontent p{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #CDCBCB;
}

.homeboxcontent a{
	font-weight:bold;
}

.homeboxtop h2{
	color:#035967;
}



