@charset "utf-8";
/* CSS Document */
img, div { behavior: url(js/iepngfix.htc) }

html {
}
body {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #475a7a;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	float: right;
	background-color: #475A79;
	padding: 10px;
	display: block;
	width: 275px;
	text-align: right;
	color: #FFF;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
	font-variant: small-caps;
	color: #475A79;

}
h3 {
}
h4 {
}
h6 {
}
h6 {
}
p {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #069;
}
a:visited {
	text-decoration: none;
	color: #559CCB;
}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
img {
}
/* To center page margin-left should be 1/2 the total div width*/
#mainWrapper {
	position: absolute;
	left: 50%;
	width: 900px;
	height: auto;
	margin-left: -450px;
	padding-bottom: 30px;
}
#headerWrapper {
	float: left;
	height: 90px;
	width: 900px;
}
#logoWrapper {
	float: left;
	height: 90px;
	width: 105px;
	margin-right: 10px;
	margin-left: 10px;
}

#logoTextWrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #475a7a;
	float: left;
	height: 77px;
	width: 353px;
	text-align: right;
	font-size: 1.7em;
	padding-right: 17px;
	padding-top: 13px;
}
#sloganTextWrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	float: left;
	height: auto;
	width: auto;
	font-size: 2.3em;
	margin-top: 25px;
	margin-left: 25px;
}



#navWrapper {
	float: left;
	height: 65px;
	width: 896px;
	background-color: #685d47;
	margin-top: 50px;
	background-image: url(../images/NavWrapperBackground.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#headerImgWrapper {
	float: left;
	height: 247px;
	width: 900px;
	background-image: url(../images/HeaderImg-Bridge.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 15px;
}
#mainContentWrapper {
	float: left;
	height: auto;
	width: 550px;
	margin-left: 30px;
}

#contentTitle {
	float: right;
	height: auto;
	width: 295px;
}
#contentWrapper {
	float: left;
	height: auto;
	width: 550px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 0.8em;
	line-height: 1.8em;
}
#contentWrapper img{
	Sfloat: left;
	border: 3px solid #E6E6E6;
	margin-right: 17px;
	float: left;
}
#contentWrapper ul{
	margin-bottom: 15px;
}
#contentWrapper li{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 20px;
}
.staffList {
	float: left;
	height: auto;
	width: 550px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #475A79;
	padding-top: 20px;
	padding-bottom: 20px;
}

.staffList img{


}
.staffListTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-variant: small-caps;
	color: #475A79;
}

#leftSidebar {
	float: left;
	height: auto;
	width: 315px;
	background-image: url(../images/SidebarBackground.jpg);
	background-repeat: repeat-y;
	background-position: 1px;
	padding-bottom: 20px;
}
#leftSidebar p {
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333;
	line-height: 1.5em;
	padding-right: 15px;
}
.sidebarHeading {
	background-image: url(../images/SidebarHeadingBackground.png);
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	width: 292px;
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 10px;
}
#sponsorBarWrapper {
	background-image: url(../images/SponsorBarBackground.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 665px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-right: 235px;
}
.sponsorWrapper {
	float: right;
	height: 80px;
	width: auto;
	margin-top: 6px;
	margin-left: 17px;
}
.sponsorText {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
}




#footerWrapper {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #475A79;
	text-align: right;
	padding-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #333;
}

/*for testing purposes*/
.blueBorder {
	border: 1px solid #0000FF;
}
.redBorder {
	border: 1px solid #FF0000;
}
.yellowBorder {
	border: 1px solid #FFFF00;
}




/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	margin-left: 10px;
	height: 65px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
ul.dropdown li                      {
	font-weight: lighter;
	float: left;
	zoom: 1;
	font-family: Verdana, Geneva, sans-serif;
}
ul.dropdown a:hover		            {
	color: #333;
}
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    {
	display: block;
	color: #FFF;
	padding-top: 24px;
	padding-right: 8px;
	padding-bottom: 25px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-decoration: none;
}
ul.dropdown li:last-child a         {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
	background-color: #CCC;
}
ul.dropdown li.hover a              {
	color: #000;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	background-color: #667EA6;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	padding-top: -15px;
	padding-bottom: -15px;
	margin-bottom: -15px;
	margin-top: -15px;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.activeNav{
	background-color: #B3A78E;
	color: #475A7A;
}

