﻿/*
		CWCHomePage.css
		
		Contains the styles specific to the Home Page of the CWC Web site
*/

/*

	Default Body Styles
	
*/
#homePageImageStrip {
    width: 798px;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    padding-top: 5px;
    position: relative;
}
#homePageAwardImage {
    border: 0px none #000000;
    z-index: 20;
    float: right;
    position: absolute;
    width: 100px;
    height: 100px;
    visibility: visible;
    right: -35px;
    clear: none;
    top: 115px;
}
#homePageAwardImage img {
	border-style: none;
	text-decoration: none;
}
.surveyImageFrame {
	z-index: 20;
	float: right;
	height: 40px;
	text-decoration: none;
	margin-right: 30px;
	margin-top: 15px;
}
.surveyImageFrame img {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.HeadingTextStyle {
	padding: 0px;
	font-size: 12pt;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	text-indent: 2em;
	font-style: italic;
	margin-top: 2em;
}
