@charset "UTF-8";
/* CSS Document */

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 75px;
}
#navigation {
	height: 68px;
	background-image: url(../images/homePage/navigationHome.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navigation ul {
	list-style:none;
	color: #ffffff;
	font-size: 10.5pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	float: left;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation ul a {
	text-decoration: none;
	color: #e1ebf7;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	line-height: 12px;
	height: 15px;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	padding-bottom: 8px;
}
#navigation ul a:hover {
	color: #ffffff;
	background-image: url(../images/navigationHover.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
}
#slogan {
	width: 290px;
	height: 23px;
	float: left;
	margin-top: 6px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 6px;
}
.slogan {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#sidebar {
	width: 195px;
	height: 515px;
	float: left;
	background-image: url(../images/homePage/leftBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
}
#sidebar img {
	padding-left: 10px;
}
#sidebar ul {
	list-style:none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 0px;
}
#sidebar ul li {
}
#sidebar ul a:link {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	display: block;
}
#sidebar ul a:hover {
	color: #0079C2;
	padding-left: 5px;
}
#sidebar ul a:visited {
	color: #333;
}
#contentWrapper {
	width: 591px;
	float: left;
	margin-right: 10px;
	margin-left: 9px;
	background-image: url(../images/homePage/oppTwo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 38px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 513px;
}
#wrapperR3 {
	width: 591px;
	float: left;
	margin-right: 10px;
	margin-left: 9px;
	background-image: url(../images/summer/oppThree.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 38px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 513px;
}
#endMiddle {
	background-image: url(../images/homePage/bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
	width: 590px;
}
#content {
	width: 556px;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
#contentBTM {
	background-image: url(../images/indexContentBTM.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
	width: 590px;
}
#content a:link {
	color: #0078c1;
	text-decoration: none;
}
#content a:visited {
	color: #005288;
}
#content a:hover {
	text-decoration: underline;
}
#top {
	background-image: url(../images/storyImages/divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 115px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#middle {
	background-image: url(../images/storyImages/divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 115px;
	margin-top: 15px;
	padding-bottom: 15px;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0078c1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#widget {
	float: left;
	width: 195px;
	height: 520px;
	background-image: url(../images/homePage/rightBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 30px;
}
#footer {
	height: 75px;
	margin-top: 10px;
	text-align: center;
}
#footer a:link {
	color: #0078c1;
	text-decoration: none;
}
#footer a:hover {
	color: #0078c1;
	text-decoration: underline;
}
#footer a:visited {
	color: #005288;
}
#logo {
	height: 86px;
	text-align: right;
	margin-bottom: 5px;
	width: 640px;
	float: left;
	padding-right: 0px;
}
#search {
	height: 30px;
	width: 350px;
	text-align: right;
	float: right;
	margin-top: 50px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0078c1;
	line-height: 16px;
	display: block;
}
.leftIMG {
	float: left;
	padding-right: 15px;
	margin-left: -5px;
	padding-bottom: 15px;
}
.rightIMG {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
.divider {
	padding-top: 5px;
	padding-bottom: 8px;
}
#clear {
}
#firstPub {
	width: 375px;
	margin-left: 175px;
	margin-top: 105px;
}
.imgPad {
	padding-top: 6px;
	padding-bottom: 6px;
}
#firstPub p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#firstPub h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #F98726;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
#secondPub {
	width: 425px;
	margin-left: 125px;
	margin-top: 20px;
}
#secondPub h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #F98726;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
#secondPub p {
	margin-bottom: 0px;
}
#bottom {
	margin-top: 120px;
	height: 110px;
}
