﻿body
{
	background-color: #395591;
	height: 100%;
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
}
html
{
	height: 100%;
	max-width: 1300px;
	min-width: 1300px;
	margin: 0 auto;
	background-color: silver; /* Fills the page */
	position: relative; /* Fix for absolute positioning */
}
form
{
	height: 100%;
}

input
{
	font-size: 12pt; /* default font size, preferrably keep in sync with body */
	font-family: Arial;
}

textarea
{
	font-family: Arial; /* default font size */
	font-size: 12pt; /* default font size, preferrably keep in sync with body */
}

select
{
	font-size: 12pt; /* default font size, preferrably keep in sync with body */
	font-family: Arial;
}


.headerText
{
	font-family: Arial;
	font-size: 25pt;
	color: White;
	font-weight: bold;
}

.loginText
{
	font-family: Arial;
	font-size: 12pt;
	color: White;
	font-weight: bolder;
}
.loginTextBig
{
	font-family: Arial;
	font-size: 16pt;
	color: White;
	font-weight: bolder;
}
.loginError
{
	font-family: Arial;
	font-size: 12pt;
	color: #FF4D4D;
	font-weight: bolder;
}

.roundedTextbox
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: hidden;
}

.button
{
	background-color: #879DCC;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	border: solid 1px #ffffff;
	padding: 3px 10px 3px 10px;
	border-radius: 15px;
	display: inline-block;
}


.button:hover
{
	background-color: White;
	color: #879DCC;
	border: solid 1px #879DCC;
}

.button:active
{
	background-color: White;
	color: #003399;
	border: 1px solid #003399;
}

.button span
{
	display: inline-block;
	white-space: nowrap;
}

.header_button_left .button /* class that sizes all header buttons (left of title) to the same min width */
{
	min-width: 200px;
}

.header_button_right .button /* class that sizes all header buttons (right of title) to the same min width */
{
	min-width: 100px;
}

.loginLabel
{
	font-family: Arial;
	font-size: 13pt;
	color: White;
	font-weight: bolder;
}

.loginLabel:hover
{
	color: Black;
}

.navblock
{
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bolder;
	color: #395591;
	background: #C2C2C2; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6A6A6', endColorstr='#C2C2C2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A6A6A6), to(#C2C2C2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A6A6A6,  #C2C2C2); /* for firefox 3.6+ */
}

div .menu_e a
{
	width: 150px;
	height: 26px;
	padding: 5px 25px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #395591;
}
div .menu_e a:hover
{
	color: #000000;
}

div .menu_s a
{
	width: 150px;
	height: 26px;
	padding: 5px 25px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: White;
	background-color: #395591;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.the_menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	width: 198px;
	text-align: center;
}
.the_menu li
{
	background-color: #072973;
}
.the_menu li a
{
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
	display: block;
}
.the_menu li a:hover
{
	padding: 3px;
	color: #F55868;
}
.loginLabelclicked
{
	font-family: Arial;
	font-size: 12pt;
	color: White;
	font-weight: bolder;
	background-color: #072973;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.signUp
{
	font-family: Arial;
	color: White;
	font-size: 12pt;
	font-weight: bold;
}
.signUp input
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: hidden;
}

.submitButton
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #879DCC;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	width: 200px;
	height: 21px;
	font-family: Arial;
	font-size: 12pt;
	color: White;
	font-weight: bolder;
}

.newAccountValidation
{
	font-family: Arial;
	font-weight: bold;
	color: Red;
}

.bodyButton
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #879DCC;
	text-decoration: none;
	text-align: center;
	padding: 3px 10px;
	line-height: 1.3;
	width: 200px;
	height: 21px;
	font-family: Arial;
	font-size: 12pt;
	color: White;
	font-weight: bolder;
}
.bodyButton:hover
{
	background-color: White;
	color: #879DCC;
}

.bodyText
{
	font-family: Arial;
	font-size: 12pt;
	color: White;
	font-weight: bolder;
}

.homeHeader
{
	font-family: Arial;
	font-size: 16pt;
	color: White;
	font-weight: bolder;
}

.txtTemp
{
	font-size: 13pt;
	text-align: center;
}

.btnTemp
{
	display: block;
	width: 99%;
	font-size: 14pt;
	background-color: #879DCC;
	color: White;
	height: 100%;
}

.hide
{
	display: none;
}
.noshadow
{
	text-shadow: 0px 0px 0px #000 !important;
}

