/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	background-image:url(images/main-bg.jpg); background-repeat:repeat-x
}

ol, ul { 
	padding: 0px 10px 10px 20px; 
	margin-top:0; 
	margin-bottom:0;
	color: #666; 
	font-size: 13px; 
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

p {
	padding:13px 13px 15px 10px; 
	font-size: 13px; 
	color:#666
}

p2 {
	padding:13px 13px 0 10px; 
	font-size: 12px; 
	color:#666;
}



/*end reset*/
/*golbal styles*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
}

.bodylink{
	font-size:12px; 
	font-weight:bold; 
	padding:5px 13px 5px 10px
}

body a{
	text-decoration:none; 
	color:#5B8727; 
}

body a:hover{
	color:#5B8727;
	text-decoration:underline; 
	color:#5B8727; 
}



h1 {
  display: block;
  font-size:26px;
  color:#6B2769;
  padding-bottom:10px; 
  letter-spacing:1px; 
  padding-left:13px;
  margin-top:15px;
  font-weight:50;
}

h2 {
	background-image:url(images/txt-header-bg.jpg); 
	background-repeat:repeat-x; 
	font-size:12px; 
	color:#6B2769; 
	font-weight:bold; 
	background-color:#BCC1E2; 
	padding:3px 0 3px 10px;   	 
	margin-top:20px; margin-bottom:3px 
}

h3 {
	display:block;  
	font-size:13px; 
	color:#7E81BE; 
	font-weight:bold; 
	padding:0 0 3px 0; 
	margin-bottom:3px 
}

h4 {
	display:block; 
	background-image:url(images/txt-header-bg.jpg); 
	background-repeat:repeat-x; 
	font-size:12px; 
	color:#6B2769; 
	font-weight:bold; 
	background-color:#BCC1E2; 
	padding:3px 0 3px 10px;   	 
	margin-bottom:3px; 
}

h5 {
	display:block; 
	background-image:url(images/txt-header-bg2.jpg); 
	background-repeat:repeat-x; 
	font-size:12px; 
	color:#6B2769; 
	font-weight:bold; 
	background-color:#BCC1E2; 
	padding:3px 0 3px 10px;   	 
	margin-top:0px; 
	margin-bottom:3px; 
}

h6 {
  display: block;
  font-size:26px;
  font-weight:100;
  color:#6B2769;
  letter-spacing:1px; 
  padding-top:15px;
}


#pageWrapper {
	z-index:1; 
	width:100%; 
}

#pagecontainer {
	width:760px; 
	margin:0px auto 0px auto;  
	position:relative; 
	left:50%;
	margin-left:-370px;
}

#logo { 
	width:142px; 
	float: left
}

#notalone {
	position: relative; 
	width:107px; 
	height:8px; 
	font-size:9px; 
	font-weight: bold; 
	color:#7f81be;  
	margin:83px 127px 0 524px; 
}

#mainheader {
	width:760px; 
	float:left; 
	position:relative; 
	height:140px;
}

#quickescape {
	width:100px; 
	height:13px; 
	margin:10px 10px 0 10px; 
	padding:2px 0 2px 20px; 
	background-image:url(images/quickescape.gif); 
	font-size:10px; 
	color:#FFF; 
	font-weight:bold;
}
#quickescape a {
	color:#FFF; 
	text-decoration:none
}

#quickescape a:hover {
	color:#FFF; 
	text-decoration:none
}

#support { 
	background-color: #ffd6ad; 
	padding: 0 0 10px 0;
}

.subheader { 
	font-size:12px; 
	font-weight:bold; 
	color:#6B2769; 
	padding:13px 0 5px 0;
}

.hr { 
	width:530px; 
	color:#DBDEF0; 
	margin:15px 0 10px 10px; 
	height:1px;
}

.off-left{position:absolute;left:-999px;width:990px;}

/*end golbal*/

/* nav */
#utilitynav, #utilitynav ul {
	width:270px; 
	float:right; 
	font-size:9px; 
	color:#666; 
	margin:5px 0 5px 0 ; 
	padding:0; 
	list-style:none; 
	text-align:right; 
	letter-spacing:none;  
	
}

