@media screen {
* { margin:0; padding:0; }
.Left { float:left; } .Right { float:right; } .Clear { clear:both; min-height:0px; }
/* default list styles */
ul, ol { margin-left:30px; list-style-type:disc;} ol { list-style-type:decimal;}ul ul, ul ol, ol ul, ol ol { margin-left:30px; list-style-type:circle;} ul ol, ol ol {    list-style-type:lower-alpha;}

/****************
    TYPOGRAPHY
****************/
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:170%;
	color:#656565;
	font-size:12px;
}

table {
    border: 0px;
}

p, li,
.Normal {
    font-size:12px;
}

p, li {
	margin-bottom: 12px;
	}

li {
    margin-bottom:0;

}

ul {
	margin-bottom:12px;
}
 
.NormalBold  {
    font-weight:bold;
}
 
h1, h2, h3, 
.Head, .SubHead, .SubSubHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	line-height:1.2em;
	color:#656565;
}

h1 {
	font-size:27px;
	font-weight:normal;
	margin-bottom:20px;
}
 
h2, .Head {
	font-size:21px;
	font-weight:normal;
}

h3, .SubHead {
	font-size:18px;
	font-weight:normal;
}

h4, .SubSubHead {
	font-weight:bold;
	font-size:12px;
}

hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-style: none none solid;
	margin-bottom:15px;
}

a img {
    border:0px;
}

LABEL A IMG {
    display: none;
}

p a,
#Content a{
	text-decoration:none;
	border-bottom:1px dotted #333;
	color:#656565;
}

p a:hover,
#Content a:hover {
	border-bottom: 1px solid #1F548A;
	color:#1F548A;
}

a {
	color:#656565;
}

a:hover {
	color:#1F548A;
}

.album-frame a,
.photo-frame a
{	
	text-decoration:none;
	border-bottom:none !important;
	}


/************
    DNN SPECIFIC STYLES
************/
.ControlPanel {
    width:955px;
    margin:0px auto;
}

	.ControlPanel a {
		border-bottom:none;
	}
	
	.ControlPanel .SubHead {
		font-size:12px;
	}

.FileManager {
    background-color:#fff;
}

/*** FCKeditor overrides ***/
	/* remember to change theCSSDefaultMode in web.config to "dynamic"  */
	#FCKBody,
	.FCKImageGalleryContainer,
	.FCKImageGalleryListStyle,
	.FCKLinkGalleryContainer,
	#fckinstanceoptions_tblEditorOptions td {
		background-color:#fff;
		background-image:none;
	}
	
	#FCKBody {
		padding:5px;
	}
	
		
	.SC_Field {
		background-color:#fff;
		background-image:none;
	}
	
	.SC_item {
		width:auto;
		padding:2px;
	}
	
		.SC_Item span,
		.SC_Item div,
		.SC_ItemSelected span,
		.SC_ItemSelected div,
		.SC_Item .Callout,
		.SC_ItemSelected .Callout {
			width:auto !important;
		}
	
/*** END FCKeditor overrides ***/


/**** Some nukepress overrides ****/

.isRSSListItem a {
	font-size:12px !important;
	margin:3px 0;
}

.isRSSLink {
	margin-right:3px !important;
}

.isBlogArchive a {
	font-size:12px !important;
}

/**** End nukepress overrides ***/




/************
    OTHER CLASSES
***********/
img.PicLeft {
    float:left;
    margin-right:8px;
}

img.PicRight {
    float:right;
    margin-left:8px;
}

.SocialBookMarks {
	margin-left: -10px;
}
.SocialBookMarks li {
	margin-left: 10px;
}

a.Skip {
	display:none;
}

.Callout {
	padding:10px;
	margin:10px 0 10px 10px;
	background:#eee;
	width:200px;
	float:right;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:right;
	font-size:larger;
}

Option.OptionHeader {
	background:#eee;
	font-weight:bold;
	color:#333;
}

/**************
    LAYOUT
**************/
#Body {
	background:#041524;
}

#PageWrap {
	
}

#HeaderWrap {
	background:url(Images/HeaderTile.jpg) repeat-x;
	height:107px;
}

#Header {
	margin:0 auto;
	width:955px;
	height:107px;
	background:url(Images/HeaderBG.jpg) no-repeat center top;
}

#Logo {
	float:left;
	margin:12px 0 0 0;
}

	#Logo a {
		display:block;
		width:368px;
		height:83px;
		text-indent:-9999px;
		background:url(Images/Logo.png) no-repeat;
		border:none;
	}

