/* default styles */
body {
	background: url(../assets/generic/body_bg.gif) repeat-x top #ffffff;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #676767;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.welcome {
	background: url(../assets/welcome/ilove_bg.jpg) repeat-x top #ffffff;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #676767;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0046b3;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #0046b3;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #0046b3;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #0046b3;
	text-decoration: underline;
	font-weight:bold;
}

select {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}


input.std_btn {
	background: #0046b3; 
	border: 1px solid #000000;
	padding: 3px 20px 3px 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


p {
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom: 6px;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6, form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#0046b3;
}

.hidden_br {
	height: 0px;
}



.hidden {
	display: none;
	width: 0px;
	height:0px;
  
	font-size: 0px;
	line-height: 0px;
}
/* end default styles */

/* page styles */
.page_container_outer {
	width: 928px;
	margin-left:auto;
	margin-right:auto;
	background: url(../assets/generic/main_full_slice.gif) repeat-y top;	
}

.page_container_outer_welcome {
	width: 840px;
	margin-left:auto;
	margin-right:auto;
}



.header_main_top_left {
	float:left;
	width:443px;
	height:60px;
	background:url(../assets/generic/top_header_log_bg.gif) top left no-repeat;
}

.header_main_top_left h2 {
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:1.4em;
	float:left;
}

.header_main_top_left_padding {
	padding-left:38px;
	padding-top:35px;
}

.header_main_top_left_login {
	padding-left:38px;
	padding-top:30px;
}

.header_main_top_right {
	float:left;
	width:268px;
	margin-top:16px;
	
}

.page_breadcrumb {
	height:26px;
	width:900px; 
	clear:both;
}

.page_breadcrumb_padding {
	padding-top:7px;
	padding-left:17px;
}	

.page_title {
	height:69px;
	background: url(../assets/generic/title_bar_bg.gif) no-repeat top left;
	width:674px; 
	clear:both;
	float:left;
}

.page_title h1 {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:17px;
	padding-left:35px;
	font-size:2.4em;
	color:#FFFFFF;
	font-weight:normal;
}

.page_title_image {

	width:286px; 
	float:left;
}



.tab_background {
	clear:both;
	width:538px;
	min-height:100px;
	background: url(../assets/generic/tab_bg.gif) top left no-repeat;
}

.tab_background h5 {
	color:#ffffff;
	font-weight:normal;
	font-size:1.5em;
	padding-left:18px;
	padding-top:5px;
	padding-bottom:5px;
}

.quiz_question_bg {
	width:513px;
	min-height:32px;
	padding-bottom:9px;
	margin-left:10px;
	margin-top:10px;
	background: url(../assets/generic/quiz_bg.gif) top left no-repeat;
}


.quiz_question_bg h6 {
	font-size:1.2em;
	font-weight:normal;
	padding-top:6px;
	padding-left:12px;
	padding-bottom:15px;
}

.quiz_question_left {
	float:left;
	color:#000000;
	padding-left:15px;
	padding-top:7px;

}

.quiz_question_middle {
	float:left;
	color:#000000;
	padding-left:15px;
	width:280px;
	padding-top:10px;
	font-size:1.1em;
}

.quiz_question_right {
	float:left;
	color:green;
	padding-left:10px;
	padding-top:10px;
	font-weight:bold;
	font-size:1.1em;
}


.question_left {
	float:left;
	color:#0057b9;
	font-weight:bold;

	padding-top:10px;
	margin-top:12px;

}



.question_right {
	float:left;
	padding-left:15px;
	margin-top:12px;

}

.fact_left {
	height:27px;
	width:107px;
	background: url(../assets/generic/fact_details_bg.gif) top left no-repeat;
	float:left;
}

.fact_right {
	background: url(../assets/generic/fact_details_right_bg.gif) top left no-repeat;
	height:27px;
	width:277px;
	float:left;
}

.fact_container {
	padding-top:15px;
	padding-left:15px;
	float:left;
}


.fact_left h6 {
	padding-top:5px;
	padding-left:9px;
	font-size:1.1em;
}

.fact_right h6 {
	padding-top:5px;
	padding-left:15px;
	font-size:1.1em;
}



.section_background {
	clear:both;
	width:538px;
	min-height:125px;
	background: url(../assets/generic/section_bg.gif) top left no-repeat;
}

.section_image {
	float:left; 
	padding-top:12px;
	padding-left:12px;
}

.section_copy {
	float:left;
	padding-top:15px;
	padding-left:12px;
	padding-right:12px;
	width:336px;
}

.section_copy h3 {
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:5px;
}


.object_background {
	clear:both;
	width:538px;
	min-height:105px;
	background: url(../assets/generic/section_bg.gif) top left no-repeat;
}

.object_copy_top_two {
	float:left;
	padding-top:5px;
	margin-left:15px;
	width:505px;
}

.object_copy_top {
	float:left;
	padding-top:5px;
	margin-top:10px;
	margin-left:15px;
	width:505px;
}


.object_copy {
	float:left;
	padding-top:5px;
	margin-top:10px;
	margin-left:15px;
	width:505px;
	min-height:90px;
	font-size:1.2em;
	color:#0046b3;
	background: url(../assets/generic/answer_bg.gif) top left no-repeat;
	
}

.object_copy_padding {
	padding-left:15px;
	padding-right:25px;
	padding-top:8px;
	padding-bottom:8px;
}


.object_copy_top h3 {
	font-weight:bold;
	font-size:1.3em;
}

.object_copy p {
	font-weight:normal;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:3px;
	margin-top:0px;
}


.object_copy_top_two h3 {
	font-weight:bold;
	font-size:1.3em;
}

.object_copy_top_two p {
	font-weight:normal;
	font-size:0.9em;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:3px;
	margin-top:0px;
}




.compo_background {
	clear:both;
	width:538px;
	height:125px;
	background: url(../assets/generic/section_bg.gif) top left no-repeat;
}

.compo_image {
	float:left; 
	padding-top:12px;
	padding-left:12px;
}

.compo_copy {
	float:left;
	padding-top:5px;
	margin-top:10px;
	margin-left:10px;
	width:363px;
	background: url(../assets/generic/compo_title_bg.gif) top left no-repeat;
	
}

.compo_copy_padding {
	padding-left:12px;
	padding-right:12px;
}

.compo_copy h3 {
	font-weight:normal;
	font-size:1.3em;
	padding-bottom:13px;
}

.compo_copy p {
	font-weight:normal;
	font-size:0.9em;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:3px;
	margin-top:0px;
}


.bold_blue { 
	font-weight:bold;
	color:#0046b3;
	
}

.page_footer {
	width: 928px;
	height:52px;
	background: url(../assets/generic/main_footer.gif) no-repeat top;
	clear:both;
	float:left;
}

.page_footer_left {
	height:52px;
	float:left;
}

.page_footer_middle {
	height:52px;
	width:670px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.9em;
	float:left;
	background-image:url(../assets/generic/footer_bg.gif);
	background-repeat:repeat-x;
}

.page_footer_middle_padding {
	padding-top:9px;
	padding-left:5px;
}

.page_footer_right {
	height:52px;
	width:68px;
	float:left;
}

.page_footer2 {
	width: 995px;
	height:58px;
	background: url(../assets/generic/main_footer.gif) no-repeat top;
	clear:both;
	float:left;
}

.page_footer2_left {
	height:58px;
	float:left;
}

.page_footer2_middle {
	height:58px;
	width:760px;
	float:left;
	text-align:center;
}

.page_footer2_middle a:visited,  .page_footer2_middle a:active, .page_footer2_middle a:link {
	color: #676767;
	text-decoration: none;
	font-weight:normal;

}
.page_footer2_middle a:hover {
	color: #676767;
	text-decoration: underline;
	font-weight:normal;
}

.page_footer2_middle_padding {
	padding-top:3px;
}

.page_footer2_right {
	height:58px;
	float:left;
}

.home_footer {
	width: 995px;
	height:15px;
	background: url(../assets/home/home_footer.gif) no-repeat top;
	clear:both;
	float:left;
}


.page_footer_copy {
	background: url(../assets/generic/main_bg.gif) repeat-y top;
	width: 986px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:left;
}

.page_footer_image {
	padding-top:5px;
	padding-left:3px;
	float:left;

} 

.page_footer_greybox{
	width:657px;
	height:62px;
	background:#f2f2f2;
	margin-top:9px;
	float:left;
	line-height:17px;
}

.page_footer_greybox_two{
	width:244px;
	height:62px;
	background:#f2f2f2;
	margin-top:9px;
	margin-left:8px;
	float:left;
}


.page_footer_greybox_padding a:link,
.page_footer_greybox_padding a:active,
.page_footer_greybox_padding a:visited {
	color: #666666;
	text-decoration: none;
}


.page_footer_greybox_padding {
	padding-left:30px;
	padding-top:6px;	
	float:left;
}

.page_footer_greybox_two_padding {
	padding-left:13px;
	padding-top:8px;	
}


.page_main_middle {
	width:900px; 
	float:left;
	background:#FFFFFF;
}

.page_home_middle {
	width:968px; 
	float:left;
	background:#FFFFFF;

}
.page_home_left {
	width:14px;
	height:218px;
	background:url(../assets/home/home_left.gif) top left no-repeat; 
	float:left;
}
.page_main_left {
	width:14px;
	height:218px;
	background:url(../assets/generic/main_left.gif) top left no-repeat; 
	float:left;
}
.page_main_right {
	width:14px;
	height:218px;
	background:url(../assets/generic/main_right.gif) top left no-repeat; 
	float:left;
}


.page_home_left {
	width:14px;
	height:218px;
	background:url(../assets/home/home_left.gif) top left no-repeat; 
	float:left;
}
.page_home_right {
	width:14px;
	height:525px;
	background:url(../assets/home/home_right.gif) top left no-repeat; 
	float:left;
}

.item_list_moreinfo {
	margin-top: 4px;
}

.highlight_arrow {
	color: #f85900;
	margin-left: 5px;
	margin-right: 5px;
}

.page_container_btm_txt {
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top:10px;
	line-height:21px;
	color:#FFFFFF;
}

.page_container_btm_txt_sm { 
	font-size:0.9em;
}

.page_container_btm_txt a:link,
.page_container_btm_txt a:active,
.page_container_btm_txt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.page_container_btm_txt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.page_container_btm_spacer { 
	color:#666666;
	padding-left:2px;
	padding-right:2px;	
}


.header_container {
	width: 928px;
	clear:both;
}

.header_image { 
	float:left;
	width:574px;
}

.header_right { 
	float:left;
	width:354px;
	height:141px;
	background:url(../assets/generic/header_right.gif) top left no-repeat;
}

.header_right_padding {
	padding-top:29px;
	padding-left:157px;

}


.main_container {
	width: 928px;
	clear:both;

}



/* end page styles */

/* header styles */

.top_header_spacer {
	height:18px;
	clear:both;
}

.header_top_container {
	font-family: Helvetica, Arial, sans-serif;
}

.header_top_container a:link,
.header_top_container a:hover,
.header_top_container a:active,
.header_top_container a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.header_search_container {
	width: 268px;
	height: 44px;
	background:url(../assets/generic/search_slice.gif) top left repeat-x;
}	

.header_login_container {
	width: 368px;
}	


.header_top_navbar_basket_spacer {
	width:20px;
	float:left;
}

.header_top_navbar_basket {
 	float:left;
	height:41px;
}

.header_top_navbar_basket ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	float: left;
}
.header_top_navbar_basket li {
	float: left;
	line-height: 41px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.header_top_navbar_basket li a:link,
.header_top_navbar_basket li a:hover,
.header_top_navbar_basket li a:active,
.header_top_navbar_basket li a:visited {

	color: #000000;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	
	padding-top: 0px;
	padding-bottom: 0px;

	text-align: center;
}


.header_top_navbar_container {

}

.header_top_navbar_container ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	float: left;
}
.header_top_navbar_container li {
	float: left;
	line-height: 30px;
	font-weight: normal;
	border-left: 1px solid #333333;
	padding-left: 10px;
	padding-right: 10px;
}

