/* CSS Document */

body{
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #e9e9e9;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Centers the entire site */
#container{
	width: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
}

/* Holds the page */
#page{
	width: 800px;
	height: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#header{
	width: 800px;
	height: 147px;
	padding: 0px 0px;
	margin: 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/* Holds section images and navigation menu */
#leftContent{
	width: 239px;
	height: 100%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px;
	margin: 0px 0px;
	float: left;
	background-color: #eaeaea;
}

/* Begin Menu */
#menu{
	margin: 0px 0px;
	margin-left: 10px;
	padding: 0px 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: .1em;
}

#menu li{
	border-bottom: 1px solid #cccccc;
}

#menu li a{
	color: #003973;
	padding: 4px 4px 4px 4px;	
	display: block;
}

#menu li a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #003973;
	padding: 4px 4px 4px 4px;
}
/* End Menu */

/* Headline on top of each page */
#headline{
	width: 450px;
	height: 22px;
	margin: 0px 0px;
	padding: 0px 0px;
	padding-top: 4px;
	padding-right: 4px;
	background-color: #eaeaea;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
}

#content{
	width: 535px;
	min-height: 456px;
    _height: 448px;				/* min height hack for IE */
	float: right;	
	padding: 10px 12px 10px 10px;
	margin: 0px 0px;
	background-color: #FFFFFF;
	line-height: 18px;
}

/* Begin Footer */
#footer{
	width: 800px;
	height: 38px;
	padding: 0px 0px;
	padding-top: 7px;
	margin: 0px 0px;
	/*background-image: url(images/footerBg.jpg);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	border-top: 1px dashed #cccccc;
	clear: both;
	font-size: 9px;
	color: #336699;
	line-height: 16px;
	letter-spacing: .1em;
}

#footer a{
	text-decoration: none;
	color: #336699;
}

#footer a:hover{
	text-decoration: underline;
	color: #336699;
}
/* End Footer */


a{
	color: #669900;
	text-decoration: none;
}

a:hover{
	color: #669900;
	text-decoration: underline;
}

p{
	margin-top: 0px;
	margin-bottom: 10px;
}

.subheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #336699;
}

.subheading2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.subheading3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

/* Style for Services Bulleted List */
#services li{
	margin-bottom: 10px;
}

.image{
	border: 1px solid #333333;
}

.line{
	width: 98%;
	height:1px;
	margin: 0px 0px;
	padding: 0px 0px;
	border-top: 1px solid #333333;
	clear: both;
}

/* Table that holds the feedback form */
#formTable{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #336699;
	border-bottom: 0px solid #336699;
	clear: both;
	margin-top: 5px;
	background-color: #ffffff;
}

#formTable th{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
/* End Form Table */

/* Format for Form Fields */
Input{
	height: 16px;
	font-size: 12px;
	border: 1px solid #336699;
	background-color: #ddecfb;
	letter-spacing: .1em;
	color: #003366;
}

TextArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
	background-color: #ddecfb;
	color: #003366;
}
/* End Format for Form Fields */
