/* Reset Styles */

html, body, p, ol, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

/* Containers Styles */
body {
	font-size:62.5%;
	line-height: 1.25em;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
#container {
}
#header {
}
#homeContent {
	clear: both;
	float: none;
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(none;);
}
#projectContent {
	clear: both;
	float: none;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#content {
	clear: both;
	float: none;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#contentBG {
	background-image: url(../images/content_bgTile.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	height: auto;
	background-color: #E8E7E7;
}
#footer {
	background-image: url(../images/footer_bgTileCenter.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	margin-bottom: 75px;
}
#footerBg {
	background-image: url(../images/footer_bgTile.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	height: auto;
}

#footerHome {
	position: relative;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
#footerHomeBg {
	background-image: url(../images/footer_bgTile.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	height: auto;
}

#leftBlockHalf {
	width: 400px;
	float: left;
	position: relative;
}
#rightBlockHalf {
	width: 400px;
	float: left;
	position: relative;
	margin-left: 25px;
}
#leftBlockStandard {
	width: 610px;
	float: left;
	position: relative;
}
#rightBlockStandard {
	width: 315px;
	float: right;
	position: relative;
}
#leftBlockSmall {
	width: 525px;
	float: left;
	position: relative;
}
#sideBlockSmall {
	width: 200px;
	float: left;
	position: relative;
	margin-right: 25px;
	padding-right: 25px;
	background-color: #F7F7F7;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
#sideBlockSmall hr {
	margin-left: 20px;
	width: 85%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
/* Type Styles */

p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 15px;
}
h1 {
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #323434;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}


/* Header Styles */

#logo {
	margin-right: auto;
	margin-left: auto;
	height: 117px;
	width: 448px;
}
#navSecondary {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	position: relative;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navSecondary li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}
#navSecondary li a {
	text-decoration: none;
}
#navSecondary li a:link, #navSecondary li a:visited {
	color: #CCCCCC;
}
#navSecondary li a:hover, #navSecondary li a:active {
	color: #FFFFFF;
}
body#pageHome #navSecondary li#navHome a:link, body#pageHome #navSecondary li#navHome a:visited, body#pageAbout #navSecondary li#navAbout a:link, body#pageAbout #navSecondary li#navAbout a:visited, body#pageContact #navSecondary li#navContact a:link, body#pageContact #navSecondary li#navContact a:visited, body#pageFaqs #navSecondary li#navFaqs a:link, body#pageFaqs #navSecondary li#navFaqs a:visited {
	color: #FFFFFF;
}
#navSecondary .noBorderRight {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
}
#navSecondary .borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#navPrimary {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 964px;
	margin-top: 45px;
	margin-bottom: 1px;
}
#navPrimary li {
	float: left;
}
#navPrimary li#navServices a {
	text-decoration: none;
	background-image: url(../images/nav_servicesUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 132px;
	display: block;
}
#navPrimary li#navServices a:link, #navPrimary li#navServices a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navServices a:hover, #navPrimary li#navServices a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_servicesDown.png);
}
#navPrimary li#navProducts a {
	text-decoration: none;
	background-image: url(../images/nav_productsUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 130px;
	display: block;
}
#navPrimary li#navProducts a:link, #navPrimary li#navProducts a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navProducts a:hover, #navPrimary li#navProducts a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_productsDown.png);
}
#navPrimary li#navCenamelize a {
	text-decoration: none;
	background-image: url(../images/nav_cenamelizeUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 145px;
	display: block;
}
#navPrimary li#navCenamelize a:link, #navPrimary li#navCenamelize a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navCenamelize a:hover, #navPrimary li#navCenamelize a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_cenamelizeDown.png);
}
#navPrimary li#navProjects a {
	text-decoration: none;
	background-image: url(../images/nav_projectsUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 127px;
	display: block;
}
#navPrimary li#navProjects a:link, #navPrimary li#navProjects a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navProjects a:hover, #navPrimary li#navProjects a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_projectsDown.png);
}
#navPrimary li#navWhy a {
	text-decoration: none;
	background-image: url(../images/nav_whyUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 164px;
	display: block;
}
#navPrimary li#navWhy a:link, #navPrimary li#navWhy a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navWhy a:hover, #navPrimary li#navWhy a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_whyDown.png);
}
#navPrimary li#navWarranty a {
	text-decoration: none;
	background-image: url(../images/nav_warrantyUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 135px;
	display: block;
}
#navPrimary li#navWarranty a:link, #navPrimary li#navWarranty a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navWarranty a:hover, #navPrimary li#navWarranty a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_warrantyDown.png);
}
#navPrimary li#navRequest a {
	text-decoration: none;
	background-image: url(../images/nav_requestUp.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 15px;
	width: 125px;
	display: block;
}
#navPrimary li#navRequest a:link, #navPrimary li#navRequest a:visited {
	color: #FFFFFF;
	font-size: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navPrimary li#navRequest a:hover, #navPrimary li#navRequest a:active {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_requestDown.png);
}
body#pageServices #navPrimary li#navServices a:link, body#pageServices #navPrimary li#navServices a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_servicesDown.png);
}
body#pageProducts #navPrimary li#navProducts a:link, body#pageProducts #navPrimary li#navProducts a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_productsDown.png);
}
body#pageCenamelize #navPrimary li#navCenamelize a:link, body#pageCenamelize #navPrimary li#navCenamelize a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_cenamelizeDown.png);
}
body#pageProjects #navPrimary li#navProjects a:link, body#pageProjects #navPrimary li#navProjects a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_projectsDown.png);
}
body#pageWhy #navPrimary li#navWhy a:link, body#pageWhy #navPrimary li#navWhy a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_whyDown.png);
}
body#pageWarranty #navPrimary li#navWarranty a:link, body#pageWarranty #navPrimary li#navWarranty a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_warrantyDown.png);
}
body#pageRequest #navPrimary li#navRequest a:link, body#pageRequest #navPrimary li#navRequest a:visited {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FA5A9;
	background-image: url(../images/nav_requestDown.png);
}
#navPrimary .noBorderRight {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
}
#navPrimary .borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
}

