body {
	font-size:12px;
	font-family:Tahoma, Arial, sans-serif;
	color:#333333;
	text-align: center;
	margin: 0 auto;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.globalNav_dropdown {
	background-color: #d15838;
}

.dropdown_heading,
.dropdown_col p {
	color: #e9d99e !important;
}

.dropdown_link {
	background-color: #e9d99e;
	color: #7d2d1b !important;
}

.dropdown_col a {
	color: #ffffff !important;
}

#heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#ffffff;
	padding-top:27px;
	padding-bottom:10px;
	padding-left:45px;
}

#news
{
	border-top:1px solid #a8a39f;
	padding-bottom:10px;
}	

#news .title {
	color:#7A2E1F;
	font-size:14px;
	font-weight:bold;
	padding-top:23px;
}

#news .title a{
	color:#7A2E1F;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#news .title a:hover{
	color:#7A2E1F;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#news .date {
	color:#7d2d1b;
	font-size:12px;
	font-style:italic;
}

#news .body {
	line-height:16px;
	padding-top:13px;
	padding-bottom:21px;
}

#welcomescreen {
	float:left;
	width:643px;
	height:318px;
	background-image:url('/images/welcome_background_2white.jpg');
	background-repeat:no-repeat;
}

#welcomescreenright {
	float:left;
	width:321px;
	height:358px;
	background-image:url('/images/myprovidence_background.jpg');
	background-repeat:no-repeat;
}


#main_leftfade {
	background-image:url('/images/fade_left.jpg');
	background-repeat:repeat-x;
	background-position:top right;
}
#main_leftcap {
	background-position:top right;
	width:100%;
	height:900px;
	background-image:url('/images/cap_left.jpg');
	background-repeat:no-repeat;
}
#main_rightfade {
	background-image:url('/images/fade_right.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}
#main_rightcap {
	background-position:top left;
	width:100%;
	height:900px;
	background-image:url('/images/cap_right.jpg');
	background-repeat:no-repeat;
}
#footer_leftfade {
	background-image:url('/images/footer_fade_left.jpg');
	background-repeat:repeat-x;
	background-position:top right;
	background-position:right;
}
#footer_leftcap {
	background-position:top right;
	width:100%;
	height:265px;
	background-image:url('/images/footer_cap_left.jpg');
	background-repeat:no-repeat;
}
#footer_rightfade {
	background-image:url('/images/footer_fade_right.jpg');
	background-repeat:repeat-x;
	background-position:left;
}
#footer_rightcap {
	background-position:top left;
	width:100%;
	height:265px;
	background-image:url('/images/footer_cap_right.jpg');
	background-repeat:no-repeat;
}

#header {
	height:148px;
	background-image:url('/images/header_background.jpg');
	background-repeat:no-repeat;
}

#subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e8deae;
	text-transform: uppercase;
	height:47px;
	padding-left:45px;
	padding-right:30px;
}

#rightcol_feature {
	min-height:180px;
	padding-left:17px;
	padding-right:17px;
	padding-top:20px;
	background-image:url('/images/rightcol_feature_background.jpg');
	background-repeat:no-repeat;
	background-color:#7e2e1b;
}

#navigation {
	margin-Left:13px;
	margin-right:13px;
	margin-top:10px;
	min-height:500px;
}

#navigation ul { 
	padding:0;
	margin:0;
	list-style:none;
	color:#FFFFFF;		
} 

#level1_li {
	margin:0;
	padding:5px;
	text-indent:4px;
	background-image: url(/images/arrow_level1.gif);
	background-repeat: no-repeat;
	background-position:top left;
	list-style:none;
	font-size:11px;
	border-top:1px solid #a8a39f;
}

#level1_li a{
	color:#333333;
	text-decoration:none;
}

#level1_li a:hover{
	color:#7d2d1b;
	text-decoration:none;
}



#level2_li {
	padding:0;
	margin:7px;
	text-indent:9px;
	background-image: url(/images/arrow_level2.gif);
	background-repeat: no-repeat;
	background-position:top left;
	list-style:none;
	font-size:11px;
}

#level2_li a{
	color:#333333;
	text-decoration:none;
}

#level2_li a:hover{
	color:#7d2d1b;
	text-decoration:none;
}


#level3_li {
	margin:7px;
	text-indent:9px;
	padding:0;
	background-image: url(/images/arrow_level3.gif);
	background-repeat: no-repeat;
	background-position:top left;
	list-style:none;
	font-size:11px;
}

#level3_li a{
	color:#333333;
	text-decoration:none;
}

#level3_li a:hover{
	color:#7d2d1b;
	text-decoration:none;
}

#section_header {
	background-image:url('/images/leftcol_header_tile.jpg');
	background-repeat:repeat-y;
}

#section_header_insider {
	padding-bottom:30px;
	font-size:22px;
	color:#ffffff;
	padding-top:28px;
	padding-left:28px;
	padding-right:20px;
	background-position:top center;
	background-image:url('/images/leftcol_header.jpg');
	background-repeat:no-repeat;
}

#pagetitle
{
	background-image:url('/images/pagetitle_background.jpg');
	background-repeat:no-repeat;
}

.feature_title {
	font-size:18px;
	color:#7d2d1b;
}

.subtitle {
	font-size:15px;
	color:#7d2d1b;
	font-weight:bold;
	line-height:18px;
}
/*  link styles  */

a {
	color: #7d2d1b;
	text-decoration: none;
}

a:visited {
	color: #7d2d1b;
	text-decoration: none;
}

a:hover {
	color: #7d2d1b;
	text-decoration: underline;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#ffffff;
	padding-top:24px;
	padding-bottom:10px;
	padding-left:45px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#b49c58;
	line-height:23px;
	margin-top:0px;
    margin-bottom:10px;
	
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#13324b;
	line-height:18px;
	margin-top:0px;
    margin-bottom:5px;	
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#584f44;
	line-height:18px;
	font-style:normal;
	margin-top:0px;
    margin-bottom:5px;	
}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	font-style:normal;
	margin-top:0px;
    margin-bottom:5px;	
}
h6 {
	font-size:12px;
	font-style:italic;
	color:#584f44;
	line-height:18px;
	margin-top:0px;
    margin-bottom:5px;	
	font-weight:normal;	
}


.heading1 {
	font-size:24px;
	color:#b49c58;
	line-height:23px;
}
.heading2 {
	font-size:24px;
	font-weight:bold;
	color:#b49c58;
	line-height:23px;
	margin-top:0px;
    margin-bottom:10px;
}
.heading3 {
	font-size:14px;
	font-weight:bold;
	color:#7d2d1b;
	line-height:18px;
	margin-top:0px;
    margin-bottom:5px;	
}
.heading4 {
	font-size:12px;
	font-weight:bold;
	color:#584f44;
	line-height:18px;
	font-style:normal;
	margin-top:0px;
    margin-bottom:5px;	
}
.heading5 {
	font-size:12px;
	font-style:italic;
	color:#7d2d1b;
	line-height:18px;
}
.heading6 {
	font-size:12px;
	font-style:italic;
	color:#584f44;
	line-height:18px;
}


/*......... Blog ..........*/

.baseColor
{
	color:#7d2d1b;
}