/* Default Styles */
ol, ul {
	list-style: none;
}
table {
	/* Tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img{
	border: none;
}
fieldset{
	border: none;
	margin: 0;
	padding: 0;
}

/* Structure */
body{
	margin: 0;
	font-size: 12px;
	font: normal 75% Tahoma, Arial, sans-serif;
	color: #5A717B;	
	background: #FFF url('/img/shadow.png') repeat-y top center;
}
#header{
	width: 976px;
	height: 148px;
	margin: 0 auto;
	padding: 0;
	background: #90D2EF;
}
#header p{
	width: 976px;
	height: 148px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	background: #90D2EF url('/img/header.png') no-repeat top center;
}
#wrapper{
	width: 976px;
	height: 133px;
	margin: 0 auto;
	padding: 1.5em 0;
	background: #FFF url('/img/content-background.png') no-repeat top left;
}
#inner{
	float: left;
	width: 720px;
}
#content-main{
	float: right;
	width: 420px;
	margin: 0;
	margin-top: 120px;
	padding: 0;
}
#footer{
	width: 420px;
	margin: 30px 0;
	padding: 0;
	font-size: 0.8em;
	color: #b4b4b4;
}

#calltoday{
	margin-top: 36px;
	clear: both;
	height: 67px;
	width: 420px;
	text-indent: -9000px;
	background: #FFF url('/img/calltoday.png') no-repeat top left;
}

/* Navigation */
#navigation{
	width: 976px;
	height: 44px;
	margin: 0 auto;
	background: #AFDEF3 url('/img/nav-background.png') repeat-x top left;
}
#navigation ul{
	width: 485px;
	height: 23px;
	line-height: 23px;
	float: right;
	padding: 0;
	padding-left: 15px;
	padding-top: 3px;
	margin: 0;
	margin-top: 9px;
	margin-right: 24px;
	background: #FFF url('/img/nav-menu-end.png') no-repeat left;
	list-style: none;
}
#navigation ul li{
	float: left;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	height: 20px;
	line-height: 20px;
}
#navigation ul li a{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-right: 10px;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #5A717B;
	display: block;
}
#navigation ul li:hover{
	background: #ACDDF3 url('/img/nav-item-left.png') no-repeat left;
}
#navigation ul li:hover a{
	background: #ACDDF3 url('/img/nav-item-right.png') no-repeat right;
}

/* Navigation - Second Level */
#navigation ul li ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: absolute;
	width: 10em;
	left: -9999px;
	background: none;
}
#navigation ul li:hover ul {
	left: auto;
	line-height: 1em;
}
#navigation ul li:hover ul li{
	width: 14em;
	background: #ACDDF3;
}
#navigation ul li:hover ul li a {
	padding: 0;
	text-align: left;
	background: none;
}

/* Page Styles */

h1{
	margin: 0 0 1.2em 0;
	padding: 0;
	font-size: 1.75em;
	font-weight: normal;
}
h2{ 
	line-height: 1.2em;
		font-size: 1.75em;
	font-weight: normal;
}

/* Main Content Styles */

#content-main strong, #content-main a{
	color: #014B90;
}
#content-main h2{ 
	margin: 0 0 0 0;
	padding: 0;
}
#content-main h3{ 
	color: #014B90;
}

#content-main p{
	line-height: 1.35em;
}		


/* Sidebars */
#sidebar-left {
	float: left;
	width: 227px;
	margin: 0 0 0 35px;
	padding: 0;
	background: #C8E8F7 url('/img/sidebar-left-background.png') no-repeat bottom center;
}
#sidebar-right{
	float: right;
	width: 190px;
	margin: 0 30px 0 0;
	padding: 0;
}

#sidebar-left h2, #sidebar-right h2{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1.285em;
	color: #9E218B;
}
#sidebar-left h3, #sidebar-right h3{
	clear: right;
	padding: 1em 0 0 0;
	color: #014B90;
	border-top: 1px solid #EAF1B6;
}
#sidebar-left h2 + h3, #sidebar-right h2 + h3{
	padding-top: 0;
	border: none;
}

/* Newsletter */
#newsletter h2 {
	width: 227px;
	height: 48px;
	background-image: url(/img/h2-newsletter.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#newsletter p {
	padding: 0 20px;
	margin: 0;
}
#newsletter form{
	margin: 0;
	margin-top: 10px;
	padding: 0 20px;
}

div.formelement{
	padding: 10px 10px 5px 10px;
	clear:both;
	float:left;
	margin: 0 auto;
width:90%;
	
}

div.formelement table input{
margin: 0;
	padding: 3px 5px 0 10px;
	width: 109px !important;
	height: 17px;
	overflow: hidden;
	border: 0;
	color: #000;
	float: right;
	background: #DCEEF6 url('/img/text-input.png') no-repeat bottom right;	
}
}



