/*@charset "utf-8";*/
/* CSS Document */



/********************************
***          General          ***
*********************************/

body 
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background-color: #2d4f58;*/
	background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    background-image: url(../images/body_gradient.jpg);
    background-repeat: repeat-x;
}
p 
{
	margin: 0px;
}
p.aboutContent 
{
	margin-top: 7px;
	margin-bottom: 7px;
}
p.quotationContent
{
    margin: 25px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}
p.aboutContent2 
{
	margin-top: 10px;
	margin-bottom: 12px;
}
p.aboutContent3 
{
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}
p.medicareContent 
{
	margin-top: 10px;
	margin-bottom: 12px;
	padding-left: 15px;
}

p.medicareContent a:link,
p.medicareContent a:visited,
p.medicareContent a:active
{    
    text-decoration: none;   
    color: #ffffff;   
}
p.medicareContent a:hover
{
    color: #739EA9;
    text-decoration: none; 
}

a:link,
a:visited,
a:active
{    
    text-decoration: none;   
    color: #4f808c;   
}
a:hover
{
    color: #739ea9;
    text-decoration: none; 
}
a.locateLink:link,
a.locateLink:visited,
a.locateLink:active
{
	font-size: 16px;
	color: red;
	font-weight: normal;
	text-decoration: none;
}
a.searchLink:link,
a.searchLink:visited,
a.searchLink:active
{
	font-size: 20px;
	color: #C40E41;
	font-weight: normal;
	text-decoration: none;
}
a.boldLink:link,
a.boldLink:visited,
a.boldLink:active
{    
    text-decoration: underline;   
    color: #4f808c;
    font-size: 11px;
    font-weight: bold;   
}
a.boldLink:hover
{
    color: #739ea9;
    text-decoration: none; 
}
a.contactLink:link,
a.contactLink:visited,
a.contactLink:active
{    
    text-decoration: none;   
    color: #cccccc;
    font-size: 11px;
    font-weight: bold;   
}
a.contactLink:hover
{
    color: #666666;
    text-decoration: none; 
}
a.adapLink:link,
a.adapLink:visited,
a.adapLink:active
{    
    text-decoration: none;   
    color: #ffffff;
   
}
a.adapLink:hover
{
    text-decoration: underline; 
}
.blueFont 
{
	color: #194898;
}

/********************************
***        Header Styles      ***
*********************************/

