@charset "utf-8";
/* CSS Document */

/*---STANDARD USED STYLES----------------------*/
/*FORM ITEMS-----*/
.boldBlueSm { /*BOLD BLUE TEXT/BORDER CLASS - USED FOR INPUT BOXES ON CONTACT US PAGE */
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
	border:1px solid #669966;
}
.SubmitForm {
	font-size:11px;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000066;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../../images/formbg.gif) repeat-x left top;
}
.formMargin {
	/*margin:0px;*/
}
#SubButton {
	height:20px;
	margin:5px;
}
#ContactFormWrapper {
	height:650px;
}
#ContactForm {
	width:500px;
	margin-left:75px;
	margin-bottom:100px;
	margin-top:10px;
	text-align:left;
}
.contactSubLine {
	font-size:11px;
	margin-left:25px;
}
/*--------------------------------------------*/
/*---------HEADER--------------*/
#GreenLine {
	border-top:1.5px solid #669966;
	border-bottom:1.5px solid #669966;
	margin-bottom:0px;
	background:#669966;
}
#tinaTop{
	float:left;
	width:430px;
	margin-left:50px;
	margin-top:3px;
}
#header { /*HEADER DIV - TOP OF SITE*/
	min-height:100px;
	text-align:center;
	border-bottom:4px solid #006699;
	border-top:4px solid #006699;
}
#header h2 { /*HEADER H2 TAG - CUSTOM FOR ONLY USED INSIDE HEADER DIV*/
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006699;
	margin:0px;
	padding:0px;
	border-top:3px solid #669966;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #669966;*/
}
#header h1 { /*HEADER H1 TAG - CUSTOM FOR ONLY USED INSIDE HEADER DIV*/
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:26px;
	font-weight:bold;
	color:#cc0033;
	margin:0px;
	padding:0px;
}
#subHeader { /*DIV INSIDE HEADER THAT HOUSES OTHER INFO, I.E. PHONE NUMBER*/
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	/*text-indent: 5px;*/
	border-bottom:3px solid #669966;
	color: #669966;
	clear:both;
	margin-top:1px;
	margin-bottom:0px;
}
#subHeader a{
	font-size:11px;
	color: #669966;
	font-weight:bold;
	text-decoration:none;
}
#subHeader a:hover{
	font-size:11px;
	color: #CC0033;
	font-weight:bold;
	text-decoration:none;
}
#TopLinks {
	float:right;
	/*width:350px;*/
/*	margin-right:30px;*/
	margin-right:65px;
	text-align:center;
}
#TopLinks A {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#TopLinks A:hover { /*DEFAULT LINK HOVER FOR SITE*/
	color:#CC0033;
	text-decoration:none;
	border:none;
}
#TopLinks div {
/*	background-color:#006699;*/
/*	margin-right:10px;*/
/*	padding:5px;*/
}
.logotext {
	background:transparent url(../../images/logo.jpg) no-repeat scroll left top;
	width:190px;
	height:70px;
	text-decoration:none;
	font-size:11px;
	margin-top:3px;
}
.logotext span {
	display:inline;
	height:0;
	left:-998px;
	overflow:hidden;
	position:absolute;
	top:-998px;
	width:0;
}
/*------------------------------*/
/*-------HOME PAGE STUFF--------*/
#ListAdvice {
	margin-top:-12px;
}
#ListAdvice ul {
	margin-left:-20px;
	list-style:disc;
	margin-bottom:0px;
}
/*------------------------------*/

/*----------MODS----------------*/
#sideFreeForm {
	width:185px;
	text-align:center;
	border:1px dashed #669966;
	margin:1px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
#mainFreeForm {
	width:230px;
	text-align:center;
	border:1px dashed #669966;
	margin:10px;
	padding:5px;
}
/*------------------------------*/