/* CSS Document */

/******* GENERIC ELEMENTS *********/

body {
	background-image: url(my_images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	background-color: #fdfcfc;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 95%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 115%;
	}
	
h1 {
	font-size: 125%;
	}
	
#clearme {
	clear: both;
}

.clearme {
	clear: both;
}


.white {
	color: #FFFFFF;
}

.left {
	float: left;
}

.right {
	float: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.none {
	float: none;
}

.padmeleft_small {
	padding-left: 10px;
}
.padmeright_small {
	padding-right: 10px;
}

.padmetop_small {
	padding-top: 10px;
}

.center {
	text-align: center;
}

img {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/************ NEWS BOX *******************/

#news_box {
	height: auto;
	width: 95%;
	float: left;
	padding-left: 10px;
	border: thin solid #666666;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #DBDBE5;
	margin-top: 10px;
	padding-top: 10px;
}

#news_box:link {
	height: auto;
	width: 95%;
	float: left;
	padding-left: 10px;
	border: thin solid #000000;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
}

#news_box:hover {
	background-color: #B0B5C5;
	border: thin solid #000000;
}

#news_box_full {
	height: auto;
	width: 96%;
	float: left;
	padding: 10px;
}

#news_image {
	float: right;
	padding: 2px;
	width: 200px;
}


/************ HEADER BLOCK *****************/

.header_block {
	height: 25px;
	width: 98%;
	background-color: #455a95;
	padding-top: 5px;
	padding-left: 2%;
	color: #FFFFFF;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.title_block {
	height: 25px;
	width: 98%;
	padding-top: 10px;
	padding-left: 2%;
	color: #000000;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	font-weight: bold;
}
.main_copy_block {
	width: 97%;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 1%;
	padding-bottom: 10px;
}
.map_copy_block {
	width: 96%;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
}
.map_copy_block img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/************ MAIN STRUCTURE START ****************/

#wrapper {
	width: 900px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #455a95;
	background-color: #dedfde;
}

#home_centre_block {
	width: 880px;
	padding: 0px;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	height: 490px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #455a95;
	border-right-color: #455a95;
	border-bottom-color: #455a95;
	border-left-color: #455a95;
}

#product_centre_block_left {
	width: 98%;
	padding: 0px;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a9acac;
	border-right-color: #a9acac;
	border-bottom-color: #a9acac;
	border-left-color: #a9acac;
		background-image: url(my_images/text_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#home_centre_block_left {
	width: 70%;
	padding: 0px;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a9acac;
	border-right-color: #a9acac;
	border-bottom-color: #a9acac;
	border-left-color: #a9acac;
		background-image: url(my_images/text_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#home_right_block {
	width: 26%;
	padding: 0px;
	margin-top: 1%;
	margin-right: 1%;
	float: right;
	background-color: #EDEDF5;
	background-image: url(my_images/text_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a9acac;
	border-right-color: #a9acac;
	border-bottom-color: #a9acac;
	border-left-color: #a9acac;
}

#right_col_box {
	height: auto;
	width: 91%;
	float: left;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 4%;
	margin-bottom: 10px;
}

#right_col_copy {
	float: left;
	height: auto;
	width: 100%;
}


#home_banner_block {
	width: 880px;
	padding: 0px;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	border: thin solid #455a95;
	height: 135px;
	background-image: url(my_images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.drop_shadow {
	width: 880px;
	padding: 0px;
	margin-right: 1%;
	margin-left: 1%;
	height: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(my_images/nav_bg.gif);
}

.banner_picture img {
	margin: 0px;
	border: 0;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.banner_picture {
	float: right;
	width: 300px;
}

.home_image_box {
	width: 880px;
	height: 490px;
	text-align: center;
}

.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #FFFFFF;
	padding-top: 440px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	margin-right: 60px;
	margin-left: 60px;
}

/************* FOOTER STUFF *****************/

#footer {
	width: 100%;
}

