/* CSS Document */
/* PlanetFish Design | www.planetfishdesign.com */
/* Author | Felicia Lo */

/* =Header
 ----------------------------------------------- */
 
 
/* =Structure
 ----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
}
#logoheader {
	text-align: left;
	background: url(../images/interface/logoheader_bkgd.gif) no-repeat right top;
	padding: 0px;
}
#globalnav {
	background: #99CC33 url(../images/interface/globalnav_bkgd.gif) repeat-x left top;
	text-align: center;
	height: 25px;
}
#splash {
	background: #EDF5FA;
	height: 250px;
	text-align: center;
	overflow: hidden;
}
#caption {
	background: #B8D7E6;
	font-size: 9px;
	margin: 0px;
	text-align: center;
}
#caption_text {
	width: 760px;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
}
#content {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
}
#maincontent {
	font-size: 11px;
	line-height: 17px;
	width: 580px;
	float: left;
	padding: 25px 0px 25px 10px;
	margin: 0;
}
#maincontent_left {
	font-size: 11px;
	line-height: 17px;
	width: 260px;
	float: left;
	padding: 25px 0px 25px 10px;
	margin: 0;
}
#maincontent_right {
	font-size: 11px;
	line-height: 17px;
	width: 260px;
	float: left;
	padding: 25px 0px 25px 10px;
	margin: 0 25px;
}
#footer {
	padding: 20px 10px;
	border-top: 1px dotted #999;
	font-size: 9px;
	line-height: 14px;
	color: #999;
}

/* =Nav
 ----------------------------------------------- */
#secondarynav {
 width: 760px;
 height: 105px;
 background: url(../images/interface/logoheader.gif);
 margin: 0px auto; padding: 0;
 position: relative;
}
#secondarynav li {margin: 0; padding: 0; list-style: none; position: absolute;}

#secondarynav li, #secondarynav a {display: block;}
#logo {left: 0px; top: 0px; width: 430px; height: 105px; }
#item1 {left: 430px; top: 0px; width: 124px; height: 30px; }
#item2 {left: 555px; top: 0px; width: 112px; height: 30px; }
#item3 {left: 668px; top: 0px; width: 112px; height: 30px; }
#searchbox {left: 430px; top: 55px; width: 330px; height: 75px; text-align: right;}

#logo a {height: 105px;}
#item1 a {height: 30px;}
#item2 a {height: 30px;}
#item3 a {height: 30px;}

#item1 a:hover, #item1 a.current {background: transparent url(../images/interface/logoheader.gif) -430px -106px no-repeat;}
#item2 a:hover, #item2 a.current {background: transparent url(../images/interface/logoheader.gif) -555px -106px no-repeat;}
#item3 a:hover, #item3 a.current {background: transparent url(../images/interface/logoheader.gif) -668px -106px no-repeat;}

#globalnav_items {
 width: 780px;
 height: 25px;
 background: url(../images/interface/globalnav.gif);
 margin: 0px auto; padding: 0;
 position: relative;
}
#globalnav_items li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#globalnav_items li, #globalnav_items a {height: 25px; display: block;}
#item_1 {left: 0; width: 98px;}
#item_2 {left: 98px; width: 60px;}
#item_3 {left: 158px; width: 70px;}
#item_4 {left: 228px; width: 73px;}
#item_5 {left: 301px; width: 98px;}
#item_6 {left: 399px; width: 68px;}
#item_7 {left: 467px; width: 75px;}
#item_8 {left: 542px; width: 108px;}
#item_9 {left: 650px; width: 129px;}

#item_1 a:hover, #item_1 a.current {background: transparent url(../images/interface/globalnav.gif) 0px -25px no-repeat;}
#item_2 a:hover, #item_2 a.current {background: transparent url(../images/interface/globalnav.gif) -98px -25px no-repeat;}
#item_3 a:hover, #item_3 a.current {background: transparent url(../images/interface/globalnav.gif) -158px -25px no-repeat;}
#item_4 a:hover, #item_4 a.current {background: transparent url(../images/interface/globalnav.gif) -228px -25px no-repeat;}
#item_5 a:hover, #item_5 a.current {background: transparent url(../images/interface/globalnav.gif) -301px -25px no-repeat;}
#item_6 a:hover, #item_6 a.current {background: transparent url(../images/interface/globalnav.gif) -399px -25px no-repeat;}
#item_7 a:hover, #item_7 a.current {background: transparent url(../images/interface/globalnav.gif) -467px -25px no-repeat;}
#item_8 a:hover, #item_8 a.current {background: transparent url(../images/interface/globalnav.gif) -542px -25px no-repeat;}
#item_9 a:hover, #item_9 a.current {background: transparent url(../images/interface/globalnav.gif) -650px -25px no-repeat;}

#secondarynav li span, #globalnav_items li span { visibility: hidden; }

