

body {
	background-color: #120a07;
	background-image: url(../images/main-background.jpg);
	background-repeat: repeat-x;
}

p {
	margin: 0px 12px 20px 18px;
	padding: 0;
	font-size: 12px;
}

ul {
	list-style: square;
	font-size: 12px;
}

a:link {color: #253e4b; text-decoration: underline; }
a:hover {color: #224353; text-decoration: none; }

h1 {
	color: #fff;
	font-size: 12px;
	margin: 0px 8px 10px 18px;
	padding: 0;
	letter-spacing: 1px;
	background-image: url(../images/header-underline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 3px;
}

label {
	width: 4em; 
	float: left; 
	margin: 0 1em 10px 18px;
	clear: both;
}

.ol-textbox {
	float: left; 
	margin-bottom: 10px;
	width:110px;
}

.ol-textarea {
	float: left; 
	margin-bottom: 10px;
	width:120px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 716px;
}

.top-row {

}
.top-row ul {
	float: right;
	font-weight: bold;
	color: #fff;
	margin-top: 87px;
	clear: right;
	text-align: right;
}
.top-row li {
	display: inline;
	list-style-type: none;
	padding: 6px 10px 20px 10px;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 4px;
	behavior: url(/static/css/iepngfix.htc);
}
.top-row a {
	text-decoration: none;
	color: #fff;
}
.top-row a:hover {
	text-decoration: underline;
}
.top-row li:hover {
	color: #fff;
	background-image: url(../images/nav-rollover-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	behavior: url(/static/css/iepngfix.htc);
}

.top-row .img-right {
	border: 0;
	margin: 0;
}

.top-row .img-left {
	border: 0;
	margin: 0;
}

.banner-row {

}

.content-wrapper1 {
	margin-top: 7px;
	background-color: #fff;
	background-image: url(../images/main-content-bg-divider.png);
	background-repeat: repeat-y;
}

.content-wrapper2 {
	background-image: url(../images/content-top-curves.png);
	background-repeat: no-repeat;
	padding-top: 9px;
	border-bottom: 2px solid #fff;
}

.content-wrapper2-listings {
	background-image: url(../images/content-top-curves-listings.png);
	background-repeat: no-repeat;
	padding-top: 9px;
	border-bottom: 2px solid #fff;
}


.left-col {
	background-image: url(../images/left-col-bg-repeat.png);
	background-repeat: repeat-x;
	float: left;
	width: 206px;
	margin-left: 2px;
	min-height: 139px;
	padding-top: 25px;
	padding-right:5px;
	padding-left:5px;
	color: #fff;
}
.left-col-small {
	background-image: url(../images/left-col-bg-repeat.png);
	background-repeat: repeat-x;
	float: left;
	width: 170px;
	margin-left: 2px;
	min-height: 139px;
	padding-top: 25px;
	padding-right:5px;
	padding-left:5px;
	color: #fff;
}
.left-col p, .left-col h1 {
	margin-left: 14px;
}
.left-col p {
	font-size: 11px;
}
.left-col form {
	font-size: 11px;
}
.left-col a {
	color: #fff;
}
.right-col {
	background-image: url(../images/right-col-bg.png);
	background-repeat: no-repeat;
	float: right;
	width: 496px;
	min-height: 195px;
	padding-top: 25px;
}

.right-col-listings {
	float: left;
	width: 496px;
	min-height: 195px;
}

.footer, .footer a:link, .footer a:visited, .footer a, .footer a:active {
	font-size: 10px;
	margin-top: 7px;
	color: #878787;
	text-decoration: none;
	text-transform: uppercase;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .float-right a {
	color: #393432;	
}

/***** Text Classes *****/

.title-black {
	font-size:14px;
	font-weight:bold;
	color:#32373a;
}
.title-large {
	font-size:18px;
	color:#3c4245;
}
.smalltext {
	font-size:11px;
}
a.smalltext {
	color: #8e9aa0;	
}
a.smalltext:hover {
	color: #FFFFFF;	
}

#alpha-logo { behavior: url(/static/css/iepngfix.htc); }
#alpha-banner { behavior: url(/static/css/iepngfix.htc); }