#utilitynav li { 
	display:inline;
}

#utilitynav a {
	text-decoration:none; 
	font-size:9px; 
	color:#666; 
}

#utilitynav a:hover {
	text-decoration:none; 
	color:#6B2769;  
}

#leftnav {
	padding-top:50px;
}


#leftnav a {
	text-decoration:none; 
	font-size:11px;
	font-weight:bold; 
	display:inline;
	color:#999; 
	margin:0 0 5px 10px;
}

#leftnav a:hover {
	text-decoration:none; 
	color:#6B2769;
}

#leftnav ul {
	margin: 0px 10px 0 10px; 
}

#prognav {
	padding-top:11px;
}


#prognav a {
	text-decoration:none; 
	font-size:11px;
	font-weight:bold; 
	display:inline;
	color:#999; 
	margin:0 0 5px 10px;
}

#prognav a:hover {
	text-decoration:none; 
	color:#6B2769;
}

#prognav ul {
	margin: 0px 10px 0 10px; 
}


#progSurnav {
	padding-top:10px;
}


#progSurnav a {
	text-decoration:none; 
	font-size:11px;
	font-weight:bold; 
	display:inline;
	color:#999; 
	margin:0 0 5px 10px;
}

#progSurnav a:hover {
	text-decoration:none; 
	color:#6B2769;
}

#progSurnav ul {
	margin: 0px 10px 0 10px; 
}


#navcontainer {
	width:760px; 
	float:left; 
	margin:3px 0 0 0 ; 
	padding: 0 0 1px 0 ; 
	position:relative; 
	color:#FFF;
	background:url(images/navBg.png) no-repeat 0 0
	/*background-color:#7E7EB7; 
	filter: alpha(opacity=80); ie */
	/*opacity: 0.8;
	-moz-opacity: .8; /* mozilla */
}

#nav, ul#nav a{ /* all lists */
	padding:0;
	margin:0;
	list-style: none;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	float:left;
	color:#FFF; z-index:100;  
	
}

#nav li { /* all list items */

	padding-top:0;
	padding-left:0px;/* width for main nav items */
	font-size:11px; 
	text-decoration:none;
	display:inline; list-style:none; 
}

#nav li a {
	/*height:17px; */
	display:block; 
	padding:3px 10px 0 10px; height:17px 
	
}

#nav li a:hover {
	background:#6C2769; 
	text-decoration:none
}

#nav li ul { /* second-level lists */
	position:absolute;
	width: 760px;/* width for drop nav items */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-decoration:none;
	font-size:11px;
	z-index:8000;
	color:#000;
	padding:0; 
	margin:0;
	background-color:#FFF;
	top: 20px;
	filter: alpha(opacity=80);/* ie */
	opacity: 0.8;
	-moz-opacity: .8; /* mozilla */
	padding-left:0px 
}

#nav li ul li {
	list-style:none;
	padding:0; 
	margin:0;
} 

/* second level items */
#nav li ul li a {
	font-size:11px;
	margin:0;
	color:#666;
	padding:2px 5px 0 10px
}

#nav li ul li a:hover {
	color:#470a44 !important;
	background:none
}

mainNav_1{ display:none}
mainNav_2{ display:none}
mainNav_3{ display:none}
mainNav_4{ display:none}
mainNav_5{ display:none}

#searchbar { 
	height:17px;
	float:right; 
	margin:0 5px 0 0;
	font-weight: bold;
	padding-top:2px;
	font-size:11px;
}

#searchbar a {
	text-decoration:none;
	color:#FFF;
}

#searchbar a:hover {
	text-decoration:none;
	color:#FFF;
}

.searchbox {
	height:10px; 
	width:135px; 
	text-decoration:none; 
	color:#333; 
	font-size:10px;  
	padding:1px;
	
}
#searchfield{ height:10px}

.input {
	font-size:11px;
	margin-left:10px;
}


.table {
	font-size: 13px; 
	color:#666;
	padding-left:10px;
	vertical-align:top;
}

.content {
	font-size: 12px; 
	color:#666;
	padding-left:10px;
	vertical-align:top;
}

