@charset "UTF-8";

*{
	margin:			0;
	padding:		0;
	}

a, button {
	outline:		none;
	}
	
a img{
	border:			none;
}

body {
	font: 120%/1.4 "Josefin Sans Std Light", Arial, Helvetica, sans-serif;
	background: url(images/body-bg.jpg) #333;
	margin: 0;
	padding: 0;
	color: #37424d;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

.contentwrap ul,
.contentwrap ol,
.contentwrap dl,
.sidebarwrap ul,
.sidebarwrap ol,
.sidebarwrap dl
{
	padding: 0 15px 0 30px;
	}
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link, a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.navbar ul{
	margin: 0 auto;
}

.navbar ul li{
	list-style: none;
	display: inline;
	margin: 0px 25px 0px 25px;
}

.navbar ul li a{
	color: #37424d;
	text-decoration: none;
	height: 40px;
	text-transform: lowercase;
}

.navbar ul li a:hover, .navbar ul li a.current {
	color: #37424d;
	text-decoration: none;
	border-top: solid 1px #37424d;
	border-bottom: solid 1px #37424d; 
}

#subNav {
	margin-bottom: 20px;
	}

.sidebarwrap p{
	font: 100%/1.0 "Droid Sans", Arial, Helvetica, sans-serif;
}

.sidebarwrap h1, h2, h3, h4, h5{
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer ul{
	margin: 0 auto;
}

.footer ul li{
	list-style: none;
	display: inline;
	margin: 0px 45px 0px 45px;
}

.footer ul li a{
	color: #37424d;
	text-decoration: none;
	height: 40px;
}

.footer ul li a:hover{
	color: #37424d;
	text-decoration: none;
	border-top: solid 1px #37424d;
	border-bottom: solid 1px #37424d; 
}

.subfoot ul{
	margin: 0 auto;
}

.subfoot ul li{
	list-style: none;
	display: inline;
	margin: 0px 35px 0px 35px;
}

.subfoot ul li a{
	color: #5a6c7f;
	text-decoration: none;
	font-size: 12px;
}

.subfoot ul li a:hover{
	color: #5a6c7f;
	text-decoration: none;
	border-top: solid 1px #5a6c7f;
	border-bottom: solid 1px #5a6c7f; 
}

.header {
	width: 1047px;
	height: 240px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat;
}

.navbar {
	width: 1047px;
	height: 89px;
	margin: 0 auto;
	padding-top: 15px;
	background: url(images/navbar.png) no-repeat;
}

.container {
	width: 881px;
	margin: 0 auto;
}


.contentwrap {
	float: left;
	width: 635px;
	padding-top: 15px;
	background: #FFF;
	-moz-box-shadow: 3px 3px 4px #333;
    -webkit-box-shadow: 3px 3px 4px #333;
    box-shadow: 3px 3px 4px #333;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.contentwrap.fullwidth {
	width: 100%;
	}

.sidebarwrap {
	float: right;
	width: 230px;
	padding-top: 15px;
	background: #ccd6e6;
	-moz-box-shadow: 3px 3px 4px #333;
    -webkit-box-shadow: 3px 3px 4px #333;
    box-shadow: 3px 3px 4px #333;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}

.footer {
	width: 1047px;
	height: 89px;
	margin: 20px auto;
	padding-top: 10px;
	background: url(images/footer.png) no-repeat;
	font-size: 85%;
}

.subfoot {
	width: 550px;
	height: 30px;
	margin: -40px auto;
	background: #37424d;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* LOGO LINK */
#logolink {
	position: relative;
	width: 245px;
	height: 162px;
	padding-top: 30px;
	margin: 0 auto;
	}

#logolink a,#logolink a:hover{
	/*outline: 1px dashed red;*/
	background:	transparent;
	display: block;
	width: 245px;
	height: 162px;	
	color: #2E3640;
	text-decoration: none;
	}

#logolink a span {
	visibility: hidden;
	color: #2E3640;
	}
/*  END  */
.eventBlock {
	padding: 0 5px 1em;
	}
div.dateblock,div.eventTitle {
	clear: both;
	}
div.dateblock div {
	float:			left;
	font-weight:	bold;
	}
div.month, div.day {
	padding-right:	8px;
	}
#doclistsort th {
	padding:		4px 8px;
	text-align:		left;
	}
	
#doclistsort td {
	font-size:		16px;
	padding:		4px 8px;
	vertical-align	:top;
	}
