/*Regionsl Center pages Layout*/
*{margin:0px;padding:0px;}

ul li{
	list-style-type:none;
}

body {
	height: 100%;
	color: black;
	background-color: #DAD6A9;
	margin: 0px;
	font-family: "Microsoft Sans Serif", Arial, Verdana;
}

#page {
	margin-left: auto;
	margin-right: auto;
	height:100%;
	/*margin-top:12px;*/
	width:952px;
	background-color:#FFF;
	border-left:thin groove;
	border-right:thin groove;
}
#banner{
	background-repeat: no-repeat;
	height:180px;
	border-bottom: 2px solid rgb(183,183,183);
}

#banner h1 {
	font-size:1.9em;
	color:#FFFFFF;
	text-align: left;
	position: absolute;
	padding-top: 15px;
	padding-left: 30px;
	/*left: 0px;
	top: 0px;*/
	z-index: 2;
}

#banner h1.shadow {
	padding-top: 17px;
	padding-left: 32px;
	z-index: 1;
	color:#000000;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#banner h2 {
	text-align: left;
	position: absolute;
	padding-top: 1px;
	padding-left: 30px;
	z-index: 2;
	top: 6em;
	color:#FFF;
	font-size:1.0em;
}

#banner h2.shadow {
	padding-top: 2px;
	/*padding-left: 11px;*/
	color:#000000;
	position: absolute;
	z-index: 1;
	opacity: 0.6;
	filter:alpha(opacity=60);
}


#content {
	margin: 0px -200px 8px 0 ;
	width:100%;
	float:left;
	height:100%;
	min-height:400px;
}

ul.mainnav{
	float: right;
	clear: both;
	text-shadow: black;
	/*border-left: 1px solid white;*/
	padding:.75em 0.5em;
}
ul.mainnav li{margin-bottom:3px;}
ul.mainnav li a {
	color: white;
	text-decoration: none;
	font-size: 13pt;
	margin:.25em;
}

ul.utility{
	float:right;
	clear: both;
	background-color:black;
	opacity:.70;
	filter:alpha(opacity=70);
	font-size:.85em;
	margin:0px;
	padding-top:4px;
	height:1.5em;
	display:block;
}
	
ul.utility li{
	padding:3px 5px;
	display: inline;
}

.utility li a{
	font-family: Arial, Helvetica, sans-serif;
	background-color:black;
	padding:.25em .5em;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	
}
.footerHeader {
	margin:0px;
	clear:both;
	text-align:center;
	height:4.5em;

}
ul.nav{margin:5px 0px;}
ul.nav li{display:inline;}
ul.nav li a{
	text-decoration: none;
	font-size: 11pt;
	padding:.75em 0.5em;
}


/*TAGS SPECIFIC TO THE REGIONS HOME PAGE*/
#MenuBar1{
	/*background-color:#C13503;*/
	width:auto;
	height:32px;
	/*padding-left:10px;*/
}

#MenuBar1 li {
	border: 1px solid black;
	border-left: 0px;
}
#MenuBar1 li:first-child {
	border-left: 1px solid black;
}

/*
.mn_shadow {
	margin-top: 1px;
	margin-left: 1px;
}
ul.mn_shadow li a {
	color: black;
}
*/

.main_col{margin-right:13em;}

.main_col p,.main_col ul{
	padding:3px 7px;
	margin-left:5px;
	line-space:1.15em;
}
.main_col li{
	list-style-type:disc;
	margin:5px 3px;
	list-style-position: inside;
}
.right_col{
	float:right;
	position:relative;
	width:15em;
	font-size:.8em;
	margin-top:1.5em;
	padding:0px 1px;
}

.right_col h3{
	font-size:12.8px;
	padding:7px 4px;
	/*color:#8D754E;
	background-color: #DAD6A9;
	width:100%;*/
	/*border-bottom:#000 thin groove;*/
	clear:both;
}

.right_col ul {
	list-style: none;
	padding:3px 0px;
}

.right_col li{
margin-bottom:.25em;
}

/*TAGS SPECIFIC TO THE BLOG APPLICATION*/

#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}


#blogText{
	margin-right:200px;
}


.right_col .vmenu a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	margin-right: 4px;
	margin-top: 4px;
	border-bottom: 1px solid rgb(183,183,183);
	border-left: 1px solid rgb(183,183,183);
	color: #333;
}
.right_col .vmenu a:hover {
/*
	text-decoration: underline;
*/
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
}

.main_col ul.TabbedPanelsTabGroup li {
	list-style: none;
	border: 1px solid rgb(183,183,183);
}
ul.ads li{display:block;padding:10px 2px;}
img {border:0 none;}

/*editor styles*/

#editor iframe {
	width: 100%;
	height: 430px;
}

#editor,#eventdetail {
	position: fixed;
	bottom: 10%;
	left:20%;
	z-index: 401;
	margin:0px;
	border: 2px solid rgb(183,183,183);
	width: 730px;
	height: 450px;
	padding: 10px;
	background-color: white;
	text-align: left;
	display: none;
}

#eventdetail iframe {
	width: 100%;
	height: 430px;
}

#opaqueScreen {
	position:absolute;
	left: 0;
	width: 1400px;
	background-color: #2D4758;
	cursor: pointer;
	z-index: 400;
	opacity: 0.5;
	display: none;
	height: 1400px;
	top:0px;
	filter: alpha(opacity = 50);
}

.edit_button {
	float:right;
	height: 11px;
	width: 31px;
	background-image: url(img/empty.png);
	background-repeat:no-repeat;
}
.edit_button:hover {
	background-image: url(img/edit.png);
	cursor: pointer;
}