/* CSS Document */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background:#666666;
}

hr {
	vertical-align:bottom;
	width: 90%;
	margin: 30px 40px 30px 40px;
}

/***************************** ADD-ONS ****************************/

div.clear{ 
	clear:both; 
	height:0;
	/*background:#666666;*/
}
.percent70{
	font-size: 70%;
}
.fontsize9px {
	font-size: 9px;
}

.headerredtext { 
	color:#FF0000; 
	font-style:italic; 
	font-size:10pt; 
	font-weight: bold; 
}

.headerbluebar { 
	background-color:#bfbfbf; 
	color: #234479; 
	font-size:10pt; 
	font-style:italic; 
	font-weight: bolder; 
}

.pad5px {
	padding: 5px;
}

.red {
	color:red;
}

/******************* PAGE CONTAINER *****************/
#container { 
	margin:0 auto; 
	width: 800px; 
}

/******************* HEADER ********************/
#header { 
	background-color:#234479; 
	color:#ffffff; 
	font-weight: bold; 
	height:149px; 
}
#header h4 { 
	width:280px; 
	height:149px; 
	margin:0; 
	float:left; 
	background: transparent url(../images/phoneno.gif) no-repeat left; 
}
#header h4 span { 
	display: none; 
}
#header h2 { 
	width:275px; 
	height:149px; 
	margin:0; 
	float:left; 
	background: transparent url(../images/logo.gif) no-repeat left;
} 
#header h2 span { 
	display: none; 
}
#header ul { 
	width:240px; 
	border: 0px solid black;
	margin:0; 
	float:left; 
	list-style-type:none; 
	font-size: 70%; 
	line-height:150%; 
	padding: 40px 0 0 0; 
}


/*********************** LEFT MENU ************************/
#leftMenu { 
	clear:both;
	margin:0 0 0 0;
	padding:30px 0 0 0;
	background-color:#bfbfbf; 
	width: 179px;
	vertical-align:top;
}
#leftMenu h5 {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	width: 167px;
	height: 21px;
}
#leftMenu h5.hawkesBetter {
	background: transparent url(../images/hawkes_better.gif) bottom no-repeat left;
}
#leftMenu h5.links {
	background: transparent url(../images/helpful_links.gif) bottom no-repeat left;
}

#leftMenu h5 span {
	display:none;
}
#leftMenu ul {
	margin:0;
	padding: 0 0 0 10px;
	line-height:150%;
	font-size: 75%;
	list-style-type: none;
}
#leftMenu img {
	padding: 30px 0 30px 45px;
}
#leftMenu a{
	color:#333333;
	text-decoration:none;
}
#leftMenu a:hover{
	font-weight:bold;
}


/*********************** MAIN CONTENT ************************/
#content {
	border:0px solid black;
	background-color:#ffffff; 
	font-size: 70%;
	vertical-align:top;
}

/********************** MENU/NAVIGATION MENU ******************/
#menu {	
	
}
#menu a {
	display: inline;
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	color: red;
}
#menu ul {
	padding: 0;
	margin:0;
	text-align: center;
	vertical-align: top;
}
#menu li {
	display: inline;
	padding: 0 12px 0 12px;
	vertical-align: top;
	margin:0;
}
#menu ul li.divider {
	border-left: 1px solid black;
}

/******************** Main Content Area ****************************/
#rtContent {
	border:0px solid black;
	padding: 0 20px 20px 20px;
}


/******************************** FOOTER **************************/
#footer{
	color: #999999;
	text-align:center;
	font-size:70%;
	background:#ffffff;
	padding:25px 0 20px 0;
}



