@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

h1.quick_links {
	padding-top: 10px;
	font-size: small;
	font-weight: bolder;
	font-family: arial,verdana;
	color: #6699cc;
}

h1.main {
	font-size: small;
	font-weight: bold;
	font-family: arial,verdana;
	color: #6699cc;
	width: 100%;
	background: #EEEEEE;
	text-indent: 5px;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

h1.news {
	font-size: small;
	font-weight: bold;
	font-family: arial,verdana;
	color: #000066;
	width: 100%;
	text-indent: 5px;
	text-align: left;
	padding: 5px 0px 5px 0px;
	border-bottom:1px dotted #CCCCCC;
}

ul.hp_points {
	padding: 0px;
	margin: 0px;
}

ul.main {
padding:5px;
margin:0px;
}

li.main {
	list-style-type: none;
	background: url('../images/orange_arrow.gif') no-repeat top left;
	padding-left: 10px;
	padding-bottom:6px;
	background-position:0px 3px;
}

li.hp_points {
	list-style-type: none;
	font-size: smaller;
	font-family: verdana,arial;
	padding-left:15px;
	padding-bottom: 6px;
	padding-top:3px;
	border-bottom: 1px dotted #CCCCCC;
	background: url('../images/arrow_links.gif') no-repeat left;
}

.accred_surround {
	border-left: 1px dotted #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}

.truck_surround {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.middle_surround {
	border: 1px dotted #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}

.news_surround {
padding: 10px;
border: 1px solid #CCCCCC;
}

ul.accred_list {
	padding: 10px;
	margin: 0px;
}

li.accred_list {
	list-style-type: none;
	background: url('../images/orange_arrow.gif') no-repeat top left;
	padding-left: 10px;
	padding-bottom:6px;
	background-position:0px 3px;
	font-family: verdana,arial;
	font-size: smaller;
}

.container {
	position: relative;
	width: 787px;
	background: url('../images/bg_tile.gif') repeat-x top;
	background-color: #336699;
}

/* Main container surround whole page */
table.table_container {
	position: relative;
	width: 787px;
	background: url('../images/bg_surround.gif') repeat-y top;
	height: 100%;
}

td.header {
	height: 212px;
}

ul.nav_column {
	padding: 0px;
	margin-left: 8px;
	width: 213px;
	background: url('../images/nav_bg_tile.gif') repeat-y top;
}

td#nav_bg_tile {
	background: url('../images/nav_bg_tile2.gif') repeat-y top;
	width: 187px;
}

.nav_content {
	margin-left: 35px;
	width: 160px;
	font-family: verdana, arial;
	font-size: smaller;
}

.content_table {
	width: 100%;
	text-align: left;
	height: 100%;
}

/* Properties for the whole content column */
.content_bg {
	position: relative;
	width: 547px;
	background-color: white;
}

.content_body {
	width: 538px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	min-height: 300px;
}

.content_middle {
	border: 1px dotted #CCCCCC;
	margin: 0px 10px 0px 5px;
	font-family: verdana,arial;
	font-size: smaller;
	min-height: 300px;
}

.padding {
	padding: 10px;
}

/* NAV LINKS START */
li.nav_link1 {
	background: url('../images/nav_background.gif') no-repeat top left;
	height: 38px;
	width: 213px;
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
}

li.nav_link2 {
	background: url('../images/nav_background_bottom.gif') no-repeat top left;
	height: 44px;
	width: 213px;
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
	margin-bottom: 10px;
}

li.nav_link3 {
	background: url('../images/nav_background_selected.gif') no-repeat top left;
	height: 38px;
	width: 213px;
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
}

li.nav_link4 {
	background: url('../images/nav_background_bottom2.gif') no-repeat top left;
	height: 44px;
	width: 213px;
	text-align: right;
	vertical-align: middle;
	list-style-type: none;
	margin-bottom: 10px;
}


.nav_alink {
	padding-right: 20px;
	padding-top: 11px;
	font-family: verdana,arial;
	font-size: smaller;
	font-weight: bold;
	color: #000066;
}
/* NAV LINKS END */

.top_links {
	position: absolute;
	right: 20px;
	top: 10px;
}

.footer {
	width: 750px;
	background-color: #336699;
	margin-left: 8px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: white;
	font-family: verdana,arial;
	font-size: smaller;
}

/* dotted horizontal break line */
.break_line {
	border-bottom: 1px dotted #CCCCCC;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* IMAGE PROPERTIES */
img#image_welcome {
	margin-right: 10px;
	margin-top: 15px;
}

a.footer_link { color: #CCCCCC; }
a.footer_link#hover { color: #000000; }

table.index_columns {
	width: 450px;
}

.topofpage {
	text-align: right;
}

#contact_form {
	border: 1px dotted #CCCCCC;
	padding: 10px;
}