.table2 {
	font-size: 11px; 
	color:#666;
	padding-left:25px;
	vertical-align:top;
}

.confidential {  
	font-size: 18px;
	font-weight:100;
  	color: #999;
	padding-left: 5px;
}

.lefthelp {
	font-size:13px;
	color:#999;
	padding-left:5px;
}

.phonenumber{
	font-size: 18px;
  	font-weight: bold;
  	padding: 10px 10px 0 5px;
  	color: #999;
}

.phonenumber2{
	font-size: 22px;
  	font-weight: bold;
  	color: #6B2769;
}
  
.phonenumber3{
	font-size: 24px;
  	font-weight: bold;
  	padding: 10px 10px 0 0px;
  	color: #999;
}

#footernav {
	width:750px; 
	font-size:9px;
	color:#666; 
	padding:0px; 
	list-style:none; 
	border-bottom:1px #666 solid; 
	border-top:1px #666 solid; 
	padding:2px 0 2px 0; 
	margin-bottom:8px;
	letter-spacing:inherit;
}

#footernav ul {
	padding:0; 
	margin:0;
	letter-spacing:inherit;
}

#footernav li { 
	display:inline; 
	margin: 0;
	letter-spacing:inherit;
}

#footernav a {
	text-decoration:none; 
	font-size:9px; 
	color: #666; 
	font-weight:100;
	letter-spacing:inherit;
}

/*end nav*/

/*body*/
#maincontainer { 
	width:760px; 
	float:left; 
}

#bodycontainer { 
	width:568px; 
	float:left; 
	margin: 0px 11px 0px 0px; 
	border:1px #DBDEF0 solid; 
	padding:0
}

#insideheader {
	width:568px; 
	height:120px;
	float:left
	
}

#headertxt{ 
	padding-left:150px
}

#insideheaderimage {
	width:137px;
	height:120px;
	padding:0;
	margin:0;
	float:left;
}

#insideheaderimage img {
	display:block
}

#insidepage {
	width: 568px; 
	padding:0
}

#leftside {
	width:135px; 
	color:#666;
	float:left; 
	padding-bottom:25px; 
	margin:0; 
	border-top: 1px #DBDEF0 solid;
	
} 

#middle {
	width:432px; 
	float:left; 
	padding:0; 
	border-left: 1px #DBDEF0 solid; 
	border-bottom: none; 
	border-right:none; 
	border-top:none;
}

#quote {
	color:#999; 
	font-size: 12px; 
	font-weight:bold; 
	line-height:24px; 
	margin: 15px 7px 15px 7px; width:116px;
}

#rightside { 
	width:177px; 
	float:left; 
	border:1px #DBDEF0 solid; 
	padding: 0;
	margin-bottom:10px
}
#lefthelp { 
	width:130px; 
	float:left; 
	font-size: 13px; 
	font-weight:bold; 
	color:#666;
	border-bottom:1px #DBDEF0 solid; 
	padding: 10px 0 0 5px;
	margin-bottom:10px;
	
}
#righttop {
	margin-bottom:20px; 
	padding:0
}

#rightbottom {
	margin-bottom:25px; 
	padding:0
}

#bottomspacer {
	width:760px;
	height:15px;
	float:left;
	
}

#mothersday {text-decoration:none; 
	color:#5B8727; font-size:17px; padding: 10px 5px 15px 20px; float:left; width:150px; font-weight:bold; color:#666;
	border:1px #DBDEF0 solid;}
	
#mothersday a:hover{color:#5B8727; text-decoration:underline; font-weight:600}
.carrot{ font-size:12px}
#footercontainer { 
	width:750px; 
	float:left; 
	padding: 10px 5px 15px 5px; 
	background:#F1F2F9;
}

#footerbottom {
	width:800px; 
	color: #666; 
	float:left;
	font-size:10px; 
	line-height:18px
}

.footerbold {
	font-weight:bold; 
	font-size:10px;
	
}

/*end body*/

#bgDiv {
   height: 300px;
   width: 200px;
   background: url(images/opacity.png);
   text-align: center;
   border: 1px solid #999;
}