#newsletter label{
	float:left;
}
#newsletter .text-input{
	margin: 0;
	padding: 3px 5px 0 5px;
	width: 111px;
	height: 17px;
	overflow: hidden;
	border: 0;
	color: #000;
	float: right;
	background: #DCEEF6 url('/img/text-input.png') no-repeat bottom right;	
}
#newsletter .FormButton{
	margin: 10px 15px 20px 0;
	padding: 0;
	width: 121px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	color: #FFF;
	float: right;
	background: #000 url('/img/download-button.png') no-repeat bottom right;
}

/* Contact Form */
#contact-form h2 {
	margin-top: 20px;
	width: 227px;
	height: 27px;
	background-image: url(/img/h2-contact-form.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#contact-form p {
	padding: 0 20px;
	margin: 0;
}
#contact-form a{
	color: #014B90;
}
#contact-form form{
	margin: 0;
	margin-top: 10px;
	padding: 0 20px;
}

#contact-form label{
	float:left;
}
#contact-form .text-input{
	margin: 0;
	padding: 3px 5px 0 5px;
	width: 111px;
	height: 17px;
	overflow: hidden;
	border: 0;
	color: #000;
	float: right;
	background: #DCEEF6 url('/img/text-input.png') no-repeat bottom right;	
}
#contact-form .text-box-input{
	margin: 0;
	padding: 3px 5px 0 5px;
	width: 111px;
	height: 66px;
	overflow: hidden;
	border: 0;
	color: #000;
	float: right;
	background: #DCEEF6 url('/img/text-box-input.png') no-repeat bottom right;	
}
#contact-form .FormButton{
	margin: 10px 15px 20px 0;
	padding: 0;
	width: 105px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	color: #FFF;
	float: right;
	background: #000 url('/img/contact-us-button.png') no-repeat bottom right;
}

/* Testimonial hReview */
#testimonial{
	margin: 36px 0;
}
#testimonial .hreview{
	margin: 0;
	padding: 0;
	color: #006c9f;
	background: url('/img/reviewtop.png') no-repeat top center;
}
#testimonial .reviewed { 
	text-indent: -9000px;
	height: 27px;
}
#testimonial blockquote.description{
	margin: 0;
	padding: 0 0 38px 0;
	font-size: 1.1em;
	background:  url('/img/reviewbottom.png') no-repeat bottom center;
}
#testimonial blockquote.description p{
	margin:0;
	width: 150px;
	line-height: 1.5em;
	padding: 0 25px;
}
#testimonial .reviewer{
	display: inline-block;
	width: 176px;
	padding: 1px 0 0 25px;
	font-size: 1.25em;
	margin: 0;
}

/* Teasers */
#teasers{
	margin-bottom: 36px;
}
#teasers h2 {
	width: 112px;
	height: 15px;
	background-image: url(/img/h2-teasers.png);
	margin-bottom: 20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#teasers h3{
	margin: 0 0 -5px 0;
}
#teasers h3 a{
	color: #5A717B;
}
#teasers p a{
	color: #89CFEE;
}


/* RSS */
#rss p{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #b4b4b4;
}
#rss a{
	font-size:0.9em;
	color: #b4b4b4;
}
#rssicon{
	float: left;
}

/* Footer */
#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #b4b4b4;
}
#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #b4b4b4;
}
#footer p{
	margin: 0;
	padding: 0;
}
#footer p#sitecredit{
	float: right;
}

/* Blog Styles */
.navigation {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.readmore {
	clear: both;
	float: right;
	margin-top: 15px;
}
.postmetadata {
	clear: both;
}
.post {
	clear: both;
}
.post h3 {
	padding: 0;
	margin: 10px 0 0 0;
}
.entry ul {
	list-style-type: disc;
}

/* Polls */
#poll h2 {
	width: 97px;
	height: 16px;
	background-image: url(/img/h2-poll.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 10px;
}
#poll fieldset{
	width: 100%;
	margin: 0;
}
#poll fieldset label{
	margin: 0 10px 10px 10px;
	font-size: 0.925em;
}
#poll fieldset input{
	margin: 0 20px 0 15px;
}
#poll fieldset input.submit{
	margin-top: 10px;
}
#poll fieldset input#yes{
	margin: 0 40px 0 15px;
}
#poll fieldset input#no{
	margin: 0 0 10px 15px;
}





#newsletter2 p {
	padding: 0 20px;
	margin: 0;
}
#newsletter2 form{
	width: 200px;
	margin: 0;
	margin-top: 10px;
	padding: 0 20px;
}
#newsletter2 div{
	padding-bottom: 5px;
	clear:both;
	float:left;
	width:100%;
}
#newsletter2 label{
	float:left;
}
#newsletter2 .text-input{
	margin: 0;
	padding: 3px 5px 0 5px;
	width: 111px;
	height: 17px;
	overflow: hidden;
	border: 0;
	color: #000;
	float: right;
	background: #DCEEF6 url('/img/text-input2.png') no-repeat bottom right;	
}
#newsletter2 #download-button{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 121px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	color: #FFF;
	float: right;
	background: #000 url('/img/download-button2.png') no-repeat bottom right;
}

.EditingFormLabel{
padding:0 30px 0 10px;
}