#SearchArea {
	float:right;
	width:217px;
	height:28px;
	background:url(Images/SearchTab.png) no-repeat;
	padding:10px 125px 0 0;
	text-align:center;
}

#SearchArea2 {
	float: right;
	width: 180px;
	height: 28px;
	background :url(Images/SearchTab.png) no-repeat;
	padding: 8px 0 0 0;
	text-align: center;
}

#SearchBar
{
	padding-left: 7px;
}


	#SearchArea p {
		line-height:18px;
		color:#fff;
		float:left;
		padding:0 5px 0 7px;
	}

	#SearchArea .isSearchSubmit,
	#SearchArea #dnn_dnnSearch_cmdSearch {
		background:none;
		border:none;
		color:#fff;
		font-size:12px;
		margin-left:5px;
	}
	
		.isSearchSubmit:hover {
			text-decoration:underline;
		}
		
	#SearchArea select {
		color:#656565;
		float:left;
		font-size:10px;
		width:150px;
	}
	
		#SearchArea select option {
			padding:3px 3px 0 3px;
		}
		
		

#NavigationWrap {
	height:30px;
	background:url(Images/NavigationTile.jpg) repeat-x;
}

#Navigation {
	margin:0 auto;
	height:30px;
	width:955px;
}

	#Navigation ul,
	#Navigation li {
		margin:0;
		padding:0;
		list-style-type:none;
		float:left;
		display:inline;
	}
	
	#Navigation ul {
		margin-left:30px;
	}
	
	#Navigation li {
	}
		
	#Navigation li a {
		color:#fff;
		font-weight:bold;
		font-size:12px;
		text-transform:uppercase;
		border:none;
		line-height:24px;
		padding:0 23px;
		border-right:1px solid #072d4e;
		text-decoration:none;
		display:block;
		height:24px;
		margin-top:3px;
		cursor:pointer;
		_width:40px;
	}
	
	#Navigation li.last a {
		border-right:none;
	}
	
		#Navigation li a:hover {
			text-decoration:underline;
		}
	
	#Navigation li a.rmFocus {
		color:#656565;
		background:#fff;
		display:block;
		height:27px;
		border-right:none;
		padding-top:3px;
		margin-top:0;
	}
	
		#Navigation li a.rmFocus:hover {
			text-decoration:none;
		}

#ContentAreaOuterWrap {
	background:#eeede7 url(Images/BackgroundTile.jpg) repeat-x 0 -137px;
}

#ContentAreaInnerWrap {
	margin:0 auto;
	background:url(Images/BackgroundSeal.jpg) center -137px no-repeat;
}

#ContentArea {
	margin:0 auto;
	padding:15px 18px 0;
	width:919px;
	background:#fff;
	padding-bottom:20px;
	
}

#Content {
	float:right;
	width:685px;
}


.ContentPane {
	float:inherit;
	width:inherit;

}
	
.BottomPane {
	margin: 10px 0;
	width:685px;
	clear:both;
	float:left;
}
	
#Banner {
	float:left;
	width:685px;
	max-height:270px;
	margin-bottom:15px;
}



/***** BOX STYLES ******/
div.Box {
	width:218px;
	float:left;
	margin-right:5px;
}

div.BoxTop {
	float:left;
	border:1px solid #cbcbcb;
	border-bottom:none;
	padding:3px;
	padding-bottom:0;
	width:210px;
}

	
	div.BoxTop h3,
	div.BoxTop h4 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		margin-bottom:6px;
		background:url(../../Containers/District/Images/BoxTopTile.jpg) repeat-x;
		height:25px;
		padding:12px 0 0 10px;
		line-height:20px;
	}
	
div.BoxBody {
	float:left;
	border:1px solid #cbcbcb;
	border-top:none;
	padding:0 10px;
	width:196px;
	margin-bottom:10px;
}
	
