@charset "ISO-8859-1";
/* Camp Loughridge */

/************
    DNN Reset (based off Eric Myer's Reset), Plus List Styles
*************/
* {
	margin:0;
	padding:0;
}

.Left { float:left; } .Right { float:right; } .Clear { clear:both; }
/* default list styles */
ul, ol { margin-left:30px; list-style-type:disc; padding-bottom:14px;} ol { list-style-type:decimal;}ul ul, ul ol, ol ul, ol ol { margin-left:30px; list-style-type:circle; padding-bottom:0;} ul ol, ol ol {    list-style-type:lower-alpha;}

/****************
    TYPOGRAPHY
****************/
body {
	font-family:"Trebuchet MS", Trebuchet, "Myriad Pro", Verdana, sans-serif;
}

table {
    border: 0px;
}

p, li,
.Normal {
	font-size:13px;
	line-height:17px;
	margin-bottom:12px;
	font-weight:bold;
}

li {
	margin-bottom:0;
}

ul {
	margin-bottom:12px;
}
 
.NormalBold  {
    font-weight:bold;
}

h2, h3, h4 {
	margin-bottom:12px;
	font-weight:bold;
	line-height:1.1em;
}

h2 {
	font-size:24px;
	color:#663300;
}
 
h3 {
	font-size:19px;
	color:#663300;
}

h4 {
	font-size:14px;
	color:#535c04;
	font-weight:bold;
}

hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-style: none none solid;
}

p img,
a img {
    border:0px;
}


LABEL A IMG {
    display: none;
}

a {
	color:#535c04;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#Wrapper input {
	background:url(Images/InputBG.gif) repeat-x;
}

#Wrapper input[type=submit],
#Wrapper input[type=button] {
	background-image:none;
	background-color:#ccc;
}


/************
    DNN SPECIFIC STYLES
************/
.ControlPanel {
    width:1022px;
    margin:0px auto;
}

.ControlPanel a:hover {
	background-color:transparent;
}

.FileManager {
    background-color:#fff;
}


/************
    OTHER CLASSES
***********/
img.PicLeft {
    float:left;
    margin-right:8px;
}

img.PicRight {
    float:right;
    margin-left:8px;
}

.NoPadding {
    padding:0;
}

.NoMargin {
    margin:0;
}

img.Thumbnail {
	width:54px;
	height:54px;
	padding:0 5px 5px 0;
}


/***********
    FORM MASTER STYLES
************/
.FormTable {
 clear:both;
 background:none;
}
 
.FormTable td {
padding:3px 0;
text-align:left;
 
}
 
.FormTable .NormalTextBox {

}


 
.FormTable .ShortTextBox {
	width:50px;
}

.FormTable .LongTextBox {
	width:300px;
}
 
.FormTable .MultiTextBox {
width: 300px;
white-space:normal;
}
 
.FormTable .FormSpacer {
height: 20px;
width:1px;
}
 
.FormTable .SubHead {
	font-size:14px;
	color:#535c04;
	font-weight:bold;
	font-family:"Trebuchet MS", Trebuchet, "Myriad Pro", Verdana, sans-serif;
}
 
.FormTable .NormalRed {
color:#CE0000;
 
}
 
.FormTable .CheckBoxLabel {
color:#999999;
 
}
 
.FormTable .CheckBox {
color:#999999;
}
 
.FormTable select.Default {
    width:auto;
    border: 1px solid #ccc !important;
    height:24px;
    padding-top:2px;
}
 
.FormTable .CheckBox input {
color: #999;
margin-top:5px;
margin-right: 5px;
}
 
.FormTable .FormLabel h3 {
font-weight:bold;
font-size:20px;
 
 
}
 
.FormTable #dnn_ctr375_FormMaster_lblRequired {
display:none;
}
 
.StandardButton {

background:#ccc;
}
 
.FormButton {
margin-left: 140px;
 
}

#dnn_ctr558_FormMaster_tdFormMasterHeaderCell {
    display:none;
}



/**************
    LAYOUT
**************/
body {
	background-color:#000;
}

