body, table, .bodyText, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	margin: 0px;
	margin-bottom: 8px;
	line-height:1.5em;
}

p.topmargin {
	margin-top: 8px;
}

form {
	margin:0px;
}

.formItemText {
	font-weight:bold;
}

img {
	border:0px;
}

/* scrollbar-base-color: #E6F2F8; */
body {
	margin:0px;
	background-color:#FFFFFF;
}

body.blank {
	margin:6px 16px 6px 16px;
}

a { 
	color:#00A4E7;
	text-decoration:none; 
}

a:hover {
	text-decoration:underline;
}

a.u {
	text-decoration:underline;
}

label {
	font-weight:bold;
}

/*************************************
**	Styles for Ordered Lists
**************************************/
ul {
	margin-top:10px;
}

hr {
	border: 0;
	margin: 0px;
}

/* empty HR tag (wrap around with a <div> tag */
hr.empty {
	display: none; 
}

/* 
	Used for div tag to create an empty line... 
	example1 : make a line and apply a style class "newStyle" on top of it:
		<div class="newStyle"><div class="line"></div></div>
	example2 : make an empty spacer
		<div class="invoiceTable"><div class="line"></div></div>
	example2 : make a line and apply a color style to it:
		<div class="line" style="background-color: #C2CCFF;"></div>
*/
div.line { width:100%; height:1px; overflow: hidden; }

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #202352;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #202352;
}

div.spacer {
	overflow:hidden;
}

/* ERROR TEXT */
.error {
	color:#FF3300;
}

/*************************************
**	Styles for Bulleted Products List on products module
**************************************/
	li.productslist {
		font-size:14px;
		padding-bottom:10px;
	}
	/* The description div under each list item */
	.productslist_desc {
		font-size:10px;
	}
	.productsName {
		font-size:14px;
		font-weight:bold;
	}
	
/*************************************
**	Styles for Conditions List on conditions module
**************************************/
	/* The description div under each list item */
	.conditionsList_Desc {
		font-size:11px;
	}
	.conditionsList_Name {
		font-size:14px;
		font-weight:bold;
	}
	
	
	
/*************************************
**	Styles for Bulleted Products List on products_menu module
**************************************/
ul.products_menu {
	margin-left:0px; 
	padding-left:0px;
}

ul.products_menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:7px;
	padding-left:15px;
	margin-left:0px;

	list-style:none;
	background-image:url(../images/page_ico_blue.gif);
	background-position:2px 2px;
	background-repeat: no-repeat;
}

/** When it's Selected */
ul.products_menu li.products_menu_selected {
	background-image:url(../images/page_ico_green.gif);
/*	background-color:#f8fcfe;	border-top:1px dotted #8BC6E4;	border-bottom:1px dotted #8BC6E4;*/
}

/** Div in Selected LI - paints the arrow */
ul.products_menu li.products_menu_selected div {
	padding-bottom:2px;
	background-image:url(../images/lmenu_arrow_dotted.gif);
	background-attachment:scroll;
	background-position:bottom right;
	background-repeat: no-repeat;
}


/*************************************
**	Styles for Main Page Banner Boxes
**************************************/
table.banner1 {
	background-color: #CDDFE9;
	font-family:Arial, Helvetica, sans-serif;
}
td.banner1_head {
	text-align:left;
	background-color: #CDDFE9;
	background-image: url(../images/tbl_ban_headback.jpg);
	background-repeat:repeat;
	font-size:12px;
	font-weight:bold;
	color:#189BD1;
}
td.banner1_body {
	text-align:left;
	background-color: #FFFFFF;
	font-size:11px;
}

/*************************************
** Front-Page Products - Cell Style
**************************************/
table.front_product {
	width:100%;
	height:100%;
	border:1px dotted #CDDFE9; 
	font-size:10px;
	background-color:#fefefe;
	/*	width:25%;*/
}
table.front_product td {
	padding:5px;
}

