@charset "utf-8";
body  {
	font: .9em Times New Roman, Times, serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
h3 {
	margin: 0px;
	padding: 0px;
}
#headerOuter {
	margin-right: auto;
	margin-left: auto;
	height: 116px;
	width: 100%;
	background-position: center;
}
#headerInner {
	background: no-repeat center;
	padding: 0;
	width: 765px;
	height: 116px;
	margin-right: auto;
	margin-left: auto;
} 
#outer {
	width: 765px;
	background: url(images/innerBkd.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#inner {
	width: 765px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/header.jpg);
	width: 765px;
}
#leftNav {
	width: 110px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0px 0px; /* top and bottom padding create visual space within this div  */
	float: left;
	margin-left: 8px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #000000;
}
.leftbtn {
	background-image: url(images/leftnavbtn.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 3px;
	color: #000000;
	height: 28px;
}
.leftbtn a:link {
	text-decoration: none;
	text-align: left;
	height: 28px;
	padding-left: 3px;
	color: #000000;
	padding-top: 5px;
}
.leftbtn a:hover {
	color: #666666;
	height: 28px;
	width: 36px;
	padding-top: 5px;
	padding-left: 3px;
	font-variant: small-caps;
}
.leftbtn a:active {
	color: #265F8C;
	text-decoration: underline;
}
.leftbtn a:visited {
	color:#000;
	text-decoration: none;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContentCasing {
	margin: 0;
	padding-left: 124px;
	padding-right: 18px;
} 
#mainContentInner {
	margin: 0;
	padding: 0;
} 
#mainContentInner a:link {
	text-decoration: none;
	color: #AB6518;
}
#mainContentInner a:hover {
	color: #649C8F;
	text-decoration: underline;
}
#mainContentInner a:active {
	color: #649C8F;
	text-decoration: underline;
}
#mainContentInner a:visited {
	color:#AB6518;
	text-decoration: none;
}
.fullWidthTextSpace {
	margin-bottom: 5px;
	padding: 0px;
}
.fullSpaceBdrs {
	height: 20px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 620px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.smallcontentshell {
	text-align:center;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.smallcontentshellLeft {
	text-align:left;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.smallcontentboxinner {
	text-align: center;
	width: 90px;
	padding: 5px;
	float: left;
}
.chargesDesc {
	text-align:left;
	height: auto;
	width: 330px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	float: left;
	margin-left: 0px;
}
.charges {
	text-align:left;
	height: auto;
	width: 260px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
}
.genericLeftColumn {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
}
.genericRightColumn {
	width:300px;
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}
.genericHeaderColumn {
	float: left;
	width: 260px;
	margin-top: 0px;
}
.formColumn  {
	float: left;
	width: 570px;
	margin-top: 10px;
}
.formColumnL {
	padding-top: 10px;
	padding-bottom: 10px;
}
.surveyColumnOption {
	width: 300px;
	margin-bottom: 5px;
	float: left;
}
.surveyColumnAmt {
	width: 150px;
	margin-left: 10px;
	float: left;
}

.surveybtn {
	width: 126;
	height: 52;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 765px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bottomframe.gif);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
} 
#footerInner {
	margin-left: 100px;
	margin-top: 0px;
	font-size: .7em;
	height: 40px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