.header_top_navbar_container li a:link,
.header_top_navbar_container li a:hover,
.header_top_navbar_container li a:active,
.header_top_navbar_container li a:visited {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/* end header styles */

/* header navbar styles */

.main_logo { 
	 float:left;
	 width:184px;
}
.main_navbar {
	width:900px; 
	background:#FFFFFF;
	height:29px;
}
.main_navbar_inner {
	width:869px;
	font-family: Helvetica, Arial, sans-serif;
	background:url(../assets/generic/top_nav_slice.gif) top left repeat-x;
	float: left;
}
.main_navbar_left { 
	float: left;
	width:16px;
}

.main_navbar_right { 
	float: left;
	width:15px;
}

.main_navbar_inner ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	float: left;
}
.main_navbar_inner li {
	float: left;
	line-height: 29px;
	font-weight:bold;
}

.main_navbar_inner li a:link,
.main_navbar_inner li a:hover,
.main_navbar_inner li a:active,
.main_navbar_inner li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	display:block; /* for menus */
}

.btn {
	border-right: 1px solid #98c4e4;
}

.btnover {
	background: url(../assets/generic/top_bar_grad_over.gif) repeat-x;
	border-right: 1px solid #5f5f5f;
}


/* end header navbar styles */


/* left menu */


/* content styles */
.content_container_left {
	width: 164px; 
	float: left;
}
.content_container_left_padding {
	padding-left:7px;
}


