html, body {
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	/* line-height: 1.5em; */
	font-size: 12px;
	
}
body {
	background: #c2bca9 url(/images/body-bg1.jpg) top center;
	/*background-color: #5188c6;*/
	/*background-color: #78b2f2;*/
	/*background-color: #c4b7a7;*/
	/*background-color: #7ba3e1;
	background-image: url(/images/scenery_bg3.jpg);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;*/
}
*{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size:14pt;
	font-weight:bold;
}
h3{
	font-size:12pt;
}
img{
	border:0;
}
#content-banner{
	position:relative;
	height:160px;
	background-color:#4f4c40;
}
.content-banner-item{
	float:left;
	position:relative;
	width:200px;
	height:148px;
	padding: 6px;
	color: #e1e1e1;
}
.content-banner-item-wider{
	float:left;
	position:relative;
	width:340px;
	height:146px;
	padding: 6px;
	color: #e1e1e1;
}
.content-banner-item-widest{
	float:right;
	position:relative;
	width:370px;
	margin: 4px;
	height:148px;
	color: #e1e1e1;
}
#content-wrapper-white .content-banner-item-wider p{
	margin-top:6px !important;
}
.content-banner-item ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.content-banner-item ul li{
	color:#A3A3A3;
	display:block;
	line-height:20px;
	margin:0 3px;
	padding-left:12px;
}
.content-banner-item ul li a {
	background:transparent url(/images/arrow_orange.png) no-repeat scroll 0 3px;
	font-size:1.1em;
	padding:0 0 0 20px;
}
.content-banner-item ul li a:hover{
	background-image:url(/images/arrow_blue.png)
}
#content-region1{
	position:relative;
}
/*even though theres an <a> entry for .content_column in main.css these are still needed for FCKEditor
 * 
 */
.content-1col a,.content-1col a:link, .content-1col a:visited, .content-1col a:active {
	color: #ec7e3b;
}
.content-2col a,.content-2col a:link, .content-2col a:visited, .content-2col a:active {
	color: #ec7e3b;
}
.content-3col a,.content-3col a:link, .content-3col a:visited, .content-3col a:active {
	color: #ec7e3b;
}
.content-column a:hover, .content-1col a:hover, .content-2col a:hover, .content-2col a:hover{
	color: #004a80;
}
.tri-column{
	 width:243px;
	 min-height:600px;
	 padding:2px;
	/* border: 1px solid red;*/
}
.uni-column{
	width:745px;
	min-height:600px;
	padding:2px;
}

.content-1col{
	float:left;
	position: relative;
	width: 210px;
	min-height:120px;
	margin: 10px;
	padding:6px;
	background-color: white;
	overflow:hidden;
}
.content-2col{
	float:left;
	position: relative;
	width: 440px;
	min-height:120px;
	margin: 10px;
	padding:6px;
	background-color: white;
	overflow:hidden;
}
.content-3col{
	float:left;
	position: relative;
	width: 700px;
	min-height:120px;
	margin: 10px;
	padding:6px;
	background-color: white;
	overflow:hidden;
}

.content-center{
	position:relative;
	width: 505px;
	float:left;
	height:300px;
	margin-right: 12px;
	margin-top: 12px;
	background-color: white;
}
.content-right{
	position:relative;
	right:0px;
	top:0px;
	float:right;
	/*margin-top:150px;

	min-height:650px;*/
	height:100%;
	width:208px;
	padding-left:12px;
	padding-bottom:3000px;/*This makes it extend all the way*/
	margin-bottom: -3000px;/*and this stops the parent div from extending down*/
	background-color: #8d897b;
	
}
.content-trans{
	position:relative;
	float:left;
	margin-right: 12px;
	margin-top: 12px;
	background-color: transparent;
}
.content-1col h1,  .content-2col h1, .content-3col h1{
	font-size:13pt;
	color: #6A6A6A;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content-1col h2,  .content-2col h2, .content-3col h2{
	font-size:11pt;
	/*color: #acacac;*/
	color: #6A6A6A;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content-1col h3, .content-2col h3, .content-3col h3{
	font-size:9pt;
	/*color: #acacac;*/
	color: #6A6A6A;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content-1col p, .content-2col p, .content-3col p{
	font-size:9pt;
	color: #6a6a6a;
}
.activity {
	position:relative;
	width:200px;
}
.activity_img{
	position:relative;
	width:200px;
	height:121px;
}
.activity_img img{
	position: absolute;
	top:12px;
	left:12px;
	z-index:1;
}
.activity_img_overlay{
	background: transparent url(/images/image-border1.png) no-repeat top left;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.table-noborder{
	border:0;
	margin:auto;
}
.table-noborder td{
	padding:6px;
}