/* Content Styles */
#homeContent p {
	margin-left: 15px;
}
#homeContent Strong {
	color: #333333;
}
#homeColumns {
	background-color: #F4F3F3;
	position: relative;
	}
.col1 {
	float: left;
	width: 360px;
	height: auto;
}
.col1 h3 {
	background-image: url(../images/home_h3Why.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 360px;
	color: #F4F3F3;
	font-size: 1px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #E8E7E7;
}
.col2 {
	float: left;
	width: 360px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #E8E7E7;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E8E7E7;
	height: auto;
}
.col2 h3 {
	background-image: url(../images/home_h3Inhouse.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 360px;
	font-size: 1px;
	color: #F4F3F3;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #E8E7E7;
}
.col3 {
	float: left;
	width: 238px;
	height: auto;
}
.col3 h3 {
	font-size: 1px;
	color: #F4F3F3;
	background-image: url(../images/home_h3Fastest.gif);
	height: 28px;
	width: 238px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #E8E7E7;
}
.homeColumnContent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.homeColumnContent a:link, .homeColumnContent a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #848182;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
}
.homeColumnContent a:hover, .homeColumnContent a:active {
	text-decoration: underline;
	color: #666666;
}
#content P, #content h2 {
	margin-left: 20px;
}
#rightBlockStandard img {
	margin-bottom: 3px;
}
#pageTitle {
	background-image: url(../images/content_titleShadow.jpg);
	width: 964px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EDEDED;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 40px;
}
#pageTitleCMS {
	background-image: url(../images/content_titleCMS.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 350px;
}
#pageTitleLogin {
	background-image: url(../images/content_titleLogin.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 350px;
}
#pageTitleAbout {
	background-image: url(../images/content_titleAbout.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleContact {
	background-image: url(../images/content_titleContact.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleFaqs {
	background-image: url(../images/content_titleFaqs.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleServices {
	background-image: url(../images/content_titleServices.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleProducts {
	background-image: url(../images/content_titleProducts.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleCenamelize {
	background-image: url(../images/content_titleCenamelize.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleProjects {
	background-image: url(../images/content_titleProjects.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleWhy {
	background-image: url(../images/content_titleWhy.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 500px;
}
#pageTitleWarranty {
	background-image: url(../images/content_titleWarranty.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#pageTitleRequest {
	background-image: url(../images/content_titleRequest.jpg);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 0.01em;
	color: #EDEDED;
	position: relative;
	width: 281px;
}
#content h3 {
	background-color: #EDEDED;
	font-size: 1.4em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: normal;
	color: #333333;
	display: inline;
	padding-right: 15px;
	margin-bottom: 15px;
}
#content h3 a:link, #content h3 a:visited {
	color: #666666;
	text-decoration:none;
}
#content h3 a:hover, #content h3 a:active {
	color: #333333;
}
#content h4 {
	font-weight: bold;
	color: #0FA5A9;
	font-size: 1.3em;
	margin-left: 20px;
	line-height: 1.2em;
}
#content .boldCopy {
	font-weight: bold;
}
#content .boldCopy a:link, #content .boldCopy a:visited {
	text-decoration: none;
	color: #000000;
}
#content .boldCopy a:hover, #content .boldCopy a:active {
	color: #333333;
	text-decoration:underline;
}
.toggleSymbolColor {
	color: #999999;
}
.toggleSection {
	margin-top: 25px;
}
.toggleSection p {
	padding-left: 35px;
}
.projectContainer {
	position: relative;
	padding-bottom: 45px;
}
.projectLeftCol {
	width: 424px;
	float: left;
}
.projectLeftCol h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	text-align: right;
}
.projectRightCol {
	width: 350px;
	float: left;
	margin-top: 100px;
	margin-left: 25px;
}
.projectThumbs {
	clear: both;
	float: none;
	padding-top: 5px;
}
.projectThumbs img {
	margin-right: 7px;
}
.projectThumbs img a:link, .projectThumbs img a:visited {
}
.projectThumbs img a:hover, .projectThumbs img a:active {
}
.requestForm {
}
.requestForm label {
	margin-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
}
.requestField {
	background-color: #EDEDED;
	border: 1px solid #AFAFAF;
	margin-left: 5px;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
}
.requestRadioButton {
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.requestDropdown {
	background-color: #EDEDED;
	border: 1px solid #AFAFAF;
	margin-left: 5px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}
.requestButton {
	margin-left: 20px;
	margin-right: 10px;
}
#navRequestOptions {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 3px;
	margin-top: 25px;
}
#navRequestOptions li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	display: block;
	text-align: left;
	float: left;
	height: 20px;
}
#navRequestOptions li#requestQuote, #navRequestOptions li#requestQuoteActive {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 15px;
}
#navRequestOptions li#requestSample, #navRequestOptions li#requestSampleActive {
	padding-left: 15px;
}
#navRequestOptions a {
	text-decoration: none;
	color: #333333;
}
#navRequestOptions a:link, #navRequestOptions a:visited {
}
#navRequestOptions a:hover, #navRequestOptions a:active {
	color: #0FA5A9;
}
#navRequestOptions li#requestQuoteActive a:link, #navRequestOptions li#requestQuoteActive a:visited, #navRequestOptions li#requestSampleActive a:link, #navRequestOptions li#requestSampleActive a:visited {
	color: #0FA5A9;
}
#navRequestOptions li#requestQuoteActive a:hover, #navRequestOptions li#requestQuoteActive a:active, #navRequestOptions li#requestSampleActive a:hover, #navRequestOptions li#requestSampleActive a:active {
	color: #0FA5A9;
}
.cenTable {
	position: relative;
}
.cenTable ul {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 15px;
	list-style-type: none;
	margin-top: 15px;
}
.cenTable li {
	margin-bottom: 5px;
}
.cenTitle {
	text-transform: uppercase;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-align: right;
}
.cenTableBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 198px;
}
.cenTableBorderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#cenTableTitle {
	background-image: url(../images/content_cenTableTitle.gif);
	position: relative;
	height: 23px;
	width: 385px;
	display: block;
	text-align: center;
	font-size: 1px;
	color: #FFFFFF;
}
.cenTableTopBg {
	background-image: url(../images/content_cenTableTopBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.cenTableMidBg {
	background-image: url(../images/content_cenTableMidBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Footer Styles */

#navFooter {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
#navFooter li {
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
}
#navFooter li a {
	text-decoration: none;
}
#navFooter li a:link, #navFooter li a:visited {
	color: #666666;
}
#navFooter li a:hover, #navFooter li a:active {
	color: #333333;
}
#footer .noBorderRight, #footerHome .borderRight  {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
}
#footer .borderRight, #footerHome .borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

