/*----------------------Meyer's CSS reset----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------------------------End Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	/*background: url(../images/body-bg-repeat.gif) center top repeat-y #3c3733;*/
	background: #3c3733;
	color: #1e1a17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}


a:hover, a:focus{
	text-decoration: underline;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	float: left;
	width: 820px;
	color: #777777;
	background: url(../images/h1-bg.gif) left top no-repeat #fff;
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 11px 10px 12px 10px;
	display: block;
	margin: 0 0 20px 0;
	}


h2{
	float: left;
	width: 820px;
	color: #777777;
	background: url(../images/h1-bg.gif) left top no-repeat #fff;
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 11px 10px 12px 10px;
	display: block;
	margin: 0 0 20px 0;
	}



.small{
	font-size: 85%;
	}

.alert{
	color: #ff5704;
	/*color: #D71056;*/
	}

.form_warnings{
	float: left;
	clear: both;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	color: #D71056;
	font-size: 90%;
	}
	
.hide {
	display:none;
	}
	

/*--------------CMS pages-------*/
.cms-content{
	float: left;
	width: 650px;
	padding: 0 0 7px 0;
	margin: 7px 0 0 0;
	}
	
.cms-content p {
	font-family:Georgia,"Times New Roman",Times,serif;
	}

#left-container .cms-content h1{
	float: left;
	width: 650px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bcbcbc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	margin: 30px 0 5px 0;
	display: inline;
	font-weight: normal;
	color: #000;
	}


#left-container .cms-content h2{
	/*float: left;
	width: 650px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	margin: 0;
	border-bottom: 1px solid #bcbcbc;*/
	
	float: left;
	width: 650px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bcbcbc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	/*font-size: 220%;*/
	font-weight: bold;
	margin: 30px 0 5px 0;
	display: inline;
	font-weight: normal;
	color: #000;
	}

#left-container .cms-content h3{
	float: left;
	width: 650px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
	margin: 0;
	color: #000;
	}
	#left-container .cms-content ul{
		float: left;
		width: 610px;
		display: inline;
		margin: 0 0 20px 40px;
		padding: 0;
		}
		#left-container .cms-content ul li{
			float: left;
			width: 610px;
			display: inline;
			margin: 0 0 5px 0;
			}
	














