@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bodybgbackpage.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixRtHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/navslice.png) repeat-y left;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.twoColFixRtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/bannerout.png);
	background-repeat: no-repeat;
	background-position: 350px bottom;
	height: 140px;
	background-color: #FFFFFF;
} 
#header .seolinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6086D5;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#header .seolinks {
	color: #6086D5;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #B0BFEC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px;
	margin: 0px;
	border-right: 2px solid #5A82D3;
	border-left: 2px solid #5A82D3;
	border-top-style: none;
}
#sidebar1 p {
	border: 1px solid #98ACE7;
	padding: 3px;
	font-size: 12px;
}

#header #qquote {
	height: 133px;
	width: 230px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	margin-top: 28px;
	margin-left: 758px;
	background-image: url(images/quotebg.png);
	background-repeat: no-repeat;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1B3467;
	text-decoration: none;
	margin: 8px 0px 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
	float: right;
} 
.twoColFixRtHdr #banner {
	height: 202px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7193D9;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background-image: url(images/banner_bg.png);
	background-repeat: repeat-x;
}
#banner .bannercontent {
	width: 440px;
	float: right;
	margin-top: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#banner .bannercontent b {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#banner .bannercontent p {
	background-image: url(images/banner_arrow.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}
.twoColFixRtHdr #footer {
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#14264B url(images/stars_btm.png) no-repeat right top;
	height: 25px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B0BFEC;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
} 
.twoColFixRtHdr #footer a {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.zeus {
	background-image: url(images/stars_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 2px;
}
.zeusa {
	width: 227px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5A82D3;
}

h2 {
	font-size: 16px;
	color: #1B3467;
}
.zeusa  a {
	color: #14264B;
	text-decoration: none;
	border-top: 2px solid #5A82D3;
	border-right: 2px #5A82D3;
	border-bottom: 2px #5A82D3;
	border-left: 2px #5A82D3;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#mainContent #content a {
	color: #2F55C6;
	text-decoration: none;
}

.navtitle    {
	width: 217px;
	float: left;
	height: 26px;
	background-image: url(images/navtitle.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.home1 {
	width: 243px;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 7px;
}
.home1 .homehead {
	background-image: url(images/contenthead.png);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 8px;
	padding-top: 5px;
	font-size: 14px;
	color: #16284E;
	font-weight: bold;
}
.home1 .homecontent {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top: none;
	border-right: 2px solid #5C83D4;
	border-bottom: none;
	border-left: 2px solid #5C83D4;
	padding-left: 5px;
	padding-right: 5px;
	height: 250px;
}
.home1 .homefoot {
	background-image: url(images/contentfoot.png);
	height: 23px;
	padding-left: 25px;
	padding-top: 5px;
}
#qq {
	padding: 0px;
	margin-top: 26px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#qq #name {
	width: 93px;
	margin: 0px 0px 2px;
	background-color: #C8D2F0;
	border-top: 1px none #9CB4E4;
	border-right: 1px none #9CB4E4;
	border-bottom: 1px solid #7193D9;
	border-left: 1px none #9CB4E4;
	background-image: url(images/qqname.png);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 8px;
	height: 13px;
	color: #1F3C76;
}
#qq #comments {
	width: 192px;
	margin: 2px 0px 0px;
	height: 16px;
	background-image: url(images/qqcomments.png);
	background-repeat: no-repeat;
	padding-top: 9px;
	font-size: 10px;
	color: #1F3C76;
	border-top: 1px none #9CB4E4;
	border-right: 1px none #9CB4E4;
	border-bottom: 1px solid #7193D9;
	border-left: 1px none #9CB4E4;
	background-color: #C8D2F0;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}
#qq  #phone {
	width: 93px;
	margin: 0px 0px 2px;
	background-color: #C8D2F0;
	border-top: 1px none #9CB4E4;
	border-right: 1px none #9CB4E4;
	border-bottom: 1px solid #7193D9;
	border-left: 1px none #9CB4E4;
	background-image: url(images/qqphone.png);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 8px;
	height: 13px;
	color: #1F3C76;
}
#qq #spam {
	width: 93px;
	margin: 0px 0px 2px;
	background-color: #C8D2F0;
	border-top: 1px none #9CB4E4;
	border-right: 1px none #9CB4E4;
	border-bottom: 1px solid #7193D9;
	border-left: 1px none #9CB4E4;
	background-image: url(images/qqspam.png);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 8px;
	height: 13px;
	color: #1F3C76;
}
#qq #services {
	width: 93px;
	margin: 0px 0px 2px;
	background-color: #C8D2F0;
	border-top: 1px none #9CB4E4;
	border-right: 1px none #9CB4E4;
	border-bottom: 1px solid #7193D9;
	border-left: 1px none #9CB4E4;
	background-image: url(images/qqservices.png);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 8px;
	height: 13px;
	color: #1F3C76;
}
.h2clone {
	font-size: 16px;
	color: #009966;
	font-weight: bold;
}
.largefont {
	font-size: 16px;
	font-weight: bold;
	color: #5A82D3;
}
.subtext {
	padding: 10px;
	border: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	color: #333333;
	line-height: 20px;
	width: 460px;
}
.contactform {
	padding: 25px 10px 10px;
	border: 1px solid #CCCCCC;
}
.contactform label {
	float: left;
	width: 250px;
	margin-left: 100px;
}
.contactform input, textarea{
	width: 250px;
	margin-bottom: 5px;
}
.contactform select{
	width: 255px;
	margin-bottom: 5px;
}
.contactform #submitbutton{
	margin-left: 350px;
	margin-top: 5px;
	width: 90px;
}
.contactform .errors {
	color: #FF0000;
	margin-left: 100px;
}
.contactform .captcha {
	margin-left: 163px;
}

.contactform legend {
	margin-right: 10px;
	margin-left: 10px;
}

.contactform br{
clear: left;
}
#content h1 {
	margin-bottom: 15px;
}
#content img {
	margin-top: 15px;
}
.subtextalt {
	padding: 10px;
	border: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	color: #333333;
	line-height: 20px;
}
#imgcont {
	background-image: url(images/medbill.png);
	height: 350px;
	width: 250px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 15px;
}
