body {
	background-color: #FBAE4B;
	color: #395765;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

div, table, tr, th, td, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border-color:#738F9D;
	}

ul {
	margin: 10px 10px 10px 20px;
	padding: 10px 10px 10px 20px;
}
li {
	color: #D65610;
	font-size: 14px;
	font-weight: bold;
	list-style-image: url('../images/blt_blue_circle.gif');
	list-style-position: outside;
	list-style-type: circle;
	margin: 15px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
}
#homelist{
	color: #D65610;
	font-size: 12px;
	font-weight: bold;
	list-style-image: circle;
	margin: 1px;
	padding: 1px 0px 0px 10px;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}

p {
	margin: 10px;
}

a {
	color: #D65610;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #395765;
}


/* layout styles */

#page, #header, #footer {
	width: 769px;
}

/* header styles */

#header {
	height: 126px;
	margin: 10px 0px 5px 0px;
}

#header_logo {
	float: left;
	height: 121px;
	width: 323px;
}

#header_menu {
	background-image: url('../images/header_right.jpg'); 
	float: right;
	height: 121px;
	width: 446px;
}
#header_menu a {
	position: relative;
	top: 90px;
	color: #395765;
	display: inline;
	font-size: 24px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 40px;
}
#header_menu a:hover {
    color: #D65610;
}

/* main styles */

#main {
	background-color: #395765;
	background-image: url('../images/main_bg.jpg');
	background-repeat: repeat-x;
	border-left: 2px solid #6B91A7;
	border-right: 1px solid #6B91A7;
	width: 769px;
}

#main_menu {
	background-image: url('../images/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float: left; 
	padding-top: 2px; /* 20px originally */
	text-align: left;
	width: 190px
}

#main_menu_image {
	background-image: url('../images/default_menu_image.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 249px;
	margin: 0 15px 15px 15px;
	text-align: right;
	width: 160px;
}
#main_menu_image img {
	position: relative;
	top: 220px;
}

#main_top { 
	background-image: url('../images/content_slog_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float: right; 
	height: 259px;
	width: 576px;
}
#main_top_slogan {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	float: left;
	height: 201px;
	padding-top: 35px;
	padding-left: 55px;
	width: 128px;
}
#main_top_image {
	background-image: url('../images/default_content_image.gif');
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	height: 236px;
	margin-top: 13px;
	margin-right: 16px;
	text-align: right;
	width: 354px;
}
#main_top_image img {
	position: relative;
	top: 195px;
}

#main_content {
	background-color: #E3E7E9; 
	background-image: url('../images/content_corner.jpg'); 
	background-repeat: no-repeat;
	vackground-position: top left;
	float: right;
	margin-right: 16px;
	padding: 20px;
	text-align: left;
	width: 520px;
}
 
/* footer styles */

#footer {
	background-image: url('../images/footer_bg.jpg'); 
	background-repeat: no-repeat; 
	clear: both;
	height: 17px;
	margin: 0px;
	padding: 0px;
}

/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}

#webdevelopment {
	padding-top: 2px;
	text-align: right;
	width: 769px;
}