@charset "utf-8";
/* CSS Document */

/*Homepage Styles*/
.homePage #container {
	width: 804px;
	margin: 0 auto;
	background: url(images/home_bg.jpg) no-repeat top;
	border-left-color:  White;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color:  White;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-color:  White;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}

.homePage #mainContent {
	padding: 20px 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.homePage #nav {
	background: url(images/nav_bg.jpg) repeat-x right bottom;
	width: 542px;
	height: 42px;
	padding: 203px 0 0 0;
	margin-left: 167px;
	position: relative;
}

.dotty {
	border-bottom: #CCCCCC 1px dashed;
}

h2 {
	background-color: #a6b3b3;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 0;	
	color: #FFFFFF;
	border-bottom: #1e4441 1px solid;
}

h3 {
	background-color: white;
	padding: 6px 12px;
	margin: 0 0 0 0;	
	color: #FFFFFF;
	text-align:center;
}

.question {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #1e4441;
	padding: 0;
	margin: 0 0 10px 0;
}

.homePage #footer {
	color: #999999;
	width: 800px;
	border-top: #CCCCCC solid 1px;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 11px;
	letter-spacing:0;
}

.homePage .footer {
	font-size: 11px;
	letter-spacing:0;
}

.contactHome {
	color: #999999;
	margin-top: 0;
}
/* Form styles */
textarea {
 	font-family: Arial, Helvetica, sans-serif;
 	color: #999999;
	font-size: 11px;
	padding: 0 4px;
	margin: 1px 0 5px 0;
	width: 350px;
}

input {
 	font-family: Arial, Helvetica, sans-serif;
 	color: #999999;
	font-size: 11px;
	padding: 0 4px;
	margin: 1px 0;
}

/* Positioning */

.homePage #left {
	float: left;
	width: 175px;
	background-color: #dae0e0;
}

.homePage #right {
	float: right;
	width: 175px;
	background-color: #dae0e0;
}

.homePage #rightBot {
	clear: both;
	float: right;
	width: 175px;
	background-color: #dae0e0;
}

.homePage #left p, .homePage #right p, .homePage #rightBot p {
	padding: 3px 8px 3px 12px;
	margin: 5px 0 7px 0;
}

.homePage #middle {
	width: 360px;
	margin: 0 auto;
	line-height: 18px;
}

.homePage #middle p {
	padding: 0;
	margin: 0 0 8px 0;
}

.test 
{
	font-size: 11px;
	letter-spacing:0;
}