#globalnav_items a, #secondarynav a {
	text-decoration: none;
}
#localnav_container {
	float: left;
	width: 188px;
	padding: 0;
	margin: 0;
}
#localnav {
	padding: 25px 0;
	margin: 0;
}
#localnav li {
	list-style: none;
	padding: 10px 5px;
	border-top: 1px dotted #999999;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 -20px;
}
#localnav li.last {
	border-bottom: 1px dotted #999999;
}
#localnav li.listheader {
	background: #EDF5FA;
	font: bold 15px "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#localnav a {
	font-weight: bold;
	text-transform: uppercase;
}
#localnav a.currentitem {
	color: #99CC33;
}

/* =Breadcrumbs
 ----------------------------------------------- */
 #breadcrumbs {
	background: #E1F0C2;
	height: 30px;
	font-size: 9px;
	margin: 0px;
	text-align: center;
}
#breadcrumbs_text {
	width: 760px;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
}
#breadcrumbs_text a:link, #breadcrumbs_text a:visited {
	color: #454545;
	text-decoration: none;
}
#breadcrumbs_text a:hover, #breadcrumbs_text a:active {
	color: #3588B3;
	text-decoration: underline;
}
#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 
#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
} 
#breadcrumbs ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}
#breadcrumbs ul li.first:before {
	content: " ";
}

 
/* =Search
 ----------------------------------------------- */


/* =Headings
 ----------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Palatino, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #42A4D6;
	font-size: 22px;
	line-height: 22px;
}
h2 {
	color: #CC6600;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: -5px;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	margin-bottom: -5px;
	color: #739A25;
}
h4 {
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
}

h1.nostyles {
	display: none;
}

/* =Lists
 ----------------------------------------------- */
li {
	padding-bottom: 5px;
}
#directory ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 
#directory ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
} 
#directory ul li:before {
	content: "\0020 \0020 \0020 \002F \0020";
}
#directory ul li.first:before {
	content: "";
}
#directory {
	margin: 0 0 30px 0;
}
#maincontent ol li ol li {
	list-style-type: lower-alpha;
}
#maincontent ol li ol li ol li {
	list-style-type: lower-roman;
}

/* =Forms
 ----------------------------------------------- */
input.lengthMed, select.lengthMed, textarea.lengthMed  {
	width: 300px;
}
.ErrorLayer {
	background: #F0F0F0;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #ACACAC;
	color: #990000;
	clear: both;
}
.MessageLayer {
	background: #F5FCE6;
	margin: 15px 0 10px 0;
	padding: 10px;
	border: 1px solid #C7C7C7;
	clear: both;
}

/* =Links
 ----------------------------------------------- */
a:link {
	color: #5F9FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #406A80;
}
a:hover {
	text-decoration: underline;
	color: #99CC33;
}
a:active {
	text-decoration: none;
	color: #99CC33;
}

/* =Tables
 ----------------------------------------------- */
th {
	background: #EFEFEF;
	text-align: left;
	padding: 4px 4px 4px 3px;
	
}
td {
	padding: 4px 4px 4px 3px;
	vertical-align: baseline;
}
table.noPadding td, table.noPadding th {
	padding: 0px 0px 0px 3px;
	font-size: 10px;
}
table.noLine td, table.noLine th {
	font-size: 10px;
}
table.linedGrey td, table.linedGrey th {
	border-top: 1px dotted #999999;
	font-size: 10px;
}
table.linedGrey tr.lastline td, table.linedGrey tr.lastline th {
	border-bottom: 1px dotted #999999;
}
table.linedGreyBig td, table.linedGreyBig th {
	border-top: 1px dotted #999999;
	font-size: 11px;
}
table.linedGreyBig tr.lastline td, table.linedGreyBig tr.lastline th {
	border-bottom: 1px dotted #999999;
}
tr.greyRow td {
	background-color: #EFEFEF;
}
.tableBelow {
	margin-bottom: 10px;
}
td.lastEvent {
	border-top: 2px solid #999999;
	height: 1px;
	padding: 0;
}

/* =Misc
 ----------------------------------------------- */
.entry {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
em.lastUpdated {
	font-size: 10px;
	color: #A6A6A6;
}
.emphasis {
	font-weight: bold;
	color: #99CC33;
}
h1.emphasis {
	font-weight: normal;
}
.imageLogo {
	float: left;
	display: block;
	clear: both;
	margin: 2px 10px 2px 0px;
	padding: 5px;
	border: 1px solid #CCC; 
}
div.entry hr {display: block; clear: left; margin: 0px 0;
  visibility: hidden;} 

.LayerImage {
	margin: 0 5px 0 0; 
	float: left; 
}

.Green {
	color: #669900;
}
.Orange {
	color: #CC6600;
}
.Red {
	color: #990000;
}