body  {
	background: #0092c8 url(../../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
} 

p {
	margin-top: 0px;
	padding-top: 0px;
}

#wrapper { 
	background-image: url(../../images/bg_main.jpg);
	background-repeat: repeat-y;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header {
	width: 892px;
	height: 118px;
	background: url(../../images/bg_header.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}

#logo {
    float: left;
	padding: 17px 0 0 40px;
}

#mbutton {
    float: right;
    text-align: center;
    margin: 0;
    padding: 20px 70px 0 0;
    font-size: 11px;
    color: #808386;
}

#mlogin {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #000;
}

#mlogin a {
    color: #0092c8;
    font-weight: bold;
}

#main {
	width: 892px;
	padding: 17px 0 0 40px;
	margin-left: auto;
	margin-right: auto;	
}

#nav { 
	margin: 0;
	padding: 5px 0 5px 0;
	width: 806px;
	border-top: 1px solid #ced0ce;
	text-align: right;
	color: #ced0ce;
	clear: both;
}

#nav a {
	color: #0092c8;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 0 10px;
	letter-spacing: .5px;
}
#nav a:hover {
	text-decoration: underline;
}


#subnav { 
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ced0ce;
	text-align: left;
	color: #006796;
}

#subnav a {
	color: #006796;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px 0 5px;
	letter-spacing: .5px;
}

#subnav a:hover {
	color: #0092c8;
	text-decoration: underline;
}

#graybox-top {
	background: url(../../images/graybox_top.jpg);
	background-repeat: no-repeat;
	width: 813px;
	height: 9px;
	margin: 0;
	padding: 0;
}

#graybox-main {
	background: url(../../images/graybox_main.jpg);
	background-repeat: repeat-y;
	width: 813px;
	position: relative;
	margin: 0;
	padding: 0;
}

#graybox-bottom {
	background: url(../../images/graybox_bottom.jpg);
	background-repeat: no-repeat;
	width: 813px;
	height: 9px;
}

#maincontent {
	width: 570px;
	float: left;
	padding: 5px 0 0 20px;
	margin: 0;
	font-size: 13px;
	line-height: 17px;
}

#maincontent a {
    color: #0092c8;
}

#maincontent a:hover {
    text-decoration: none;
}

#maincontent h1 {
    font-size: 22px;
    line-height: 24px;
}

#sidebar {
	width: 215px;
	float: right;
	margin: 0;
	padding: 0 5px 10px 0;
}

#sticky {
	background: url(../../images/sticky.jpg);
	background-repeat: no-repeat;
	height: 208px;
	padding: 20px 30px 0 25px;
	margin-right: 3px;
	margin-top: 0;
	font-size: 11px;
}

#sticky a {
	color: #0092c8;
}

#sticky a:hover {
	text-decoration: none;
}

.stickyheader {
	color: #0092c8;
	display: inline;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px
}

#resources {
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 0;
	border-left: 1px solid #006699;
}

#resources a {
	color: #0092c8;
}

#resources a:hover {
	text-decoration: none
}

#resourcesheader {
	color: #0092c8;
	font-size: 18px;
}

#footer { 
	border-bottom: 15px solid #006699;
	text-align:center;
	padding: 20px 0 10px 0;
	width: 834px;
	margin-left: 27px;
	font-size: 11px;
	line-height: 15px;
}

/* form style */

fieldset { 
	border: solid 1px #ffffff;
	margin: 0;
	padding: 10px;
	background: #e2f4fd;
	width: 450px;
}

label {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding: 5px;
}

label.inline {
	clear: both;
	display: inline;
	float: none;
	padding: 5px;
	margin: 0;
}

input {
	border: solid 0 transparent;
	margin: 5px;
	align: right;
}


.labelZIP {
	clear: left;
	float: left;
	display: inline;
}

.textstate {
	width: 35px;
}

.textZIP {
	width: 50px;
}

.submit {
	border: 1px solid black;
}
 
 
.news_title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.news_title a {
    text-decoration: none;
}
.news_image {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}
.news_date {
    font-size: 10px;
    line-height: 18px;
}
.news_text {
    font-size: 12px;
    line-height: 16px;
}
.news_archive_title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
}
.news_blurb {
    margin-left: 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
    
.resource_title {
    font-size: 22px;
    margin: 5px 0 10px 0;
}




