/* basic setup */

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56554b;
	height: 100%;
	background: url(../i/topCurve.gif) no-repeat top center;
}

form {
	margin: 0px;
	padding: 0px;
}


/* non-footer and footer holds */

#nfHoldHm {
	min-height: 100%;
	background: url(../i/watermarkHm.gif) no-repeat bottom;
}

#fHoldHm {
	position: relative;
	margin: -52px auto 0 auto;
	width: 100%;
	height: 26px;
	padding-top: 26px;
	background: url(../i/bottomCurveHm.gif) no-repeat bottom center;
	text-align: center;
}


/* non-footer and footer holds */

#nfHold {
	min-height: 100%;
	background: url(../i/watermark.gif) no-repeat bottom;
}

#fHold {
	position: relative;
	margin: -52px auto 0 auto;
	width: 100%;
	height: 26px;
	padding-top: 26px;
	background: url(../i/bottomCurve.gif) no-repeat bottom center;
	text-align: center;
}


/* footer specifics */

#footerNav a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding-left: 5px;
	padding-right: 8px;
	border-right: 1px solid #646464;
}

#footerNav a:hover {
	color: #cacaca;
	text-decoration: underline;
}

#footerNav a.last {
	border-right: none;
}

#footerContent {
	position: relative;
	margin: 0px auto;
	height: 100%;
	width: 900px;
}

#footerSearch {
	position: absolute;
	right: 25px;
	bottom: 0px;
	width: 167px;
	height: 38px;
	background: url(../i/bottomSearch.gif) no-repeat bottom;
	padding-top: 12px;
	padding-left: 55px;
	text-align: left;
	font-family: Tahoma;
	font-size: 9px;
}

#footerSearch a {
	color: #57564a;
	display: block;
	padding-top: 3px;
}

#footerSearch a:hover {
	color: black;
}

#footerSearchHm {
	position: absolute;
	right: 25px;
	bottom: 0px;
	width: 167px;
	height: 38px;
	background: url(../i/bottomSearchHm.gif) no-repeat bottom;
	padding-top: 12px;
	padding-left: 55px;
	text-align: left;
	font-family: Tahoma;
	font-size: 9px;
}

#footerSearchHm a {
	color: #57564a;
	display: block;
	padding-top: 3px;
}

#footerSearchHm a:hover {
	color: black;
}

#searchText {
	width: 120px;
	height: 17px;
	padding: 0px;
	border: 1px solid #c5c5c5;
	vertical-align: middle;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	color: #57564a;
}

#bGo {
	vertical-align: middle;
}


/* content hold */

#hold {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding-bottom: 80px;
}


/* logo */

#homeLogo {
	padding-top: 40px;
	
}

#interiorLogo {
	width: 269px;
	padding-top: 27px;
	margin-left: 65px;
	margin-bottom: 20px;
}


/* interior headline in masthead */

#interiorHeadline {
	height: 45px;
	border-left: 4px solid #e6e6e2;
	padding-left: 27px;
	padding-top: 23px;
	position: absolute;
	top: 47px;
	left: 364px;
}


/* top navigation */

#topNav {
	position: absolute;
	right: 0px;
	background: url(../i/topNavBG.gif) no-repeat;
	width: 173px;
	height: 33px;
	padding-left: 13px;
	padding-top: 2px;
}

#topNav a {
	display: block;
	float: left;
	margin-right: 7px;
}


/* main navigation */

#nav {
	text-align: center;
	height: 46px;
	margin: 0px auto;
	padding-top: 30px;
	margin-top: 5px;
	margin-bottom: 30px;
	background: url(../i/navBG.gif) no-repeat top center;
}

#nav a {
	margin: 0px;
	padding: 0px;
}


/* interior navigation */

#interiorNav {
	position: absolute;
	left: 0px;
	width: 337px;
}

#interiorNav a {
	display: block;
	border-right: 5px solid #ececec;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#interiorNav a.selected {
	border-right-color: #f68446;
}

#interiorNavHeader {
	text-align: right;
	border-right: 5px solid #ececec;
	padding-right: 12px;
	padding-bottom: 12px;
}


/* interior hero */

#interiorHero {
	margin-left: 339px;
}


/* callouts */

#leftCallouts {
	position: relative;
	left: 70px;
	float: left;
}

#leftCallouts2 {
	position: relative;
	float: left;
	left: 130px;
	top: 65px;
}

.callout {
	background: url(../i/coMid.gif) repeat-y;
	width: 184px;
	margin-bottom: 15px;
}

.calloutHead {
	background: url(../i/coTop.gif) no-repeat;
	height: 18px;
	padding-top: 9px;
	padding-left: 10px;
}

.calloutBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 27px;
	background: url(../i/coBottom.gif) no-repeat bottom;
	line-height: 14px;
}

.calloutBody a {
	color: #003574;
}

.calloutBody a:hover {
	color: #f57b39;
}

#interiorCallout {
	position: relative;
	float: left;
	left: 130px;
	top: 65px;
	border-right: 5px solid #ececec;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	width: 155px;
	font-size: 10px;
	text-align: right;
}

#interiorCallout a {
	color: #003574;
}

#interiorCallout a:hover {
	color: #f57b39;
}

#interiorCallout strong {
	color: #003574;
}

#interiorCallout2 {
	position: relative;
	float: left;
	left: 130px;
	top: 65px;
	border-right: 5px solid #ececec;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	width: 155px;
	font-size: 10px;
	text-align: left;
}

#interiorCallout2 strong {
	color: #003574;
}

#interiorCallout2 p {
	
}

#interiorCallout2 a {
	color: #003574;
}

#interiorCallout2 a:hover {
	color: #f57b39;
}

#interiorCallout3 {
	border-right: 5px solid #ececec;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	width: 155px;
	font-size: 10px;
	text-align: right;
}

#interiorCallout3 a {
	color: #003574;
}

#interiorCallout3 a:hover {
	color: #f57b39;
}

#interiorCallout3 strong {
	color: #003574;
}

/* recent news specific */

.recentNewsItem {
	margin-bottom: 10px;
}

.recentNewsDate {
	font-weight: bold;
}


/* home main body */

#content {
	margin-left: 284px;
	padding-right: 120px;
}

#contentHero {
	text-align: center;
	margin-bottom: 30px;
}

#contentHero2 {
	text-align: left;
	margin-bottom: 30px;
}

#content p {
	line-height: 20px;
}


/* interior main body */

#interiorContent2 {
	min-height: 300px;
	margin-left: 338px;
	padding-right: 120px;
	padding-top: 20px;
}

#interiorContent2 p {
	line-height: 18px;
}

#interiorContent2 a {
	color: #003574;
}

#interiorContent2 a:hover {
	color: #f57b39;
}

#interiorContent2 ul {
	line-height: 18px;
}

#interiorContent {
	min-height: 300px;
	margin-left: 338px;
	padding-right: 120px;
	padding-top: 20px;
}

#interiorContentHeader {
	margin-bottom: 10px;
}

#interiorContent p {
	line-height: 18px;
}

#interiorContent a {
	color: #003574;
}

#interiorContent a:hover {
	color: #f57b39;
}

#interiorContent ul {
	line-height: 18px;
}

#interiorContent .afilliate {
	color: #f57b39;
	font-weight: bold;
}

#interiorContent .afilliate:hover {
	color: #003574;
	font-weight: bold;
}

.a {
	color: #003574;
}

.a:hover {
	color: #f57b39;
}

.clear {
	clear:both
}