/* CMS Styles */
#logout {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
}
#logout a:link, #logout a:visited {
	text-decoration: none;
	color: #009FA4;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	padding-bottom: 1px;
} 
#logout a:hover, #logout a:active {
	color: #000000;
} 
#navCMS {
	padding: 0px;
	margin-right: 0px;
	list-style-type: none;
	margin-bottom: 35px;
	margin-left: 20px;
	text-align: center;
}
#navCMS li {
	margin-right: 25px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333333;
	display: inline;
	font-weight: bold;
}
#navCMS li a {
	text-decoration: none;
	padding-bottom: 1px;
}
#navCMS li a:link, #navCMS li a:visited {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navCMS li a:hover, #navCMS li a:active {
	color: #009FA4;
	border-bottom-color: #009FA4;
}
.RecentUl {
	list-style-type: none;
	margin-left: 20px;
	width: 200px;
}
.RecentUl li {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.RecentUl li a:link, .RecentUl li a:visited {
	color: #009FA4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	font-weight: bold;
}
.RecentUl li a:hover, .RecentUl li a:active {
	color: #000000;
}
.recentViewAll {
	margin-left: 20px;
	margin-top: 10px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	text-align: left;
	width: 200px;
}
.recentViewAll a:link, .recentViewAll a:visited {
	color: #009FA4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	font-weight: bold;
	padding-bottom: 1px;
}
.recentViewAll a:hover, .recentViewAll a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	font-weight: bold;
}
.RecentUl li a:hover, .RecentUl li a:active {
	color: #000000;
}
.listUl {
	list-style-type: none;
	margin-left: 20px;
}
.listUl li {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.listUl li a:link, .listUl li a:visited {
	color: #009FA4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	font-weight: bold;
}
.listUl li a:hover, .listUl li a:active {
	color: #000000;
}

.listCol1 {
	margin-right: 25px;
	display: block;
	float: left;
}
.listCol2 {
	margin-right: 25px;
	display: block;
	float: left;
}
.listCol3 {
	display: block;
	float: left;
	margin-right: 25px;
}
.listCol4 {
	display: block;
	float: left;
	margin-right: 25px;
}
.displayTitle {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-size: 1.1em;
	padding-bottom: 5px;
}
.displayLine {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
.displayLine a:link, .displayLine a:visited {
	color: #009FA4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	font-weight: bold;
}
.displayLine a:hover, .displayLine a:active {
	color: #000000;
}
.pagingTable td {
	padding-right: 15px;
}
.pagingTable a:link, .pagingTable a:visited {
	color: #009FA4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FA4;
	font-weight: bold;

}
.pagingTable a:hover, .pagingTable a:active {
	color: #000000;

}
.requestLabel {
	color: #333333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 5px;
}
#displayMessage {
	color: #FF0000;
	margin-top: 5px;
	margin-left: 20px;
}
#displayMessageFull {
	color: #FF0000;
	margin-top: 5px;
	margin-left: auto;
	width: 250px;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px solid #FF0000;
	padding: 2px;
	text-align: center;
}
.smallNote {
	color: #333333;
	font-size: 1.1em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
/* Misc. Styles */

.clearFix {
	clear: both;
	float: none;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.paddingRightSet1 {
	padding-right: 15px;
}
.marginLeftSet1 {
	margin-left: 20px;
}
.marginTopSet1 {
	margin-top: 5px;
	}
.footNote {
	font-size: 1.1em;
	color: #333333;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 45px;
}

.copyRight {
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
}
.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */
.shadowSpacer {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/shadowSpacer.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 636px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.requestMessageThanks {
	font-size: 1.4em;
	color: #009FA4;
	font-weight: bold;
	text-align: center;
}.requestMessageError {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.redBoldText {
	font-weight: bold;
	color: #FF0000;
}