.content_container_middle {
	width: 572px; 
	float: left;
	min-height:262px;
	background: url(../assets/generic/lhs_content.gif) top left no-repeat ;
}

.content_container_middle_padding {
	padding-left:10px;
	padding-bottom:12px;
}


.content_container_right {
	width: 162px; 
	float: left;
}
.content_container_right_padding {
}


.home_container_left {
	width: 393px; 
	float: left;
}
.home_container_left_padding {
	padding-top:10px;
}


.home_container_middle {
	width: 575px; 
	float: left;
	background:#FFFFFF;
}

.home_container_middle_padding {
	padding-top:2px;
	padding-left:19px;
	padding-right:19px;
}



.content_title {
	float:left;
	height:67px;
	width:564px;
	background: url(../assets/generic/title_slice.gif) top left repeat-x ;
}


.content_title h1 {
	font-size:2.3em;
	color:#FFFFFF;
	font-weight:normal;
	padding-top:18px;
	padding-left:15px;
	padding-bottom:15px;
	margin-bottom:0px;
		
}

.content_title_left { 
	float:left;
}

.content_copy { 
	clear:both;
	padding-top:10px;
	padding-left:16px;
	padding-right:10px;
	padding-bottom:10px;
}

.content_copy h2 { 
	font-size:1.6em;
	font-weight:normal;
	padding-bottom:5px;
	

}

