* {
	margin: 0;
}

html, body {
	height: 100%;
	margin:0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -115px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 115px; /* .push must be the same height as .footer */
}




body {
	
	background: url(../../images/swirls-top.jpg) top left no-repeat #000;
}
.wrapper {
	position: relative;
	width: 100%;
	font-size: 0.9em;
	margin: 0 auto -115px;
}

/* ---------- Splash Page ---------- */

.splash{
	margin:-100px 0 0 -100px;
	padding:0;
	height:200px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.splash h2 {
	float:left;
	color: #fff;
	font: 1.8em "Times New Roman", Times, serif;
	margin:80px 0 0 0;
}

.splash h2 a:link, .splash h2 a:visited{
	color:fff;
	text-decoration:none;
	font-size:1.5em;
}

.splash h2 a:hover{
	text-decoration:underline;
}



/* ---------- Main Site ---------- */


#container{
	margin:18px 0 0 133px;
	width:660px;
	float:left;
}

#header{
	float:right;
	width:323px;
	height:90px;
	clear:right;
}

#nav{
	width:647px;
	height:56px;
	float:left;
	background: url(../../images/nav-bg.jpg) top left no-repeat;
	margin:5px 0 0 0;
	padding:0 0 0 13px;	
}

#nav-container{
	margin:20px 0 0 0;
	height:15px;
}

#nav a {
	margin:0 30px 0 5px;
	text-decoration:none;
	font-style:italic;
	color:#000;
	height:56px;
}

#nav a:hover{
	color:#fff;
}

#nav a.active{
	color:#fff;
}

#content{
	margin:6px 0 0 0;
	width:660px;
	height: 267px;
	background:url(../../images/content-bg.jpg) top left no-repeat;
	float:left;
}

#content a{
	color:#883C53;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#content img.feature{
	float:right;
	margin:4px 4px 0 0;
	border:1px solid #000;
}

#content-container{
	width:390px;
	height:160px;
	margin:13px 0 0 20px;
	float:left;
}


h1 {
	
}

h2, .contentpaneopen tr td.contentheading{
	font-size:1.0em;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin: 0;
	padding:0 0 14px 0;
	width: 390px;
	float:left;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #000;
	line-height:130%;
	margin-bottom:8px;
}

.footer {
	
	width: 100%;
	margin: 0;
	background: url(../../images/swirls-bottom.jpg) right no-repeat;
	float:right;
}

.footer-left{
	margin: 5px 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	font-size:0.6em;
	float:left;
	width:300px;
}

.footer-right{
	margin: 5px 5px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	font-size:0.6em;
	float:right;
}

.footer-right a{
	color:#333;
}

.footer-right a:hover{
	color:#555;
}

.form-button-send{
	border: none; 
	width: 58px; 
	height: 19px; 
	margin:0; 
	padding:0;
	background:url(../images/send.jpg) no-repeat;
	cursor:pointer;
}

.form-button-clear{
	border: none; 
	width: 58px; 
	height: 19px; 
	margin:0; 
	padding:0;
	background:url(../images/clear.jpg) no-repeat;
	cursor:pointer;
}
