body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	text-align:center;
    background-color: #234b8e;
}

#container {
	width:830px;
	text-align:left;
	margin:10px auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:0px;
	background-color: #fff;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	behavior:url(border-radius.htc);
	border: 1px solid #000;
}


#sidebar {
	float:left;
	width:185px;
	padding-right:10px;
}

#content {
	float:right;
	width:590px;
	text-align:left;
	border-left:2px dotted #CCCCCC;
	padding-left:10px;
	margin-bottom:10px;
}

#homecontent {
	float:left;
	width:525px;
}

#homesidebar {
	float:right; 
	width:245px;
	padding-left:10px;
	text-align:center;
}

#footer {
	clear:both;
}

#header {
	position:relative;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	margin:3px 0 5px 0;
	padding:0 0 0 8px;
	font-size:10px;
	background: url(images/background_nav.gif) 0 0 no-repeat;
	height:38px;
}

#nav li {
	margin:0;
	padding:0;
	float:left;
}

#nav a {
	color: #FFFFFF;
	text-decoration:none;
	height:33px;
	line-height:33px;
	display:block;
	float:left;
	padding:0 14px;
	background: url(images/background_menuitemdivider.gif) 100% 0 no-repeat;
}

#nav li.last a {
	background:none;
}	

#nav a:hover {
	color: #CBB045;
}


#subnav {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	text-align:left;
}

#subnav li {
	margin:0;
	padding:0;
}

#subnav li a {
	display:block;
	background: #E7E7E7 url(images/background_subnav.gif) 0 0 no-repeat;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color: #666666;
	height:22px;
	line-height:20px;
	padding:0 0 0 20px;
}

#subnav li a:hover {
	background: #D0DAE6 url(images/background_subnavhover.gif) 0 0 no-repeat;
}

#links {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}

#links li {
	margin:0;
	padding:0;
	display:inline;
}

#links li a {
	height:16px;
	width:123px;
	background: url(images/background_link.gif) -1px -1px no-repeat;
	display:block;
	float:left;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}

#approval {
	position:absolute;
	top:22px;
	right:0;
}

#communities {
	background: url(images/background_communities.gif) 0 0 no-repeat;
	width:185px;
	padding:5px 0 25px 0;
	margin:10px auto;
	text-align:left;
}

#communities h3 {
	text-align:right;
	color:#0064E3;
	font-size:16px;
	font-weight:bold;
	background:none;
	margin:0 10px 25px 0;
}

#communities ul {
	
}

#communities ul li {
	margin:0 0 3px 0;
	line-height:.9em;
}

#communities span.zips {
	font-size:9px;
}

#contactinfo {
	background: url(images/background_contactinfo.gif) 0 0 no-repeat;
	text-align:center;
	padding:0 0 0 20px;
	width:165px;
	height:45px;
	position:absolute;
	top:22px;
	right:200px;;
}

#contactinfo h4 {
	color: #8F9FB6;
	font-weight:bold;
	font-size:12px;
	margin:0;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
}

#contactinfo .phonenumber {
	color: #8F9FB6;
	font-weight:bold;
	font-size:20px;
}

.breadcrumbs {
	font-size:11px;
	color: #999999;
	padding:10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px dotted #CCCCCC;
}

#footernav {
	border-top:2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;
	margin:0;
	padding:8px 0 12px 0;	
	text-align:center;
}

#footernav li {
	display:inline;
}

#footernav li a {
	font-size:11px;
	padding:0 5px;
	
}

.copyright {
	text-align:center;
	color: #CCCCCC;
	font-size:11px;
	margin:10px 0;
}

.location {
	color:#0064E3;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	margin:10px 0;
	font-size:11px;
}

h1 {
	color:#0064E3;
	font-size:23px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 10px 0;
}

h2 {
	color: #FF6600;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	margin: 5px 0 0 0;
}

h3 {
	background: #FF6600;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:14px;
	padding:3px 5px;
	text-align:center;
	margin:0 0 0 0;
}

a img{
	border:none;
}

p {
	margin: 0 0 15px 0;
}

dl.faq dt {
	color:#0064E3;
	margin: 20px 0 10px 0;
	font-size: 15px;
}

dl.faq dd {
	margin: 0 0 0 20px;
}

