/* ========== GLOBAL STYLES ========== */

body {
	background: #bccad0 url('/img/bg.gif') repeat-x top left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	}
	
img a:link, img a:visited { outline: none; }

/* ========== TEXT ========== */

p, table {
	font: normal 11px Arial;
	line-height: 18px;
	color: #333;
	margin: 0 0 8px 0;
	padding: 0;
	}

div {
	margin: 0;
	padding: 0;
	}

h1 {
	color: #7399ad;
	font: bold 28px Arial;
	line-height: 32px;
	padding: 0 0 4px 0;
	margin: 0;
	}
	
h2 {
	color: #FFF;
	font: bold 11px Arial;
	line-height: 36px;
	padding: 0;
	margin: 0 0 0 26px;
	text-transform: uppercase;
	}

h3 {
	color: #666666;
	font: bold 20px Arial;
	line-height: 26px;
	padding: 0 0 4px 0;
	margin: 0;
	}

h4 {
	color: #1e5b7b;
	font: bold 11px Arial;
	line-height: 16px;
	padding: 0 0 4px 0;
	margin: 0;
	}

h4 a:link, h4 a:visited {
	color: #1e5b7b;
	font: bold 11px Arial;
	line-height: 16px;
	padding: 0 0 4px 0;
	margin: 0;
	text-decoration: none;
	}

h4 a:hover {
	text-decoration: underline;
	}
	
.hr {
	color: #ecf1f4;
	border-top: 1px solid #ecf1f4;
	height:1px;
	display: block;
	width: 95%;
	margin: 0 0 15px 0;
	}

.pop {
	font-size: 14px;
	color: #1e5b7b; 
	
}
.smallupper {
	color:#999999;
	text-transform:uppercase;
	font:normal 10px Arial;
	margin-bottom:4px;
	line-height: 16px;
	text-align: left !important;
	}

.address {
	color: #7399ad;
	font: normal 10px Arial;
	line-height: 16px;
	text-align: left !important;
	}
	
.date	{
	font: normal 11px Arial;
	line-height: 18px;
	color: #333;
	margin: 0 0 8px 0;
	padding: 0;
	}

/* ========== LIST STYLES ========== */

#myAccordion ul { margin: 0px 0 0 15px; padding: 0; padding-bottom: 10px; list-style: none; }

*html #myAccordion ul { padding-left: 10px; margin-left: 0px; }

#myAccordion li a { font-weight: bold; }

#myAccordion dl { margin: 0; }

ul { margin: 0px 0 0 15px; padding: 0; font: normal 11px Arial !important; }
ul > li a:link, ul > li a:visited { font: normal 11px Arial !important; color: #c9a43e; }

ul.list {
	padding: 0px 10px 10px 10px;
	margin-top: -5px;
	} 
		
ul.list li {
	list-style-type:none;
	background: url('/img/bullet.gif') 0 4px no-repeat;
	padding:4px 0 3px 15px;
	margin-top: 0px;
	}
	
html* ul.list li { padding:0 0 3px 15px !important; }
	
ul.list2 {
	padding: 5px 0 0 15px;
	} 
	
ul.list2 li {
	list-style-type:none;
	background: url('/img/bullet2.gif') 0 4px no-repeat;
	padding:0 0 0px 15px;
	}

/* ========== LINKS ========== */

a, a:visited {
	color: #02466b;
	text-decoration: none;
	font: bold 11px Arial;
	}

a:hover {
	color: #02466b;
	text-decoration: underline;
	}

a:focus { outline:none }

/* ========== Overall Styles ========== */

#wrapper {
	margin: 30px auto 20px auto;
	padding: 0;
	width: 865px;
	}
	
#content {
	width: 865px;
	background: url("/img/contentBG.png") repeat-y top left;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	}

#footer {
	background: url("/img/contentBG.png") repeat-y top left;
	margin: 0 auto;
	padding: 0;
	color: #487a94;
	font: normal 10px Arial;
	width: 865px;
	height: 37px;
	text-align: left;
	float: left;
	}

#footer a:link, #footer a:visited {
	color: #487a94;
	font: normal 10px Arial;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

*html #content { background: url("/img/contentBG.gif") repeat-y top left; }
*html #footer { background: url("/img/contentBG.gif") repeat-y top left; }

.logoHover {
	display:inline;
	background:url('/img/01.gif') no-repeat top left;
	width:259px;
	height:22px;
	margin:0;
	padding:0;
	float:left;
	}
	
