/* CSS Document */
body {
	background-color: #94bfde;
	background-image: url(images/counterflow_back.jpg);
}
.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	padding-left: 11px;
	font-weight: bold;
	color: #28638E;
}

.firstcap {font-size: 16pt}

.mainbtm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 11px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/main_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 20px;
}
.maintop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 90px;
	background-image: url(images/righticon.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*CSS for RSS title link in general*/
.titlefield{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.labelfield{ /*CSS for label field in general*/
	color:brown;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
width: 520px;
height: 80px;
     /*border: 1px solid black; */
border: 1px dashed #4693cb;
	/*border: 1px solid navy; */
padding: 4px;
	background-color: #FFFFCC;
   /*background-color: lightyellow;*/
}

#example2{ /*Demo 2 main container is used for counterflowmovers.com*/
width: 600px;
height: 180px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}

#example2 div ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

#example3{ /*Demo 3 main container*/
	width: 650px;
	height: 115px;
	border: 1px dashed red;
	/*border: 1px solid navy; */
padding: 4px;
	background-color: #FFFFCC;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
	margin-top: 0;
	margin-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

code{ /*CSS for insructions*/
color: red;
}
.titlefield_news{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.padrss_cell {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#left_links a:link {
	color: #5d3d82;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#left_links a:visited {	
    color: #5d3d82;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		font-weight: bold;
	}
#left_links a:hover {	
	color: #B4D0DE;
	font-family: Tahoma;
	font-size: 10pt;
    text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		font-weight: bold;
	}
	
#left_links a:active {	
	color: #5d3d82;
	font-family: Tahoma;
	font-size: 10pt;
    text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		font-weight: bold;
	}

a:hover{
	text-decoration:none;
	color: maroon;

}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
}

.copyright {font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px; color:#333333}
allcaps {
	font-variant: small-caps;
}
.smallcaps {
	font-variant: small-caps;
}
.contact_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.contactform1LeftColumn {
	padding-right:5px;
	padding-bottom:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006291;
}

/* Right Column Style */
.contactform1RightColumn {
 padding-right:5px;
 padding-bottom:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006291;
}

/* Text Field Style */
.contactform1TextField { width:350px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* Text Area Style */
.contactform1TextArea { width:350px;
 height:100px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* Check Box Style */
.contactform1CheckBox {
}

/* Submit Button Style */
.contactform1Submit {
 border: 1px solid #999999;
}

/* Errors Block Style */
.contactform1Errors {
 color:#FF0000;
 	font-size: 9pt;
}

/* Thank You Message Style */
.contactform1ThankYou {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #olive;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 40px;
}
.contact_back {
	CLEAR: both;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	WIDTH: 400px;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #FFFFEA;
	border: 1px solid #999999;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 120px;
}
