/* Right Column Wrapper */

div#tabContent {
	width: 425px;
	padding: 0 0 8px;
	margin-top: 3px;
	margin-left: 8px;
}

/* 
	Tabbed Navigation - Things might get messy here! :)
*/

/* Navigation Wrapper */

div#navigation {
	margin: 8px 0 0;
	float: none;
	clear: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 2px;
	border-top: 2 px;
}

/* Navigation Tabs Setup */

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

div#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Default not active tab style */

div#navigation a {
	display: block;
	font-size: 11px;
	padding: 2px 11px 21px 10px;
	text-decoration: none;
	border-bottom: 1px solid #284D77;
	color: #FFFFFF;
	background: #2A4069;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #284D77;
}

/* Highlight tab on hover */

div#navigation a:hover {
	color: #fff; 
	text-shadow: #7d813f 0px 1px 1px; /* Safari only shadows */
}

/* Active tab style */

div#navigation #active a {
	color:#284D77;
	padding-top: 0px;
	background-color: #D8F0CA;
    }

div#navigation #active {
	background-color: #F1F5FA;
}

/* Active tab hover style */

div#navigation #active a:hover {
	text-shadow: none;
	text-decoration: underline;
	}

/* Navigation Content */

div#navcontent {
	float: left;
	margin: -18px 0 0;
	padding: 0px;
	font-size: 10px;
	min-height: 250px;
	width: 425px;
	line-height: 140%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Typography - Navigation Content */

div#navcontent h3 {
	font:130%/1.4em Arial, Helvetica, sans-serif;
  	color:#00202b;
  	border-bottom: 1px solid #284D77;
 	margin: 0 0 10px 0;
 	padding: 0;
}
div#navcontent p {
	margin: 0;
	padding: 0 0 10px 0;
}
div#navcontent label { 
	font-weight: bold; 
	padding: 0 4px 0 0;
}

div#navcontent input, textarea {
	font-size: 13px;
}

/* Links - Navigation Content */

div#navcontent a {
	color: #35454a;
	text-decoration: none;
	border-bottom: 1px dotted #35454a;
	font-weight: bold;
	}

div#navcontent a:hover {
	border-bottom: 1px dotted #35454a;
}

/* Lists - Navigation Content */

div#navcontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 10px;
}

div#navcontent ul li {
	/*list-style-image: url("/img/navcontentlistimg.gif");*/
	list-style-position: inside;
	padding-bottom: 5px;
}
#frame #contentheader #pbs {
	margin-left: 725px;
	vertical-align: top;
}

