/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 20px;
	color:#585858;
	font-family:georgia, times, serif;
	font-size:14px;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear_all {
clear:both;
}
/* ----------------- End of Reset --------------------*/

body {
font-family:georgia,times,serif;
font-size:14px;
line-height:18px;
background:#b6c8b3;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:'Lucida Grande',arial,helvetica,verdana,san-serif;
	color:#333333;
}

p {
	padding-bottom:20px;
}
	
#wrap {
	width:960px;
	margin:15px auto;
	}
	
	
a:link, a:visited {
	color:#114477;
}

a:hover, a:active {
color:#585858;
}
/*---------------- Navigation ----------------*/

#navigation {
	display:block;
	width:960px;
	height:45px;
	background:url(../graphics/primary_nav_bg.jpg) top right no-repeat;
	margin:0px;
	font-family:'Lucida Grande',arial,helvetica,verdana,san-serif;
	text-transform:uppercase;
	font-size:13px;
	position:relative;
	z-index:1000;
}

#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #navigation ul {
     text-align: center;
     padding-top:13px;
 }

 #navigation ul li {
     display: inline;
     padding: 14px .75em 14px .25em;
     margin:0px;
     background:url(../graphics/primary_nav_divider.jpg) top right no-repeat;

 }
 
  #navigation ul li.first a {
     display: inline;
     padding: 14px .25em 14px .75em;
     background:url(../graphics/primary_nav_divider.jpg) top left no-repeat;

 }
 
   #navigation ul li.home a {
     display: inline;
     padding: 14px .25em 14px .75em;
     background:url(../graphics/primary_nav_divider.jpg) top left no-repeat;

 }

 #navigation ul li.last {
     margin-right: 0;
 }
 
 #navigation ul li a {
 	padding: 14px .5em 16px;
 	color:#fff;
 	text-decoration:none;

 }
 
 #navigation ul li a:hover {
 	color:#fff;
 }


/* Dropdown Implementation
=========================== */

#navigation  li{
	position:relative;
	}


/* Child lists and links */

#navigation  li.toplevel ul {
	position:absolute; 
	top:3.70em;
	display: none;
	text-align:left;
	left:0px;
	text-transform:capitalize;
	line-height:18px;
	font-size:12px;
	background:#555 url(../graphics/dropdown_bg.jpg) top left no-repeat;
	padding:0px;
	margin:0px;
	}
	

#navigation ul li.toplevel:hover ul,
#navigation ul li.hover ul{
	display: inline;
	text-align:left; /*alignment of sub text*/
	padding:15px 0px 0px 0px;
	margin:0;
	width:180px;
	}

#navigation ul li.toplevel ul li {
	line-height:1.5em;
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
	display:block;
	}
	
#navigation ul li.toplevel ul li.hover {
	position:relative;
	padding:0px;
	margin:0px;
}

#navigation ul li.toplevel ul li a {
	margin:0;
	padding:10px 18px;
	background:#555;
	color:#fff;
	display:block;
	text-decoration:none;
	border:1px solid #555;
	border-left:0px;
	border-right:0px;
	}

#navigation ul li.toplevel ul li.hover a {
	background-color: #3e3e3e;
	border:1px solid #616161;
	border-left:0px;
	border-right:0px;
}

#navigation ul li.toplevel:hover ul li ul,
#navigation ul li.hover ul li ul,
#navigation li.toplevel ul li ul {
	position:absolute; 
	text-align:left;
	display:inline;
	text-transform:capitalize;
	visibility:hidden;
	left:180px;
	top:0px;
	padding:0px;
	margin:0px;
}

#navigation ul li.toplevel:hover ul li.hover ul,
#navigation ul li.hover ul li.hover ul {
	text-align:left; /*alignment of sub text*/
	padding:0;
	margin:0;
	width:180px;
	position:absolute;
	left:180px;
	visibility:visible;
	display:inline;
	top:0px;
}

#navigation ul li.toplevel:hover ul li.hover,
#navigation ul li.hover ul li.hover {
	background:#3e3e3e;
}



#navigation ul li.toplevel ul li.hover ul li a {
	margin:0;
	padding:10px 18px;
	background:#3e3e3e;
	color:#fff;
	display:block;
	text-decoration:none;
	border:1px solid #3e3e3e;
	border-left:0px;
	border-right:0px;
	}

#navigation ul li.toplevel ul li ul li a:hover {
	background-color: #1e1e1e;
	border:1px solid #494949;
	border-left:0px;
	border-right:0px;
}

/*-------------- Content --------------*/

#content {
	background:#ffffff;
	width:940px;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:35px;
}

.left_column {
	width:300px;
	float:left;
	
}

.right_column {
	width:600px;
	float:left;
}

#content h1 {
	font-size:22px;
	padding:25px 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom:25px;
}

/*------------ quick links --------------*/

.quick_links {
	width:300px;
	height:99px;
	background:url(../graphics/quick_links_bg.jpg) top left no-repeat;
	position:relative;
	left:-9px;
	font-family:georgia, times, serif;
	font-size:18px;
	font-weight:normal;
	overflow:hidden;
}

.quick_links ul {
	padding:12px 15px 15px 48px;
}

.quick_links ul li {
	padding:0px 0px 25px 0px;
}