#Wrapper {
	width:1030px;
	margin:10px auto;
}



/*** TOP ***/

#Top {
	width:980px;
	height:55px;
	padding:0 30px 0 20px;
	background:url(Images/PaperBGTop.jpg) no-repeat bottom;
	float:left;
}

	#Navigation {
		height:23px;
		float:left;
		padding-top:10px;
	}
		
		#Navigation ul,
		#Navigation li {
			margin:0;
			padding:0;
			list-style-type:none;
			float:left;
			display:inline;
		}
		
		#Navigation li {
			
		}

		
		#Navigation li a {
			line-height:23px;
			color:#999999;
			text-decoration:none;
			font-size:11px;
			display:block;
			width:85px;
			background:url(Images/NavButtonTile.jpg) repeat-x;
			margin-right:5px;
			text-align:center;
		}
		
		#Navigation li a:hover {
			background-color:transparent;
			color:#fff;
		}
	
	#Search {
		height:24px;
		float:right;
		padding:9px 35px 0 0;
		background:url(Images/SmallLeaf.jpg) no-repeat right top;
	}
	
		#Search p {
			margin:0;
			padding:0;
			line-height:23px;
			color:#999999;
			font-size:11px;
		}
		
		
#ContentWrapper {
	width:974px;
	min-height:528px;
	padding:0 36px 0 20px;
	background:url(Images/PaperBGTile.jpg) repeat-y -1px 0;
	float:left;
}





/*** LEFT COLUMN ***/

#LeftColumn {
	width:195px;
	float:left;
}

#Logo {
	text-indent:-9999px;
}

#Logo a {
	display:block;
	float:left;
	width:196px;
	height:84px;
	background:url(Images/Logo.png) no-repeat;
}

#SideNav {
	float:left;
	width:196px;
	min-height:187px;
}
	
	#SideNav ul, 
	#SideNav li {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	#SideNav li a {
		display:block;
		text-align:right;
 		/*	float:right; */
 		width:188px;
		padding-right:5px;
		line-height:30px;
		font-size:18px;
		font-weight:bold;
		color:#000;
	}
	
	#SideNav li a:hover {
		background: transparent url(Images/SideNavSelector.png) no-repeat right 4px;
	}
	
	
.RadPanelBar_SideNav .rpLevel1 a {
	font-size: 12px !important;
	font-weight:normal;
	}
	
#Summary {
	float:right;
	width:98px;
}

#Summary p {
	font-size:24px;
	line-height:44px;
	text-align:right;
	font-weight:bold;
}



/*** CENTER COLUMN ***/

#CenterColumn {
	width:546px;
	padding:0 20px;
	float:left;
}

#Breadcrumb {
	width:566px;
	height:33px;
	float:left;
	color:#535c04;
	font-weight:bold;
}

#Banner {
	width:546px;
	float:left;
	margin-bottom:15px;
}

#Banner img {
	max-width:546px;
}

#Content {
	width:546px;
	float:left;
	padding:0 5px;
}




/*** RIGHT COLUMN ***/

#RightColumn {
	width:193px;
	float:left;
	padding-top:5px;
}







/*** BOTTOM ***/

#Bottom {
	width:1030px;
	height:88px;
	background:url(Images/PaperBGBottom.jpg) no-repeat -1px 0;
	float:left;
}

#Footer {
	float:left;
	width:1030px;
	margin-bottom:15px;
}

#FooterLeft {
	width:216px;
	text-align:right;
	float:left;
	padding-right:121px;
	background:url(Images/Accredited.gif) right 10px no-repeat;

}

#FooterLeft p {
	font-size:14px;
	line-height:23px;
	color:#535c04;
	font-weight:bold;
}

#FooterRight {
	float:right;
}

#FooterRight h4 {
	line-height:28px;
	margin:0;
}

#FooterRight h4 a:hover {
	text-decoration:none;
	color:#979e56;
}

	.FooterCol {
		width:auto;
		float:left;
		margin-right:20px;
		
	}
	
	.SpecialCol {
		padding-right:20px;
	}







































































