@charset "UTF-8";
/* CSS Document */

/* Browser Style Reset
-----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	f/ont-size: 100%;
	v/ertical-align: baseline;
	background: transparent;
}
body {
	l/ine-height: 1;
	background-image: url(../images/BodyBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 192px;
	background-color: #DAEDFA;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	t/ext-decoration: underline;
	c/olor: #00769D;
}

/* Global Containers
-----------------------------------------------------------------------*/
#TopWrapper {
	background-image: url(../images/TopWrapperBG.jpg);
	background-repeat: repeat-x;
}
#BottomWrapper {
	background-image: url(../images/BottomWrapperBG.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#SiteWrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	overflow: auto;
}
#Header {
	border: 0px solid red;
	float: left;
	width: 900px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
#Header-Logo {
	border: 0px solid red;
	float: left;
	width: 255px;
}
#Header-Photo {
	border: 1px solid red;
	float: left;
	width: 645px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#GlobalNav {
	border: 0px solid red;
	float: left;
	width: 900px;
	height: 35px;
	background-image: url(../images/globalnav/GlobalNavBG.jpg);
	background-repeat: repeat-x;
}
#GlobalNavSub {
	float: left;
	width: 900px;
	height: 35px;
	text-align: left;
}
.SubLinkWrapper {
	width: auto;
	line-height: 35px;
}
#GlobalNav .MainLinkWrapper {
	border: 0px solid red;
	float: left;
	width: 178px;
	line-height: 35px;
}
.SubLink-Hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	width: auto;
	padding: 0px 5px 0px 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #679800;
	border-left-color: #679800;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

#GlobalNav .MainLink-Hover {
	cursor: pointer;
	color: #333333;
	background-image: url(../images/GlobalNavHover.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 35px;
	float: left;
	width: 178px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #679800;
	text-align: center;
}
.SubLink {
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	width: auto;
	padding: 0px 5px 0px 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #679800;
	border-left-color: #679800;
	text-align: center;

}
#GlobalNav .MainLink {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 35px;
	float: left;
	width: 178px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #679800;
	text-align: center;
}
#GlobalNav ul li a:hover {
	color: #333333;
	background-image: url(../images/GlobalNavHover.jpg);
	background-repeat: repeat-x;
}
#BodyContent {
	float: left;
	width: 900px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#BodyContent a {
	color: #0099CC;
	text-decoration: underline;
}
#BodyContent a:hover {
	text-decoration: none;
	color: #00769D;
}
#Footer {
	width: 900px;
	m/argin-top: 28px;
	background-image: url(../images/FooterBG.jpg);
	background-repeat: repeat-x;
	height: 150px;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
	margin: 0 auto 0 auto;
}
#Footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-bottom: 5px;
}
#Footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#Footer ul li {
	margin-bottom: 3px;
	list-style-type: none;
}
#Footer a {
	color: #333333;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer-SiteLinks {
	float: left;
	width: 280px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-right: 18px;
}
#Footer-About {
	float: left;
	width: 280px;
	margin-right: 18px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#Footer-SocialLinks {
	float: left;
	width: 300px;
}
#Footer-SocialLinks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	display: block;
	float: left;
	width: 220px;
	padding-top: 8px;
	margin-bottom: 20px;
}
#Footer-SocialLinks img {
	float: left;
	margin-bottom: 12px;
	display: block;
	margin-right: 12px;
}
#Footer-Copyright {
	float: left;
	width: 900px;
	margin-top: 30px;
}
#Footer-Copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#Footer-Copyright a {
	text-decoration: underline;
}
/* Homepage Containers
-----------------------------------------------------------------------*/
#HomeFlash {
	float: left;
	width: 600px;
	margin-right: 25px;
}
#HomeRtCol {
	float: left;
	width: 275px;
}
#HomeRtCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FF8637;
	margin-bottom: 2px;
}
#HomeRtCol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF8637;
	font-weight: normal;
	background-image: url(../images/HomePageH3Bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#HomeRtCol p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 13px;
}
#HomeRtCol p.SmHomeText {
	margin-left: 30px;
	font-size: 11px;
	line-height: 16px;
}
#HomeRtCol p.SmHomeTextLast {
	margin-left: 30px;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0px;
}
.HRC-Header-TopCap {
	background-image: url(../images/boxcurves/HomeWelcomeTopCap.png);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 15px;
}
.HRC-Footer-BottomCap {
	background-image: url(../images/boxcurves/HomeWelcomeBottomCap.png);
	background-repeat: no-repeat;
	height: 15px;
}
.HRC-BodyContentContainer {
	padding: 15px;
	background-color: #FFF;
}
#HomeWelcomeMessageBox{
}
#HomeHighlightBox {
	width: 275px;
	margin-bottom: 20px;
}
#HomeHighlightBox h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	c/olor: #003366;
	c/olor: #FF8637;
	color: #FFF;
	font-size: 22px;
	line-height: 25px;
	padding-bottom: 5px;
}
#HomeHighlightBox a:link {
	color: #FFF;
}
#HomeHighlightBox p {
	font-size:14px;
}
.HRC-HighlightContentContainer {
	padding: 5px 15px 5px 15px;
	background-color: #3ABECF;
}
.HRC-Header-High-TopCap {
	background-image: url(../images/boxcurves/HomeHighlightTopCap.png);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 15px;
	width: 275px;
}
.HRC-Footer-High-BottomCap {
	background-image: url(../images/boxcurves/HomeHighlightBottomCap.png);
	background-repeat: no-repeat;
	height: 15px;
}
#HomeStepByStep {
	width: 900px;
	margin-top: 30px;
	float: left;
	margin-bottom: 30px;
}
#HomeStepByStep h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}
#HomeProps {
	width: 900px;
	float: left;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#HomeProps h4 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	line-height: 80px;
	margin-right: 15px;
	color: #333333;
}
.PropsLogoContainer {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#HomeProps p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
