body {
  text-align: center;
  }
  
#container {
	width:1000px;
	margin:0px auto;
	text-align: left;
  }

a:link {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
	font-style: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
}

.mail a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
	font-style: normal;
	font-size: 9px;
}



.mainArea {
	position: relative;
	background-color: #61739F;
	left: 0px;
	height: 650px;
	width: 1000px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	background-image: url(images/house_bkgrnd.jpg);

	
	}

.textArea {
	position: absolute;
	height: 600px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	visibility: visible;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	border: 1px solid #FFFFFF;
	left: 130px;
	top: 0px;
	z-index: 98;
	padding: 0px 10px 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	background-repeat: repeat;
	background-color: #CCCCCC;
	text-align: left;
}


.topMenu {
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 99;
	width: 1000px;
	height: 75px;
	}
	
.mainMenu {
	position: absolute;
	left: 350px;
	top: 38px;
		
}


/* CSS Drop Down modified from an article by Nick Rigby. Nick Rigbyis a freelance web standards and accessibility developer for his company, Puretic. In between work he enjoys football, music, being creative, and writing the occasional article for nickrigby.com.*/


/* Menu Setup */

.mainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	}
	
.mainMenu ul li {
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	float:left;
	position: relative;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 75px;
	}
	
.mainMenu li ul {
	position: absolute;
	left: 0px;
	top: 15px;
	
	display: none;
		z-index: 99;
	}

/* Styles for Menu Items */
.mainMenu ul li a {
	
	display: list-item;
	text-decoration: none;
	color: #CCCCCC;
	background: #356CAD;
	padding: 5px 8px;
	border: 1px dotted #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	width: 75px;
	text-align: left;
	}
	
.mainMenu ul li a:hover {
	color: #FFFFFF;
	}
/* Holly Hack. IE Requirement \*/
* html .mainMenu ul li { float: left; height: 1%; }
* html .mainMenu ul li a { height: 1%; }
/* End */

/* a hack so that IE5.5 faulty box model is corrected */
* html .mainMenu a, * html .mainMenu a:visited {
width:150px;
w\idth:139px;
}

/* another hack for IE5.5 */
* html .mainMenu ul ul {
top:30px;
t\op:31px;
}

/* yet another hack for IE5.5 */
}
* html .mainMenu ul ul a{
width:150px;
w\idth:129px;
}




.mainMenu li:hover ul, li.over ul { display: block;}/* The magic */

.textAreaTitle {
	font-size: 16px;
	color: #CCCCCC;
	font-variant: normal;
	font-weight: bolder;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5em;
	background-color: #61739F;
	padding: 5px;
	width: auto;
	text-transform: capitalize;
	margin: 20px 0px 0px;
}


.subhead {
	font-size: 14px;
	color: #000000;
	font-variant: normal;
	font-weight: bolder;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
	text-transform: capitalize;
	margin: 0px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.pictureFrame {
	border: 1px solid #000000;
	margin: 0px 8px 8px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
