@charset "utf-8";
/* CSS Document */

body, form, h1, h2, h3{
	padding:0;
	margin:0;
}
body{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:19px;
	background-color: #FFFFFF;
}


img{ 
	border:0;
}

p{
	margin:0 0 10px 0;
}

a{
	text-decoration:none;
	color:#b54747;
}

a:hover{
	text-decoration:underline;
}

h2{
	color:#b54747;
	font:bold 14px Arial, Helvetica, sans-serif;
}

#overflow-left{	background:url(images/utilities/left.gif) top right no-repeat; }
#overflow-right{ background:url(images/utilities/right.gif) top left no-repeat #f9f6e1; }

#utilities{ 
	text-align:right;
	padding-right:18px;
	background-color:#b54747
}

#contents{
	vertical-align:top;
	padding:0 30px 50px 30px;
}
	#contents a{
		text-decoration:underline;
		color:#b54747;
	}
	#contents a:hover{
		color:#049cfd;
	}

#cta{
	padding-top:23px;
	vertical-align:top;
	background:url(images/utilities/cta-bg.gif) 0 173px no-repeat #f9f6e1;
}

.footer-container{
	border-top:6px solid #b54747;
	border-bottom:6px solid #b54747;
	font-size:11px;
	line-height:16px;
	padding:6px;
}

	/*Sub Navigation*/
	
	#subNav{	
	}
	
	#subNav ul{
		padding:0;
		margin:0 0 0 42px;
	}
	#subNav li{
		font-size:14px;
		color:#000;
		padding:0;
		margin:0;
		line-height:14px;
		list-style-type: none;
		width:218px;
		background:url(images/utilities/subnav_bg.gif) 0 0 no-repeat;
	}
	
	#subNav li a{
		padding: 5px 10px 9px 12px;
		text-decoration: none;
		display:block;
		color:#000;
		width:196px;
	}
	
	#subNav li a:hover, #subNav li.secondnavcurrent a, #subNav li.secondnavcurrent a:hover, #subNav a.active {
		padding: 5px 10px 9px 12px;
		color:#FFF;
		width:196px;
		background-color:#b54747;	
	}
		#subNav li.thirdnav{
			background:url(images/utilities/subsubnav-bg.gif) top left repeat-y;		
			font:normal 12px Arial, Helvetica, sans-serif;	
		}
		#subNav li.thirdnav a{
			padding: 5px 10px 5px 30px;
			text-decoration: none;
			color:#000;
			width:178px;
			background:url(images/utilities/subsubnav-bg.gif) top left repeat-y;
		}
		#subNav li.thirdnav a:hover, #subNav li.thirdnavcurrent a, #subNav li.thirdnavcurrent a:hover{
			font:normal 12px Arial, Helvetica, sans-serif;	
			padding: 5px 10px 5px 30px;
			color:#000;
			width:178px;
			background:url(images/utilities/subsubnav-bg-over.gif) top left no-repeat;
		}
		#subNav li ul {
			margin:0;
			padding:0;
		}
				
.bottom-border-broken {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #b54747;
	vertical-align: bottom;
}

.dotted-border-table
{
	border-color:#B54747; 
	border-style:dotted;
	border-width: 0px 0px 1px 0px;
	width:450px;
}
.dotted-paragraph
{
	border-color:#B54747; 
	border-style:dotted;
	border-width: 0px 0px 1px 0px;
	}