/************* BREADCRUMB *******************/

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 1%;
	color: #000000;
}

/************* PRODUCT NAV ******************/

.product_nav {
	width: 35%;
	float: left;
	font-size: 80%;
}

.product_nav_right {
	width: 28%;
	float: right;
	font-size: 80%;
	margin-left: 2%;
	background-color: #FFFFFF;
}

ul.product_nav {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

li a.product_link {
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-left: 8px;
	background-color: #455a95;
	padding-right: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 85%;
	float: left;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

li a.product_link_this {
	color: #000000;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 85%;
	float: left;
	margin-bottom: 2px;
	text-decoration: underline;
	padding-bottom: 5px;
	background-image: url(my_images/prod_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

li a.product_link:hover {
	background-color: #7b8fc6;
	text-decoration: underline;
	
}

/************* HOME PAGE NAVIGATION ************/

#home_nav {
	width: 98%;
	padding: 0px;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 100%;
	height: 50px;
	background-image: url(my_images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#home_nav_center {
	font-size: 100%;
	height: 40px;
	min-width: 50%;
	margin-right: 18%;
	margin-left: 18%;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

.product_nav_right li {
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 2%;
	background-color: #455a95;
	padding-right: 2%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 95%;
	float: right;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

.product_nav_right li a {
	color: #FFFFFF;
}

.homenav_link {
	height: 31px;
	background-image: url(my_images/nav_tab_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	width: auto;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 8px;
}

.homenav_link_this {
	height: 31px;
	background-image: url(my_images/nav_tab_bg_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	width: auto;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 8px;
}

.homenav_link:hover {
	background-image: url(my_images/nav_tab_bg_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
	
a {
	color: #455a95;
	text-decoration: none;
	width: auto;
}

a:link, a:visited {
	width: auto;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	width: auto;
}

/************** TOP NAV **************/

.top_nav {
	width: 65%;
	height: 30px;
	padding-top: 105px;
}

.top_nav_link {
	height: 25px;
	background-image: url(my_images/topnav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	width: auto;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 6px;
}

.top_nav_link_this {
	height: 25px;
	background-image: url(my_images/topnav_bg_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	width: auto;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
}

.top_nav_link:hover {
	background-image: url(my_images/topnav_bg_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/************** FOOTER *************/

.footer {
	width: 98%;
	padding: 0px;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 100%;
	height: 62px;
	background-image: url(my_images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin-bottom: 10px;
	margin-top: 20px;
}
.footer img {
	margin: 0px;
	padding: 0px;
	border: 0;
	float: left;
	}
.footer_nav {
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}

.footer_nav_link {
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
}

.footer_nav_link_this {
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	text-decoration: underline;
}

.footer_nav_link:hover {
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	text-decoration: underline;
}

.footer ul {
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* SITE MAP START */
A.sitemap1, A.sitemap1:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	width: 90%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 25px;
	padding-left: 10px;
	margin-bottom: 10px;
	float: left;
}
A.sitemap1:hover {
	text-decoration: underline;
}
A.sitemap2, A.sitemap2:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	margin-left: 55px;
	margin-right: 150px;
	width: 50%;
	margin-bottom: 5px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
A.sitemap2:hover {
	text-decoration: underline;
}
A.sitemap3, A.sitemap3:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
	padding-left: 100px;
	width: 90%;
	padding-bottom: 2px;
	float: left;
	list-style-type: disc;
}
A.sitemap3:hover {
	text-decoration: underline;
}
/* SITE MAP END */

#mapPic {
	width: 95%;
	text-align: left;
	position: relative;
	float: left;
	}
#narrow_text_block {
	height: auto;
	width: 200px;
	float: left;
}
#map_image {
float: right;
	position: relative;

}
#right_col_image {
	width: 210px;
	background-image: url(my_images/grad.png);
	height: 210px;
}

.image_container {
}

.image_drop{}

.main_copy_block img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