.content_copy p { 
	font-size:1.2em;
	padding-bottom:15px;

}

.content_copy ul { 
	font-size:1.2em;

}

.content_copy ol { 
	font-size:1.2em;

}

.content_copy li {
	list-style-image: url(../assets/generic/bullet_point.gif);
	margin-top: 8px;
}


.page_home_image {
	clear:both;
}


.content_container {
	width: 900px;
	background: url(../assets/generic/main_container_slicer.gif) top left repeat-x #FFFFFF;
	min-height:500px;
	clear:both;

}

.home_advert_container {
	width: 900px;
	clear:both;
}

.home_top_left { 
	float:left;
	width:544px;
	height:210px;
	background:url(../assets/home/top_left_water.gif) top left no-repeat;
}

.home_top_left_padding {
	padding-top:10px;
	padding-left:185px;
	padding-right:10px;
	
}

.home_top_right { 
	float:left;
	width:356px;
	height:210px;
	background:url(../assets/home/ask_danny.gif) top left no-repeat;
}

.home_top_right_padding {
	padding-top:20px;
	padding-left:20px;
	padding-right:150px;
}

.home_top_right h3 {
	font-size:2.5em;
	padding-bottom:5px;
}

.home_top_left h1 {
	font-size:4.5em;
	padding-bottom:5px;
}
.home_top_left h2 {
	font-size:1.2em;
	padding-bottom:5px;
}



.content_main_container {
	padding-left:33px;
}

.content_menu_container {
	padding-top:10px;
	width: 183px; 
	background:#eee9e6;
}

.content_container_left h3 {
	font-weight:normal;
	font-size: 1.7em;
	padding-bottom:5px;

}