.gvParent
{
	background-color: #706f6f;
	color: White;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
	text-shadow: 2px 2px 2px #000;
}
.gvParentS
{
	background-color: #706f6f;
	color: White;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	-moz-box-shadow: 3px 0px #000;
	-webkit-box-shadow: 3px 0px #000;
	text-shadow: 2px 2px 2px #000;
}
.gvChild
{
	background-color: #c7c6c6;
	color: Black;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin-top: -10px;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
}
.gvChildcol1
{
	width: 20px;
}
.gvChildcol2
{
	width: 88%;
	font-size: 11pt;
}
.gvChildcol3
{
	width: 14px;
}
.gvChildcol4
{
	width: 10%;
	text-align: right;
	padding-right: 3px;
}
.gvBathChild
{
	background-color: #c7c6c6;
	color: Black;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin-top: -1px;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
}

.marginbox
{
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-spacing: 0px;
	background-color: #706f6f;
	font-family: Arial;
	-moz-box-shadow: 2px 2px #000;
	-webkit-box-shadow: 2px 2px #000;
}
.margintop
{
	font-size: 14pt;
	color: White;
	text-shadow: 2px 2px 2px #000;
}
.marginbottom1
{
	font-size: 21pt;
	color: Red;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	margin-left: 10px;
}
.marginbottom
{
	font-size: 21pt;
	color: Red;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}
.headertop
{
	font-family: Arial;
	color: White;
	font-style: italic;
	font-size: 26pt;
	text-shadow: 3px 3px 3px #000;
}
.headerbottom
{
	font-family: Arial;
	color: White;
	font-style: italic;
	font-size: 14pt;
	text-shadow: 3px 3px 3px #000;
}

.c_Category
{
	font-family: Arial;
	color: White;
	font-style: italic;
	font-size: 22pt;
	text-shadow: 3px 3px 3px #000;
}

.c_Generic
{
	font-family: Arial;
	color: White;
	font-style: italic;
	font-size: 16pt;
	margin-left: 30px;
	text-shadow: 3px 3px 3px #000;
}

.lvSpecific
{
	background-color: Transparent;
	color: White;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}
.lvSpecificBG
{
	background-color: #706F6F;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
}
.lvSpecificBG_Selected
{
	background-color: #003D73;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
}

.lvSpecificURL
{
	background-color: Transparent;
	color: White;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin-left: 2px;
}

.accountButton
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #879DCC;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	width: 230px;
	height: 35px;
	font-family: Arial;
	font-size: 20pt;
	color: White;
	font-weight: bolder;
}
.accountButton:hover
{
	background-color: White;
	color: #879DCC;
}

