#PageContainer {
	margin: auto;
	width: 785px;
}
#Header {
	background-image: url(../images/Header.jpg);
	height: 72px;
}
#ContentContainer {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
}
#Nav {
	width: 200px;
	float: left;
	padding-top: 10px;
}
#Nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#Nav li {
	padding-bottom: 10px;
	padding-left: 30px;
	color: #000000;
}
#Nav a {
	text-decoration: none;
	color: #000000;
	font-size: 12pt;
	background-image: url(../images/Arrow-White.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 20px;
}
#Nav a:hover{
	color: #F00;
	background-image: url(../images/arrow-red.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#ClearBoth {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
#Content {
	width: 565px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
#Content h1 {
	font-weight: bold;
	font-size: 22.5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ed2900;
	padding-bottom: 4px;
	padding-left: 5px;
}
.hr-orange {
	color: #ED2900;
}
.hr-black {
	color: #000000;
}
#Content a, #Content a:hover,#Content a:visited,#Content a:active, .redLink, .redLink a, .redLink a:hover, .redLink a:active, .redLink a:visited{
	color:#ED2900;	
}
#TextLinks {
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	color: #000000;
}
#TextLinks a{
	color:#000000;
	text-decoration:none;
	text-align: center;
}
#DisclaimerText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
}
#Tagline {
	padding-right: 7.px;
	color: #004080;
	width: 150px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
#TaglineFloatLeft {
	float: left;
	width: 150px;
	clear: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#TaglineFloatRight {
	float: right;
	width: 150px;
		margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
#TaglineFloatNone {
	float: none;
	width: 150px;
	
}
#Content .ClearBoth {
	clear: both;
}

#Tagline #TaglineTextContainer {
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#TaglineTop {
	background-image: url(../images/TaglineTop.jpg);
	height: 28px;
	width: 150px;
	background-repeat: no-repeat;
}
#TaglineBottom {
	background-image: url(../images/TaglineBottom.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 150px;
}


#TextLinks a:hover{
	color:#ff0000;
	text-decoration:none;
}
#Footer-Top {
	background-image: url(../images/FooterTop.jpg);
	height: 10px;
}
.ImageRightWithCaption {
	float: right;
	width: 175px;
	text-align: center;
}
h2 {
	color: #ed2900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
/* FAQ List */
.FAQList{margin:0px; padding:0px; list-style-type:none}
.FAQList a{
	margin-bottom:3px;
	display:block;
}
.FAQList li{}
.FAQList div{margin-bottom:10px; display:none; padding-left:10px}
#ServiceOffering td {
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: top;
}

#focusBox{
	padding: 5px;
	border: 1px solid #f00;
	background-color: #ffdddd;
}

.redHeaderText{
	color:#D30000;
	font-size:125%;
	display:block;
	border-bottom: 1px dotted #f00;
	border-left: 1px dotted #f00;
	margin:0px;
	padding:0px;
}

a.redbutton{
	background-color:#f00;
	color:#fff!important;
	padding:5px 10px;
}