.content_header {
	width:757px;
	height:147px;
}
.content_header_other {
	width:757px;
	height:75px;
}
.content_header_text  {
	width:380px;
	padding: 2px 15px 12px 22px;
	color:#ffffff;

}
.content_header h1 {
	padding: 8px 15px 0px 18px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	/*font-family:  Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 3.6em;
	font-weight: normal;
}

.content_header_other h1 {
	padding: 8px 15px 0px 18px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	/*font-family:  Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 3.6em;
	font-weight: normal;
}

/* end content styles */


/* sub nav styles */

.subnav_container {
	width: 206px;
}

.subnav_title_container {

	background: #e1e1e1;

}

.subnav_title_text {
	float: left;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	line-height:1.6em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.subnav_text_container  {
	width:157px;
	padding-left:0px;
	background-image:url(../assets/generic/lhs_side_slice.gif)

}

.lhs_header { 
	width:157px;
	height:34px;
	background: url(../assets/generic/lhs_header.gif) top left no-repeat; 
}

.lhs_header h2 {
	color:#ffffff;
	font-size:1.3em;
	font-weight:normal;
	padding-left:15px;
	padding-top:8px;
}


.subnav_spacer {
	height:3px;
}

#subnav {
	color: #0046b3;
	font-size:1.1em;
	padding-left:3px;
	
}

#subnav .level1 {
	
	background-image:url(../assets/generic/lhs_vert_slice.gif);

	width:130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size:0.9em;


}

#subnav .level1 a:link,
#subnav .level1 a:hover,
#subnav .level1 a:active,
#subnav .level1 a:visited {
	color: #0046b3;
}

#subnav .level1over {
	background: #cee2ec;
	border-bottom: 1px solid #e0ebf2;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight:bold;
}

#subnav .level1over a:link,
#subnav .level1over a:hover,
#subnav .level1over a:active,
#subnav .level1over a:visited {
	color: #0046b3;
}

#subnav .level2 {
	background-image:url(../assets/generic/lhs_vert_slice.gif);

	width:130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size:0.9em;

}

#subnav .level2 a:link,
#subnav .level2 a:hover,
#subnav .level2 a:active,
#subnav .level2 a:visited {
	color: #0046b3;
}

#subnav .level2over {
	background: #582909;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 38px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#subnav .level2over a:link,
#subnav .level2over a:hover,
#subnav .level2over a:active,
#subnav .level2over a:visited {
	color: #FFFFFF;
}

#subnav .level3 {
	background: #eae2de;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:0.9em;
}

#subnav .level3 a:link,
#subnav .level3 a:hover,
#subnav .level3 a:active,
#subnav .level3 a:visited {
	color: #FFFFFF;
	font-weight: normal;
}

#subnav .level3over {
	background: #000000;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#subnav .level3over a:link,
#subnav .level3over a:hover,
#subnav .level3over a:active,
#subnav .level3over a:visited {
	color: #FFFFFF;
	font-weight: bold;
}


.side_advert {
	width:157px;
	padding-top:5px;

}

.side_advert h3 {

	padding-bottom:5px;
	font-size:1.2em;
	font-weight:bold;

}
.side_advert_bg {
	background: url(../assets/generic/advert_copy_bg.gif) repeat-x top left #FFFFFF;
	min-height:81px;
	width:157px;
	font-size:1.0em;

}

.side_advert_padding {
	padding-top:6px; 
	padding-left:10px; 
	padding-right:6px;
	padding-bottom:2px;
}


.home_advert {
	width:217px;
	padding-right:8px;
	float:left;

}

.home_advert h3 {

	padding-bottom:5px;
	font-size:1.6em;
	font-weight:bold;

}
.home_advert_bg {
	background: url(../assets/generic/advert_copy_bg.gif) repeat-x bottom left #FFFFFF;
	height:112px;
	width:217px;

}

.home_advert_padding {
	padding-top:12px; 
	padding-left:10px; 
	padding-right:10px;
	padding-bottom:2px;
}

.home_advert_spacer {
	height:10px;
	clear:both;
}



/* end sub nav styles */

