body {
	background:url(../media/images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}
.clear {clear:both;}
.cd {margin:0 auto;}
#maindiv {
	background:#FFF;
	width:970px;
	padding:15px;
	margin:0 auto;
	margin-top:20px;
	min-height:600px;
}
#menuholder {
    background-color: #698aa3;
	padding:15px 5px;
	border-bottom:1px solid #f0fbff;
}

#menuholder ul {
}

#menuholder ul li {
	display: inline;
}

#menuholder ul li a {
	color: #fff;
	font-size:14px;
	padding: 6px 12px;
	text-decoration: none;
	font-weight:bold
}

#menuholder ul li a.select {
	color:#eabd5d;
}

#menuholder ul li a:hover,
#menuholder ul li a.selected{
	text-decoration:underline;
	color:#eabd5d;
}

#imageholder {position:relative;}

#introholder {
	float:left;
	width:650px;
	margin-top:20px;
}

#introholder #topimage {
	margin-bottom:15px;
}

#introholder .title {
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#introholder .textbody,
#introholder .textbody a {
	color:#666;
	font-size:12px;
	text-align:justify;
	line-height:16px;
	margin-bottom:10px;
	text-decoration:none;
}

#introholder .textbody a:hover {
	text-decoration:underline
}

.introimg {
	margin:0px 0px 5px 5px;
	float:right;
}

#ctaholder {
	float:right;
	width:250px;
	margin-top:20px;
}

.cta {
	border:4px solid #698aa3;
	margin-bottom:10px;
	display:block;
}

.ctatitle {
	background:#698aa3;
	color:#fff;
	font-size:12px;
	padding:6px 2px;
	text-align:center;
	font-weight:bold;
}

.ctaimg {
	float:left;
	display:inline-block;
	margin-right:5px
}

.ctatext {
	float:left;
	width:170px;
	color:#666;
	font-size:12px;
	text-align:left;
	line-height:20px;
	padding:2px;
	text-decoration:none;
}

.ctatext:hover {
	text-decoration:underline;
}

#bottom {margin-top:20px; padding-top:7px; border-top:1px solid #698aa3}
.logoholder {margin-bottom:20px;}

.listclass1 {margin-left:30px; list-style-type:circle;}
.listclass2 {margin-left:40px; list-style-type:decimal;}
.listclass1 li, .listclass1 li {margin-bottom:3px;}


.input, .textarea {border:1px solid #698aa3; padding:3px 1% !important; color:#333; width:98%; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin-bottom:5px;}
.button {border:1px solid #698aa3; padding:7px 10px !important; color:#698aa3; width:100px; font-size:11px; margin-bottom:5px; background:#FFF; font-weight:bold; cursor:pointer;}
.button:hover {background:#698aa3; color:#FFF;}
.textarea {height:40px;}