/* HTML Defaults */

body {      /* style for admin background  3/18/09 AAM */
	/* font: 75%/1.3em Arial, Helvetica, sans-serif; */
	color: #444;
	margins: 15px 10px;
}

body.pages {      /* style for page background  3/18/09 AAM */
	font: 75%/1.3em Arial, Helvetica, sans-serif;
	color: #444;
	background: #448ab7 url(assets/global/images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #11467b;	
}
a:hover {
	text-decoration: underline;
	color: #11467b;	
}
h1 {
	font: normal 250%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #11467b;
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #c1d6e5;
}
.Default_title, h2 {
	font: normal 150%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #11467b;
}
h3 {
	font-size: 117%;
	color: #11467b;
}
h4 {
	font-size: 100%;
}
img {
	border: none;
}
hr {
	color: #c1d6e5;
	background: #c1d6e5;
	height: 1px;
	padding: 0;
	border: none;
}

/* Main Container */

#container {
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Nav */

#nav {
	background: #589fca url(assets/global/images/nav_bg.png) repeat-x left top;
	width: 980px;
	float: left;
}
#nav ul {
	width: 980px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li {
	font-size: 108%;
	line-height: 2.77em;
	font-weight: bold;
	float: left;
	border-right: solid 1px #64a8d0;
	list-style: none;
	position: relative;
}
#nav a {
	color: #fff;
	display: block;
	padding: 0 20px;
	font-size: 108%;
	line-height: 2.77em;
	font-weight: bold;
	float: left;
	border-right: solid 1px #64a8d0;
	list-style: none;
	position: relative;
}
#nav a:hover {
	text-decoration: none;
	background: #589fca;
}
#nav ul li ul {
	background: #4486b4 url(assets/global/images/subnav_bg.png) repeat-x left top;
	width: 200px;
	display: none;
	border: solid 1px #64a8d0;
	position: absolute;
	left: 0;
	top: 34px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	font-size: 86%;
	line-height: 2em;
	width: 200px;
	border: none;
}
#nav ul li ul li a {
	width: 180px;
	padding: 0 10px;
}

/* Header */

#header {
	background: url(assets/global/images/header_bg.jpg) no-repeat right top;
	height: 99px;
	width: 980px;
	float: left;
	clear: both;
}
#logo, #logo a {
	height: 99px;
	width: 350px;
	float: left;
}
#logo {
	background: url(assets/global/images/header_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}

/* Footer */

#footer {
	background: url(assets/global/images/footer_bg.png) repeat-x left top;
	height: 80px;
	width: 980px;
	float: left;
	clear: both;
	border-top: solid 1px #448ab7;
}
#footer a {
	color: #8bd3f4;
}
#footer a:hover {
	color: #fff;
}
#footer p {
	white-space: nowrap;
	margin: 0;
}
#footer {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
#contact {
	font-size: 83%;
	line-height: 1.2em;
	color: #fff;
	width: 680px;
	float: left;
}
#contact p {
	float: left;
	padding-left: 0px;
}
#copyright {
	font-size: 75%;
	line-height: 1.2em;
	color: #6babd3;
	text-align: right;
	width: 300px;
	float: right;
}
#copyright p {
	padding-right: 20px;
}

/* Content */

#content {
	background: #fff;
	width: 980px;
	min-height: 350px;    /* 3/10/09 AAM */
	float: left;
	clear: both;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
}
#content ul li {
	background: url(assets/global/images/bullet.png) no-repeat left 3px;
	margin: .5em 0;
	padding-left: 15px;
	list-style: none;
}
#side {
	background: url(assets/global/images/newsletter_bg.png) repeat-x left top;
	width: 200px;
	float: left;
}
#side a {
	color: #666;
	margin: 0;
	padding-left:10px;
	padding-bottom:3px;
	display:block;
	width:200px;
}
#side dt, #side dd {
	margin: 0;
	list-style: none;
}
#side h4 {
	font: normal 150%/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
	padding: 5px 10px;
	border-bottom: 1px solid #c1d6e5;
	display:block;
	width:180px;
}
#side dd {
	padding: 2px 10px;
}
#bodytext {
	width: 950px;
	float: left;
	padding: 0 15px 25px 15px;
}
#side + #bodytext {
	width: 750px;
}

/* Front */

#front {
	background: url(assets/global/images/front_bg.png) repeat-y left top;
	width: 980px;
	float: left;
	padding-bottom: 10px;
}
#front h2, #front p, #front ul, #front form, #front fieldset {
	margin: 0;
}
#front ul li {
	background: url(assets/global/images/bullet_front.png) no-repeat left 3px;
}
#intro {
	width: 490px;
	float: left;
}
#intro h1 {
	font-size: 100%;
	text-indent: -9999px;
	background: url(assets/global/images/front_title.png) no-repeat 15px center;
	height: 54px;
}
#intro h2 {
	color: #448ab7;
}
#intro p {
	padding: 15px;
}
#intro form {
	background: url(assets/global/images/newsletter_bg.png) repeat-x left top;
	padding: 5px 15px 15px 15px;
}
#intro fieldset {
	padding: 0;
	border: none;
}
#intro label {
	font-size: 92%;
	display: block;
	padding: .5em 0;
}
#intro input {
	font: 83% Arial, Helvetica, sans-serif;
	border: solid 1px #c1d6e5;
}
.newsletterinput {
	color: #666;
	background: #fff;
	width: 20em;
	padding: 4px;
}
.newsletterbutton {
	font-weight: bold;
	color: #fff;
	background: #154b80 url(assets/global/images/button_bg.png) repeat-x left top;
	padding: 3px;
}
#services, #news {
	color: #fff;
	width: 245px;
	float: left;
}
#services {
	background: url(assets/global/images/services_bg.png) repeat-x left top;
}
#news {
	background: url(assets/global/images/news_bg.png) repeat-x left top;
	min-height: 350px;    /* 3/16/09 AAM */	
}
#services a, #news h2 a {
	color: #fff;
        font-weight:normal;
}
#services h2, #news h2 {
	padding: 5px 15px;
	border-bottom: solid 1px #7ea8c7;
}
#services ul, #news ul {
	padding: 0 15px;
}
#news p {
	margin: .7em 0;
	padding: 0 15px;
}
#news ul {
	border-top: solid 1px #7ea8c7;
	border-bottom: solid 1px #7ea8c7;
}
#news li a {
	font-weight: bold;
	color: #8bd3f4;
}

#news a {
        color:#8bd3f4;
        font-weight:bold;
}

.Default_body div {
        padding-bottom:5px;
}

.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 200px;
	font-weight:bold; 
	background: #4486b4 url(assets/global/images/subnav_bg.png) repeat-x left top;
	width: auto;
	border: solid 1px #64a8d0;
	left: 0;
	top: 104px;
}

.LiveEdit_drop_down a {  
	color:white;
	font-weight:bold;
	text-decoration: none; 
	display: block;  
	font-size: 86%;
	line-height: 2em;
	width: auto;
	padding: 0 10px;
	border: none;
}

.LiveEdit_drop_down a:hover {
  	text-decoration: none;
	background: #589fca; 
}


