/* Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* @end */

/* Body Attributes */

body {
	background: #024930 url(/images/cssimg/15-8/bg-header-15-8.gif) repeat-x 50% top;
	margin: 0px;
	padding:0px;
}

body, th, td, p
{
	color: #444444;
	line-height: 1.5;
	font-size:12px;
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

/* Links */

a:link, a:visited { color: #024930; text-decoration: none; }

a:hover, a:active { color: #024930; text-decoration: underline; }

a img {	border: none; }

/* Headings */

h1,h2,h3,h4,h5,h6 { 
	color: #024930;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

h2 { font-size: 2em; margin-bottom: 0.75em; }

h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }

h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }

h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin:0em 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #4A8797; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


hr {
	background:#DDDDDD none repeat scroll 0 0;
	border:medium none;
	clear:both;
	color:#DDDDDD;
	float:none;
	height:0.1em;
	margin:1.4em 0;
	width:100%;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #0da222;
}

a#logo {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.whoslogged {
	color: #fff;
	text-align: right;
}

div.whoslogged a {
	color: #d8eddb;
}

div#placeholder-nav {
	color: #fff;
}

div#search {
	background-color: #d1bf91;	
	background:#d1bf91 url(/images/cssimg/15-8/site-search-15-8.gif) no-repeat left top;
}

div#placeholder-hero {
	background: #f9f9f9;
}

div#sub {
	color: #444;
}

/* menu */

#menu { width:600px; margin-right:0px; float:right; background:#e9dec2; }

#menu div#padding { height:36px;}

#menu ul { text-align:left; margin:0px auto; padding-left:10px; }

#menu ul li
{
	display:inline;
	list-style-position: inside;
	list-style-type: none;
	margin:0px 10px 0px 0px;
	position:relative;
	height:36px;
	line-height:36px;
	padding:0px;
}

#menu ul li a
{
	text-decoration:none;
	color:#555555;
	font-weight:bold;
	font-size:0.93em;
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	line-height:15px;
	padding:3px 3px 3px 3px;
}

#menu ul li.selected a { color:#024930; }

#menu ul li a:hover
{
/*	background:#FFFFFF;
	color:#4A8797;
	font-weight:bold;
*/
	text-decoration:underline;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	border:#000000 solid 1px;
	background:#ffffff;
	top:18px;
	left:0px;
	list-style:none;
	width:150px;
	padding-left:0px;
}

#menu ul ul li
{
	width:150px;
	text-align:left;
	padding:0px;
	margin:0px;
	list-style-position:outside;
	list-style-type:none;
	height:25px;
	line-height:25px;
}


#menu ul ul li a
{
	font-size:10px !important;
	width:145px;
	display:block;
	color:#000000!important;
	text-align:left;
	padding:0px 2px;
	line-height:25px;
}

#menu ul ul li a:hover
{
	background:#d1bf91;
	color:#000000!important;
	text-decoration:none;
	padding:0px 2px;
	
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	width: 150px;
}

#menu ul ul li
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	display:block;
}

/* @group Forms */

div#placeholder-box1 {
	padding: 18px 0 0 0;
}

div#placeholder-box1 a {
	color: #024930;
}

div#placeholder-search {
	border-bottom: 1px solid #d1bf91;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #024930;
	margin-bottom: 18px;
	padding-bottom: 9px;
}

.secure-login {
	display:none;
}

.announcement-list {
	padding: 0px 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 18px;
	color: #024930;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;}    /* @end */

/* @group Links */

a:link, a:visited {
	color: #024930;
	text-decoration: none;	
}

a:hover, a:active {
	color: #024930;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;}    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body.sub {
	background: #555 none;
}

div#masthead {
	background: url(/images/cssimg/bg-header-15-8.png) repeat-x 0 0;
}

div#header, div.whoslogged {
	height: 108px;
	line-height: 108px;
}

