/* Begin CSS  */

body, html { 
	background-image: url(../images/gradiant_background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #fff;
	border: 0px;
	margin: 0px;
	margin-top: 4px;
}

H1 {  
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	border: 0px;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/background_with_yellow.jpg);
	background-repeat: repeat-y;
	background-position:  top right;
	display: block;
	position: relative;
	width: 786px;
	height: 116px;
	border: 1px solid #0075b4;
}

#blue_spacer_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #0071bc;
	background-image: url(../images/right_blue_corner.gif);
	background-repeat: no-repeat;
	background-position:  bottom right;
	display: block;
	position: relative;
	width: 786px;
	height: auto;
	border-left: 1px solid #0071bc;
	border-right: 1px solid #0071bc;
}

#mainbody {
	background-color: #fff;
	display: block;
	position: relative;
	width: 786px;
	height: auto;
	border-left: 1px solid #0071bc;
	border-right: 1px solid #0071bc;
	border-bottom: 1px solid #0071bc;
}

.top_title {
	padding-top: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}


.phone_number {
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	}

.menu a {
	text-decoration: none;
	color: #fff;
}

.menu:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.paragraph_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 18px;
	color: #0071bc;
	padding-top: 15px;
}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px;
	color: #0071bc;
	padding-top: 20px;
	padding-bottom: 0px;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	font-size: 11px;
	color: #000;
	padding-top: 5px;
}

.list_menu UL {
	list-style-type: none;
	padding-left: 10px;
}

.list_menu LI {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	line-height: 20px;
}

.list_menu LI a {
	margin-left: 8px;
	text-decoration: none;
	list-style-type: none;
	color: #000;
}

.list_menu LI a:hover {
	margin-left: 0px;
	border-bottom: 1px solid #ffcc00;
	letter-spacing: 2px;
}

/* End CSS */


