body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: "Arial", "Verdana";
	font-size: 13px;
	color: #333;
}

img {border: 0; padding: 0; margin: 0;}

p { margin: 0; padding: 10px 0; font-size: 16px;}
p span{}

form {padding-top: 0; margin-top: 0;}
input, textarea {font-size: 12px; color: #333; padding-left: 5px; font-family: "Arial", "Verdana";}

blockquote {	padding: 0; margin: 5px 20px; line-height: 18px;}
hr {	color: #FFF;	border: 0;	border-top: 1px solid #998F91;	margin: 10px 0;}
td, th { font-size: 16px; font-family: "Arial", "Verdana"; vertical-align: top;}
form td, form th { font-size: 12px; padding: 5px 0; vertical-align: top;}

a {color: #069;	background: none; text-decoration: none;}
a:hover, a.actived {background: none; text-decoration: underline;}

h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
h1 {	color: #064D9F;	font-size: 17px;	font-weight: normal;	text-transform: uppercase;	padding: 10px 0; border-bottom: 1px dotted  #333;}
h1 span { color: #333;}
h2 {	font-size: 17px;line-height: 20px; font-weight: normal; padding: 10px 0; }
h3 {	font-size: 15px;line-height: 20px; font-weight: bold; padding: 10px 0; }


#areaContainer {
	width: 1000px;
	margin: 0 auto;
}

#areaHeader {
	height: 99px;
}
#areaHeader .logo {
	float: left;
}
#areaHeader .menus {
	float: right;
	font-size: 10px;
	padding: 55px 20px 0 0;
}
#areaHeader .menus a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	padding: 0 5px;
}
#areaHeader .menus a.actived {
	font-weight: bold;
	color: #064D9F;
}

#areaFooter {
	font-size: 10px;
	padding: 15px;
	text-transform: uppercase;
}
#areaFooter .menus {
	float: right;
}
#areaFooter .menus a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	padding: 0 5px;
}
#areaFooter .menus a.actived {
	font-weight: bold;
	color: #064D9F;
}

#areaMenus {
	height: 30px;
	border-bottom: 1px solid #FFF;
}
#areaMenus ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: -1px;
}
#areaMenus ul li {
	float: left;
	display: block;
	width: 20%;
}
#areaMenus ul li a {
	display: block;
	text-align: center;
	background-color: #064D9F;
	color: #CCC;
	padding-top: 8px;
	height: 22px;
	text-transform: uppercase;
	font-family: "Verdana";
	font-size: 12px;
	border-right: 1px solid #FFF;
}
#areaMenus ul li a:hover, #areaMenus ul li:hover a, #areaMenus ul li.actived a {
	text-decoration: none;
	background-image: URL("../_images/menu-hover.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}

#areaBody {
	border: 4px solid #9E9E9E;
	background-image: URL("../_images/body-center.png");
	background-repeat: repeat-y;
	background-position: center top;
}
#areaBodyBottom {
	background-image: URL("../_images/body-bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#areaBodyTop {
	background-image: URL("../_images/body-top.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.clear {
	line-height: 1px;
	clear: both;
}

#areaMainColumn {
	float: left;
	width: 535px;
	padding: 20px 46px 100px 55px;
}

#areaRightColumn {
	float: right;
	width: 346px;
	padding: 20px 0 30px 0;
}

.home #areaRightColumn {
	padding-top: 30px;
}

#Testimonials {
	display: none;
}

.testimonials {
	margin-top: 40px;
	padding: 20px 0 30px 30px;
	margin-right: 50px;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
/*	border-top: 1px solid #FFF;
*/}


.rightMenus {
	border-top: 3px solid #FFF;
	margin: 0;
	padding: 0 50px 0 0;
	list-style-type: none;
}
.rightMenus li:hover {
	background-image: URL("../_images/right-menus-arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.rightMenus li a {
	display: block;
	padding: 15px 0 15px 30px;
	background-image: URL("../_images/right-menus-bottom.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "Verdana";
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}
.rightMenus li a:hover {
	text-decoration: none;
	background-image: URL("../_images/right-menus-bottom-hover.png");
	color: #064D9F;
}

.homeRight {
	padding: 0 35px 30px 30px;
	font-size: 15px;
	line-height: 20px;
}

.faq-link {
	display: block;
	color: #FFF;
	background-color: #064D9F;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.faq-link:hover {
	color: #FFF;
	background-color: #064D9F;
	text-decoration: none;
}

.buttonsmall {
	background-color: #064D9F;
	border: 2px solid #999;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 15px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buttonsmall:hover {
	background-color: #064D9F;
	text-decoration: none;
}

.redstar {
	color: #F66;
}

table.findProgram {
	border-collapse: collapse;
 }

 table.findProgram th{
	background-color: #89ADCE;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #000;
}

table.findProgram td{
	border: 1px solid #000;
	padding: 5px 10px 5px 5px;
	line-height: 15px;
	font-size: 11px;
}

table.findProgram tr.bglight td{
	background-color: #E9ECED;
}

table.spaceRight td {
	padding-right: 30px;
	line-height: 18px;
}

table.spaceRight p {
	width: 100%;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#CCC;
	margin: 8px 13px 0 13px;
}

table.spaceRight p.cats {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight:bold;
	background-color:#BDBDBD;
	padding: 0;
	margin: 8px 13px 5px 0;
}


.spaceRight a {
	display: block;
	color: #094FA1;
	font-size: 12px;
	font-weight: bold;
	background-image: URL("../_images/arrow_blue.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 12px;
	margin: 0 0 0 0;
}

.spaceRight a:hover {
	background-image: URL("../_images/arrow_blue.gif");
	text-decoration: underline;
	background-repeat: no-repeat;
}

.spaceRight a.morelist {
	background: none;
	color: #269;
	font-size: 12px;
	padding: 0;
	display: block;
	margin: 0 0 0 0px;
	text-align: right;
	font-weight: bold;
}

table.sortable thead {
    cursor: pointer;
}
table.sortable thead .sorttable_nosort {
    cursor: default;
}

table.listProgram td {
	line-height: 18px;
	padding: 3px 0;
	font-size: 11px;
}

.homeTable td {
	color: #006699;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}
.drop-shadow {
	background-image: URL("../_images/drop-shadow.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 10px 10px 1px;
	width: 50px;
	height: 50px;
}
.insurance-name {

}
.insurance-list {
	margin-top: 5px;
	width: 180px;
	color: #666;
	font-size: 11px;
}

.tableForm td {
	padding-right: 15px;
}
.tableForm input, .tableForm textarea, .tableForm select {
	margin-top: 5px;
}

.popUpWrap {
	position:fixed;
	top:250px;
	width:526px;
	min-height:100px;
	border:3px solid #999;
	background-color:#f1f5fa;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
}
.popUpContent {
	padding:10px;	
}

.popUpWrap a {
	font-size:10px;
	padding:0 10px;	
}

.popUpWrap p {
	text-align:right;
}

.popUpWrap .popUpContent p {
	text-align:left;
}

