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

#footer{
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	background-color:#FFFFFF;
	width:880px;
	text-align:center;
	margin-bottom:30px;
	clear:both;
	line-height: 70%;

}
#navBar img{
	padding: 0px;
	margin: 0px;
	float: left;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a img {
	border: none;
}
#mainContentWrapper {
 float:left; 
 background-color:#FFFFFF;
}
#content{
	width:860px;
	padding: 20px;
}
#content p{
	font-size:12px;
	line-height:140%;
}
#content h1{
	font-size:30px;
	color:#990000;
	font-weight:bold;
	margin:40px 0 30px 0;
}
#content h2{
	font-size:13px;
	font-weight:bold;
	color:#990000;
	margin:20px 0 -8px 0;
}
#content h3{
	font-size:13px;
	font-weight:bold;
	color:#990000;
	margin:0 0 0px 0;
	line-height:120%;
}
#content h4{
	font-size:18px;
	color:#666666;
	font-weight:bold;
	margin:20px 0 0 0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
}
#contactarea {
	width:270px;
	float:left;
	padding:15px;
	background-color:#eee;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputbox {
	border: 1px solid #000;
	width: 170;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
	font-size: 12px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	width:250px;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}
.allcaps {
	font-weight:normal; 
	font-size:9px; 
	text-transform: uppercase;
}




#callOuts ul li {
	background-color: #ededed;
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 10px;
	width: 245px;
}

#callOuts h2 {
	font-family: Georgia, serif;
	font-size:24px;
	font-weight: normal;
	margin: 10px 0 0;
}
#callOuts img {
	margin: -10px 0 0 -10px;
}
#callOuts p {
	font-size: 12px;
}
#callOuts a:link {
	color: #990000;
	text-decoration: none;
}
#callOuts a:visited {
	color: #990000;
}
#callOuts a:hover {
	color: #330000;
}
#callOuts a:active {
	color: #330000;
}
#callOuts a img {
	border: none;
}

