/* Global Styles */

body {
	margin:0px;
	background:#efefef;
	}
	
td {
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	padding:0px 0;
	position:relative;
	}
	
a {
	color: #5a7f60;
	font-weight:normal;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation li { margin: 0 0 0 0;}

	
#navigation a {
	font: 13px Arial;
	color: #003366;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 15px;
	background: 14px no-repeat;
border-right: 1px solid #ffffff;
border-bottom: 2px solid #ffffff;

	}
	
#navigation a:hover {
	background: #3366CC 14px no-repeat;
	color:#ffffff;
	}
	


#tagline 	{	
	font:12px Arial;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:12px Arial;
	color: #ffffff;
	letter-spacing:0em;
	text-align:right;
	}
	
#dateformat a {
	font:12px Arial;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:0em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:0em;
	}
	
/* Class Styles */
	
.bodyText {
	font:12px Arial;
	text-align:justify;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	letter-spacing:.0em;
	}
	
.INDEXbodyText {
	font:16px Arial;
	text-align:justify;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	letter-spacing:.0em;
	padding-left:20px;
	padding-right:20px;
	}	
	
.pageName{
	font: bold 17px Arial;
	color: #3366CC;
	line-height:24px;
	letter-spacing:0em;
	}
	
.homepgtxt{
    font: 18px Arial;
	color: #FFFFFF;
	line-height:24px;
	}	
	
.subHeader {
	font: bold italic 18px Arial;
	color: #3366CC;
	line-height:19px;
	letter-spacing:.0em;
	}

.contact {
	font: bold 15px Arial;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial;
	color: #003366;
	}
	
.navText {
	font: 11px Arial;
	color: #003366;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	list-style:none;
	list-style-position:outside;
	}
	
.navText2 {
	font: 11px Arial;
	color: #C00;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	list-style:none;
	list-style-position:outside;
	}	
	
.selected {
	background: #A0BAE0;
	color:#FFFFFF;
	list-style:none;
	line-height:0px;
	font-weight:bolder;

}

.navheader {
	background-color:#003366;
	font: 13px Arial;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	list-style:none;
	list-style-position:outside;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 15px;
	background: 14px no-repeat;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.tod-footer{
	font-size:9px;	text-align:justify;
}
	



/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	padding:0px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	width:980px;
	padding:10px;
	margin:25px auto;
	position:relative;
	z-index:0;
	font-size:11px;
}
#centeredmenu {
   float:left;
   width:100%;
   background: #efefef;
   position:relative;
   border-bottom:4px solid #fff;
   min-width:1200px;
   white-space:nowrap;
   overflow: hidden;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   text-transform:uppercase;
   font-size:13px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#efefef;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#fff;
   color:#647979;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#647979;
   background:#fff;
   font-weight:bold;
}
#header {width:100%;
	min-width:1200px;
	padding:0px;
	padding-bottom:0px;
	text-align:right;
	margin:0 auto;
	position:relative;
	z-index:0; background:center;}

#logo {width:762px;
	min-width:762px;
	padding:0px;
	padding-bottom:10px;
	text-align:right;
	margin:0 auto;
	position:relative;
	z-index:0;
	}

#pagebody {
	width:770px;
	height:350px;
	position:relative;
	font-size:12px;
	text-align:justify;
}




/*
	Anchors
*/

a:link,a:visited {
	color:#3366CC;
	text-decoration:none;
}

a:hover,a:active {
	color:#3366CC;
	text-decoration:underline;
}



#navigation li { margin: 0 0 0 0;}

	
#navigation a {
	font: 13px Arial;
	color: #003366;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 15px;
	background: 14px no-repeat;
border-right: 1px solid #ffffff;
border-bottom: 2px solid #ffffff;

	}
	
#navigation a:hover {
	background: #599100 14px no-repeat;
	color:#ffffff;
	}
	
#navigation_index li { margin: 0 0 0 0;}

	
#navigation_index a {
	width:700px;
	font: 13px Arial;
	color: #003366;
	line-height:16px;
	letter-spacing:0em;
	text-decoration: none;
	display: inline;
	padding:10px 10px 10px 10px;
	background: 14px no-repeat;
border-right: 1px solid #ffffff;
	}
	
#navigation_index a:hover {
	background: #3366CC 14px no-repeat;
	color:#ffffff;
	}	
	
	
#space { line-height:20px;}	

