/* CSS Document */




html {

	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */

	color: #828282;
	font-size:100%;
	margin-left:auto;
	margin-right:auto;	
	margin-top:0px;
	margin: 0;
	padding: 0px 0; 
	background-color: #FFFFFF;
	
}

body.small {
	font-size:0.75em;
}

body.medium {
	font-size:0.9em;
}

body.large {
	font-size:1em;
}

body {
	font-size:0.75em;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	width:878px;
	margin-left:auto;
	margin-right:auto;
	height:auto;	
}

#banner {
	width:878px;
	height:113px;
	
}

#daterow {
	clear:both;
	float:none;
	
	height:36px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	color:#1d4877;	
	margin-top:2px;
	line-height:36px;
	border-top:3px solid #1d4877;

}

#leftcol {
	float:left;
	width:175px;
	border-top:1px dotted #CCC;
}

#central {
	float:left;
	width:480px;
	margin:0px 21px 0px 21px;
}

#central-large {
	float:left;
	margin:0px 0px 0px 21px;
	width:670px;
}

#rightcol {
	float:right;
	width:175px;
}

#navbar {
	clear:both;
	float:none;
	height:80px;
	
}

input.searchbox {
	font-family:Tahoma;
	width:100px;
	
}


input.gobutton {
	font-family:Tahoma;
	color:#ffffff;
	background-color:#1d4877;
	border:#1d4877;
	height:18px;
	
	font-weight:bold;
}

input.loginbox {
	width:90px;
	
}


.h2altrow {
	padding-bottom:4px;
	border-bottom:1px dotted #999;
	margin-bottom:16px;
	padding-top:25px;
	height:21px;
}

.h2eventrow {
	padding:8px 0px 4px 0px;
	border-bottom:1px dotted #999;
	height:21px;
	margin-left:8px;
}

.navarea {
	width:775px;
	border-bottom:3px solid #1d4877;
	height:30px;
	background-color:#FFF;
}




.box-title {
	background-image:url(../images/box-top-bg.jpg);
	height:21px;
	padding:8px 0px 0px 10px;
	margin-top:10px;
	border:1px solid #bbc9d4;
	border-bottom:1px solid #1d4877;
	text-transform:uppercase;
	color:#1d4877;
	font-size:11px;
	font-weight:bold;
}

.box-center {
	height:auto;
	padding:0px 15px 0px 15px;
	margin-top:0px;
	border: solid 1px #E0E0E0;
	background-color:#f8f8f8;
}

.box-events {
	height:auto;
	padding:0px 8px 0px 8px;
	margin-top:0px;
	border: solid 1px #E0E0E0;
	background-color:#f8f8f8;
	line-height:1.2em;
}


.left-button {

	color:#1d4877;
	font-weight:bold;
	padding-top:0.9em;
	padding-bottom:0.9em;
	border-bottom:1px dotted #999;
}

#footer-line {
	float:none;
	clear:both;
	border-bottom:1px dotted #818181;
	height:20px;
}

#footer-box {
	background:url(../images/nav_row.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
	border: 1px solid #bcbcbe;
	height:30px;
	line-height:28px;
	padding-left:20px;
}
#footer-copyright {
	font-size:11px;
	padding:5px 10px 10px 0;
	height:20px;
	color:#818282;
}

p {
  margin-top:1.25em;
}
img {
 border:0px;
}

#event-header-box {
	width:166px;
	background-image:url(../images/box-top.jpg);
	height:21px;
	color:#1d4877;
	font-size:0.9em;
	padding:10px 0px 0px 10px;
	font-weight:bold;
}

#event-content-column {
	width:164px;
	padding:0px 0px 30px 8px;
	background-color:#f7f7f7;
	margin-left:1px;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.brief-thoughts {
	margin-top:10px;
}

.brief-thoughts a {
display:block;
width: 175px;
height:71px;
background: url("../images/brief-thoughts-0.jpg") 0 0 no-repeat;
text-decoration: none;
}

.brief-thoughts a:hover { 
background: url("../images/brief-thoughts-1.jpg") 0 0 no-repeat;
}

.brief-thoughts a:active {
background-position: 0 -70px;
color:#fff;
}

.brief-videos {
	margin-top:10px;
}

.brief-videos a {
display:block;
width: 175px;
height:71px;
background: url("../images/brief-videos-0.jpg") 0 0 no-repeat;
text-decoration: none;
}

.brief-videos a:hover { 
background: url("../images/brief-videos-1.jpg") 0 0 no-repeat;
}

.brief-videos a:active {
background-position: 0 -70px;
color:#fff;
}

#video-div {
	margin:25px 0px 0px 0px;
	height:140px;
	border-bottom:1px dotted #999999;
}