.roomRows
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: White;
	font-size: 22pt;
	background-color: Black;
	padding-left: 33px;
}
.roomRowsBottom
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: White;
	font-size: 22pt;
	background-color: Black;
	padding-left: 10px;
}
.roomRowsBottomGray
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: White;
	font-size: 22pt;
	background-color: Black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding-left: 10px;
}
.roomRowTransparent
{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.setupGroupHeader
{
	font-family: Arial;
	font-size: 16pt;
	color: White;
	text-shadow: 3px 3px 3px #000;
}

.setupCbl
{
	font-family: Arial;
	color: White;
	font-size: 14pt;
}

.setupCbl td
{
	background-color: #706F6F;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
}

.setupChk
{
	font-family: Arial;
	color: White;
	font-size: 14pt;
	background-color: #706F6F;
	-moz-box-shadow: 3px 3px #000;
	-webkit-box-shadow: 3px 3px #000;
}

.gvS_Customers
{
	font-family: Arial;
	color: White;
	font-size: 16pt;
}

.btnLogout
{
	margin-left: 800px;
}
.btnHome
{
	margin-left: 800px;
}

.s_btn
{
	width: 400px;
	height: 100px;
	display: block;
	line-height: 100px;
	text-decoration: none;
	color: white;
	font-size: 50px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	position: relative;
	background: #014464;
	background: -moz-linear-gradient(top, #0d658e, #0c577a 50%, #014d71 51%, #003e5c);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e658e), color-stop(.25, #0c577a), color-stop(.52, #014d71), to(#003e5c));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	text-shadow: 1px 1px 1px black;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
}

.sel_btn
{
	width: 200px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: white;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	position: relative;
	background: #014464;
	background: -moz-linear-gradient(top, #0d658e, #0c577a 50%, #014d71 51%, #003e5c);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e658e), color-stop(.25, #0c577a), color-stop(.52, #014d71), to(#003e5c));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	text-shadow: 1px 1px 1px black;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
}

.d_btn
{
	width: 400px;
	height: 100px;
	display: block;
	line-height: 100px;
	text-decoration: none;
	color: #E8E8E8;
	font-size: 50px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	position: relative;
	background: #014464;
	background: -moz-linear-gradient(top, #68818C, #586C75 50%, #014d71 51%, #455359);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68818C), color-stop(.25, #586C75), color-stop(.52, #48626E), to(#455359));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	text-shadow: 1px 1px 1px black;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
}

/* css for product maint screen */
#content
{
	width: 100%;
	margin: 0 auto;
}

#menu
{
	float: left;
	width: 25%;
}

#form
{
	float: right;
	width: 75%;
}

.modalBackground
{
	background-color: black;
	filter: alpha(opacity=10);
	opacity: 0.3;
}

#tt
{
	position: absolute;
	display: block;
	background: url(images/tt_left.gif) top left no-repeat;
}
#tttop
{
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tt_top.gif) top right no-repeat;
	overflow: hidden;
}
#ttcont
{
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	color: #fff;
}
#ttbot
{
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}

.pagetabs
{
	border: 2px solid black;
	background: #6d6b6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#6d6b6b), to(#6d6b6b));
	background: -webkit-linear-gradient(top, #6d6b6b, #6d6b6b);
	background: -moz-linear-gradient(top, #6d6b6b, #6d6b6b);
	background: -ms-linear-gradient(top, #6d6b6b, #6d6b6b);
	background: -o-linear-gradient(top, #6d6b6b, #6d6b6b);
	padding: 7.5px 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 19px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}
.pagetabs:hover
{
	background: #A1A1A1;
	color: #000;
}

.activetab
{
	border: 2px solid black;
	background: #A1A1A1;
	background: -webkit-gradient(linear, left top, left bottom, from(#A1A1A1), to(#A1A1A1));
	background: -webkit-linear-gradient(top, #A1A1A1, #A1A1A1);
	background: -moz-linear-gradient(top, #A1A1A1, #A1A1A1);
	background: -ms-linear-gradient(top, #A1A1A1, #A1A1A1);
	background: -o-linear-gradient(top, #A1A1A1, #A1A1A1);
	padding: 7.5px 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: black;
	font-size: 19px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}
.finishtab:hover
{
	background: #6d6b6b;
	color: white;
}


.subtitle_large
{
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

.subtitle_small
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.subtext_small
{
	font-size: smaller;
	font-style: italic;
}

.gvHeaderStyle
{
	background-color: #336699;
	color: white;
}

.gvRowStyle
{
	background-color: white;
	color: Black;
	min-height: 40px;
}
.gvAlternatingRowStyle
{
	background-color: #CCCCCC;
	color: Black;
	min-height: 40px;
}
.gvFooterStyle
{
	background-color: #336699;
	color: white;
}

.redline
{
	background-color: red;
	padding: 1px;
}

.blackline
{
	background-color: black;
	padding: 1px;
}

.mainmenu
{
	color: black;
	background-color: silver;
	font-weight: bold;
	font-size: large;
}

.mainmenu a
{
	text-decoration: none;
	white-space: nowrap;
	color: black;
}
table.info
{
	background-color: #F5F5F5;
	border: solid 1px #0968b2;
}

table.info tr.header
{
	background-color: #0968b2;
}
table.info tr.header td
{
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

.Alertbutton
{
	background-color: Red;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	border: solid 1px #ffffff;
	padding: 3px 10px 3px 10px;
	border-radius: 15px;
	display: inline-block;
}

.Alertbutton:hover
{
	background-color: White;
	color: Red;
	border: solid 1px Red;
}

.Alertbutton:active
{
	background-color: White;
	color: Red;
	border: 1px solid Red;
}

.Alertbutton span
{
	display: inline-block;
	white-space: nowrap;
}

.TextBoxWatermark
{
	color: #808080;
	font-size: x-small;
	font-style: italic;
}

.dflt_main_menu_bar
{
	background-color: #F2F2F2;
	height: 0.92in;
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: 1284px;
	z-index: 1;
}

.dflt_main_menu_bar_offset
{
	position: absolute;
	top: -88px; /* corrects the content coming under the menu when centered */
	left: 0px;
}

.dflt_main_content
{
	position: static;
	height: 100%;
	width: 100%;
	margin-top: 88px;
}

.content_canvas /* use this class to fill the bottom part of the page with the html tag background */
{
	background-color: silver; /* keep in sync with html tag background*/
	height: 100%;
	width: 100%;
	margin: 0px auto;
}

.absolute_center
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
}

.container_image_back_ground
{
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	min-height: 800px;
}

.dflt_main_menu_bar .ribbon
{
	background-color: rgb(32,56,100);
	margin-top: 0.29in;
	z-index: 1;
	padding: 0px 80px 0px 200px;
}

.grey_ribbon
{
	background-color: #F2F2F2;
	height: 0.34in;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	line-height: 200%;
}

.dflt_main_menu_bar .logo
{
	position: absolute;
	top: 0.09in;
	left: 0.22in;
	z-index: 2;
	height: 0.74in;
	width: 1.184in;
	overflow:hidden;
}

.dflt_main_menu_bar a
{
	text-decoration: none;
	cursor: pointer;
	color: white;
	font-weight: normal;
}

.dflt_main_menu_bar a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
.dflt_main_menu_bar a:active
{
	font-weight: bold;
	color: Gray;
	text-decoration: underline;
}

.dflt_main_menu_bar a.selected
{
	font-weight: bold;
	text-decoration: underline;
}

.float_close
{
	visibility: hidden;
	clear: both;
}

.dflt_main_menu_bar .ribbon .left_item_bar
{
	float: left;
	height: 100%;
	line-height: 200%;
	white-space: nowrap;
}

.dflt_main_menu_bar .ribbon .left_item_bar .item
{
	display: inline-block;
	height: 100%;
	float: left;
	padding: 0px 20px;
}

.dflt_main_menu_bar .ribbon .right_item_bar
{
	float: right;
	height: 100%;
	line-height: 200%;
	white-space: nowrap;
}

.dflt_main_menu_bar .ribbon .right_item_bar .item
{
	display: inline-block;
	height: 100%;
	float: left;
	padding: 0px 20px;
}

.dflt_section
{
	position: relative;
	top: 0px;
	left: 0px;
}

.dflt_section .spacer
{
	height: 40px;
}

.dflt_section .bookmark
{
	float: right;
	height: 25px;
	padding: 25px;
	text-align: right;
}

.dflt_section .bookmark a
{
	color: Black;
	font-size: 18pt;
	font-weight: bold;
	cursor: pointer;
}

.blue_block
{
	background-color: rgb(32,56,100); /*padding: 25px;*/ /*font-size: 18pt;*/
}

.yellow_shadow
{
	font-weight: bold;
	font-size: 36pt;
	text-shadow: 1px 0px #CC9900, 0px 1px #CC9900, -1px 0px #CC9900, 0px -1px #CC9900;
}

.inquire_lbl
{
	color: Black;
	white-space: nowrap;
}
.inquire_txt
{
	background-color: rgb(255,255,255);
	border: solid 3px rgb(32,56,100);
}

.clear_anchor
{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a.blue
{
	text-decoration: none;
	cursor: pointer;
	color: rgb(32,56,100);
	font-weight: bold;
}

a.blue:hover
{
	text-decoration: underline;
}
a.blue:active
{
	color: Gray;
	text-decoration: underline;
}

#divBenefitBar a
{
	text-decoration: none;
	cursor: pointer;
	color: Black;
}

#divBenefitBar a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#divBenefitBar a:active
{
	color: Gray;
	text-decoration: underline;
}

.radial_grey_background
{
	background: -webkit-radial-gradient(100% 100%, farthest-corner,white 0%, #F2F2F2 80%, grey 85%,white 100%); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(100% 100%, farthest-corner,white 0%, #F2F2F2 80%, grey 85%,white 100%); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(100% 100%, farthest-corner,white 0%, #F2F2F2 80%, grey 85%,white 100%); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 100% 100%,white 0%, #F2F2F2 80%, grey 85%,white 100%); /* Standard syntax (must be last) */
}

.arrow
{
	position: relative;
	top: 0px;
	left: 0px;
}

.arrow .top_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25%;
	height: 50%;
	z-index: 2;
	background: -webkit-linear-gradient(left bottom, #333333, silver 49%, #333333, transparent 50%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #333333, silver 49%, #333333, transparent 50%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #333333, silver 49%, #333333, transparent 50%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #333333, silver 49%, #333333, transparent 50%); /* Standard syntax (must be last) */
}

.arrow .bottom_right
{
	position: absolute;
	top: 50%;
	right: 0;
	width: 25%;
	height: 50%;
	z-index: 2;
	background: -webkit-linear-gradient(left top, #333333, gray 49%, #333333, transparent 50%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #333333, gray 49%, #333333, transparent 50%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #333333, gray 49%, #333333, transparent 50%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #333333, gray 49%, #333333, transparent 50%); /* Standard syntax (must be last) */
}

.arrow .body_right
{
	position: absolute;
	top: 25%;
	left: 0px;
	height: 50%;
	width: 75%;
	border: solid 1px #CCCCCC;
	background: -webkit-linear-gradient(bottom, #333333, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #333333, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #333333, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top, #333333, white); /* Standard syntax (must be last) */
}

.arrow .top_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25%;
	height: 50%;
	z-index: 2;
	background: -webkit-linear-gradient(right bottom, #333333, silver 49%, #333333, transparent 50%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top left, #333333, silver 49%, #333333, transparent 50%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top left, #333333, silver 49%, #333333, transparent 50%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top left, #333333, silver 49%, #333333, transparent 50%); /* Standard syntax (must be last) */
}

.arrow .bottom_left
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 25%;
	height: 50%;
	z-index: 2;
	background: -webkit-linear-gradient(right top, #333333, gray 49%, #333333, transparent 50%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom left, #333333, gray 49%, #333333, transparent 50%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #333333, gray 49%, #333333, transparent 50%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom left, #333333, gray 49%, #333333, transparent 50%); /* Standard syntax (must be last) */
}

.arrow .body_left
{
	position: absolute;
	top: 25%;
	right: 0px;
	height: 50%;
	width: 75%;
	border: solid 1px #CCCCCC;
	background: -webkit-linear-gradient(bottom, #333333, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #333333, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #333333, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top, #333333, white); /* Standard syntax (must be last) */
}

.arrow .text
{
	position: absolute;
	text-align: left;
	padding: 5px 10px;
	font-weight: bold;
}

.arrow a
{
	text-decoration: none;
	cursor: pointer;
}

.arrow a:hover .text
{
	font-weight: bold;
	text-decoration: underline;
}

.arrow a:active .text
{
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}


.testimonial
{
	width: 100%;
	height: 220px;
	min-height: 220px;
	background-color: rgb(32,56,100);
}

.testimonial .left
{
	width: 33%;
	height: 100%;
	float: left;
	text-align: center;
}
.testimonial .middle
{
	width: 33%;
	height: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}
.testimonial .right
{
	width: 33%;
	height: 100%;
	float: left;
	text-align: center;
}

.testimonial .name
{
	font-weight: bold;
	font-size: 24pt;
}

.testimonial .name_container
{
	text-align: left;
	width: 50%;
	white-space: nowrap;
	margin: 10% auto;
}

.testimonial .position
{
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
}

.testimonial .quote
{
	font-size: 12pt;
	text-align: justify;
	margin: 5%;
}

.po_header
{
	font-size: 32pt;
	font-weight: bold;
	padding: 25px;
}

.po_image_plumbing
{
	position: absolute;
	left: 15px;
	top: 80px;
	width: 910px;
	border: solid 5px black;
	-ms-transform: rotate(350deg); /* IE 9 */
	-webkit-transform: rotate(350deg); /* Chrome, Safari, Opera */
	transform: rotate(350deg); /* Standard syntax */
}

.po_note_plumbing
{
	position: absolute;
	top: 90px;
	right: 0px;
	width: 300px;
	height: 100px;
	color: Black;
	font-weight: bold;
	font-size: 22pt;
	text-align: center;
	text-shadow: 1px 1px gray;
}

.po_image_electrical
{
	position: absolute;
	left: 70px;
	top: 0px;
	border: solid 5px black;
	-webkit-transform: rotateY(5deg); /* Chrome, Safari, Opera */
	transform: rotateY(5deg); /* Standard syntax */
}

.po_arrow_container
{
	width: 220px;
	right: 50px;
	position: absolute;
}

.po_arrow_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.po_arrow_text_container
{
	width: 100%;
	height: 75px;
}

.po_arrow_text_container .text
{
	position: absolute;
	left: 20%;
	top: 35%;
	color: Black;
	font-weight: bold;
}

.po_note_electrical_container
{
	position: absolute;
	top: 275px;
	right: 25px;
	width: 350px;
	height: 175px;
}

.po_note_electrical_container .background
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	background-color: White;
	border-radius: 15px;
}

.po_note_electrical_container .text
{
	position: absolute;
	top: 0%;
	left: 0%;
	font-size: 26pt;
	color: Black;
	font-weight: bold;
	padding: 25px;
	text-align: center;
}
.KXPageButton
{
	background-color: #003366;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	border: solid 1px #ffffff;
	padding: 3px 10px 3px 10px;
	
	display: inline-block;
}

.KXPageButtonHover.hover
{
	background-color: White;
	color: #003366;
	border: solid 1px #879DCC;
}