div.whoslogged {
	background: url(/images/cssimg/bg-side-15-8.png) no-repeat 100% 100%;
}

body.sub div.whoslogged {
	background: none;
}

div#placeholder-logo, a#logo {
	display: block;
	width: 390px;
}

div#nav {
	overflow: hidden;
	height: 36px;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#placeholder-search {
	padding: 0 18px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
	width: 600px;
}

div#main div.inner {
	padding: 0 40px 36px;
}

body.sub div#main {
	background: #fff;
}

body.sub div#main div.inner {
	padding: 18px 40px 36px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

#placeholder-nav table td {cursor: pointer;}

/* @end */





/* CSS Document */

/* Global */

#container { width:950px; margin: 0px auto; }

#wrapper { float:left; width:950px; min-height:600px; background:#FFFFFF url(/images/cssimg/15-8/bg-content-15-8.gif) repeat-y left top;}

#logo { height:108px; line-height:108px; width:590px; float:left; padding-right:10px; background:#ffffff; }

#logo h2 { text-indent:-9999em; width:150px; padding-top:15px; margin-bottom:0px;}

#logo h2 a { background-image:url(/images/cssimg/Global/big_logo.png); background-repeat:no-repeat; background-position:top left; display:block; height:90px; }

#search { height:60px; width:350px; margin-right:0px; float:right; }

div#placeholder-search { padding:21px 0px 0px 10px; height:38px;}

div#placeholder-search form{ padding:0px; margin:0px; line-height:normal;}

#search div input.cat_textbox_small { width:196px; }

#logonStatus { text-align:right; height:84px; line-height:84px; width:350px; float:left; color:#444444; background:#ffffff; }

#logonStatus a{ color:#024930;}

#userContent { width:520px; padding:0px 40px 0px 40px; float:left; }

#userContent #inner { clear:both; float:left; }

#userContent #inner,
#newsletter #inner {
	padding:18px 0px 10px;
}

#logon #inner{
	padding:0px 0px 10px 0px;
}

#userContent #inner #widgets { height:16px; margin-bottom:9px; text-align:right; }

#userContent #inner #widgets img { margin:0px 9px; vertical-align:middle; }

#footer { height:72px; padding-top:18px; border-top:1px solid #024930; padding-left:40px; padding-right:40px; width:870px; margin-right:0px; float:left; }


/* Home Page */

#marquee { margin-right:0px; width:600px; float:left; }

#marquee div { height:216px; overflow:hidden; background-color:#B7AE9B; background-image:url(/images/Stock/Mastheads/13.jpg); background-position:top left; background-repeat:no-repeat; }

#news { padding-right:0px; width:350px; margin-right:0px; float:right; }

#news div.inner { font-size:0.917em; }

#news div.inner div.pad { padding:0px}

#news div.inner div.pad div#placeholder-box1 { }

#news div.inner div.pad div#placeholder-box1 p{ color:#000000!important; }

#logon, #newsletter { width:350px; margin-right:0px; float:right; clear:right; }


/* Inside Pages */

body#sub #userContent { width:870px }

body#sub #wrapper { background:#FFFFFF none no-repeat left top; }

body#sub #menu { width:950px; }

body#sub #marquee, body#sub #news, body#sub #logon, body#sub #newsletter , body#sub #search { display:none; }

body#sub #logonStatus { height:108px; }

/* Team */

.team { float:left; width:870px; margin-bottom:30px;}

.team .portrait { width:120px; height:127px; overflow:hidden; float:left; padding-right:10px; }

.team .bio { width:740px; float:right; }

.team .bio h4 { font-weight:bold; margin-bottom:0.5em; }

/* User Styles */

.photoLeft { float:left; padding:5px 10px 10px 0px; }

.photoRight { float:right; padding:5px 0px 10px 10px; }

/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/cssimg/global/x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

.clear{
	clear:both;
}

h2 .date{
	color: #024930;
}
