body {
		margin: auto;
		padding: 0;
		background: #1C5C12 url(/images/background1.png) no-repeat;
		font: normal 12px Arial, sans-serif;
		text-align:center;
		vertical-align:middle;
		height: auto;
		width: auto;
		}
	
h1, h2, h3, h5 {
	margin: 0;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	color: #000000;
		}

h1 { font-size: 30px; }

h2 { font-size: 22px; }

h3 { font-size: 18px}

hr {height: 2px; color: #4B0000}

p, ul, ol {
			margin-top: 0;
			line-height: 150%;
			text-align: justify;
			text-indent: 30px;
		}


a { 
	color: #0000C0; 
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
		color:#D50505;
		font-weight:bold;
		text-decoration: underline; 
	}
	
a:active { 
		color:#C99F9F;
		font-weight:bold;
		text-decoration: underline; 
	}
	
a:visited{ 
		color:#4B0000;
		font-weight: bold;
		text-decoration: underline;
	}


#container {
			border-width: 4px;
			border-style: solid;
			border-color: #E1DFDF;
			margin: auto;
			padding: 2px;
			height: auto;
			width: 800px;
			background-color:#FFFFFF;
		}

/* Header */

#header {
		width: 100%;
		height: 105px;
		margin: auto;
		background: url(/images/header.jpg) repeat-x center;

		}

#header h4, #header p {
		margin: 0px;
		text-align: left;
		text-transform: capitalize;
		font-weight: normal;
		color: #FFFFFF;
		}

#header p {
		font-size: 12px;
		line-height: normal;
		}

#header h4 {
		height: 65px;
		font-size: 12px;
		padding: 0 0 0 0;
		line-height: 60px;
		}

#banner {
		margin: 0px;
		text-align: left;
		text-transform: capitalize;
		font-weight: normal;
		color: #FFFFFF;
		height: 65px;
		font-size: 12px;
		padding: 0 0 0 0;
		line-height: 60px;
		}


#header a {
		text-decoration: none;
		color: #FFFFFF;
		}

#slogan {
		position: absolute;
		line-height: 14px;
		font-style: italic;
		top: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 240px;
		}

#login {
		position: absolute;
		line-height: 14px;
		font-style: italic;
		top: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 550px;
		}


#logo {
		padding-top: 5px;
		text-align: left;
		height: 60px;
		text-align: left;
		margin: 0px 0px 0px 25px;
		border: none;
		}


#surveycenter {
		border-width: 4px;
		border-style: outset;
		border-color: #E1DFDF;
		background-color:#E1DFDF;
		text-align:center;
		font-size:14px;
		width:110px;
	}
		
/* Menu */

#menu {
		float: left;
		width: 800px;
		vertical-align: bottom;
		position: relative;
		top: 15px;
		}

#menu ul {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: normal;
		}

#menu li {
		float: left;
		margin: 0px;
		width: 160px;
		padding: 0px 0px 0px 0px;
		vertical-align: middle;
		}

#menu a {
		float: left;			
		text-decoration: none;
		text-transform: capitalize;
		font-size: 12px;
		font-weight: bold;
		}
				
#menu a:hover { 
		color:#D50505;
		font-weight:bold;
		text-decoration: underline; 
	}
	
#menu a:active { 
		color:#4B0000;
		font-weight:bold;
		text-decoration: underline; 
	}
	
body#home a#home_link,
body#about a#about_link,
body#services a#services_link,
body#theteam a#theteam_link, 
body#news a#news_link {
			color: #4B0000;
			font-weight:bold;
			text-decoration: underline;
		}

body#home a#home-link,
body#about a#about-link,
body#services a#services-link,
body#theteam a#theteam-link, 
body#news a#news-link {
			color: #4B0000;
			font-weight:bold;
			text-decoration: underline;
		}


/* Search */

#search {
		display: none;
		float: right;
		width: 145px;
		height: 45px;
		position: relative;
		top: 5px;
		right: 10px
		
	}

#search fieldset {
		width: 125px;
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 1px;
		padding-top: 2px;
	}

#search input {
		float: left;
		padding-left: 2px;
		padding-right: 2px;
		font: 12px Arial, sans-serif;
		}

#search-text {
		border: 1px solid #333333;
		color: #000000;
	}

#search-submit {color: #FFFFFF;	}



/*Content*/

.Content {
			width:500px;
			margin:auto;
			text-align:left;
			padding:15px;
			font-size: 12px;
			line-height: 115%;
		}
		
#content_box {
				width: 90%;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				margin-bottom: 10px;
				font-size: 14px;
				line-height: 150%;
			}
		
span.pop {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
/* Footer */

#footer-bgcontent {
	margin: auto;
	padding: 0px;
	height: 30px;
	background: url(/images/headerc.jpg) repeat-x left bottom;
	position: relative;
	z-index:2;
	clear:left;	
}

