/** CSS Resets **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	behavior:url("csshover.htc");
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear {
	clear:both;
}
.clearR {
	clear:right;
}
.clearL {
	clear:left;
}

.right {
	float:right;
	
	margin-left:20px;
}

.left {
	float:left;
	
	margin-right:20px;
}

/** Typographic Styles **/
body, p, li, dt, dt, td, th {
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.2em;
}

a {
	color:#045873;
	text-decoration:none;
}

p {
	padding-bottom:1.0em;
}

h1, h2, h3 {
	padding-bottom:1.0em;

	color:#045873;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
}

h1 { font-size:1.5em; } h2 { font-size:1.3em; } h3 { font-size:1.1em; }

div#content a {
	text-decoration:underline;
}

div#content a:hover {
	text-decoration:none;
}

div#content a:visited {
	text-decoration:none;
}

div.menu a:hover {
	color:#E4F4FF;
}

div#content ul {
	margin-left:2.0em;
	list-style-type:disc;
}

	div#content ul li {
		padding-bottom:0.5em;
	}
	

div.image_frame {
	position:relative;
	width:auto;
	height:auto;
	
	margin-bottom:1.0em;
	
	text-align:center;
}

	div.image_frame img, div.image_frame object, div.image_frame embed {
		position:relative;
		display:block;
		
		margin:auto;
		
		border:2px solid #4B4841;
	}
			
/** Layout Styles **/
body {
	background:#045873;
/*	background:#045873 url(header_bg.jpg) top center no-repeat;*/

	text-align:center;
}

div#wrapper {
	position:relative;
	width:980px;
	
	margin:auto;
	margin-top:20px;
	padding:0 15px;
	
	background:url(bg.jpg) top left repeat-y;
	
	text-align:left;
}

div#corner_shadow {
	position:absolute;
	top:0px;
	right:0px;
	width:15px;
	height:10px;
	
	background:url(header_bg2.jpg) top left no-repeat;
}

div.menu {
	position:relative;
	
	border-top:2px #F6ECE3 solid;
	border-bottom:2px #F6ECE3 solid;
	background:#4B4841;
	
	z-index:1000;
}

	div.menu ul {
		position:relative;
		height:2.0em;
		width:980px;

		margin:0px;
		padding:0px;
		
		text-align:center;
	}

		div.menu ul li {
			display:inline;

			border-right:2px #F6ECE3 solid;

			line-height:2.0em;
			text-transform:uppercase;
		}
		
		div.menu ul li#Home_item {
			border-left:2px #F6ECE3 solid;
		}

			div.menu ul li a {
				padding:0px 14px;

				color:#FFFFFF;
				font-size:1.2em;
				font-weight:bold;
			}
			
			div.menu ul li a.menu_active {
				color:#E4F4FF;
			}
			
			div.menu ul li a:hover {
				text-decoration:none;
			}
			
			div.menu ul li ul {
				position:absolute;
				width:155px;
				height:auto;
				top:1.7em;
				
				background:#F6ECE3;
				border:2px solid #4B4841;
				
				display:none;
			}
			
				div.menu ul li ul li {
					display:block;
					width:155px;
					
					border:none;
					
					line-height:1.6em;
					text-align:left;
					text-transform:none;
				}
				
					div.menu ul li ul li a {
						display:block;
						line-height:1.6em;
						width:150px;

						padding:0 0 0 5px;

						color:#4B4841;
					}
					
						div.menu ul li ul li a:hover {
							background:#4B4841;
							color:#E4F4FF;
						}
			
			div.menu ul li:hover ul, div.menu ul li.iehover ul {
				display:block;
			}

			div.menu ul li#Admin_item ul {
				left:838px;
			}

			div.menu ul li#Host_item ul {
				left:911px;
			}

			div.menu ul li#FEATUREDPROPERTIES_item ul {
				left:76px;
			}

div#header {
}

	div#header div.flash {
		border-bottom:2px solid #F6ECE3;
	}
	
div#content {
	position:relative;
	width:900px;
	
	margin:10px 40px;
}
	
	div.content {
		position:relative;
		width:900px;
	}

	div.content_left {
		position:relative;
		width:425px;
		float:left;
		
		margin-right:23px;
	}
	
	div.content_right {
		position:relative;
		width:425px;
		float:right;
		
		margin-left:23px;
	}
	
	div.content_bottom {
		clear:both;
	}

div#footer {
	clear:both;
}

	div#footer p {
		padding:15px 0;
		
		font-size:1.4em;
		text-align:center;
	}
	
div#underfooter {
	position:relative;
	width:980px;
	
	margin:auto;
	padding:12px 15px 48px 15px;
	
	background:url(underfooter_bg.jpg) top left no-repeat;
}

	div#underfooter p {
		padding-bottom:0.2em;

		color:#FFFFFF;
		text-align:center;
	}
	
	div#underfooter a {
		color:#FFFFFF;
	}
	
	div#underfooter div.OV {
		position:absolute;
		top:12px;
		right:15px;
		
		
	}

/** DNN Admin Changes **/
table.ControlPanel {
	width:800px;
	
	margin:auto;
	margin-bottom:20px;
	
	background:#FFFFFF;
	border:1px solid #000000;
}

	table.ControlPanel>tbody>tr>td>table {
		margin:6px 4px;
		width:99% !important;
	}

	table.ControlPanel span.SubHead {
		margin-bottom:0.6em;
		
		font-weight:bold;
	}

	table.ControlPanel>tbody>tr td table tr td {
		width:50px;
	}
	
table.ModuleTitle_SubMenu {
	position:absolute;
	width:140px;
	left:15px;
	top:0px;
	background-color:#FFFFFF;
	z-index:4000;
	border:#000000 solid 1px;
}

	table.ModuleTitle_SubMenu tr td {
		padding:2px;

		font-family:Tahoma,Arial,Helvetica,sans-serif; !important
		font-size:12px;
		line-height:1.5em;
	}

	table.ModuleTitle_SubMenu tr.ModuleTitle_MenuBreak {
		background-color:#96A9B7;
	}

	table.ModuleTitle_SubMenu tr:hover {
		background-color:#DADADA;
	}

.subhead {
	color:#045873;
	font-size:1.2em;
	font-weight:bold;	
}

.form_body {
	position:relative;
}

.form_table {
	width:700px;
}

.form_table .input_label {
	display:block;
	
	margin-bottom:0.5em;
	margin-top:1.0em;
	
	color:#045873;
	font-size:1.2em;
	font-weight:bold;
}

.form_table .input_select, .form_table .input_check, .form_table .input_text {
	margin-left:1.0em;
}

.form_table .req {
	color:#FF0000;	
}

.form_table .input_error {
	display:block;
	
	margin-left:1.0em;
	
	color:#FF0000;
}

table#dnn_ctr392_Default_ViewType_dlProperty[style] {
	margin:10px 40px;
	display:block !important;
	border:2px solid #4B4841;
	width:826px !important;
}