html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#om
{
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
}
* html #om
{
	height: 100%;
}


#header
{
	height: 138px; /*was 139 */
	width: 750px;
	border: 0;
	margin: 0;
	padding: 0;
}
/* ===============================header top ===================================== */
#header_top
{
	height: 81px;
	width: 750px;
	border: 0;
	padding: 0;
	margin: 0;
}
.logo
{
	width: 209px;
	border: 0;
	float: left;
}
.poolheader
{
	width: 362px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#date_and_search
{
	width: 179px;
	float: left;
}
#date
{
	height: 23px;
	text-align: right;
	margin: 0;
	padding-top: 13px;
	font-family: Gill Sans, sans-serif;
	font-size: 9pt;
	color: #000; /* border:1px solid red; */
}
#search
{
	height: 24px;
}
#search_box
{
	height: 15px;
	width: 125px; /*border:1px solid #dfdfdf;*/
}
/* ===============================header bottom ===================================== */

#header_bottom
{
	width: 750px;
	height: 53px;
	border: 0;
	margin: 0;
	padding: 0;
}
#header_bottom div
{
	float: left;
	height: 53px;
	margin: 0;
	padding: 0;
}
#header_bottom span
{
	font-family: Gill Sans, sans-serif;
	font-size: 10px; /* in original layout this font was 11px. but it looked kinda small that way..  :) */ /*font-weight:bold;*/
	line-height: 17px;
	color: #002e67;
	padding-left: 8px;
	margin-top: 5px;
}
#header_bottom span em
{
	color: #6b001c;
	font-style: normal;
	text-decoration: none;
}
/* =============================== bread crumbs ===============================*/
#breadcrumbs
{
	text-align: right;
	width: 577px;
	padding-top: 5px;
	font-family: Gill Sans, sans-serif;
	font-size: 10px;
}
*.breadcrumbs_text
{
	color: #700017;
	font-style: normal;
}
a.breadcrumbs_text
{
	color: #700017;
	font-style: normal;
	text-decoration: underline;
}
a.breadcrumbs_text:hover
{
	text-decoration: none;
}

/* ===============================content ===================================== */
#content
{
	padding-bottom: 55px;
	width: 750px;
}


/* ================================menu======================================*/
#menu
{
	padding-top: 30px;
	padding-left: 10px;
	width: 153px;
	float: left; /*	border: 1px solid yellow;*/
}

.menu_item
{
	margin: 0;
	padding: 0;
	height: 23px;
}
*.sub_menu_item
{
	margin: 0;
	padding: 0;
	height: 23px;
}
.menu_symbol
{
	float: left;
	margin-top: 8px;
}
.menu_link
{
	position: relative;
	height: 23px;
	width: 125px;
	float: left;
	margin-left: 3px;
	border-bottom: 1px solid #444; /* was #5a5a5a */
}

.menu_link a
{
	text-decoration: none;
	position: relative;
	top: 8px;
	font-family: Gill Sans, sans-serif;
	font-size: 12px; /* in original layout this font was 11px. but it looked kinda small that way..  :) */
	line-height: 13px;
	color: #444;
}
.menu_link a:hover
{
	background-color: #e9e9e9;
	color: #000000;
}



.sub_menu_link
{
	position: relative;
	height: 23px;
	width: 125px;
	margin-left: 28px;
}
.sub_menu_link a
{
	text-decoration: none;
	position: relative;
	top: 8px;
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #444; /* #5A5A5A; */
}
.sub_menu_link a:hover
{
	color: #000000;
	text-decoration: underline;
	background-color: #e9e9e9;
}

.unbordered
{
	border: 0;
}

.selected a
{
	color: #08215C;
	font-weight: bold;
}
.selected
{
	background-color: Transparent;
}
a.news_link
{
	font-family: Gill Sans, sans-serif;
	font-size: 16px; /* in original layout this font was 11px. but it looked kinda small that way..  :) */
	line-height: 13px;
	color: #000;
	text-decoration: none;
}
.news_bullet_link
{
	text-decoration: none;
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000;
}
.news_bullet_link:hover
{
	text-decoration: underline;
	color: #000000;
}

.news_bullet
{
	list-style-image: url( '/template/images/menu_symbol_selected.gif' );
}

/* ===============================main content ================================ */
#main_content
{
	float: left;
	padding-top: 30px;
	margin-left: 26px;
	width: 530px;
}
div.text
{
	margin-left: 30px;
	font-family: GillSans Light, Gill Sans, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000;
	text-align: justify;
}
#estimate_tbl
{
	width: 435px;
	border: 0;
}
#estimate_tbl th
{
	background-color: #08215C;
	text-align: center;
	color: #fff;
}
#estimate_tbl td
{
	color: #08215C;
	text-align: center;
	border: 1px solid #08215C;
}
#contact_tbl
{
	text-align: right;
}
#contact_tbl .input_box
{
	width: 280px;
	border: 1px solid #727479;
}
/* ===============================footer ===================================== */
#footer
{
	width: 750px;
	padding-left: 26px;
}
#footer_pool_first
{
	float: left;
}
#phone
{
	color: #08215C;
	font-family: Gill Sans, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}


/* general elmenets*/

input.std_box
{
	border: 1px solid #dfdfdf;
	font-weight: bold;
}
img
{
	border: 0;
	padding: 0;
	margin: 0;
}
h1
{
	color: #08215C;
	font-family: 'Gill Sans' , sans-serif;
	font-size: 16px;
	line-height: 19px;
}
h2
{
	color: #08215C;
	padding-top: 20px;
	font-family: 'Gill Sans Light' , 'Gill Sans' , sans-serif;
	font-size: 14px;
	line-height: 15px;
}
h3
{
	color: #000;
	font-family: 'Gill Sans' , sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
}
p
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p.indent
{
	text-indent: 2em;
}
em
{
	color: #700017;
	font-style: normal;
	text-decoration: underline;
}
a.red_link
{
	color: #700017;
	font-style: normal;
	text-decoration: underline;
}
a.red_link:hover
{
	color: #000000;
	text-decoration: underline;
}

a.blue_link
{
	color: #08215C;
	font-style: normal;
	text-decoration: none;
}
a.blue_link:hover
{
	text-decoration: underline;
}
a.strong_link
{
	font-weight: bold;
	text-decoration: none;
}
*.estimate_ddl
{
	width: 225px;
	margin-left: 20px;
	border: 1px solid #ADACAE;
}
*.estimate_btn
{
	width: 170px;
	margin-left: 20px;
	border: 4px double #08215c;
	color: #08215C;
	background-color: #fff;
	font-family: GillSans Light,Gill Sans, sans-serif;
}
.blue_text
{
	font-family: GillSans Light, Gill Sans, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #08215C;
	text-align: justify;
}
input.input_box
{
	width: 18px;
	background-color: Transparent;
	border-bottom: black 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}
input.long_box
{
	width: 100px;
}
input.very_long
{
	width: 200px;
	text-align: left;
}
/* ====================      admin    =========== */
#admin_menu_list
{
	margin: 0;
	padding: 20px 0 20px 0;
}
#admin_menu_list li
{
	display: inline;
	margin-left: 10px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
#admin_menu_list li a
{
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #600000;
}
#admin_menu_list li a:hover
{
	text-decoration: underline;
}
.selected_admin_menu_item
{
	font-weight: bold;
	border-bottom: 2px solid #600000;
}

/* ========================== product library ==============*/
.product_link
{
	color: #8686B1;
	font-family: Gill Sans, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
	text-align: left;
}

.product_link:hover
{
	color: #700017;
	text-decoration: underline;
}
#CopyrightPanel
{
	font-style: italic;
	color: #0f298f;
	font-family: 'Gill Sans Light' , 'Gill Sans' , sans-serif;
	font-size: 7pt;
	padding-top: 16px;
}
#CopyrightPanel a
{
	font-size: 10pt;
	display: block;
	color: #0f298f;
}