* {
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
}


body {
	margin: 0px;
	font-size: 15px;
	background-color: #167ea4;
	background-image: url(../App_Themes/superioroandp/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 23px;
	color: #0c5176;
}

a{
	color: #1e443a;
	outline: none;
}

a:hover{
	text-decoration: none;
}

#header{
	background-image: url(../App_Themes/superioroandp/images/header.jpg);
	background-position:  center top;
	background-repeat:  no-repeat;
}

#header h1{
	float:  left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header h1 a {
	text-indent:  -9999px;
	display:  block;
	height:  100px;
	width:  275px;
	margin-top:  25px;
	margin-left:  10px;
	margin-bottom: 25px;
}

#menu {
	background-color: #fff;
	clear: both;
}

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

#menu ul ul{
	display: none;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #0c5176;
	line-height: normal;
	padding: 10px;
}

#menu li a:hover {
	color: #137ba2;
}


#main{
	background-color:  #FFFFFF;
	background-image: url(../App_Themes/superioroandp/images/main-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#main2{
padding-top: 40px;
padding-bottom: 40px;
}


#nav{
	width: 250px;
	float: right;
	padding-top: 0px;
	background-image: url(../App_Themes/superioroandp/images/nnav-spacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

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

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

#nav li{
}

#nav a{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3d7491;
	line-height: normal;
	width: 190px;
}
#nav a:hover{
	color: #3d7491;
}

#nav li.CMSListMenuLI, #nav li.CMSListMenuHighlightedLI{
	display: inline;
}

#nav li li.CMSListMenuLI, #nav li li.CMSListMenuHighlightedLI{
	display: block;
}

#nav li a.CMSListMenuLink, #nav li a.CMSListMenuLinkHighlighted {
	display: none;
}

#nav li li a.CMSListMenuLink, #nav li li a.CMSListMenuLinkHighlighted {
	display: block;
}



#content{
	float: left;
	width: 600px;
	margin-bottom: 40px;
}

#content h1{
	color: #3d7491;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 32px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../App_Themes/superioroandp/images/h1-bg.png);
	_background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #0c5176;
	font-size: 28px;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0c5176;
	padding-left: 3px;
}

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

#footer{
	height: 150px;
	color: #84beda;
	line-height: normal;
}

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

#footer a:hover{
	text-decoration: underline;
}

#footer p{
	margin: 0px;
}

#footer .left{
	float: left;
	width: 600px;
	padding-top: 20px;
}

#footer .right{

	float: right;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#main .site-container{
	background-image: url(../App_Themes/superioroandp/images/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.field{
	background-color: #3095c3;
	width: 150px;
	border-top-width:  1px;
	border-top-style:  solid;
	border-right-style:  none;
	border-bottom-style:  none;
	border-left-style:  none;
	border-top-color:  #1e739d;
	margin-left: 20px;
	font-size: 15px;
	color: #FFFFFF;
	padding: 3px;
	margin-right: 5px;
}

.button{
	background-color: #3095c3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 50px;
}

.button:hover{
	background-color: #0c5176;
}

.clear{
	clear: both;
}

.form {
	margin-bottom: 25px;
}

.form dt {
	float: left;
	width: 100px;
	line-height: normal;
}

.form dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.form input, .TextAreaField {
	width: 300px;
	font-size: 15px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #668da2;
	border-right-color: #c0c3c5;
	border-bottom-color: #c0c3c5;
	border-left-color: #c0c3c5;
}

.TextAreaField {
	height: 100px;
}

.form input.FormButton{
	width: auto;
	background-color: #0c5176;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
}

.form input.FormButton:hover{
	background-color: #137ba2;
}

.SearchDialog, .SearchResult{
	margin-bottom: 10px;
}