* {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

body {
	margin: 0px;
	font-size: 14px;
	line-height: 23px;
	background-color: #282b4f;
	color: #282b4f;
}

a{
	color: #282b4f;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #59658b;
}

.site-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	background-image: url(../App_Themes/leadershipsumner/images/header-bg.gif);
}

#header .site-container {
	background-image: url(../App_Themes/leadershipsumner/images/header.jpg);
	height: 300px;
}

#header h1{
	margin: 0px;
	float: left;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 300px;
	margin-top: 90px;
	margin-left: 600px;
}

#main {
	background-color: #ebebe0;
}

#main .site-container {
	background-image: url(../App_Themes/leadershipsumner/images/main-bg.gif);
}

#nav {
	float: left;
	width: 170px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {}

#nav li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav li li a {
	padding-left: 20px;
	font-size: 13px;
}

#nav li li a:hover {
	color: #59658b;
	background-color: #b3ced7;
}


#nav li a:hover {
	background-color: #bed6de;
	color: #282b4f;
}

#content {
	float: left;
	width: 640px;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 60px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: normal;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #978f81;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: normal;
}

#content h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #978f81;
}

#content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #978f81;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: normal;
}


#content p, #content ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

.left {
	width: 400px;
	float: left;
}

.right {
	float: right;
	width: 210px;
	font-size: 13px;
}

#content .right p {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	padding-bottom: 30px;
}

#footer p{
	margin: 0px;
	text-align: center;
	padding-left: 230px;
	font-size: 12px;
	color: #bdc1d1;
}

#footer a {
	color: #bdc1d1;
	text-decoration: none;
}

#footer .site-container {
	background-image: url(../App_Themes/leadershipsumner/images/footer-bg.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

dl.form{
	margin-bottom: 20px;
	clear: both;
}

.form label {
	margin: 0;
	padding: 0;
}

.form dt {
	float: left;
	width: 200px;
}

.form dd{
	margin-bottom: 10px;
	margin-left: 220px;
	font-size: 12px;
	line-height: normal;

}

.form .TextAreaField, .form .TextboxField, .form .TextBoxField {
	width: 400px;
	background-color: #f3fbfc;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c6dbe2;
	padding: 3px;
}

.form .EditingFormControlNestedControl input {
	background-color: #f3fbfc;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c6dbe2;
	padding: 3px;
}

.form .EditingFormControlNestedControl table input {
	background-color: transparent;
	border-style: none;
	padding: 0px;
}

.form .TextAreaField {
	height: 150px;
}

.form .FormButton {
	background-color: #282b4f;
	padding: 3px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.form .FormButton:hover {
	background-color: #978f81;
}


