@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline; float: right; color:#fff; text-decoration:none; }

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

img, div {behavior: url(/SiteFiles/1412/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
	clear:both;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body {
	background-color: #106398;
}
body, p, div, ul, li, td {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
body, #content-wrapper {
	background-image: url(/sitefiles/1412/Images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #E44044;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	font-size: 21px;
	color:#1B75BB;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	color:#A3B732;
	line-height: 24px;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	color:#1B75BB;
}

h4 {
	font-size:15px;
}

h5 {
	font-size: 14px;
	font-weight:bold;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

#search {
	width: 215px;
	height: 29px;
	position: absolute;
	top: 32px;
	right: 6px;
	background-image: url(/sitefiles/1412/Images/search.jpg);
}

.searchField {
	float: left;
	width: 190px;
	height: 20px;
	padding: 0px;
	margin: 6px 0px 6px 9px;
	background:none;
	outline: none;
	color: #636F76;
	border: none;
}

.searchButton {
	width: 25px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -1000px;
	background:none;
	outline: none;
	border: none;
	cursor: pointer;
}

/* @end */

/* @group MAIN NAV */

#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	position:absolute;
	bottom:0px;
	right:6px;
	width: 320px;
	height: 30px;
}

#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	
}

#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#mainnav li ul {
	display: none; /* Hides child pages */
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	display:block;
	padding: 6px 21px;
	float: right;
	background: none;
	background-color:#043D60;
	border-left: solid 1px #0084C6;
}

#mainnav a {
	display: block;
	text-decoration:none;
	color:#ffffff;
}

#mainnav a:hover {
	color: #BED63A;
}

#mainnav a.current {
}

/* @end */

/* @group LEVEL 2 NAV */

#level2navWrapper {
	margin: 0px;
	padding: 0px;
}

#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none; 
}

#level2nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#level2nav li ul {
	display: none; /* Hides child pages */
}

#level2nav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}

#level2nav a {
	display: block;
}

#level2nav a:hover {
	display: block;
}

#level2nav a.current {
	display: block;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {
	width: 150px;
	float: left;
}

#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	width: 150px;
	background: none;
}

#subnav a {
	display: block;
}

#subnav a:hover {
	display: block;
}

#subnav a.current {
	display: block;
}

/* @end */

/* @group HEADER */

#header-wrapper {
	width: 932px;
	text-align: left;
	margin: 0px auto;
	height: 445px;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 932px;
	height: 92px;
	background-image: url(/sitefiles/1412/Images/background-top.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
}

.logo {
	width: 308px;
	height: 121px;
	overflow: hidden;
	position: absolute;
	left: 42px;
	top: 0px;
}

.logo a {
	width: 308px;
	height: 121px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background-image: url(/sitefiles/1412/Images/logo.png);
	background-repeat: no-repeat;
}

/* @end */

/* @group ROTATION */

#rotation-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1412/Images/background-side.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#rotation {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 46px;
}

/* @end */

/* @group QUICKLINKS */

#quicklinks {
	padding: 37px;
	width: 235px;
	height: 358px;
	position:absolute;
	top: -106px;
	right: -10px;
	background-image: url(/sitefiles/1412/Images/background-quick.png);
	z-index: 999;
}
#quicklinks ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}
#quicklinks li a {
	display: block;
	list-style-type: none;
	padding: 6px 18px;
	text-decoration:none;
	color: #262626;
	font-size: 1.1em;
	border-bottom-color: #D0EAF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(/sitefiles/1412/Images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	line-height: 21px;
}
#quicklinks li a:hover {
	display: block;
	list-style-type: none;
	padding: 6px 18px;
	text-decoration:none;
	color: #262626;
	font-size: 1.1em;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color:#fff;
	background-image: url(/sitefiles/1412/Images/bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 11px;
	line-height: 21px;
}
/* @end */

/* @group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#content {
	margin: 0px 0px 0px 46px;
	padding: 11px 304px 11px 11px;
	width: 568px;
	position: relative;
	background-color: #FFFFFF;
	min-height: 282px;
}
#event1 {
	width: 170px;
	padding: 0px 13px 13px 0px;
	float: left;
	border-right: solid 1px #cccccc;
}
#event1 a{
	padding: 5px 0px 0px 0px;
	font-weight:bold;
	display:block;
	margin: 0px 0px 2px 0px;
}
#event2 {
	width: 170px;
	padding: 0px 13px 13px 13px;
	float: left;
	border-right: solid 1px #cccccc;
}
#event2 a{
	padding: 5px 0px 0px 0px;
	font-weight:bold;
	display:block;
	margin: 0px 0px 2px 0px;
}
#event3 {
	width: 170px;
	padding: 0px 0px 13px 13px;
	float: left;
}
#event3 a{
	padding: 5px 0px 0px 0px;
	font-weight:bold;
	display:block;
	margin: 0px 0px 2px 0px;
}
.date {
	font-size: xx-small;
	padding:4px 3px 3px 3px;
	background-color:#E6E6E6;
	margin: 5px 0px;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1412/Images/background-footer.png);
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	margin: 0px 0px 0px 46px;
	padding: 0px;
	width: 880px;
	min-height: 290px;
}
#sponsors {
	width: 570px;
	margin: 10px 0px 0px 14px;
	float: left;
}
#sponsors img a {
	margin:0px;
	padding:0px;
	border: none;
}
#countdown {
	width:267px;
	height:89px;
	float: right;
	margin: 168px 11px 0px 0px;
	background-image: url(/sitefiles/1412/Images/countdown.jpg);
}
#countdown1 {
color:#FFFFFF;
font-size:20px;
margin:45px auto 0px auto;
display: block;
text-shadow: 0 1px 0 #333333;
text-align:center;

}
#credit {
	width:850px;
	margin:0px 0px 0px 56px;
	padding:15px 0px 20px 10px;
	color: #FFFFFF;
}
#sociallinks {
	float:right;
	width:247px;
	text-align: right;
	margin: 10px;
	color: #CCCCCC;
	font-size: x-small;
	line-height:12px;
}
#sociallinks img {
	margin: 0px 0px 0px 10px;
}
#sociallinks span {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	display:block; 
	float:  left;
}

.recent-blog-posts-wrapper ul li {
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 10px -40px;
	list-style: none;
	text-indent: 10px;
}
a.recent-blog-posts-title {
	color: #1B75BB;
	font-size: 18px;
	line-height: 28px; 
}

.blog .post-title, h4.post-title a {
font-size: 18pt;
color: #1B75BB;
}

.post-body {
margin-left: 20px;
}

span.recent-blog-posts-date-wrapper {
	font-size: 10pt;
	display: block;
	clear: left;
}

div.blog-entry img {
max-width: 500px;
}

/* @end */

