/* CSS Document */
body {
    margin: 0;
	font-family: tahoma; 
	font-size: 11px; 
	color: #0d446b; 
}
p { 
    margin: 0 0 10px 0;
	line-height: 1.3em; 
	letter-spacing: 1px; 
} 
a { 
    text-decoration: underline; 
	color: #2978b0; 
} 
a:hover { 
    text-decoration: none; 
	color: #2978b0;
} 
h1 {
	font-size: 10px; 
	color: #545454;
	text-align: center; 
	font-weight: normal;
	letter-spacing: 1px;
	margin: 1px auto 1px auto ; 
} 
img#rapidstatscounter { 
    display: none; 
} 

/* learn more links */ 
a.readmorelink { 
    font-size: 12px; 
	color: #2978b0; 
	font-weight: bold; 
	text-decoration: underline; 
} 
a.readmorelink:hover { 
    font-size: 12px; 
	color: #2978b0; 
	font-weight: bold; 
	text-decoration: none; 
} 

/* phone number footer shizzle */ 
.footerphonenumber { 
    font-size: 14px; 
	color: #c0c0c0;
	letter-spacing: 1px;  
} 
.footerphonenumberblue { 
    font-size: 14px; 
	color: #3d8ac1;
	letter-spacing: 1px; 
} 

/* footer shizzle */ 
#footer { 
    color: #c0c0c0; 
	letter-spacing: 1px; 
	line-height: 1.5em; 
} 
#footer a{ 
    color: #3c88be; 
	text-decoration: underline; 
}
#footer a:hover{ 
    color: #3c88be; 
	text-decoration: none; 
}

/*bullets*/
ul { 
    margin: -5px 0 10px 5px;
    padding: 0;
	letter-spacing: 1px;
	line-height: 1.5em; 
} 
li {
    margin: 0 0 5px 0; 
} 


#contactheader {
    margin: 44px 0 0 0;
	text-align: center; 
	color: #000080; 
    font-family: "Times New Roman", Times, serif;  
} 

#contactheader1 {
    
	font-style: italic; 
	font-size: 45px; 
	letter-spacing: 10px;

} 
#contactheader2 {
    font-size: 23px; 
	letter-spacing: 10px;
	margin-bottom: 20px; 
} 
#contactheader3 {
    font-size: 22px; 
	letter-spacing: 9px; 
} 


#logo { 
    margin: 41px 12px 0 0;
	text-align: center;
	color: #000080;
	font-family:"Times New Roman", Times, serif;

	font-size: 24px;
	letter-spacing: 5px;
	line-height: 30px; 
}
.logobottom {
    font-style:normal;
	font-size: 15px;
	line-height: 15px; 
} 

















/*Forms defaults*/
input, textarea {
	font-family: tahoma;
	font-size:11px;
	color:#545454;
}
label {
	color:#545454;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#545454;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

