﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

p, a, li, div {
	font-family: Tahoma, Arial, Verdana, Helvetica, Times New Roman;
	font-size: 11px;
}
.BreakFloat {
	clear: both;
	height: 1px;
	visibility: hidden;
} 

#GlobalContainer {}

#SiteHolder {
	width: 900px;
	margin: 20px auto;
	text-align: left;
}
#Header {
}

#NavColumn {
	width: 125px;
	text-align: right;
	float: left;
}
#PartnerLogoHolder {
	margin: 25px 0 15px 0;
}
#AccreditationLogoHolder {
	margin: 15px 0;
}
#ContentHolder {
	width: 755px;
	float: left;
	margin: 20px 0 0 15px;
	text-align: left;
}
#PrimaryPicHolder {
	margin-bottom: 6px;
}
.CurveBox {
	background-image: url(../../images/back_curveBoxBase.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.CurveBoxInner {
	background-image: url(../../images/back_curveBoxTop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 25px 17px 25px;
}
.CurveBoxContentLeft {
	width: 480px;
	float: left;
	/* background-color: #eecc00; Debug */
}
.CurveBoxContentRight {
	width: 190px;
	float: right;
	/* background-color: #cc0000; Debug */
}
.PageTitle {
	color: #009378;
	font-size: 17px;
	font-weight: bold;
}
.PageIntro {
	color: #5DB95D;
	font-size: 14px;
}
.subHead {
	margin: 0 0 2px 0;
	padding: 0;
	color: #777777;
	font-weight: bold;
}
.StandardCopy, .StandardCopyQ, .StandardCopyA, .StandardCopyQuote, ul li {
	color: #818084;
	font-size: 11px;
}
.StandardCopyQ {
	font-weight: bold;
}
.StandardCopyA {
}
.StandardCopyQuote {
	color: #333333;
	margin: 0 30px 12px 30px;
	font-style: italic;
}

.linkList {
	margin: 8px 25px;
	padding: 0;
	list-style-type: none;
}
.linkList li {
	padding: 2px 12px; 
	background-image: url(../../images/navLink.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	line-height: 13px;
}
.linkList li a:link,
.linkList li a:visited,
.linkList li a:hover {
	color: #51B451;
	text-decoration: none;
}
#CallBackHolder {
	width: 190px;
	background-image: url(../../images/back_callbackTop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: solid 1px #ffffff;
}
#CallBackHolderInner {
	background-image: url(../../images/back_callbackBase.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#CallBackContent {
	margin: 35px 15px 0 15px;
}
.CallBackTextBox {
	width: 150px;
	font-size: 10px;
	height: 12px;
}
.CallBackGroup {
	color: #666666;
	font-size: 9px;
	margin-bottom: 3px;
}

/* PDF Link */

.pdfLink {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	background-image: url(../../images/icon_pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 20px;
	display: block;
	text-decoration: underline;
}
.pdfLink a:link {color: #666666;}
.pdfLink a:visited {color: #666666;}
.pdfLink a:hover {color: #333333;}

.backLink {
	display: block;
	margin-top: 12px;
}
.backLink:link,
.backLink:visited,
.backLink:hover {
	color: #51B451;
	text-decoration: underline;
}
.navLink:link,
.navLink:visited,
.navLink:hover {
	color: #51B451;
	text-decoration: underline;
}

/* Base Menu */

#BaseNavHolder {
	margin: 15px 0 0 0;
	background-image: url(../../images/back_baseNavTop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 1px #ffffff;
}
#BaseNavHolderInner {
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
	color: #999999;
}
#BaseNavHolder a:link, #BaseNavHolder a:visited, #BaseNavHolder a:hover {
	text-decoration: none;
	font-size: 9px;
	color: #999999;
}
#BaseNavHolder a:hover {
	text-decoration: underline;
}

/*
	-------------------------------------------------------
	Form controls
	-------------------------------------------------------
*/
	.formBox {
		width: 200px;
		border: 1px solid #cccccc;
		font-family: Arial, Verdana, Helvetica;
		font-size: 11px;
		padding: 2px;
		color: #666666;
	}

	.labelCell, .shortLabelCell, .dataCell, .validCell {
		font-family: Arial, Verdana, helvetica;
		font-size: 11px;
		color: #666666;
		vertical-align: top;
	}
	.labelCell, .shortLabelCell {
		padding: 2px 3px 2px 5px;
	}
	.labelCell {width: 120px;}
	.shortLabelCell {width: 80px;}
	.dataCell {
		text-align: left;
		padding: 1px 2px 0px 3px;
		font-weight: normal;
	}
	.validCell {
		text-align: left;
		padding: 4px 2px 0px 3px;
	}