.panels {width: 616px; float: left;}
.panel {width: 600px; padding: 0px 16px 13px 0px; margin: 0 20px; float: left;}
.panel h3, .panel h3 a{font-size: 18px; color: #333; text-transform: uppercase; font-weight: normal;}
.panel img.panel-img {float: left; margin-left: -243px; display: inline !important;}
.panel p {font: 13px Tahoma, Geneva, sans-serif; line-height: 20px; color: #585858; padding-top: 8px;}
.panel p a{color: #333; font-weight:normal}
.panel ul{ display:block;}
.panel ul li { display:block; padding-right:15px; padding-bottom:5px; font: 13px Tahoma, Geneva, sans-serif; line-height: 20px; color: #585858;}
.panel ul li a{color: #333;text-decoration:underline}
.panel ul li a:hover{color: #333;text-decoration:none}

.middle-panel {border-top: 1px solid white; border-bottom: 1px solid white;}
.middle-panel h3{color: #109895;}
.middle-panel ul{ display:inline;}
.middle-panel ul li { display:inline; padding-right:15px;padding-bottom:5px; font: 13px Tahoma, Geneva, sans-serif; line-height: 20px; color: #585858;}
.middle-panel ul li a{color: #333; text-decoration:underline}
.middle-panel ul li a:hover{color: #333; text-decoration:none}

#wqfam-panel ul{ display:block;}
#wqfam-panel ul li { display:block; padding-right:15px;padding-bottom:5px; font: 11px Tahoma; line-height: 20px; color: #333;}
#wqfam-panel ul li a{color: #333; text-decoration:underline}
#wqfam-panel ul li a:hover{color: #333; text-decoration:none}

.partner-panel {padding-left: 0px; width: 574px; padding-right: 0;}
.partner-panel img {display: inline; margin-left: 16px;}

#sidebar {float: right; width: 313px; margin-right: 9px; display: inline; overflow: hidden;}
.interior #sidebar {width: 313px; padding-left: 10px;}
#sidebar a.rss {float: right; padding: 5px 5px 0 0; z-index: 10; margin-bottom: -20px; z-index: 10;}
.welcome p {font-family: Tahoma, Geneva, sans-serif; padding: 10px 0 0 15px; line-height: 20px;}
.welcome h3, .welcome h3 a{font-size: 18px; color: #333; text-transform: uppercase; font-weight: normal;}
.welcome span{color: #333;}
.welcome ul{ list-style: none; display:inline;}
.welcome ul li{ list-style: none; display:inline; padding-right:10px;}
.welcome ul li a{color:#333;text-decoration:underline}
.welcome ul li a:hover{ color:#333; text-decoration:none}
.interior .welcome {padding: 0 18px 0 22px;width: 275px;}
.interior .welcome p {padding: 8px 0 0 0; font-style: italic}
.going-on {padding-top: 40px; border-bottom: 7px solid #B16400;}
.going-on ul {margin: 0 18px 0px 5px; list-style: none;}
.going-on li {border-bottom: 1px solid #D5D5D5; padding: 12px 5px; font: 11px Tahoma, Geneva, sans-serif;}
.going-on li a {font: bold 13px Arial; padding: 0 0 3px 32px; display: block;}
.going-on li a.pdf {background-position: 3px -76px;}
.going-on li a.calendar {background-position: 3px -156px;}
.going-on li a span {font: italic 11px Tahoma, Geneva, sans-serif; color: #B16400;}
.going-on li a:hover, .going-on li a:hover span {text-decoration:none; color:#444;}
.subnav {background: #F8F2EA; width: 323px; margin: 0 0 30px -10px; padding-bottom: 17px;}
.subnav ul {border-top: 1px solid #D5D5D5; margin: 0 17px 0 0;}
.subnav li ul {border-top: none;}
.subnav li ul li a {padding-left: 65px; width: 226px;}
.subnav a, .subnav li.current_page_item li a {width: 246px; border-bottom: 1px solid #D5D5D5; padding: 8px 15px 8px 45px; font: 16px Georgia; color: #B16400; display: block; background: white;}
.subnav a:hover, .subnav li.current_page_item a, .subnav li.current_page_item li a:hover {text-decoration: none; font-weight: bold; color: #7B7B7B;}
.subnav li.current_page_item li a {padding-left: 65px; width: 226px; font-weight: normal; color: #B16400;}



/* -------------------------------------------------- SOCIAL */

#social {margin-top:25px; cursor:default;}
#social p {padding-left:16px;}
#social .icons a {
	display: block;
	float: left;
	margin-right: 5px;
}
#social .tweet {
	background-color: #d6efda;
	padding: 4px 10px 8px 16px;
	margin-top: 4px;
	background-repeat: repeat-x;
	background-position: 1px top;
	line-height: 18px;
}
#social .tweet ul {margin:0;}
#social .tweet li {padding-top:12px;}

#social .tweet a {text-decoration:underline; color:#444;}
#social .tweet a:hover {text-decoration:none;}

#social .tweet .from-meta {display:none;}
#social .tweet .time-meta a {
	display: block;
	float: none;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(8, 143, 140);
}
#social h3, h3 a{font-size: 18px; color: #AF6400; text-transform: uppercase; font-weight: normal;}
#contact { line-height:5px; padding-bottom:10px;}


#footer {width: 100%; min-width:1100px; text-align:center; height: 101px; overflow: auto;}
#footer p { padding: 17px 0 0 34px; font: 11px Arial;}
#footer p a{ color: #90a794;}
.clr {clear: both; height: 0px; overflow: hidden;}