/*************************************
** Disclaimer Text
**************************************/
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*************************************
** Quick Search Table
**************************************/
table.quick_search {
	background-color:#8BC6E4;
}
td.quick_search {
	background-color:#F8FBFD;
}
input.quick_search {
	width: 136px;
	height: 16px;
	background-color:#F8FBFD;
	border:none;
	color:#003300;
	padding-left:2px;
	padding-right:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/*************************************
** Current Location Cell
**************************************/
td.location {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:9px;
	background-image: url(../images/row2_location_back.jpg);
	background-repeat: no-repeat;
	padding-left:4px;
}

/*************************************
** Left Menu Cell
**************************************/
td.lmenu {
	width: 185px;
	vertical-align:top;
	text-align:left;
	padding:0px;
	background-image: url(../images/lmenu_back.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #8BC6E4;
}
/* Left Menu Paded */
td.lmenu_paded {
	padding:5px;
}
th.lmenu_heading {
	padding-top:22px;
	padding-left:4px;
	text-align:left;
	background-image:url(../images/lmenu_grad_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* First Level Menu Item */
td.lmenu_item
{
	padding-top:6px;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/* Second Level Menu Item */
td.lmenu_item2
{
	padding-top:6px;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/* Menu Spacer */
td.lmenu_spacer
{
	padding:0px;
	height:6px;
}
/* First Level Menu Bullet */
.lmenu_bullet
{
	font-size:16px;
}
/* Second Level Menu Bullet */
.lmenu_bullet2
{
	font-size:14px;
}

/*************************************
** Button Indicator (Page Indicator) Cell
**************************************/
td.button_ind_on {
	height:5px;
	background-image:url(../images/btn_s_downarrow.gif);
	background-position:center;
	background-repeat:no-repeat;
}
td.button_ind_off {
	height:5px;
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
}



/*************************************
** Main Body Cell
**************************************/
td.mainbody {
	vertical-align:top;
	background-image: url(../images/body_background.gif);
	background-repeat: no-repeat;
	padding:10px;
	height:100%;
	width:100%;
/*	background-color:#CCFFFF;*/
}
td.pagebody {
	vertical-align:top;
	padding:4px;
	height:100%;
}


/**
 * TEST CLASSES (For using in test result formating)
 */
.testanswer_correct_selected {
	htmlarea_name: Correct Selected Test Answer;
	color:#00AA00;
	font-weight:bold;
}
.testanswer_incorrect_selected {
	htmlarea_name: Incorrect Selected Test Answer;
	color:#CC0000;
	font-weight:bold;
}
.testanswer_correct {
	htmlarea_name: Real Correct Test Answer;
	font-style:italic;
}
ol.testanswers {
	font-style:normal;
	font-weight:normal;
}


/*************************************
** COPYRIGHT (C) Cell at the bottom of the table
**************************************/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #464646;
	background-color:#F8FBFD;
}

/*************************************
** Title Heading
**************************************/
H1.old {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #317FA7;
	border-bottom: 2px dotted #65ABCF;
	border-right: 2px dotted #65ABCF;
	margin-bottom:12px;
	font-weight:normal;
}

H1 {
		height:34px;
		font-size:16px;
		vertical-align:top;
		text-align:left;
		color: #454545;
		text-transform:uppercase;
		letter-spacing:.03em;

		background-image:url(../images/h2_circle_blue_under.gif);
		background-position:top left;
		background-repeat:no-repeat;
		padding:3px 0px 0px 13px;
		margin:0px 0px 3px 0px;
		width:100%;
}

/*************************************
** Title Heading
**************************************/
H1.green {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #5E991C;
	background-image: url(../images/title_underline.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	margin-bottom:12px;
	font-weight:normal;
}

/*************************************
** Heading 2
**************************************/
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #317FA7;
	font-weight:bold;
	margin:0px;
}

/*************************************
** Heading 2 - Green
**************************************/
H2.green {
	color: #5E991C;
	background-image: url(../images/h2_green_back.jpg);
	border: 1px solid #CBE492;
	margin-bottom:6px;
	padding-left:3px;
	padding-top:2px;
	height:22px;
}

/*************************************
** Heading 2
**************************************/
H2.blue {
	color: #189BD1;
	background-image: url(../images/tbl_ban_headback.jpg);
	border: 1px solid #CDDFE9;
	margin-bottom:6px;
	padding-left:3px;
	padding-top:2px;
	height:22px;
}

/*************************************
** Heading 2 - for Green Table
**************************************/
H2.heading2 {
	color:#5E991C;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	vertical-align:text-top; 
	padding-top:4px; 
}
td.heading2 {
	background-image:url(../images/h3_g_m.gif);
	background-repeat:repeat-x;
	width:100% 
}

/*************************************
** Heading 3
**************************************/
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2C681A;
	font-weight:bold;
	margin:0px;
	margin-bottom:6px;
}

/*************************************
** Heading 4 - Not Used but similar to the Advanced Search Subheadings
**************************************/
H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #317FA7;
	font-weight:bold;
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	border-bottom:1px solid #317FA7;
}

/*************************************
** Heading 5 - USED on the Products Page for brochures etc.
**************************************/
H5 {
	border-width:0px; 
	border-color: #5E991C; 
	border-style:solid; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	color:#5E991C; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt; 
	font-weight:bold;
	margin:0px;
	background-color:#F7FFED;
	padding:0px 2px 0px 5px;
}
H5.linked {
	border-color: #00A4E7; 
	color:#00A4E7; 
	background-color:#F5F9FB;
}


/*************************************
** Used on Advanced Search Subheadings
**************************************/
.searchresult_subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:italic;
	color: #317FA7;
	font-weight:bold;
	margin:7px 5px 0px 0px;
	padding-right:5px;
	border-bottom:1px solid #317FA7;
	width:100%;
}
.searchresult_subheading td.fromToOf {
	text-align:right;
	font-style:italic;
	font-size:9pt;
}
/* Divider Class for cells that should be divided on listing pages */
.rec_list_divider {
	border-top:1px dotted #A3CBDF;
}



/*************************************
** Heading 2 Paragraph
**************************************/
p.h2 {
	padding-left:4px;
}
p.h2_table {
	padding-left:12px;
	margin-bottom:18px;
}

/*************************************
** Picture Formating on Detail Page
**************************************/
img.detail {
	border: 0px solid #CDDFE9;
}



/*************************************
** Green Information Table
**************************************/
td.greenwindow_head {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#487713;
	border:1px solid #CBE492;
	padding-left:4px;
	background-image:url(../images/wing_h_back.gif);
	height:30px;
	vertical-align:middle;
	overflow:hidden;
}
td.greenwindow_body {
	border:1px solid #CBE492;
	border-top:none;
	background-color:#EEF6DD;
}
.greenwindow_text {
	color:#003300;
}
.greenwindow_subheading {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#487713;
	border-bottom:1px solid #CBE492;
}
.greenwindow_error {
	color:#D54600;
	font-weight:bold;
}

/*************************************
**	The Input Required asterix on forms
**************************************/
.inputRequirementText {
	htmlarea_name: Input Requirement for Forms;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6000;
}

/*************************************
**	Styles for Bulleted Site Map
**************************************/
	ul.sitemap {
		padding-top:0px;
		margin-left:20px;
		list-style-image:url(../images/bullet_brown.gif);
	}
	li.sitemap {
		margin-top:10px;
		padding-bottom:0px;
		font-weight:bold;
	}
	li.sitemap_item {
		margin-top:3px;
		padding-bottom:0px;
		list-style-image:url(../images/bullet_folder_green.gif);
		list-style-position:inside;
	}
	li.sitemap_item2 {
		font-size:10px;
		margin-top:3px;
		padding-bottom:0px;
		list-style-image:url(../images/bullet_file_green.gif);
		list-style-position:inside;
	}






/*************************************
** PASCOE_NEW: Styles for Bulleted Menu List
**************************************/
	li.menu_list {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		padding-top:4px;
		padding-bottom:3px;
		margin-left:0px;
		list-style-image:url(../images/page_ico_blue.gif);
		list-style-position:outside;

	}
	/** When it's Selected */
	li.menu_list_selected {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		padding-top:4px;
		padding-bottom:3px;
		margin-left:0px;
		list-style-image:url(../images/page_ico_green.gif);
		background-image:url(../images/lmenu_arrow_dotted.gif);
		background-attachment:scroll;
		background-position:bottom right;
		background-repeat: no-repeat;
	}
	li.menu_list2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		padding-top:4px;
		padding-bottom:3px;
		margin-left:0px;
		list-style-image:url(../images/page_ico2.png);
		list-style-position:outside;

	}
	/** When it's Selected */
	li.menu_list2_selected {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		padding-top:4px;
		padding-bottom:3px;
		margin-left:0px;
		list-style-image:url(../images/page_ico2_sel.png);
		background-image:url(../images/lmenu_arrow_dotted.gif);
		background-attachment:scroll;
		background-position:bottom right;
		background-repeat: no-repeat;
	}

/*************************************
** PASCOE_NEW: Regular Left / Right Form for Contact Us page and Registration Page
**************************************/
table.reg_form {}
table.reg_form td.label { text-align:right; white-space:nowrap; font-weight:bold; vertical-align:top; }






/*************************************
** PASCOE_NEW: Styles for Graphical Button List
**************************************/
	ul.lmenu_button_list {
		padding:0px;
		margin:0px;
	}
	ul.lmenu_button_list li {
		margin:0px;
		padding:0px;
		width: 100%;
		list-style:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
	}
	ul.lmenu_button_list li a {
		color:#333333;
		white-space:normal;
/*		width: 185px;*/
		width: 100%;
		height: 37px;
		display:block;
		background-image:url(../pictures/menus/reg/lbtn_background.png);
		background-repeat:no-repeat;
	}
	ul.lmenu_button_list li a:hover {
		color:#333333;
		background-image:url(../pictures/menus/hov/lbtn_background.png);
		background-repeat:no-repeat;
		text-decoration:none;
	}
	ul.lmenu_button_list a.selected {
		color:#333333;
		background-image:url(../pictures/menus/sel/lbtn_background.png);
		background-repeat:no-repeat;
	}
	/** TEXT WRAPPER inside the <a> tag (only for text)**/
	ul.lmenu_button_list li div.lmenu_link_text {
/*		width: 135px;*/
		padding-top:3px;
		padding-left:35px;
	}
	
	/** Left Menu Heading **/
/*	div.lmenu_heading {
		width: 100%;
		height: 37px;
		background-image:url(../images/left_heading_back.png);
		background-repeat:no-repeat;
	}
	div.lmenu_heading div {
		color:#333333;
		white-space:normal;
		font-size:18px;
		font-weight:normal;
		padding:1px 0px 0px 22px;
	}*/

	div.lmenu_heading {
		width: 100%;
		height: 37px;
		background-image:url(../images/left_heading_back.gif);
		background-repeat:no-repeat;
	}
	div.lmenu_heading div {
		color:#333333;
		white-space:normal;
		font-size:14px;
		font-weight:bold;
		padding:8px 0px 0px 15px;
		text-transform:uppercase;
	}
	
	

	
	
	
/*	ul.lmenu_button_list li.selected {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		margin:0px;
		padding:0px;
		list-style:none;
	}*/


	




/** CSS Buttons Sliding Door Technique **/
/** http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html **/
/** Lukas: Added Third State - Hover **/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #555;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button1 {
   width:200px;
}
a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	text-align:center;
}

/* HOVER STATE */
a.button:hover {
    background-position: center right;
    color: #00A4E7;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: center left;
} 

/* ACTIVE - Click State */
a.button:active {
    background-position: bottom right;
    color: #222;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/** The Sitemap and Pritable Version Links at the bottom of the page **/
a.sitemap_link {
    background: url('../images/btn2_sitemap_ico.gif') no-repeat left;
	font-size:9px;
	padding-left:18px;
	padding-right:10px;
}
a.printable_link {
    background: url('../images/btn2_print_ico.gif') no-repeat left;
	font-size:9px;
	padding-left:18px;
	padding-right:10px;
}





