html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
}


/*-------------------------------- logo and strap line ---------------------------------*/



#header {
	float: left;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#center {
	width: 750px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

#page_bg {
	float: left;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	border: 0px solid red;
}

#header_content {
	width: 750px;
	height: 86px;
	margin: 0 auto;
	border: 0px solid red;
	background-image: url(../images/header_top.gif);
	background-position: top;
	background-repeat: repeat;
}

#logo {
	float: left;
	height: 86px;
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
}

#top_menu {
	text-align: right;
	float: right;
	padding: 5px 0px 5px 0px;
}

#search_box {
	text-align: right;
	float: right;
	width: 250px;
	padding: 10px 0px 0px 0px;
}

#tel_number {
	text-align: right;
	float: right;
	width: 250px;
	padding: 10px 0px 0px 0px;
}

#frame {
	float:left;
	width: 750px;
	min-height: 100%;
	height: 32px;
	margin: 0 auto;
	background-image: url(../images/body_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#menu {
	float: left;
	margin: 0 auto;
	height: 32px;
	text-align: left;
	border: 0px solid red;
	margin: 2px 0px 0px 15px;
}

#right_header {
	float: right;
	width: 287px;
	margin: 0 auto;
	height: auto;
	text-align: left;
	border: 0px solid red;
	margin: 0px 10px 0px 0px;
}

#homeflash {
	float: left;
	width: 750px;
	margin: 0px 0px 10px 0px;
	min-height: 100%;
	height: auto;
	border: 0px solid red;
	display:table-cell;
}

#subpic {
	float: left;
	width: 750px;
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	height: auto;
	border: 0px solid red;
	display:table-cell;
}

#breadcrumb {
	float: left;
	width: 750px;
	margin: 5px 0px 5px 0px;
	min-height: 100%;
	height: auto;
}

#breadcrumb_pad {
	float: left;
	padding: 0px 0px 0px 30px;	
}
/*-------------------------------- body ---------------------------------*/


#body_frame {
	float:left;
	width: 750px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	border: 0px solid red;
	background-image: url(../images/body_bg.gif);
	background-position: top;
	background-repeat: repeat;
}

#home_frame {
	float: left;
	text-align:left;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	background-image: url(../images/logo_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#body_footer {
	float:left;
	background-image: url(../images/body_bot.gif);
	background-position: top;
	background-repeat: repeat;
	width: 750px;
	height: 15px;
}


#home_left {
	float: left;
	text-align:left;
	width: 360px;
	min-height: 100%;
	border: 0px solid red;
	padding: 30px 10px 10px 30px;
}

#home_right {
	float: right;
	text-align:left;
	width: 295px;
	min-height: 100%;
	border: 0px solid red;
	padding: 30px 30px 10px 10px;
}


#subpage_text_pad {
	width: auto;
	margin: 30px 25px 50px 30px;
	border: 0px solid green;
}

#navigation {
	float: left;
	text-align:left;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
	background-color: #cccccc;
}


/*-------------------------------- columns ---------------------------------*/

#column1 {
	width:530px;
	margin: 0 auto;
	float: left;
	height: auto;
	border: 0px solid red;
}

#column2 {
	margin: 0 auto;
	float: right;
	border-left: solid 1px #bd9c09;
	border-top: solid 0px;
	border-bottom: solid 0px #bdbdbd;
	border-right: solid 0px;
	height: auto;
	width: 210px;
}

#related_pages {
	padding: 10px 10px 10px 10px;
}

/*-------------------------------- footer ---------------------------------*/


#newsletter {
	float:left;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: repeat;
	width: 750px;
	height: 71px;
	margin: 0 auto;
}


#footer_frame {
	margin: 10px 0px 0px 0px;
	width: 750px;
	min-height: 100%;
	border: 0px solid red;
}

#footer_text {
	float: left;
	text-align:left;
	width: 750px;
	min-height: 100%;
	border: 0px solid red;
	padding: 5px 0px 0px 20px;
	margin-bottom: 50px;
}

#footer_bg {
	float: left;
	width: 750px;
	height: 53px;
	min-height: 100%;
	border: 0px solid red;
}

#PrintFooter {
	display: none;
}