
/* HTML Elements */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEE4;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #0066CC;
}

a:hover {
	color: #3399CC;
}

h1 {
	font-size: 20px;
	color: #0369CD;
	padding: 0px;
	margin: 0px;
}


h2 {
	font-size: 16px;
	color: #333333;
}

h2 a {
	color: #333333;
	text-decoration: none;
}

h2 a:hover {
	color: #333333;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #666666;
}

/* Header and Footer Elements */

#wrapper {
	width: 764px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}

#mast {
	height: 124px;
}

#footer {
	height: 62px;
	padding: 21px 20px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #F2F9FC;
	background-image:url(http://www.homesthrususan.com/CWA/images/cwa1037_footer2.jpg);
	clear: both;
}

#footer a {
	color: #F2F9FC;
	text-decoration: none;
}

#footer a:hover {
	color: #CDE5F6;
	text-decoration: underline;
}

/* Top Navigation Elements */

#navigation {
	height: 32px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* Left Navigation and Page Body Elements */

#content {
	padding-left: 5px;
	padding-right: 5px;
	background: url(http://www.homesthrususan.com/CWA/images/background_shadow.gif) #EEEEE4 center top;
}

#menu {
	float: left;
	width: 150px;
}

#inside {
	padding: 10px;
	margin-left: 151px;
	min-height: 700px;
}
* html #inside {height: 700px;}

.menu_top {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	display: block;
	width: 145px;
	padding: 1px 1px 1px 3px;
	border-top: 1px solid #F8ECAE;
	background-image:url(http://www.homesthrususan.com/CWA/images/menu_top.gif);
}

.menu_item {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	width: 145px;
	padding: 1px 1px 1px 3px;
	background-color:  #F2F9FC;
	text-decoration: none;
}

.menu_item:hover {
	color: #000000;
	background-color: #efcfcf;
}

.bottom_links {
	background-color: #FFFBEA;
	border: 1px solid #FEE995;
	padding: 2px 2px 2px 2px;
}

.back_button {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	background-image:url(http://www.homesthrususan.com/CWA/images/back_btn.gif);
}

.back_button:hover {
	background-image:url(http://www.homesthrususan.com/CWA/images/back_btn_hover.gif);
}


/* Home Page Layout Elements */

#sidebar {
	float: right;
	width: 225px;
	padding-left: 10px;
}

/* Styles for Calendar */

.calNoDate {
	background-color: #F2F9FC;
}

.calDate {
	font-size: 12px;
	background-color: #FFFFFF;
}

.calHighlight {
	font-size: 12px;
	color: #000000;
	background-color: #FFF9DC;
}

.calLink {
	color: #000000;
	text-decoration: none;
}
.calHoliday {
	color: #CC0000;
	text-decoration: none;
}

.tinytext {
	font-size: 10px;
}

.validation_error {
	background-color: #FFCCCC;
}