html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code, img, strong, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:verdana;
	font-size: 0.75em;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS 3.0 Property supported by most new browsers to force ghost scroll bar to prevent shift*/
html { overflow-y: scroll;}

.debugHead {
	font-weight: bold;
	font-size: 1em;
}

a {
	color: #017bc3;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h3 {
	font-size:1.5em;
	color: #282828;
	font-weight:normal;
}

#wrapper { width:100%; }

#header {
	background: url('../images/header.png') repeat-x; 
	height:117px;
	margin-bottom:2px;
	min-width:940px;
}

#headcontain { width:940px;margin:0 auto; }

.headText { float: left; }
.headText h2 { 
	color: #fff; 
	font-size:2.5em;
	line-height: 115px;
	vertical-align: middle;
	font-weight: normal;
}
.headImage { float: right; }


#logo { float:left; }

#searchbox {
	background:url('../images/searchtile.png') repeat-y;
	height:75px;
	width:335px;
	display:none;
}

#login {
	background:url('../images/searchtile.png') repeat-y;
	height:75px;
	width:335px;
	display:none;
	position: relative;
}

#login p { position:relative }
#login label { position:absolute; top:16px; left:25px;z-index:26; }
#luname { top: 19px !important; }

#topnav {
	background: url('../images/topbar.png') no-repeat;
	width:335px;
	height:36px;
	list-style:none;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	line-height:14px;
}

#topnav li { 
	display:inline;
	padding-right:12px;
	padding-left:11px;
	border-right:1px solid #121212;
}

#topnav li.first { padding-left:0px; }

#topnav li.last { padding-right:0px;border-right:0px; }

#topnav a {
	text-decoration: none;
	color: #000;
}

#topnav a:hover {
	text-decoration: underline;
}

#navcontain {
	background: url('../images/navtile.png') repeat-x; 
	height:33px;
	min-width:940px;
}

#navigation {
	width:940px;
	margin:0 auto;
	list-style:none;
	font-weight:bold;
	line-height:34px;
}

#navigation li { display: inline; }

#navigation li img { float:left; }

#navigation a {
	text-decoration:none;
	color: #fff;
	display:block;
	float:left;
	padding:0 25px;
	height:33px;
}

#navigation a.active {
	background: url('../images/currentnav.png') repeat-x;
}

#navigation a.active:hover {
	background: url('../images/currentnav.png') repeat-x;
}

#navigation a:hover {
	background: url('../images/navhover.png') repeat-x;
}

#pageheader {
	background: #77787b; 
	height:380px;
	min-width:940px;
}

.pageheadercont { width:940px;margin:0 auto; }

#subpageheader {
	background: #77787b; 
	height:2px;
	width:100%;
}

#main {
	background: url('../images/sideshadow.png') repeat-y;
	width:940px;
	margin:0 auto;
}

#leftbar {
	float:left;
	width:220px;
	min-width:220px;
	margin-top:20px;
}

#leftbar a {
	text-decoration: none;
	color:#017bc3;
	font-weight: bold;
}

.eventPop {
	display: none;
}

#leftbar a:hover { text-decoration: underline; }

.bluebar { background:#017bc3;height:1px; }
.whitebar { background:#fff;height:1px; }

#content {
	float:left;
	width:620px;
	min-width:620px;
	margin-top:20px;
	padding-left:100px;
}

#content h2 {
	color: #007ac3;
	font-size:2em;
	font-weight: normal;
	line-height: 1.25em;
}

.posteddate {
	font-style: italic;
	color: #282828;
	font-size: 0.917em;
	margin: 8px 0px;
}

.readmore {
	margin-top:15px;
	text-align: right;
	line-height:14px;
}

.readmore a {
	text-decoration: none;
	color:#017bc3;
}

.readmore a:hover { text-decoration: underline; }

#events {
	margin-top:15px;
	text-align:right;
	margin-right:15px;
}

.bclear { clear:both; }

#mainclear { clear: both; height: 40px; }

#footbar {
	clear:both;
	height:1px;	
	background: #77787b;
	min-width:940px;
}

#footer {
	min-width:940px;
	margin-top:12px;
}

#footernav {
	width:940px;
	margin:0 auto;
	list-style:none;
	text-align:center;
	line-height:14px;
}

#footernav li {
	display:inline;
	border-right:1px solid #121212;
	padding-right:8px;
	padding-left:7px;
}

#footernav li.first { padding-left:0px; }

#footernav li.last { border-right:0px; }

#footer a {
	text-decoration: none;
	color: #007ac3;
}

#footer a:hover {
	text-decoration: underline;
}

#copy {
	width:940px;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	line-height:14px;
}

.cse-search-results iframe {
	width: 615px !important;
}

.linkButton {
	border: 1px solid #7b7b7b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	background: #007ac3;
	display: block;
	height: 24px;
	padding-top:10px;
	padding-left:10px;
}

.title {
	background:none repeat scroll 0 0 #CCCCCC;
	color:#282828;
	height:17px;
	left:10px;
	padding-top:4px;
	position:relative;
	text-align:center;
	top:-21px;
	width:175px;
}

.message {
	border:2px solid #CCCCCC;
	border-top:0px;
	left:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	position:relative;
	top:-21px;
	background: #fff;
	width:166px;
}


