@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #3377B5;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 0.9em;
}
a {
	outline:none;
}
#container {
	width: 1000px;
	margin:0 auto;
	
}
#header {
	width: 1000px;
	text-align: center;
	height: 275px;
	background-image: url(../images/banner_img.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#bannerspace {
	height: 225px;
}
#bannerspace img {
	border: none;
}
#nav {
	height: 50px;
	width: 900px;
	margin:0 auto;
	font-size: 14px;
}
#nav li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
}
#leftbox li {
	list-style-type: disc;
	list-style-position: inside;
}
#nav a {
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #22527F;
}
.currentpage       {
	color: #22527F;
}
#maincontent {
	background-image: url(../images/content_bkgd.jpg);
	background-repeat: no-repeat;
	width: 880px;
	padding: 20px 60px 0 60px;
}
#leftbox {
	background-color: #F3FBFF;
	width: 820px;
	padding: 20px 30px;
	line-height: 1.25em;
	margin: 15px 0 0 0;
}
#leftbox img {
	border: medium solid #72AED7;
}
#leftbox a {
	font-weight: bold;
	text-decoration: none;
	color: #72AED7;
}
#leftbox a:hover {
	color: #3377B5;
}
#leftbox a img {
	border: medium solid #72AED7;
}
#leftbox  a img:hover {
	border: medium solid #3377B5;
}
#leftbox p {
	margin-bottom: 1em;
}
#leftbox h1 {
	color: #22527F;
	font-size: 0.75em;
	font-variant: small-caps;
	letter-spacing: 0.25em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
#leftbox   h2  {
	font-size: 1.25em;
	color: #22527F;
	margin: 0.5em 0;
}
.citydate {
	font-weight: bold;
}
#sidebar    {
	background-color: #22527F;
	float: right;
	width: 240px;
	padding: 20px;
	color: #FFFFFF;
	margin: 0 0 10px 30px;
}
.clearfloat {
	clear: both;
}
.clearleftfloat {
	clear: left;
}
#footer {
	font-size: 10px;
	color: #22527F;
	text-align: center;
	padding: 25px 0;
	line-height: 1.5em;
	background-color: #3377B5;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.25em;
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
#sidebar h1 {
	color: #FFFFFF;
}
#sidebar h2 {
	color: #FFFFFF;
	margin: 0.5em 0;
	font-family: Helvetica, Arial, sans-serif;
}
#leftbox  #sidebar img {
	border: medium solid #FFFFFF;
}
#leftbox  #sidebar a img:hover {
	border: medium solid #3377B5;
}
.currentname {
	color: #F3FBFF;
	background-color: #3377B5;
	padding-left: 1em;
}
#sidebar .name {
	padding-left: 1em;
}
#sidebar .currentname a:hover {
	color: #22527F;
}
.currentvideo {
	color: #F3FBFF;
	background-color: #3377B5;
	padding: 0.25em 0 0 1em;
}
.videolink {
	padding: 0.25em 0 0 1em;
}
#sidebar .currentvideo a:hover {
	color: #22527F;
}
.break {
	background-image: url(../images/break.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0.5em;
	width: 420px;
}
.breaklong {
	background-image: url(../images/break_long.gif);
	background-repeat: no-repeat;
	height: 2px;
	width: 730px;
	clear: both;
}
#leftbox h3 {
	color: #3377B5;
	font-size: 1em;
	font-variant: small-caps;
}
.picturecaption {
	font-size: 10px;
	color: #22527F;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
}
.stafftitle {
	color: #22527F;
	font-weight: bold;
	font-size: 0.8em;
}
#leftbox img.portrait {
	float: left;
	margin: 0 0.75em 0.5em 0;
	padding: none;
	border: none;
}
#leftbox img.floatright {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border: none;
}
.leftpicturebox {
	float: left;
	width: 400px;
	margin: 0 1.5em 0 0;
}
#leftbox  .leftpicturebox img {
	border: none;
	padding: 0;
	margin: 0;
}