div.Last {
	margin-right:0;
}
/***** end BOX STYLES *****/
			
		
#Sidebar {
	width:218px;
	float:left;
}

	#SideNav ul,
	#SideNav ul ul,
	#SideNav li {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
		
		#SideNav ul li {
			padding:7px 0;
			border-top:1px solid #cbcbcb;
			border-bottom:none;
		}
		
			#SideNav ul li.rpFirst {
				border-top:none;
				padding-top:0;
			}
		
		#SideNav ul ul li {
			padding:3px 0;
			border:none;
		}
		
		#SideNav ul ul ul li {
			padding:0;
			border:none;
		}
		
		#SideNav ul li a {
			display:block;
			line-height:normal;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			text-decoration:none;
			border-color:#fff;
			_height:30px;
		}
		
		
			#SideNav ul li.rpFirst a,
			#SideNav ul li:first-child {
				border-top:none;
			}
		
			#SideNav a:hover {
				color:#1F548A;
				border:none;
			}
		
		
		#SideNav ul ul {
			margin:5px 0 0 0px;
		}
		
			#SideNav ul ul ul {
				margin:5px 0 5px 0px;
			}
			
			#SideNav ul ul ul .rpOut {
				padding-left: 5px;
			}
			
			#SideNav ul ul ul li a {
				background-image:url(Images/TinyArrow2.gif);
				font-size:13px;
			}
			
			
		
		#SideNav ul ul li a {
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			padding-left:20px;
			line-height:normal;
			background:url(Images/TinyArrow.gif) no-repeat 8px 5px;
			border-bottom:none;
			border-top:none;
		}
		
		#SideNav ul li a.rpLast {
			border-bottom:none;
		}
		
		#SideNav a.rpSelected,
		#SideNav a.rpFocus {
			color:#1F548A;
		}
		
		#SideNav .RadPanelBar .rpRootGroup,
		#SideNav .RadPanelBar .rpOut {
			border:none !important;
		}
		
		#SideNav .RadPanelBar .rpText  {
			padding:0 !important;
		}
		
		
		
		
		

#FooterWrap {
	background:url(Images/FooterTile.jpg) repeat-x #041524;
	min-height:200px;
}

#Footer {
	margin:0 auto;
	width:785px;
	padding:35px 0 0 123px;
	color:#57636f;
	background:url(Images/FooterLogoSeal.jpg) no-repeat 0 35px;
	min-height:200px;
}

#FooterLeft {
	float:left;
	width:400px;
	
	}

#FooterRight {
	float:right;
	width:230px;
	
	}

	#Footer a,
	#Footer a:hover {
		color:#57636f;
		border-color:#57636f;
	}
	






/********* 
	FORM MASTER STYLES 
***********/

.FormTable {
 clear:both;
 background:none;
 		background-color:#f6f6f6;
		padding:10px;
		border: 0px solid #656565;
}

.FormTable tr {

}

.FormTable .NormalTextBox tr {
	height:1em;
}

.FormTable a.CommandButton:link {
	border-bottom:1px dotted #333333;
	color:#656565;
	text-decoration:none;}
	
.FormTable a.CommandButton:hover {
	border-bottom:1px dotted #1f548a;
	color:#1f548a;
	text-decoration:none;}

/*** LABELS ***/
	.FormTable label {
		font-size:1.0em;
		color:#656565;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
		line-height:1.5em;
		text-align:right;
		padding-right:5px;
	}
	
	.FormTable label.DoubleLine {
		line-height:1em;
	}
	
	.FormTable .NormalTextBox label { 
		/* for labels within the text box area, like radio button and check box labels */
		float:none;
		margin-bottom:0;
		font-weight:normal;
		width:auto;
		text-align:left;
	}

/*** INPUT FIELDS ***/
	.FormTable .NormalTextBox,
	.FormTable .LongTextBox, 
	.FormTable .ShortTextBox,
	.FormTable .TinyTextBox,
	.FormTable .MultiTextBox {
		width: 180px;
		border: 1px solid #ccc;
		color:#787878;
		padding-left: 2px;
		height:22px;
		line-height:22px;
	}
	
		.FormTable select.NormalTextBox {
			width:183px;
			line-height:normal;
		}
	
	.FormTable .LongTextBox { width:250px; }
	.FormTable .ShortTextBox { width:100px; }
	.FormTable .TinyTextBox { width:50px; }
	.FormTable .MultiTextBox { height:150px; width:300px; }


.FormTable .FormSubmit {
	margin-left:250px;
	margin-top:1em;
}

/**** To hide the " *Required " text ****/
.FormTable td[valign=middle] {
	display:none;
}



/********* 
	BlogList.xsl stles for incoming news feed
***********/

#BlogList li {
	list-style-type:none;
	margin-left: 0px;}
	
#BlogList {
	margin: 0px;
	}
















} /* close @media screen */
