@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	margin: 0;
	padding: 0;
	}
	
body     {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-image: url(../images/bg_square.gif);
	background-repeat: repeat;
	}
	
a {
	color: #005783;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	outline: none;
	border:0;
	}

a:focus {
	-moz-outline-style: none;
	outline-style: none;
	outline:none;
	}

#wrapper     {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	}

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 19px;
	}
	
#topbanner{
	height: 125px;
	width: 960px;
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#topbanner #topleft{
	height: 125px;
	width: 267px;
	float: left;
	}
	
#topbanner #topright{
	height: 30px;
	width: 150px;
	float: right;
}

#topbanner2{
	height: 159px;
	width: 960px;
	background-image: url(../images/banner_content2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}

#topbanner2 #topleft{
	height: 125px;
	width: 267px;
	float: left;
	}
	
#topbanner2 #central{
	height: 159px;
	width: 692px;
	float: right;
	}
	
#topbanner2 #central #topright{
	height: 30px;
	width: 150px;
	float: right;
	padding-bottom: 3px;
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	background-position: center;
	height: 100%;
	background-color: #FFFFFF;
	}
	
#middle{
	clear:both;
	width: 960px;
	margin:0;
	background-color: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	height: 100%;
	}
	
#middle #nav{
	float: left;
	padding-left: 25px;
	padding-top: 34px;
	padding-right: 38px;
	padding-bottom: 55px;
	}
	
#middle #nav a {
	display:block;
	}
	
#middle #nav a:active {
	border:0;
	}

#middle #news{
	width: 197px;
	padding-top: 30px;
	}
	
#middle #news2{
	width: 197px;
	padding-top: 30px;
	}
	
#middle #nav2{
	float: left;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 55px;
	}
	
#middle #nav2 a {
	display:block;
	}

#middle #nav2 a:active {
	border:0;
	}

#middle #bannerimages {
	width: 693px;
	display: inline;
	float: left;
	padding-left: 7px;
	}

#middle #backbannerimages{
	width: 689px;
	display: inline;
	float: left;
	background-image: url(../images/btm_bg_leaf.jpg);
	height: 47px;
	background-repeat: no-repeat;
	}

#middle #content {
	float: left;
	width: 425px;
	display: inline; /* fixes IE/Win double margin bug*/
	height: 100%;
	line-height: 19px;
	}

#middle #content  p {
	margin-top:12px;
	margin-bottom:12px;
	}

#middle #content2 {
	float: left;
	width: 650px;
	display: inline; /* fixes IE/Win double margin bug*/
	height: 100%;
	padding-left: 45px;
	line-height: 19px;
	}
	
#middle #tile {
	color: #FFFFFF;
	width: 325px;
	background-color: #203879;
	display: inline;
	margin-right: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 7px;
	}

#middle #tile ul li {
	padding:0 10px 0 10px;
	margin:6px 0 6px 0;
	}

#middle #tile a {
	color: #7FC3D3;
	}

#middle #tile a:active {
	border:0;
	}

#middle #tile  .none_msg {
	font-style:italic;
	}

#middle #tile2 {
	color: #FFFFFF;
	width: 325px;
	background-color: #203879;
	display: inline;
	margin-right: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#middle #tile2 ul li {
	padding:0 10px 0 10px;
	margin:6px 0 6px 0;
	}

#middle #tile2 img {
	clear:both;
	margin:0;
	padding:0;
	}
	
#middle #tile2 a {
	color: #7FC3D3;
	}
	
#middle #tile2 a:active {
	border:0;
	}

#middle #tile2  .none_msg {
	font-style:italic;
	}

#middle #third {
	color: #FFFFFF;
	width: 205px;
	float: right;
	background-color: #203879;
	display: inline;
	margin-right: 20px;
	}

#middle #third p{
	padding-right: 15px;
	padding-left: 10px;
	}

#middle #third ul {
	margin-right: 12px;
	}

#middle #third li {
	margin-top: 6px;
	margin-bottom: 6px;
	}

#middle #third a {
	color: #7FC3D3;
	}

#middle #third a:active {
	border:0;
	}

#middle #third a.more_link {
	display:block;
	text-align:right;
	margin-right:12px;
	}

#middle #third  .none_msg {
	font-style:italic;
	}

h1 {
	font-size: 18px;
	padding: 0px 0px 5px;
	font-family: "Trebuchet MS";
	color: #058aa8;
	margin: 0px;
	}
	
h2 {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS";
	}

#footer{
	bottom: 0px;
	color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	}
	
#footer #flash{
	height: 10px;
	width: 120px;
	}
#footer a {
	color: #ffffff;
	font-size: 11px;
}
.btn {
	margin-left: 115px;
}
label {
	color: #203879;
}

a.subnav {
	font-weight: bold;
	color: #02899d;
	padding-left: 25px;
	line-height: 27px;
	font-size: 12px;
	}
	
a.subnav:hover {
	color: #293179;
	text-decoration: none;	
	}
	
a.subon {
	font-weight: bold;
	color: #293179;
	text-decoration: none;	
	padding-left: 25px;
	line-height: 27px;
	font-size: 12px;
	}

#NewsBlock {
	margin-top:20px;
	}
	
.NewsSummary {
	margin:12px 0 12px 0;
	}

#NewsSummary .news_entry {
	margin:12px 0 12px 0;
	}
	
#NewsSummary .news_entry .title {
	font-weight:bold;
	}

#NewsSummary .news_entry a:active {
	text-decoration:none;
	border:0;
	}

#NewsSummary .news_entry .content {
	}

#NewsSummary .none_msg {
	color:#ff0000;
	font-style:italic;
	margin:12px 0 12px 0;
	}

.NewsSummaryLink {
	font-weight:bold;
	font-size:1.1em;
	}
	
#NewsDetail .NewsSummaryPostdate {
	font-weight:bold;
	margin:6px 0 6px 0;
	}
	
#NewsPostDetailContent {
	margin-bottom:12px;
	}
	
.PubsSummary {
	margin-top:12px;
	margin-bottom:0;
	}
	
.PubsSummary a:active {
	border:0;
	}

.PubsSummary .content  {
	font-style:italic;
	}
