﻿
*{margin:0; padding:0;}
html { min-height: 100%; margin-bottom: 1px; background-color:#ccc; }  /* FireFox Page-Shift Fix */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:10px;
	color: #4a4a4a;
	background-color:#cccccc;
}
.clear{clear:both;}
.float_left{float:left;}
.float_right{float:right;}
.left_align{text-align:left;}
.right_align{text-align:right;}
.center {text-align: center;}

img{border:0px none;}

a{	color:#7A929E;}
a:hover{ text-decoration:none; color:#4d4d4d;}

/* ie6 fix */
span
{
	zoom:1;
}

.dotted_divider
{
	background-color:transparent;
	color:#fff;
	border:0px none;
	border-top:1px dashed #ccc;
	padding-bottom:8px;
	margin-top:8px;
	clear:both;
	display:none;
}

.left_block
{
	float:left;
	display:block;
}
.right_block
{
	float:right;
	display:block;
}

.img_left
{
	float:left;
	margin:0px 10px 10px 0px;
}
.img_right
{
	float:right;
	margin:0px 0px 10px 10px;
}


.top_left
{
	float:left;
	background-image:url(../images/corner_top_left_white.gif);
	padding:6px;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:0px;
	left:0px;
}
.top_right
{
	float:right;
	background-image:url(../images/corner_top_right_white.gif);
	height:12px;
	width:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
	top:0px;
	right:0px;
}

.bottom_left
{
	float:left;
	background-image:url(../images/corner_bottom_left_white.gif);
	height:12px;
	width:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	bottom:0px;
	left:0px;
}
.bottom_right
{
	float:right;
	background-image:url(../images/corner_bottom_right_white.gif);
	padding:6px;
	background-repeat:no-repeat;
	background-position:bottom right;
	position:absolute;
	bottom:0px;
	right:0px;
}

.small_block
{
	width:44%;
	float:left;
	height:85px;
	display:block;
	margin:5px;
	background-color:#F1F3F5;
	padding:5px;
}
.small_block img
{
	/*width:68px;*/
}
.small_block a
{
	margin-top:8px;
	text-decoration:underline;
}
.small_block .button_stretch
{
	margin-top:8px;
	text-decoration:none;
}

.hidden
{
	display:none;
}

.TODO
{
	color:#f30000;
}


.arrow
{
	background-image:url(../images/link_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}

.wrapper{
	width:940px;
	border:7px solid #bfbfbf;
	margin:0 auto;
	background-color:#fff;
	padding:10px;
	padding-bottom:0;
	border-bottom:0px none;
}
.content_wrapper
{
	background-image:url(/images/bg_content.gif);
	background-repeat:repeat-x;
	background-color:#F7F7F7;
}


.r1_l
{
	width:100%;	
}
.header
{
	background-color:#e7e7e7;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;	
	height:87px;																			
}
.header_right
{
	background-image:url(../images/bg_header_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:22px;
	float:right;
}
.header_logo
{
	padding:0;
	display:block;
	width:138px;
	float:left;
}

.header_slogan
{
	display:block;
	float:left;
	padding-top:32px;
	font-weight:bold;
	color:#6c005f;
}

.row_wrapper{
	float:left;
	width:100%;
}
.r3_lll{
	/*width:100%;*/
	clear: both;
}
.r3_lll .c1{
	margin: 0 34%;
	zoom:1;
}
.r3_lll .c2{
	float:left;
	width:33%;
	margin-right:1%;
	margin-left:-100%;
	display:block;
}
.r3_lll .c3{
	float:left;
	width:33%;
	margin-left:-33%;
}

.r2_fl .row_wrapper{
	float:right;
	width:100%;
	margin-left:-317px;
}
.r2_fl .c1 {
	background-color:#FFFFFF;
	background-image:url(/images/content_bg.gif);
	background-repeat:no-repeat;
	margin-left:317px;
	padding:10px;
	width:590px;
}
.r2_fl .c2 {
	float:left;
	width:298px;
	padding-left:7px;
}

/*** 3 COL LAYOUT ***/

.r3_flf .row_wrapper{
	float:left;
	width:100%;
}
.r3_flf {
	width:100%;
	clear: both;
	margin-top:10px;
}
.r3_flf .c1 {
	margin: 0 175px 0 200px;
	padding: 0px 10px;
}
.r3_flf .c2 {
	float:left;
	width:200px;
	margin-left:-100%;
	display:block;
}
.r3_flf .c3 {
	float:left;
	width:175px;
	margin-left:-175px;
}

/*** footer ***/
.footer
{
	clear:both;
	/*padding-top:25px;	*/
}
.footer p
{	
	font-size:0.9em;
	padding-bottom:10px;
}
.footer .footer_links
{
	margin:0;
	padding:10px 20px 20px;
	clear:both;
	text-align:right;
	background-color:#bbbbbb;
	color:#7a7a7a;
	font-size:0.9em;
}
.footer .footer_links ul
{
	list-style-type:none;
	width:auto;
	float:left;
	margin-left:5px;
	margin-bottom:0;
}
.footer .footer_links ul li
{
	display:inline;
	padding-right:10px;
}
.footer .footer_links a
{
	text-decoration:none;
	color:#7a7a7a;
}
.footer .footer_links a:hover
{
	text-decoration:underline;
}
.footer .footer_links a img
{
	vertical-align:middle;
}

a.senior_footer
{
	display:block;
	float:right;
	width:66px;
	height:11px;
	overflow:hidden;
	background-image:url(/images/senior_footer_link.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding:0;
}
a.senior_footer:hover
{
	background-position:left -11px;
}



/*** COMMON TYPOGRAPHY ***/

h1 
{
    /*color: #fff;
    background-color:#AFBDC5;*/
    color:#E51A80;
    font-size: 1.4em;
    margin: 0 0px 10px 0px;
    padding:5px 0px;
    letter-spacing:-0.05em;border-bottom:1px dashed #B7C4CA;
    }
 
p {
    margin: 0;
}

.c1 p
{
	font-size:1.15em;
	padding-bottom:8px;
}

ul, ol {

    margin: 0 0 1em 25px;
}

h2 {
    font-size: 1.1em;
    margin: 0;
    padding:5px 0 5px 0;
    letter-spacing:0px;
}

h3 {
    font-size: 1em;
    padding: 4px 0;
    margin:0;
}

h4 
{
}
.c2 h4{
    background-color: #a9b8c0;
    background-image:url(/images/c2_header.gif);
	background-repeat: repeat-x;
	background-position: top left;
    padding: 5px 10px;
    margin-top: 0;
    color: #FFFFFF;
    font-size: 1.2em;
}

/*** WYSIWYG TYPE ***/

.mainContentTextSection h1
{
	font-size:1.3em;
	margin:0;
	color:#E51A80;
}
.mainContentTextSection h2
{
	font-size:1.2em;
	color:#E51A80;
	margin:0;
}
.mainContentTextSection h3
{
	font-size:1.1em;
	margin:0;
}
.mainContentTextSection h4
{
	font-size:1.1em;
	margin:0;
	color:#E51A80;
}
.mainContentTextSection h5
{
	font-size:1em;
	margin:0;
	padding:5px;
}


a, a:visited, a:active {
    color: #233843;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


.plain_list
{
	padding-top:5px;
}
.plain_list li
{
	list-style-type:circle;
	margin-left:15px;
	padding-left:0px;
	padding-bottom:3px;
	border-bottom:0px none;
}
.panel .plain_list li
{
	border:0px none;
}

.content_table
{
	margin-bottom:10px;
}
.content_table th
{
	padding:3px;
	font-weight:bold;
	background-color:#B7C4CA;
	color:#fff;
	border:1px solid #B7C4CA;
	margin:1px;
}
.content_table td
{
	padding:3px;
	border:1px solid #B7C4CA;
	margin:1px;
}

.simple_list
{
	margin-left:0px;
	width:100%;
}
.simple_list li
{
	list-style-type:none;
	display:block;	
	padding-bottom:5px;
	padding-top:5px;
	width:100%;
	border-bottom:1px dotted #B7C4CA;
}
.simple_list li a
{
	margin:0;
	padding-left:5px;
	display:block;
}


.detail_block
{
	background-color:#e6eaec;
	margin-bottom:5px;
	position:relative;
	width:100%;
}
.detail_block_padding
{
	padding:10px 10px 10px 10px;
}
.detail_block ul
{
	margin:0;
	list-style-type:none;
}
.detail_block ul li
{
	clear:both;
}
.detail_block ul li strong
{
	width:30%;
	float:left;
	display:block;
}
.detail_block ul li span
{
	width:70%;
	float:left;
	display:block;
	padding-bottom:5px;
}
.detail_block ul li strong span
{
	width:auto;
	float:none;
	display:inline;
	padding-bottom:0px;
}

.innerfade p
{
	padding:8px 0px 0px 0px;
	margin:0;
	clear:both;
}
.innerfade a
{
	padding:0px 0px 0px 0px;
	margin:0;
	clear:both;
	display:block;
}
.innerfade br
{
	display:none;
}

.fader a
{
	border-bottom:1px dashed #CCCCCC;
	color:#E51A80;
	display:block;
	float:right;
	margin-bottom:9px;
	padding:6px 0 2px;
	text-align:right;
	text-decoration:none;
	text-transform:capitalize;
	width:100%;
}

.deets strong{
	display:inline-block;
	width:150px;
	padding:3px;
	zoom: 1;
	*display: inline;
	vertical-align:middle;
}
.deets input{
	display:inline-block;
	width:250px;
	padding:3px;
	margin-bottom:5px;
	zoom: 1;
	*display: inline;
	vertical-align:middle;
}
