/* Gompers Base HTML/CSS  -  Last Updated: 2009-09-10 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #a1a1a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #141414;
}
td {vertical-align: top;}
input {
	border-top: solid 1px #7f9db9;
	border-right: solid 1px #90aac2;
	border-bottom: solid 1px #7f9db9;
	border-left: solid 1px #91aac3;
	height: 19px;
}
h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #0965AE;
}
h1 {
	color: #1c3f95;
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
	color: #1c3f95;
	font-weight: normal;
}
ul {
	padding-bottom: 15px;
	padding-left: 15px;
	list-style-image: url(/common/img/mainULBullet.gif);
}
p {padding-bottom: 15px;}
a {color: #141414;}
a:hover {text-decoration: none;}

.green_text, .green_text a {color:#01A890;}

/* ====================== layout & columns ========================*/
#container {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px 2px 50px 2px;
}
#main {padding: 0px 1px 0px 1px;}
#pagePhoto {
	clear: both;
	padding-top: 4px;
}
#homeRight {
	float: left;
	width: 204px;
	background-color: #d2d2d2;
	height: 294px;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ababab;
	font-size: 10px;
	color: #373737;
	padding: 35px 15px 0px 15px;
}
#homeRight li {
	list-style-image: url(/common/img/listBullet.gif);
	padding-bottom: 8px;
}
#contentArea {
	width: 746px;
	float: left;
}
#content {
	padding: 45px 50px 40px 30px;
	float: left;
	width: 455px;
}
#contentwide {
	padding: 45px 50px 40px 55px;
	float: left;
	width: 620px;
}
.home #content {
	padding: 23px 170px 40px 60px;
	float: none;
	width: auto;
}
#homePhoto {float: left;}

.promo_container {
	margin:0 0 15px;
	padding:15px 15px 0;
	border:1px solid #01A890;}

/* ====================== Header & Footer ====================== */
#header {
	background-color: #1c3f95;
	padding: 27px 0px 0px 15px;
	height: 90px;
	width: 732px;
	float: left;
	background-image: url(/common/img/headerBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo img {
	float: left;
	border: none;
}


#printLogo{display:none;}

#headerRParent {
	background-color: #01a890;
	padding-top:27px;
	padding-right:38px;
	height: 90px;
	width: 198px;
	float: right;
	background-image: url(/common/img/headerBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerRight {
	float: right;
	width: 150px;
	padding-top: 45px;
	text-align: center;
	color: #f5f5f2;
	font-size: 12px;
}
#headerRight ul {
	list-style-type: none;
	padding-bottom: 30px;
	list-style-image: none;
	background-image: url(/common/img/headerRightULRight.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
#headerRight li {
	display:inline;
}
#headerRight ul li {
	padding: 0px 9px 0px 10px;
	background-image: url(/common/img/headerRightLIRight.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
#headerRight li a {
	color: #f5f5f2;
	text-decoration: none;
}

/*#headerRight ul ul {display: none;}*/
/*#headerRight li {
	display: inline;
	border-right: solid 1px #ffffff;
	padding: 0px 10px 0px 10px;
	background-color:#FF0000;
}*/
#footer {
	clear: both;
	border-top: solid 1px #e6e6e6;
	font-size: 10px;
	color: #989393;
	padding: 12px 0px 0px 50px;
}
#footer ul {
	color: #141414;
	list-style-image: none;
	list-style-type: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	border-left: solid 1px #000000;
}
#footer li {
	display: inline;
	border-right: solid 1px #000000;
	padding: 0px 6px 0px 6px;
}

/* ====================== Callouts ================== */
#homeCallouts {
	padding: 24px 0px 0px 24px;
	border-bottom: solid 1px #e6e6e6;
	height: 160px;
}
.homeCallout {
	width: 300px;
	float: left;
	padding-left: 42px;
}
#calloutContainer {
	float: left;
	width: 222px;
	margin-top: 20px;
	border-left: solid 1px #e6e6e6;
	padding-left: 12px;
}
.callout {padding-bottom: 30px;}
.homeCallout ul span, .callout ul span {color: #a1a1a1;}
.callout li {padding-bottom:5px;}
.valuedPartner img {float: right;}

/* ====================== Menu ====================== */
#navMenu {
	float: left;
	width: 533px;
	padding: 45px 0px 0px 33px;
	position: relative;
}
#navMenu ul {
	list-style-type: none;
	padding: 0px;
	list-style-image: none;
	background-image: url(/common/img/navMenuLIRight.gif);
	background-position: left top;
}
#navMenu ul li {
	float: left;
	padding: 0px 9px 0px 10px;
	background-image: url(/common/img/navMenuLIRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navMenu li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#navMenu li a:hover {color: #01a890;}

#leftNav {
	float: left;
	padding: 37px 0px 0px 43px;
}
#leftNav ul {
	width: 168px;
	border: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
#leftNav ul li ul li {
	float: none;
	border-bottom: solid 1px #cfcfd0;
	padding: 10px 0px 10px 0px;
}
#leftNav ul li a {
	color: #1c3f95;
	font-size: 11px;
	text-decoration: none;
}

/* ====================== Display and hide second level menus 

====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: 

block;}
/*#headerRight ul ul, #hidden {display: none;}
#headerRight li.CurrentPage ul, #headerRight li.CurrentCategory1 ul 

{display: block;}*/

#navMenu ul li.CurrentCategory1 a, #navMenu ul li.CurrentCategory12 a {
	background-image: url(/common/img/navMenuLIOn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	padding-bottom: 31px;
	color: #01a890;
}
#headerRight ul li.CurrentCategory1 a {
	background-image: url(/common/img/navMenuRightLIOn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 31px;
	color: #1C3F95;
}


#leftNav ul li, #leftNav ul li a {display: none;}
#leftNav ul li.CurrentCategory1 {display: block;}
#leftNav ul li.CurrentCategory1 ul li, #leftNav ul li ul li a {display: 

block;}
#leftNav li.currentPage a {font-weight: bold;}
#leftNav li.currentPage li a {font-weight:normal;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 

ul {display: none;} /* never display L2 menu items in Home Category */
#headerRight li#menuHome.CurrentPage ul, #headerRight 

li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu 

items in Home Category */


/* ====================== Display and hide third level menus 

====================== */
/* hides 3rd level nav when not in a category*/
#leftNav ul ul ul {display:none;} 

/* displays all proper navigation when on second level category page */
#leftNav li.CurrentCategory12, #leftNav li.CurrentCategory12 li,#leftNav li.CurrentCategory12 li.CurrentCategory1 ul
{display:block;}

/* styling of third level nav */
#leftNav li.CurrentCategory12 li.CurrentCategory1 ul {margin-top:10px;}
#leftNav li.CurrentCategory12 li.CurrentCategory1 li {
	border-bottom:none;
	padding:3px 0;
	margin-left:35px;
	list-style-image:url(/common/img/mainULBullet.gif);
	display:list-item;
}



/* ====================== Styling for Submit button on Login 

========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, 

a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #423E34;
	border-right: 8px solid #4D6177;
}


/* ====================== Contact Form ========================*/
.contact p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label 

elements*/
	border-top: 1px dashed #CCCCCC;
	height: 1%;
}
.contact img{
	margin-left:105px;}
.formResponse{
	border-top: 1px dashed #CCCCCC;
	font-weight:bold;
	padding-top:20px;}

.contact label{
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column 

(155px) to create some right margin*/
}

.contact input[type="text"]{ /*width of text boxes. IE6 does not understand 

this attribute*/
width: 180px;
}

.contact textarea{
width: 300px;
height: 100px;
}