.logoHoverB {
	display:inline;
	background:url('/img/01b.gif') no-repeat top left;
	width:259px;
	height:22px;
	margin:0;
	padding:0;
	float:left;
	}

*html .logoHover { width: 256px; }
*html .logoHoverB { width: 256px; }

.bigframe {
	background: url('/img/framebig.gif') no-repeat bottom right;
	width:235px;
	margin:0 15px 4px 0;
	height:152px;
	}

.smallframe {
	background: url('/img/frame.gif') no-repeat bottom right;
	width:128px;
	margin:0 15px 0 0;
	height:83px;	
	}

.smallframeblue {
	background: url('/img/frameblue.gif') no-repeat bottom right;
	width:128px;
	margin:0 15px 0 0;
	height:83px;	
	}
	
div.tab {
    padding: 4px 0px 0 20px;
	margin: 0;
	color: #FFF;
	font: normal 11px Arial;
	height: 27px;
	line-height: 22px;
    background: url('/img/tabslider.gif') no-repeat top left;
	}
	
/* ======= LIST ITEMS ======= */

#navcontainer{ 
	width: 865px;
	height: 102px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#navlist {
	margin: 0;
	padding: 0;
	}

#navlist ul {
	margin: 0;
	padding: 0;
	}

#navlist li.mainlink {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: left;
	color: #FFF;
	font: normal 15px Tahoma;
	}

#navlist li a { 
	margin: 0;
	padding: 0;
	}

#navlist li a:link, #navlist li a:visited {
	font: normal 16px Tahoma;
	color: #FFF;
	display: block;   /* VERY IMPORTANT FOR CORRECT DROP DOWN POSITIONING IN IE7, REMOVE FOR HORIZONTAL POSITIONING */
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a.nav1:link, a.nav1:visited { margin:0; padding:0; }
a.nav1:hover	{ margin:0; padding:0; }

a.nav2:link, a.nav2:visited { margin:0; padding:0; }
a.nav2:hover	{ margin:0; padding:0; }

a.nav3:link, a.nav3:visited { margin:0; padding:0; }
a.nav3:hover	{ margin:0; padding:0; }

a.nav4:link, a.nav4:visited { margin:0; padding:0; }
a.nav4:hover	{ margin:0; padding:0; }

a.nav5:link, a.nav5:visited { margin:0; padding:0; }
a.nav5:hover	{ margin:0; padding:0; }

a.nav6:link, a.nav6:visited { margin:0; padding:0; }
a.nav6:hover	{ margin:0; padding:0; }

/* CSS DROP DOWN NAVIGATION CONTROLS */
/*  DROP DOWN NAVIGATION  */ 

#navlist li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #d7e1e3;
	border-top: none;
	opacity: .90; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
	list-style-type: none;
	display: none;
	z-index: 2000;
}

#navlist li ul li { padding: 0; margin: 0; }

#navlist li ul a:link, #navlist li ul a:visited  { 
	font: normal 11px Arial;
	color: #487a94 !important; 
	text-decoration: none; 
	display: block !important;
	line-height: 22px;
	height: 22px; 				/* remove is stuff is messed up*/
	padding: 5px 10px 0px 10px;	
	text-align: left;
	}
	
#navlist li ul a:hover 	{ 
	background: #d4b358 url('/img/arrow.gif') no-repeat 90% 9px;
	color: #FFF !important;
	text-decoration: none;
	}

#navlist li:hover ul {
	left: auto;
}

#navlist li:hover ul, #navlist li.sfhover ul {
	left: auto;
}

/* FIXES IE7 STICKY */
#navlist li:hover, #navlist li.hover {
    position: static;
}

/* Second Nav List Styles */

#secnavlist {
	margin: 0px;
	padding: 0 0 10px 0;
	background: #dcbc65;
	float: left;
	}

#secnavlist ul {
	margin: 0px;
	padding: 0px;
	width: 248px;
	}

#secnavlist li {
	list-style-type:none;
	font-size: 11px;
	display: block;
	float: left;
	width: 248px;
	}
	
/* nav style of double for two liner */
#secnavlist li.double {
	height: 56px;
	}
	
a.secnav0:link, a.secnav0:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav0:hover { text-decoration: underline; }

a.secnav1:link, a.secnav1:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav1:hover { text-decoration: underline; }

a.secnav2:link, a.secnav2:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav2:hover { text-decoration: underline; }

a.secnav3:link, a.secnav3:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav3:hover { text-decoration: underline; }

a.secnav4:link, a.secnav4:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav4:hover { text-decoration: underline; }