blockquote {
	background: #E7E7E7 url(images/background_blockquote.gif) 0 0 no-repeat;
	padding:15px 0 0 0;
	margin:20px 27px 0 27px;
}

blockquote p {
	padding: 0 15px;
}

blockquote .speaker {
	background: #FFFFFF url(images/background_blockquotebottom.gif) 0 0 no-repeat;
	margin:0 0 0 0;
	padding:18px 0 0 38px;
}

a:visited {
	color: blue;
}

/* ZW Footer Wrapper */
#zw-footer-wrap {
	width: 800px; /* Customize Width (MIN-WIDTH=940px) */
	margin: 0 auto;
}
#zw-footer-wrap a {
	color: #FFF; /* Customize Color */
	text-decoration: none;
}
#zw-footer-wrap a:hover {
	color: #FFF; /* Customize Color */
	text-decoration: underline;
}
/* ZW Footer Before */
#zw-footer-before {
	clear: both;
	padding: 15px 0;
	color: #FFF; /* Customize Color */
	margin-bottom: 20px;
	border-bottom: 1px solid #FFF; /* Customize Color */
}
#zw-footer-before p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: normal;
	text-align: center;
}
/* ZW Footer Content */
#zw-footer {
	color: #FFF; /* Customize Color */
	clear: both;
}
#zw-footer p {
	font-size: 11px;
	margin: 0;
}
#zw-footer ul.zw-footer-widget {
	list-style: none outside;
	padding: 0;
	margin: 0 0 15px 20px; /* Customize Margin Based on Grid */
	float: left;
	display: inline;
	width: 180px; /* Customize Width Based on Grid */
}
#zw-footer ul.zw-first {
	margin-left: 0;
}
#zw-footer ul li {
	line-height: 16px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px none #FFF; /* Customize Color */
}
#zw-footer ul li.zw-last-child {
	border-bottom: 0;
}
#zw-footer ul.zw-footer-widget h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #FFF; /* Customize Color */
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 25px;
	border-bottom: 1px solid #FFF; /* Customize Color */
}
/* ZW Footer After */
#zw-footer-after {
	color: #FFF; /* Customize Color */
	font-size: 11px;
	border-top: 2px solid #FFF; /* Customize Color */
	padding: 15px 0 40px 0;
}
#zw-footer-after a {
	color: #FFF; /* Customize Color */
}
#zw-footer-after .zw-after-left .zw-logo {
	vertical-align: middle;
}
#zw-footer-after .zw-after-left {
	float: left;
	display: inline;
	text-align: left;
	max-width: 85%;
	width: 85%;
}
#zw-footer-after .zw-after-right {
	float: right;
	display: inline;
	text-align: right;
	font-weight: bold;
	max-width: 15%;
	width: 15%;
}
/* Clear */
span.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#zcontent {
    float: left;
    text-align: left;
    width: 330px;
}

#zsidebar {
    border-left: 2px dotted #CCCCCC;
    float: left;
    margin-bottom: 10px;
    padding-left: 22px;
    text-align: left;
    width: 230px;
}

p.blue {
color: #FF6600;
font-size:70px;	
text-align: center;
margin: 0px;
}

p.red {
font-size:32px;	
text-align: center;
margin: 0px;
}

p.green {
font-size: 11px;
text-align: center;	
margin: 0px;
}

p.yellow {
font-size: 8px;
text-align: center;	
margin: 0px;
}

a.zen {
    -moz-border-radius: 15px 15px 15px 15px;
    -moz-box-shadow: 0 1px 1px #CCCCCC;
    background: url("/images/zbutton.png") repeat-x scroll center center transparent;
    border-color: #CCCCCC #AAAAAA #999999;
    border-left: 1px solid #AAAAAA;
	text-decoration: none;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    font-stretch: expanded;
    font-variant: small-caps;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
    padding: 6px 0px;
    text-shadow: 0 1px 1px #000;
    width: 200px;
}
a.zen:hover {
    -moz-box-shadow: 0 1px 2px #CCCCCC inset;
    background: url("/images/zbutton-solid.png") repeat-x scroll center center transparent;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #999999;
    display: block;
    text-shadow: 0 1px 1px #000;
		text-decoration: none;
}