.quick_links a:link, .quick_links a:visited {
	color:#fff;
	text-decoration:none;
	font-style:italic;
}

.quick_links ul {
	list-style:none;
}
/*------------- News -----------------*/

.news {
	padding:38px 48px 38px 40px;
}

.news h2 {
	color:#6b6b6b;
	font-size:16px;
	padding:15px 0px 15px 0px;
}

.news .news_articles, .news .news_archives {
	font-family:georgia,times,serif;
	font-size:13px;
}

.news .news_articles li {
	padding:8px 0px;
}

.news .news_archives {
	text-align:right;
	padding:15px;
	font-style:italic;
}

.news .news_archives a:link {
	text-decoration:none;
}

.news a:link, .news a:visited {
	color:#003366;
	
}

.news a:hover, .news a:active {
	color:#585858;
}

.news ul {
	padding-left:0px;
	list-style:none;
}


/*------------- Spotlight ---------------------*/

#spotlight {
	background:#083f2c;
	width:603px;
	height:275px;
	overflow:hidden;
	font-family:'Lucida Grande',helvetica,arial,san-serif;
	font-size:12px;
	font-weight:light;
	position:relative;
}

#spotlight p {
	padding:0px;
}

#spotlight .collection_item_label {
	padding:8px 15px 10px;
	
}

#spotlight a:link, #spotlight a:visited {
	color:#fff;
	text-decoration:none;
	
}

#spotlight .content_image_box  {
background:none repeat scroll 0 0 #C6C6C4;
border:1px solid #B2B5AC;
margin:0;
padding:0;
width:601px !important;
}

#spotlight img {
	height:230px;
	width:591px;
}

#home_slideshow_nav {
	position:absolute;
	bottom:8px;
	right:0px;
	z-index:50;
}

#home_slideshow_nav a:link, #home_slideshow_nav a:visited {
	background:#002014;
	color:#ffffff;
	padding:10px 7px;
	margin:0px 0px 0px 2px;
}

#home_slideshow_nav a:hover, #home_slideshow_nav a:active, #home_slideshow_nav a.activeSlide {
	background:#000000;
	color:#ffffff;
}

/*---------------Masthead -----------------*/

#masthead img {
	padding:5px;
	background:#c6c6c4;
	border:1px solid #b2b5ac;
}

/*-------------- Subnavigation -------------------*/

.subnav {
	padding:38px 40px 38px 40px;
	font-size:15px;
}

.subnav ul li {
	padding:10px 0px;
}

.subnav ul li ul li {
	font-size:12px;
	padding:3px 0px;
}

.subnav ul li ul {
	padding-top:8px;
}

.subnav a:link, .subnav a:visited {
	color:#114477;
	text-decoration:none;
}

.subnav a:hover, .subnav a:active, .subnav a.current_page {
	color:#333333;
}

.subnav a.current_page:after {
	content: "\0020 \00BB";
}

.subnav ul li ul li a.current_page:after {
	content:"";
}

.subnav ul {
	padding-left:0px;
	list-style:none;
}

/* new design subnav css */

.subnav li.fdpc_section > ul {
display:none;
}

.subnav li.fdpc_section.fdpc_here > ul{
display:block;
margin-left:10px;
}

.subnav li.fdpc_here > a:after {
content: "\0020 \00BB";
}

.subnav li.fdpc_here > ul li a:before {
content: " \00BB \0020";
}


/*------------ Primary content internal ------------------*/

#content #primary_content_internal h1 {
	padding:25px 0px 10px 0px;	
}

#content #primary_content_internal h2 {
	padding:0px 0px 25px 0px;
	font-size:18px;
	color:#7d7d7d;
	font-weight:normal;
}


/*--------- Footer ----------------*/

#footer {
	width:930px;
	background:url(../graphics/footer.jpg) top left no-repeat;
	padding:100px 15px 15px;
	text-align:center;
	font-size:12px;
	color:#636d62;
}

#footer p {
	padding-bottom:3px;
	display:inline;
}

#footer ul {
	display:inline;
	padding-left:0px;
}

#footer ul li {
	display:inline;
}

#footer a:link, #footer a:visited {
	color:#424941;
}

#footer a:hover, #footer a:active {
color:#636d62;
}

span.footer_title {
color:#424941;
}

h5.form_title, div.form_row_submit, div.portal_login div.form_row_submit {
background:none repeat scroll 0 0 #194c3b;
color:#ffffff;

}

.collection_item_description  {
font-style:normal;
}

.calendar ul li {
	list-style:disc;
	padding:0px 0px 5px 0px;
}

table.calendar  {
border:1px solid #CCCCCC;
border-collapse:collapse;
width:100%;
clear:left;
}

.content_image_box  {
background:none repeat scroll 0 0;
border:0px solid #959595;

}

ul.list_style_disc, ul, ol {
	padding-left:15px;
}

ol {
	list-style:decimal;
}

ul {
	list-style:disc;
}

ul.list_style_none {
	list-style:none;
}

div.news_articles h3.content_news_article_headline {
padding-bottom:5px;
}

div.news_articles ul li {
margin:0 0 0.5em;
}

div.news div.news_articles ul li {
margin:0 0 0;
}