a.secnav5:link, a.secnav5:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav5:hover { text-decoration: underline; }

a.secnav6:link, a.secnav6:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav6:hover { text-decoration: underline; }

a.secnav7:link, a.secnav7:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav7:hover { text-decoration: underline; }

a.secnav8:link, a.secnav8:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav8:hover { text-decoration: underline; }

a.secnav9:link, a.secnav9:visited { color: #f1e6c6; text-decoration: none; padding: 10px 0 10px 26px;  }
a.secnav9:hover { text-decoration: underline; }


#secnavlist li a:link, #secnavlist li a:visited { font: bold 11px Arial !important; display: block; float: left; margin: 0px; outline: none; background: #dfc273; width: 222px; }

#secnavlist li a:hover { color: #ab8110; background: #f3e8c9; }

/* TERTIARY NAVIGATION */

ul #tertnav1 {
 	display: none;
	padding: 0 !important;
	margin: 0 !important;
	color: #999999;
	font: normal 11px Arial; !important;
	}

#tertnav1 li { list-style-type: circle !important; font: normal 11px Arial; !important; color: #999 !important; }

#tertnav1 li.tert1, #tertnav1 li.tert2, #tertnav1 li.tert3, #tertnav1 li.tert4, #tertnav1 li.tert5, #tertnav1 li.tert6, #tertnav1 li.tert7, #tertnav1 li.tert8 { 
	
	margin: 0;
	padding: 0;
	color: #999999 !important;	
	line-height: 11px !important;
	list-style-type: circle !important;
	font: normal 11px Arial; !important;
	}
	
#tertnav1 li a:link, #tertnav1 li a:visited { color: #999999 !important; font: normal 11px Arial !important; padding: 4px 0 4px 48px !important; width: 200px; background: #FFF url('/img/dot.gif') no-repeat 12% 50% !important; }

#tertnav1 li a:hover { color: #7399ad !important; }

/* ========= CODA-SLIDER STYLES ============= */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 0 20px 0;
	padding-bottom: 8px;
	position: relative;
	width: 100%;
	background: url('/img/sliderbottom.gif') no-repeat bottom left;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 260px; background: #fff; overflow: scroll;}
.csw .loading {margin: 200px 0 300px 0; text-align: center;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 261px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 251px;
	clear: both;
	background: #d7e3e7;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 261px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px 40px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: none; 					/* SET DISPLAY TO BLOCK TO SHOW TABS */
	padding: 0 15px;
	outline: none;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 90px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("/img/arrow-left.gif") no-repeat center;
}

.stripNavL:hover {
	background: url("/img/arrow-leftb.gif") no-repeat center;
}

.stripNavR {
	background: url("/img/arrow-right.gif") no-repeat center;
}

.stripNavR:hover {
	background: url("/img/arrow-rightb.gif") no-repeat center;
}

/* SiteBy css */ 
#siteby { 
width:116px; 
height:23px; 
background:url('http://linkback.monkee-boy.com/sby-mboy-linkback.png') no-repeat top left; 
display:inline-block;
margin: -8px 0; 
} 
#siteby span { display:none; } 
#siteby a:link, #siteby a:visited { display:block; border-bottom:none; width:116px; height: 23px; }

/* LOGO SLIDER STYLES */
#logoSlider { background:#D7E3E7 url(/img/sliderbottom.png) no-repeat scroll left bottom; padding-bottom:8px;; float:left; margin-bottom:20px; }
#logoSlider .logo-container { width: 277px; height: 300px; overflow:hidden; position:relative; cursor:pointer; float:left; margin:0; text-align:center; }
.logo-container { }
#logoSlider .logo-slides { position:absolute; top:0; left:0; }
#logoSlider .logo-slides div { position:absolute; top:0;  display:none; width: 277px; }
#logoSlider .logo-container p { text-align:left; }

/* NEXT ARROW */
.next { 
	background: url('/img/arrow-right.gif') no-repeat top center; 
	width:27px; 
	height:27px; 
	display:inline; 
	float:right; 
	margin:0; 
	padding:0; 
	clear:both;
	}

.next:hover {
	background: url("/img/arrow-rightb.gif") no-repeat center;
}

.previous { 
	background: url("/img/arrow-left.gif") no-repeat center;
	width:27px; 
	height:27px; 
	display:inline; 
	float:left; 
	margin:0; 
	padding:0; 
	clear:both;
	}	
	
.previous:hover {
	background: url("/img/arrow-leftb.gif") no-repeat center; }