@charset "utf-8";

/* CSS Document */
/*import global styles*/
@import url("/assets/css/trans-global.css");
/* home styles*/
#media{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}
/*features*/
.f-ad{
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#features{
	float: left;
	width: 210px;
}
/*main*/
#main{
	margin-right: 200px;
	margin-left: 210px;
}
#sidebar{
		float: right;
	width: 190px;
}
/*events*/
#events{
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#events h2{
	background-image: url(/assets/images/bluebck_mid.gif);
	color: #fff;
	margin: 0px;
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;

}
.event{
	background-color: #F5F5F5;
	padding: 7px;
	margin: 2px;
	
}
.event_date{

}
.event h3{
	margin: 2px;
	font-size: 1em;
	color: #333333;
}
.event_location{

}

#container{
	background-image: url(/assets/images/background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
/*misc classes*/
.clear{
	clear:both;
	}
/*classes*/
.content{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #efefef;
	margin: 5px;
	clear: none;
}
.content img{
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content h2{
	color: #9E2F37;
	margin: 5px;

}
.feature-section{
	margin: 5px;
	padding: 5px;
	border: 1px solid #efefef;
	background-color: #fff;
}
.feature-section img{
	border: thin solid #CCCCCC;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.feature-section h2{
	margin: 5px;
	color: #9E2F37;
}
#constant-contact{
	text-align: center;
	margin: 1em 0em;
	border: 1px dotted #999;
	background: #F0F0F0;
}
#constant-contact form{ margin: 1em; 
}
#constant-contact form input{
	border: 1px solid #999999;
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	margin: 0.2em;
}
#constant-contact h3{
	color:#006699;
	font: bold 1.5em/1.2 Arial;
}
#constant-contact #cc-icon{
	float: right;
	margin: 0.5em;
	background-color:#0c5c92;
}
#constant-contact div{
	font-size: 0.8em;
	color: #999999;
	margin: 0.5em;
}
#constant-contact div a{ color: #999999; 
}