#footers {
	margin: auto;
	padding: 0px;
	height: 30px;
	background: url(/images/headerc.jpg) repeat-x left bottom;
	position: relative;
	z-index:2;
	clear:left;	
}

#footer {
	margin: auto;
	height: 25px;
	background: url(/images/footer.jpg) repeat-x left bottom;
	vertical-align: bottom;
	position: relative;
	bottom: 1px;
	width: 100%;
	z-index:2;
}

#footer table {
	margin: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	text-transform: none;
	color: #FFFFFF;
	position: relative;
	top: 6px;

}

#footer a {
	color: #4B0000;
}


/*---------------------------------------------*/
/* Sidebar */

#sidebar {
	float: left;
	width: 177px;
	height: 80%;
	padding: 15px 7px 0px 22px;
	margin: 10px 5px 0px 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #375910;
	z-index:1;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-indent: 5px;
}

#sidebar li {
//	margin-bottom: 30px;
	padding: 0 0 5px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	background: url(/images/img07.jpg) repeat-x left bottom;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 10px;
	background: url(/images/img06.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar h3 {
		text-align: left;
		color: #000000;
		text-indent: 5px;
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
}

#sidebar a:active { 
		color:#000000;
		font-weight:bold;
		text-decoration: underline; 
	}


// --------------------------
.sidebar {
	float: left;
//	clear: both;
	padding: 15px 7px 0px 22px;
	margin: 10px 5px 0px 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #375910;
	z-index:1;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-indent: 5px;
}

.sidebar li {
//	margin-bottom: 30px;
	padding: 0 0 5px 0px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	background: url(/images/img07.jpg) repeat-x left bottom;
}

.sidebar p {
	margin: 0;
	padding: 0px 10px;
	line-height: 200%;
}

.sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 10px;
	background: url(/images/img06.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar h3 {
		text-align: left;
		color: #000000;
		text-indent: 5px;
}


.sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
}

.sidebar a:active { 
		color:#000000;
		font-weight:bold;
		text-decoration: underline; 
	}

#sidebar-editorials {
	float: left;
	width: 177px;
	height: 80%;
	text-align: left;
	padding: 15px 7px 0px 22px;
	margin: 10px 5px 0px 2px;

	}

#sidebar-editorials a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
	}

#sidebar-editorials ul {
	margin: 0;
	padding: 0;
	list-style: disc;
	line-height: normal;
	text-indent: 5px;
	text-align: left;
	}


#sidebar-services {
	float: left;
	width: 177px;
	height: 80%;
	text-align: left;
	padding: 15px 7px 0px 22px;
	margin: 10px 5px 0px 2px;

	}

#sidebar-services a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
	}

#sidebar-services ul {
	margin: 0;
	padding: 0;
	list-style: disc;
	line-height: normal;
	text-indent: 5px;
	text-align: left;
	}






/* News Page */
#media_links {
	font-size: 12px;
}

#news_content {
				width: 90%;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				margin-bottom: 10px;
				font-size: 14px;
				line-height: 150%;
			}

#news_content ul {
			margin: 0 0 0 0;
			text-align: left;
			line-height: 150%;
			text-indent: 5px;
			}


/* Services Pages */

#services_content {
				width: 90%;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				margin-bottom: 10px;
				font-size: 14px;
				line-height: 150%;
			}


/* Leadership Development Center */


th.ldc {
		text-indent:0px;

	}

td.spacerline {
		background: url(/images/header.jpg) repeat-x center;

	}

tr.ldc-warning-row {
		border-bottom:1px solid black;
		
		
	}
blockquote {
			font-style:italic;
			font-size:90%;
			background:#f0f0f0;
		}

/* Other Stuff */
#float_boxes {
			margin: 10px;
			width: 100px;
			clear:both;
			float:left;

		}

#sp_messages {
			margin: 0px 0px 10px 0px;
			border: 1px solid black;
			color: #0000C0; 
			background:#ffffff;

		}

#Toolbox {
			margin: 0px 0px 10px 0px;
			border: 1px solid black;
			color: #0000C0; 
			background:#ffffff;
			padding:1px 1px 1px 1px;

		}

#Toolbox ul {
			border-top: 1px solid black;
			padding: 0px 0px 0px 16px;
			position:static;
			text-indent: 1px;
		}

#warning_box {
			border: 1px solid black;
			margin: 5px 5px 5px 5px;
			padding: 5px 5px 5px 5px;
			background:#F0E68C;
			text-align:center;
	}

.editorial-timestamp {
		font-size: 0.75em;
		text-align: right;
		font-style: italic;
	}

.content-list {
	list-style: disc;
	line-height: normal;
	text-indent: 5px;
	text-align: left;
	}

.newsfeed {
	text-indent: 0px;
	}

