@charset "utf-8";
/* CSS Document */

body {
	width: 800px;
	margin: 0 auto;

/*	background-image:url(images/mainbg.png);
	background-repeat:repeat-y;
	background-position:top;
*/	background-color: #dbdeeb;
	color: #333333;
}

a:link, a:visited {
	text-decoration:underline;
	color: #3060A8;
}

a:hover, a:active {
	color: #666;
	text-decoration:none;
}

img {
	border: none;
}

#container {
	width:800px;
	float: left;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px solid #4c90d9;
	border-left: 1px solid #4c90d9;
}	

#logo {
	width: 800px;
	float: left;
}

.cslogo {
	width: 600px;
	float: left;
}

.tagline {
	width: 200px;
	float: left;
}

#header {
	width: 800px;
	float: left;
	border-bottom: 1px dashed #3060a8;
}

#banner {
	width: 800px;
	float: left;
}

.left {
	width: 450px;
	float: left;
/*	background-image:url(images/nav.png);
	background-position:bottom;
	background-repeat:repeat;
*/
/*	background-color: #f56200;*/
}

.right {
	width: 300px;
	float: left;
/*	border-top: 1px solid #69a0b5;
	border-bottom: 1px solid #5696cc;
*/	padding-left: 25px;

}

#main {
	width: 800px;
	float: left;
}

/*.findoutmore {
	width: 143px;
	float: left;
}*/

.findoutmore {
	width: 205px;
	height: 450px;
	padding-top: 44px;
/*border: 1px solid #000;*/
	background-image: url(images/topform.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;
	margin-left: 0px;
}

/* form stuff */
/* Label */
label 
{
width: 200px;
padding-left: 0px;
margin-left: 5px;
float: left;
text-align: left;
}

/* Input, Textarea */
input, textarea
{

margin-left: 5px;
/*
padding: 0px; 
float: left;*/
}

checkbox {
	margin-left: 5px;
	padding-top: 2px;
}

/* form stuff */

form {
	background: #fff;
	color: #3060a8;
}

.findoutmore form {
	background-image:url(images/middleform.gif);
	background-position:top;
	background-repeat:repeat-y;
	color: #fff;
	padding-top: 15px;
}


.formbtm {
	background-image: url(images/bottomform.gif);
	background-repeat:no-repeat;
	background-position:top;
	height: 16px;
}


.maintext {
	width: 550px;
	float: left;
	padding: 10px;
}

.maintext ul {
	list-style-image:url(images/bullet.png);
	list-style-position:outside;

}

.maintext h2 {
	font-size: 20px;
	font-weight:bold;
	color: #666;
	border-bottom: 1px dotted #3060a8;

}

.hdrpd {
	padding-left: 100px;
	padding-bottom: 0px;
}

.hdrpd img {
	border: none;
}


#footer {
	width: 800px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #3c69ad;
	margin-bottom: 10px;
	border-top: 1px solid #4c90d9;
}

/* Twitter */
#twitter_badge_container{width: 290px; background: #ffffff; margin-bottom:5px;}
#twitter_badge_tl{background: transparent url(twitter_tlv1.png) top left no-repeat;}
#twitter_badge_tr{background: transparent url(twitter_tr.png) top right no-repeat;}
#twitter_badge_bl{background: transparent url(twitter_bl.png) bottom left no-repeat;}
#twitter_badge_br{background: transparent url(twitter_br.png) bottom right no-repeat; }
#twitter_badge_inner{padding: 35px 10px 10px 10px;}
#twitter_badge_via {font-size: 10px; }
#twitter_badge_via a {color #666;}

/* defaults */
#my_twitter_status{ text-align: right;}
#my_twitter_status_time{color: #666; font-size: 10px; padding-top: 4px; text-align: right;}
/* end twitter */

/* navigation */

/* end navigation */

/* contact form style */
.lcont {
	float: left;
	width: 48%;
}

.rcont {
	float: left;
	width: 48%;
}
