﻿/*
		CWCServices.css
		
		Contains the styles specific to the Services Page of the CWC Web site
*/

/*

	Default Body Styles
	
*/
.contentAreaServicesClearElement {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.contentAreaServicesNav {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	clear: both;
	min-height: 300px;
}
.contentAreaServicesNav h3 {
	padding: 10px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #754100;
	text-indent: 10px;
}
.contentAreaServicesNavMenuItem {
    text-indent: 15px;
    margin-bottom: 2px;
    font-size: 10pt;
}
.contentAreaServicesNavMenuItemSelected
{
    color: #60C659;
    font-size: 10pt;
}
.contentAreaServicesText {
	border-style: none none none solid;
	width: 550px;
	text-align: center;
	vertical-align: top;
	border-left-color: #754100;
	border-left-width: 2px;
	min-height: 360px;
	margin-left: 235px;
	padding-bottom: 5px;
}
.contentAreaServicesText p {
	padding: 0px;
	margin: 0px;
	text-align: justify;
	vertical-align: top;
	text-indent: 2em;
	line-height: 1em;
}
.contentAreaServicesText a {
	color: #bd1d39;
	text-decoration: underline;
	font-weight: bold;
}
.contentAreaServicesText h4 {
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	font-size: 16pt;
}
.contentAreaServicesText h5 {
	padding: 0px;
	font-size: 12pt;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	text-indent: 2em;
	font-style: italic;
	margin-top: 2em;
}
.contentAreaServicesText img {
	margin: 10px;
	vertical-align: middle;
	text-align: center;
}
.contentAreaServices h5 a {
	color: #009999;
	text-decoration: none;
}
.contentAreaServices h5 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.contentAreaServicesFootnote {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	text-indent: 2em;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 2em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.contentAreaServicesEmphasizedFootnote {
	text-align: justify;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-indent: 2em;
	padding-right: 3em;
	padding-left: 3em;
	margin-bottom: 1em;
	color: #bd1d39;
}
.contentAreaServicesInstructionText {
	padding: 2em;
	text-align: justify;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	text-indent: 2em;
}
.contentAreaServicesDisclaimerText {
	padding: 15px 29px 15px 29px;
	text-align: justify;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	background-color: #FFFFFF;
	width: 740px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.cwcServicesAlignmentShiftContainer {
	position: relative;
	top: -20px;
	padding-bottom: 20px;
	visibility: hidden;
}
.contentAreaServicesText a:hover {
	color: #60C659;
	text-decoration: underline;
	font-weight: bold;
}
.contentSeparator {
	background-position: center top;
	margin: 10px auto 0px auto;
	width: 300px;
	background-image: url('Images/CWCSectionSeparator.jpg');
	background-repeat: no-repeat;
	height: 5px;
}