/* Form Styles */
.panel_form_container {
	/* width: 616px; /* 618px - 2px (border) */
	border: 1px solid #c2c2c2;
	background: #ffffff;
}

.panel_form_title_container {
	/* width: 614px; /* 618px - 2px (border) */
	height: 32px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f6f6f6;
	background: url(../assets/generic/panel_title_bg_strip_grey.gif) repeat-x top;

}

.panel_form_title_text {
	float: left;
	color: #333333;
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.6em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.panel_form_text_container {
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.form_table {
	width: 500px;
	margin-left: 10px;
}

.form_title {
	padding-top: 25px;
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}

.form_label {
	text-align: right;
	color: #000000;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 20px;

}

.form_label_required {

	text-align: right;
	color: #000000;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 20px;
	font-weight: bold;

}

.form_text {

}

.form_validation {

}

.form_table textarea {
	width: 280px;
}
.form_input_text  {
	width: 280px;
}

.form_input_short {

}

.form_button_container {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* End Form Styles */




/* grey panel with title styles */
.panel_grey_container {
	/* width: 616px; /* 618px - 2px (border) */
	border: 1px solid #c2c2c2;
	background: #f6f6f6;

}



.panel_grey_title_container {
	/* width: 614px; /* 618px - 2px (border) */
	height: 32px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f6f6f6;
	background: url(../assets/generic/panel_title_bg_strip_grey.gif) repeat-x top;

}

.panel_grey_title_container_green {
	/* width: 614px; /* 618px - 2px (border) */
	height: 32px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f6f6f6;
	background: url(../assets/generic/panel_title_bg_strip_green.gif) repeat-x top;

}



.panel_grey_title_text {
	float: left;
	color: #333333;
	font-size: 1.4em;
	font-weight: normal;

	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.panel_grey_text_container {
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.panel_grey_text_container ul {
	margin-top: 3px;
	margin-bottom: 3px;

}

.panel_grey_text_container ul li {
	list-style-image: url(../assets/generic/arrow_orange.gif);
	margin-bottom: 8px;
	color: #003366;
}

/*
.panel_grey_text_container ul li a:link, 
.panel_grey_text_container ul li a:active, 
.panel_grey_text_container ul li a:hover, 
.panel_grey_text_container ul li a:visited {
		
	color: #333333;
	text-decoration: none;
} 
*/

.panel_grey_text_container .date {
	color: #003366;
	font-size: 0.9em;
}


/* white panel with title styles */
.panel_white_container {
	/* width: 616px; /* 618px - 2px (border) */
	border: 1px solid #c2c2c2;
	background: #ffffff;
}

.panel_white_title_container {
	/* width: 614px; /* 618px - 2px (border) */
	height: 32px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f6f6f6;
	background: url(../assets/generic/panel_title_bg_strip_white.gif) repeat-x top;

}
.panel_white_title_text {
	float: left;
	color: #333333;
	font-size: 1.4em;
	font-weight: normal;

	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.panel_white_text_container {
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.panel_white_text_container ul {
	margin-top: 3px;
	margin-bottom: 3px;

}

.panel_white_text_container ul li {
	list-style-image: url(../assets/generic/arrow_orange.gif);
	margin-bottom: 8px;
	color: #003366;
}

/* end white panel with title styles */

.welcome_maintext	{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	background-image:url(../assets/welcome/water_spacer.gif); 
	width:368px; 
	height:75px;
	padding-top:6px;
	padding-left:18px;
	font-weight:bold;
	font-size:110%;
}

.welcome_footer	{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:552px;
	height:22px;
	background-image:url(../assets/welcome/water_facts.gif);
	padding-top:6px;
	padding-left:5px;
	font-weight:bold;
}

.advantages_container {
	width:535px;
	clear:both;
	padding-top:5px;
}


.advantages_title { 
	width:535px;
	height:51px;
	clear:both;
	background: url(../assets/generic/advantage_title.gif) no-repeat top;

}	

.advantages_copy { 
	width:535px;
	height:66px;
	clear:both;
	background: url(../assets/generic/advantage_bg.gif) no-repeat top;

}

.advantages_copy h3 { 

	font-size:1.3em;
	font-weight:bold;

}


.advantages_title h2 {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
}