h1.contentContainer_style1 
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
h1.contentContainer_style2 
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
h1.contentContainer_style3 
{
	background-color: #ffffff;
	font-size: 18px; 
	position: relative; 
	float: left; 
	top: 4px; 
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding-right: 10px;
}
h1.contentContainer_style4 
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
h2.contentContainer_style1 
{
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.headerContainer 
{
	border-bottom: 1px solid #194898;
	width: 595px;
}
.headerBorder 
{
	border-bottom: 1px solid #194898;
	width: 405px;
}
.redDot 
{
	position: relative;
	float: right;
	top: 22px;
	right: -7px;
	padding-left: 5px;
	background-color: white;
}

/********************************
***        Base Layout        ***
*********************************/

.baseContainer 
{
    width: 900px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-image: url(/stylelibrary/images/baseContainerBackground.gif);
    background-repeat: repeat-y;
    background-color: #ffffff;
}

.mainContainer 
{
	width: 100%;
}

.top 
{
	margin-bottom: 0px;
	width: 900px;
	height: 302px;
	background-image: url(../images/top_banner_gradient.jpg);
	background-repeat: repeat-x;
}
.topImage
{
	margin-bottom: 0px;
	width: 810px;
	height: 255px;
	background-image: url(../images/community_img1.jpg);
	float: left;
    margin-left: 45px;
    margin-top: 46px;
}
*html .topImage
{
    margin-left: 23px;
}
.topBannerImageStyle
{
    float: left;
    margin-left: 45px;
    margin-top: 46px;
}
.splashContent
{
    position: relative;
    width: 370px;
    top: 110px;
    left: 380px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}


/********************************
***          Header           ***
*********************************/

.header 
{
	position: relative;
	right: 35px;
	top: -285px;
	float: right;
	z-index:1;
}

.headerLinks 
{
    font-size: 12px;
	text-align: right;
}
.headerLinks a:link,
.headerLinks a:visited,
.headerLinks a:active
{
    padding-right: 14px;
    /*color: #777777;*/
	color: #ffffff;
	text-decoration: none;
}
.headerLinks a:hover
{
    color: #9d9d9d;    
}

.headerLinkSelected 
{
    font-weight: bold;
}

/********************************
***      Main Navigation      ***
*********************************/

.mainNavigation 
{
	/*margin-left: -100px;*/
	padding: 0px;
	margin: 0px;
	width: 792px;
}
.mainNavigation li 
{
	list-style-type: none;
	float: left;
	width: 131px;
	height: 30px;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: -6px;
	text-align: center;
	vertical-align: middle;
}
.mainNavigation li a 
{
	width: 131px;
	height: 24px;
	float: left;
	margin-top: -6px;
	padding-top: 6px;
	background-image: url(../images/main_nav.jpg);
	background-repeat: no-repeat;
}

.mainNavigation li a:link, 
.mainNavigation li a:visited, 
.mainNavigation li a:active 
{
	color: #194898;
}

.mainNavigation li:hover a 
{
	background-image: url(../images/main_nav_RO.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}
.mainNavigation li a:hover 
{
	background-image: url(../images/main_nav_RO.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}

/********************************
***      Sub Navigation       ***
*********************************/

.navigationContainer 
{
	clear: both;
	width: 165px;
	background-color: #E1E9F4;
	float: left;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 10px;
	border: solid;
	border-width: 1px;
}
* html .navigationContainer 
{
	padding-bottom: 5px;
}
*:first-child+html .navigationContainer
 {
	padding-bottom: 5px;
}
.subNavigationContainer 
{
	list-style-type: none;	
	background-color: #748EB3;
	color: #ffffff;
	font-size: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 0.5em;
	float: left;
}
* html .subNavigationContainer 
{
	text-indent: 0em;
	padding: 3px;
}
*:first-child+html .subNavigationContainer 
{
	text-indent: 0em;
	padding: 3px;
}

.subNavigationContainer li 
{
	float: left;
}
.subNavigationContainer li a 
{
	width: 145px;
	float: left;
	text-indent: -1px;
	margin-left: 5px;
}
* html .subNavigationContainer li a 
{
	width: 155px;
}
.subNavigationContainer li:hover 
{
	background-color: #194898;
}
.subNavigationContainer a:hover 
{
	background-color: #194898;
}
.subNavigationContainer li a:link, 
.subNavigationContainer li a:visited, 
.subNavigationContainer li a:active 
{
	color: #ffffff;
}

.navigationHeader {
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/********************************
***        Content Area       ***
*********************************/

.contentHome 
{
    width: 790px;
	margin-left: 55px;
	margin-top: -1px;
	padding-bottom: 10px;
	position: relative;
	float: left;
	
	background-color: #ffffff;
	
}
* html .contentHome 
{
	margin-left: 28px;
}
.contentHomeContainer 
{
    
    width: 900px; 
    float: left;
    margin-top: -14px;
    background-image: url(../images/nav_gradient.jpg);
    background-repeat: repeat-x;   
}
.columnContainerOne 
{
	position: relative; 
	float: left; 
	width: 405px;
	padding-right: 10px;
}
* html .columnContainerOne
{
    padding-right: 2px;
}
.columnContainerTwo 
{
	position: relative; 
	float: left; 
	width: 180px;
	margin-left: 14px;
	/*background-color: blue;*/
}
*html .columnContainerTwo
{
    width: 175px;
    margin-left: 12px;
}
.contentContainerOne 
{
	
	width: 410px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
	margin-right: 0px;
}
* html .contentContainerOne 
{
	margin-left: 5px;
}
.contentContainerTwo 
{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
}
* html .contentContainerTwo_style2 
{
	/*margin-left: 5px;*/
}
.contentContainerTwo 
{
	position: absolute;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 10px;
	
}
* html .contentContainerTwo 
{
	/*margin-left: 5px;*/
}
.contentContainerThree 
{
	position: relative;
	width: 595px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 10px;
}
.contentContainerFour 
{
	
	width: 410px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
	margin-right: 0px;
}

.contentContainerFive
{
	width: 405px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
	margin-right: 0px;
}
*html .contentContainerFive
{
    margin-left: 5px;
}
.locateSection1_default 
{
	width: 135px;
	height: auto;
	float: left;
	
	background-image:url(../images/text_one.png);
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: gray;*/
}
.locateSection2_default
 {
	width: 135px;
	height: 115px;
	float: left;
	background-image:url(../images/text_two.png);
	background-position:center;
	background-repeat: no-repeat;
}
.locateSection3_default 
{
	width: 135px;
	height: 115px;
	float: left;
	background-image:url(../images/text_three.png);
	background-position:center;
	background-repeat: no-repeat;
}
.locateSection1 
{
	float: left;
	margin-bottom: 10px;
	/*background-image:url(../images/text_one.png);
	background-position:center;
	background-repeat: no-repeat;*/
	/*background-color: gray;*/
}
.locateSection2
 {
	height: 115px;
	float: left;
	/*background-image:url(../images/text_two.png);
	background-position:center;
	background-repeat: no-repeat;*/
}
.locateSection3 
{
	position: relative;
	height: 115px;
	float: left;
	/*background-image:url(../images/text_three.png);
	background-position:center;
	background-repeat: no-repeat;*/
	
}
.locateSection4 
{
	height: 115px;
	float: left;
	/*background-image:url(../images/text_four.png);
	background-position:center;
	background-repeat: no-repeat;*/
}
.locateSectionContent 
{
	width: 180px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.locateSectionContent_default 
{
	width: 100px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.joinCareSection1 
{
	width: 595px;
	height: auto;
	min-height: 95px;
	float: left;
	background-image:url(../images/text_one.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
}
* html .joinCareSection1
 {
	min-height: 95px;
	height: auto !important;
	height: 95px;
}
.joinCareSection2 
{
	width: 595px;
	height: auto;
	min-height: 95px;
	float: left;
	background-image:url(../images/text_two.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
* html .joinCareSection2 
{
	min-height: 95px;
	height: auto !important;
	height: 95px;
}
.joinCareSection3 
{
	width: 595px;
	height: auto;
	min-height: 95px;
	float: left;
	background-image:url(../images/text_three.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
* html .joinCareSection3
 {
	min-height: 95px;
	height: auto !important;
	height: 95px;
}

.joinCareSection4 
{
	width: 595px;
	height: auto;
	min-height: 95px;
	float: left;
	background-image:url(../images/text_four.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
* html .joinCareSection4
 {
	min-height: 95px;
	height: auto !important;
	height: 95px;
}

.newsHeader
 {
	background-color: #748EB3;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 176px;
}
.callOutBoxOne 
{
	width: 166px;
	height: 60px;
	/*background-color: #748EB3;*/
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;
	padding-bottom: -10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #ffffff;
	background-image: url(../images/search_background.jpg);
	background-repeat: no-repeat;
	
}
.callOutBoxTwo 
{
	width: 176px;
	height: 60px;
	/*background-color: #748EB3;*/
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	position: relative;
}
.callOutBoxThree
 {
	background-color: #748EB3;
	color: #ffffff;
	font-size: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	width: 595px;
}
.callOutBoxFour 
{
	clear: both;
	width: 595px;
	background-color: #E1E9F4;
	float: left;
	position: relative;
	margin-top: 10px;
	padding-bottom: 20px;
}
.callOutBoxFive 
{
	clear: both;
	width: 595px;
	background-color: #ffffff;
	float: left;
	position: relative;
	margin-top: 10px;
	padding-bottom: 0px;
	border: 1px solid #000000;
}
.calendarContainer
{
    margin-top: 10px; 
    margin-left: 0px;
    float: left;
    
}
.calendarStyle
{
    width: 175px;
}
ul.tabNavigation 
{
    list-style-type: none;
    float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px; 
}
ul.tabNavigation li
 {
    float: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	border-color: #194898;
	margin-right: 10px;
	
}

.tabContainer
 {
	width: 595px; 
	clear: both;
	background-color: #194898;
	color: #ffffff;
	float: left;
	padding-top: 5px;
}

.tabButton
 {
	border: none;
	background-color: transparent;
	width: 85px;
	font-size: 11px;
}

.iframeContent
{
    width: 590px;
    height: 300px;
    margin-top: 10px;
    border: 1px gray solid;
}

/********************************
***       Form Fields         ***
*********************************/

.formResponseText
{
    margin-left: 10px;
    margin-top: 15px;
    color: Red;
}
.formResponseText2
{
    margin-left: 15px;
    margin-top: 10px;
    float: left;
    color: Red;
}
.submitButton
{
    margin-left: 8px; 
    margin-top: 15px;
}
.locateFormContainer 
{
	margin-top: 0px;
}
.locateInputBox1 
{
	height: 12px; 
	width: 100px;
	font-size: 10px;
	margin-top: 7px; 
	margin-left: 15px;
}
.locateInputBox2 
{
	height: 17px; 
	width: 104px;
	font-size: 10px;
	margin-top: 5px; 
	margin-left: 15px;
}
.locateInputBox3 
{
	height: 17px; 
	width: 50px;
	font-size: 10px;
	margin-top: 5px; 
	margin-left: 15px;
}
.locateInputBox4 
{
	height: 17px; 
	width: 250px;
	font-size: 10px;
	margin-top: 7px; 
	margin-left: 15px;
}
.locateInputBox4_a
{
	height: 17px; 
	width: 250px;
	font-size: 10px;
	margin-top: 7px; 
	margin-left: 0px;
}
.imageButtonStyle
{
    position: absolute;
    margin-top: 7px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.locateInputBox5 
{
	height: 17px; 
	width: 105px;
	font-size: 10px;
	margin-top: 7px; 
	margin-left: 8px;
}
.locateInputBox6 
{
	height: 12px; 
	width: 200px;
	font-size: 10px;
	margin-top: 7px; 
	margin-left: 8px;
	float: left;
}
.locateInputBox7 
{
	height: 100px; 
	width: 200px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 7px; 
	margin-left: 8px;
	float: left;
}
.formLabels
 {
	margin-top: 12px;
	margin-bottom: 11px;
	margin-left: 3px;
}
ul.formLabelsList 
{
	margin-left: -30px;
	margin-top: 0px;
}
*:first-child+html ul.formLabelsList
 {
	margin-left: 5px;
	margin-top: 0px;
}
* html ul.formLabelsList
 {
	margin-left: 5px;
	margin-top: 0px;
}
.formLabelsList li 
{
	list-style-type: none;
	width: 400px;
	float: left;
	clear: both;
    margin-bottom: 5px;
}
.newsList 
{
	clear: both;
	list-style-type: none;	
	font-size: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 0.1em;
	width: 176px;
}
.newsList li
{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #194898;
}
* html .newsList li
{
    margin-left: 0px;
}
.eventContainer
{
    border: solid 1px #4D4D4D; 
    margin-bottom: 15px;
    padding: 0px;
}
.eventHeader
{
    width: 580px;
    background-color: #748EB3;
    padding: 5px;
    color: #ffffff;
}
.eventContent
{
    width: 580px;
    background-color: #E1E9F4;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}
.eventFooter
{
    width: 580px;
    background-color: #cccccc;
    padding: 5px;
}
.eventFooter2
{
    width: 580px;
    background-color: gray;
    padding: 5px;
    color: #ffffff;
}
.eventFooter2 a:link,
.eventFooter2 a:visited,
.eventFooter2 a:active
{    
    text-decoration: none;   
    color: #ffffff;   
}
.eventFooter2 a:hover
{
    color: #cccccc;
    text-decoration: none; 
}
.eventHeader2
{
    width: 583px;
    background-color: #194898;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    float: left;
}
.eventHeader2 a:link,
.eventHeader2 a:visited,
.eventHeader2 a:active
{    
    text-decoration: none;   
    color: #ffffff;   
}
.eventHeader2 a:hover
{
    color: #cccccc;
    text-decoration: none; 
}
.editInputTextBox
{
	height: 17px; 
	width: 300px;
}
.editInputLargeTextBox
{
    width: 500px;
    height: 200px;
}

.tableHeader
{
    background-color: #194898;
    color: #ffffff;
}
.tableColumn
{
    border: solid 1px #cccccc; 
    padding: 10px;
}

.siteMap
{
    list-style-type: disc;
}

/********************************
***           Footer          ***
*********************************/

.footer 
{
    clear: both;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
    background-color: #E1E9F4;
	color: #000000;
	text-align: center;
}

.footerLinks
 {
    width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 8px;
	float: left;
}
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active
{
    color: #000000;
    text-decoration: none;
}
.footerLinks a:hover
{
    color: red;
    text-decoration: none;
}

.footerCopyright 
{
	clear: both;
    width: 100%;
	font-size: 7pt;        
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
    text-align: center;    
	background-color: #084693;
}
