@charset "utf-8";
/* PeerTA Main CSS */
/* Created by Jeremy Vanderlan */


/*
 =Global
*/

*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl
{ margin: 1em 0; }
li, dd
{ margin-left: 3em; }


/*Structure*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	width: 100%;
	background: #01008D;
}


#acf {
	/*background-color:transparent;  ;url(../images/acf_bnr_text.gif) left top no-repeat;*/
	/*../images/acf_banner.gif*/
	padding: 0 0 0 0;
	width: 100%;
	height: 100px;
	position: relative;
}

#acf_bottomBnr {
	background: #fff url(../images/acf_bannerBG.gif) left bottom no-repeat;
}


#wrap {
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(../images/middle.gif) repeat-y;
	border: 1px none #000000;
	text-align: left;
	margin: 0pt auto 30px;
} 

#header {
	background: #DDDDDD url(../images/banner.gif);
	position: relative;
	padding: 0px; 
	height: 149px;
	width: 980px;
} 

#container { 
	margin: 0;
	text-align: left;
	background-image: none;
}

#bottom_cap {
	background: transparent url(../images/bottom.gif) no-repeat;
	width: 980px;
	height: 30px;
	margin: 0;
	padding: 0;
}

/*Global styles */

p {
	font: 12px/1.5em tahoma;
	color: #000000;
}

p.search {
	font: 12px/1.5em tahoma;
	color: #01008d;
}

h2 {
	font: bolder normal 18px tahoma;
	color: #01008d;
}

h3 {
	font: bolder normal 14px tahoma;
	color: #01008d; 
}

li {
	font: 12px/1.5em tahoma;
	color: #000000;
}
/* LINKS */
a {
	color: #01008D;
	text-decoration: underline;
}
a:visited
{ color: #800080; text-decoration: underline}
a:visited:hover
{ color: #800080; text-decoration: underline }


/*left nav*/
#navigation
{
	float: left;
	width: 22%;
	margin: 10px 0 0 15px;
	padding: 0;
	display: inline;
}

#navigation #navbox {
	background: url(../images/top_nav.gif) no-repeat;
	width: 202px;
	margin: 0 auto 0px;
	padding: 0;
}

#navigation #menu
{
	margin: 0;
	padding: 5px 0 0 10px;
}

#navigation #menu li
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left
}

#navigation p
{
	margin: 0;
	padding: 10px 0 0 10px;
}

#navigation #menu li a
{
	display: block;
	background: #ffffff url(../images/nav_button.gif) no-repeat 0px top;
	margin: 0;
	height: 24px;
	width: 167px;
	padding: 10px 0 0 10px;
	color: #655992;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#navigation #menu li a.twoline {
	height: 29px;
	width: 157px;
	padding: 5px 10px 0 10px;
	line-height: 1.0em;
}

#navigation #menu li a:hover, #navigation #menu li a.active, #navigation #menu li a.dropdown {
	color: #655992;
	background-position: -178px top;
}

#navigation #menu li a.active_twoline {
	height: 29px;
	width: 157px;
	padding: 5px 10px 0 10px;
	line-height: 1.0em;
	color: #655992;
	background-position: -178px top;
}

#navigation #menu li ul {
	margin: 5px 0 5px 0;
	padding: 0;
}

#navigation #menu li ul li a {
	color: #AB3D63;
	background-image: none;
	padding: 0 0 0 15px;
	margin: 3px;
	height: auto;
	width: 164px;
	font-weight: normal;
	font-family: tahoma;
	text-decoration: underline;
	line-height: 1.3em;
}

#navigation #menu li ul li a:hover {
	color: #2c4b76;
	background-color: #dde2e9;
	background-image: none;
}

#navigation #menu li ul li a.submenu_on, #navigation #menu li ul li a.submenu_on:hover {
	background: #dde2e9;
	color: #2c4b76;
}	

#navigation #spot_box {
	background: url(../images/nav_box.gif) no-repeat;
	width: 174px;
	margin: 10px;
	padding: 0;
}

#navigation #spot_box h3 {
	font: bolder normal 18px tahoma;
	color: #01008d;
	text-align: center;
}

#navigation #spot_box p {
	text-align: left;
	font: 12px/1.5em tahoma;
	color: #000000;
	padding-right: 8px;
}

#navigation #bottom_nav {
	background: url(../images/bottom_nav.gif) no-repeat;
	width: 202px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
}

/* MAIN */
#mainContent {
	float: left;
	margin: 10px 15px 10px 10px;
	padding: 0;
	width: 73%;
} 

#mainContent #sidebar {
	width: 228px;
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
}

#mainContent #sidebar #top_bx {
	margin: 0;
	padding: 0;
	background: url(../images/top_pc.gif) no-repeat;
	height: 19px;
	width: 218px;
}

#mainContent #sidebar #mid_bx {
	margin: 0;
	padding: 0;
	width: 218px;
	background: url(../images/mid_tile.gif) repeat-y;
}

#mainContent #sidebar #mid_bx h3 {
	margin: 0;
	padding: 0;
	font: bold 12px tahoma;
	color: #716397;
}

#mainContent #sidebar #mid_bx p {
	margin: 0;
	padding: 0 25px 0 25px;
	font: 11px tahoma;
	color: #000000;
}

#mainContent #sidebar #bot_bx {
	margin: 0;
	padding: 0 0 15px 0;
	background: url(../images/bottom_pc.gif) no-repeat;
	height: 27px;
	width: 218px;
}

#mainContent #homebox_top {
	margin: 0 0 0 1px;
	padding: 0;
	background: url(../images/middle_top.gif) no-repeat;
	width: 464px;
	min-height: 300px;
}

#mainContent #home_middle {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#mainContent #homebox_top #slideshow {
	float: left;
	padding: 10px 10px 0px 7px;
}


#mainContent #homebox_top img {
	margin: 10px;
}

#mainContent #homebox_top p {
	margin: 0;
	padding: 15px 10px 0 10px;
}

#mainContent #homebox_bottom {
	margin: 0 0 0 1px;
	padding: 0;
	background: url(../images/middle_bottom2.gif) no-repeat;
	width: 464px;
	height: 42px;
}

#mainContent #sprybox_top {
	margin: 0;
	padding: 0;
	background: url(../images/middle_top2.gif) no-repeat;
	width: 464px;
}

#mainContent #sprybox_top h3 {
	margin: 0;
	padding: 12px 0 0 10px;
}

#mainContent #welfarebox_top {
	margin: 0 0 0 80px;
	padding: 0;
	background: url(../images/middle_top.gif) no-repeat;
	width: 464px;
}

#mainContent #welfarebox_bottom {
	margin: 0 0 0 80px;
	padding: 0;
	background: url(../images/middle_bottom2.gif) no-repeat;
	width: 464px;
	height: 42px;
}

#mainContent #welfarebox_top h3 {
	margin: 0;
	padding: 12px 0 0 10px;
}

#mainContent #whats_new {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 475px;
}

#mainContent #sitemap {
	float: left;
	display: inline;
	width: 275px;
	margin: 0 30px 0 0;
	padding: 0 10px 0 0;
}

.Accordion {
	border-left: 0px none gray;
	border-right: 0px none #FFFFFF;
	border-bottom: 0px none gray;
	overflow: hidden;
	border-top-width: 0px;
	border-top-style: none;
	padding: 10px 25px 5px 10px;
	font: 12px tahoma;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px;
	color: #01008D;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #FFFFFF;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background: #FFFFFF;
}

.AccordionPanelTabHover {
	color: #800080;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #800080;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #FFFFFF;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
}

#mainContent #sprybox_bottom {
	margin: 0;
	padding: 0;
	background: url(../images/middle_bottom2.gif) no-repeat;
	width: 464px;
	height: 42px;
}

ul.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
}

.breadcrumbs li {
	background: url(../images/breadcrumbarrow.gif) no-repeat left 0.2em;
	display: inline;
	font: 10px tahoma;
	margin: 0;
	padding: 0px 0 0 10px;
}

.breadcrumbs .first {
	background-image: none;
	padding: 0;
}

.anchor ul {
	margin: 0;
	padding: 0;
}

.anchor li {
	background: url(../images/breadcrumbarrow.gif) no-repeat left 0.3em;
	margin: 0;
	padding: 0px 0 3px 10px;
	font: 12px tahoma;
	list-style: none;
}

#header h1 {
	margin: 0; 
	padding: 10px 0;
	text-decoration: none;
	text-indent: -9999px;
}

#header #top_nav {
	position: relative;
	padding-top: 120px;
	padding-left: 10px;
	font: bolder 12px tahoma;
}

#header #top_nav div ul {
	padding: 0;
	margin:0;
	height: 20px;
	list-style: none;
}

#header #top_nav div li {
	background: url(../images/bullet.gif) no-repeat left 0.01em;
	margin: 0;
	vertical-align: left;
	padding-top: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 5px;
	display: inline;
	font-weight: bold;
	float: center;
}

#header #top_nav div li a {
	text-decoration: none;
}

/* Image links in header */

#acf #acflink {
	position: absolute;
	margin: 0;
    padding: 0;
    left: 1px;
    top: 1px;
	color:#fff;
}

#acf #acflink a {
    display: block;
    height: 76px;
    width: 1000px;
 	text-indent: -100em;color:#fff;
}

#header #sitename {
	position: absolute;
	margin: 0;
    padding: 0;
    left: 15px;
    top: 5px;
}

#header #sitename a {
    display: block;
    height: 100px;
    width: 190px;
 	text-indent: -100em;
}

#header #apDiv1 {
	float: right;
	margin-top: 65px;
	margin-right: 10px;
	width: 249px;
	height: 30px;
	z-index: 1;
	position: absolute;
	right: 0px;
}

#header #apDiv1 p {
	font: bolder 12px tahoma;
}
#header #apDiv1 a {
	font-size: 10px;
	float: right;
	padding: 0 15px 0 0;
}

#header #apDiv1 img {
	vertical-align: middle;
}

/* Tabbed browsing format */

#tabs
{
	clear: both;
	margin-top: 1.0em;
	min-width: 700;
}

#tabs #tabnav div
{
	background: #ffffff url(../images/tabbodytopright.gif) no-repeat right top;
	height: 5px;
}

#tabs #tabnav div div
{
	background: transparent url(../images/tabpixel.gif) repeat-y left top;
}

/* The following styles were adapted from Douglas Bowman's 'Sliding Doors'
   http://alistapart.com/articles/slidingdoors2/
*/
#tabnav
{
	width: 100%;
}

#tabnav ul
{
	padding: 0;
	margin: 0 5px 0 0;
	background: url(../images/bg.gif) repeat-x bottom;
	list-style: none;
}

#tabnav ul li {
	display: inline;
	margin: 0;
}

#tabnav li a
{
	float: left;
	background: url(../images/left_both.gif) no-repeat left top;
	margin: 0 3px 0 0;
	padding: 0 0 0 7px;
	color: #ffffff;
	border-bottom: 1px solid #9DADCC;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#tabnav a span
{
	display: block;
	background: url(../images/right_both.gif) no-repeat right top;
	padding: 5px 7px 4px 3px;
}

#tabnav a.current
{
	background-position: 0 -150px;
	border-width: 0;
	color: #10398d;
}

#tabnav a.current span
{
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #10398d;
}

#tabnav li a:hover, 
#tabnav li a:hover span
{
	background-position: 0% -150px;
	text-decoration: none;
	color: #10398d;
}

#tabnav li a:hover span
{
	background-position:100% -150px;
	color: #10398d;
}
	  
#tabs #tab_container
{
	background: #ffffff url(../images/tabbodyright.gif) no-repeat right top;
}

#tabs .tab_body
{
	background: transparent url(../images/tabbodyleft.gif) no-repeat left top;
	min-height: 170px;
	padding-top: 12px;
}

#tabs .tab_body h3 {
	font: bolder normal 14px tahoma;
	color: #655992; 
}

#tabs .tab_body p, #tabs .tab_body ul, #tabs .tab_body h1, #tabs .tab_body h2,
#tabs .tab_body h3, #tabs .tab_body h4, #tabs .tab_body h5,
#tabs .tab_body h6
{
	padding: 0 0.5em;
}

#tabs .tab_body ul { margin-left: 2.0em; }

/* Footer */
#footer
{
	clear: both;
	text-align: center;
	font-size: 0.8em;
	margin: 4.0em 0 0;
}

#footer p {
	font-size: 85%;
	margin: 0; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear
{
	clear: both;
}

.left
{
	float: left;
}

img.left
{
	padding: 0 1.0em 1.0em 0;
}

.right
{
	float: right;
}

img.right
{
	padding: 0 0 1.0em 1.0em;
}

.center
{
	text-align: center;
}

.breadcrumbs {
	padding-bottom: 0px;
	font-size: smaller;
	display: inline;
	list-style: none;
}

.smaller {
	font-size: 10px
}

.highlight_blue {
	font: bolder normal 14px tahoma;
	color: #01008d;
}
.spry_hd {
	font: bold 12px tahoma;
	color: #01008D;
}
.rightside_txt {
	font: 11px tahoma;
	color: #000000;
}
.rs_headers {
	font: bold 14px tahoma;
	color: #716397;
}
.dd_links {
	font: 11px tahoma;
	color: #ab3d63;
	text-decoration: underline;
}

.mission {
	font: 12px/1.5em tahoma;
	color: #000000;
}
.more {
	font: 11px tahoma;
	color: #01008D;
	text-decoration: underline;
}

.footer_text {
	font-size: 85%;
}

.hhs_text {
	font: 10px tahoma;
	color: #2c4b76;
	text-decoration: none;
	padding: 3px 5px;
}
.news_text {
	font: 11px tahoma;
	color: #535d6f;
}
.news_indent {
	font: 11px tahoma;
	color: #2C4B76;
	text-indent: 10px;
}

.non-visual
{
	position: absolute;
	left: -9999px;
}



/* full clearfix */
/* add to floating elements which shall clear floating after themselves */ 
/*
	Works in and tested with:
	FF3.6, 3.5, 3, 2.0.0.16, 1.5, Camino
	IE9PR3, 8, 7, 6, 5.5, 5.01, IE5Mac
	Opera 9.51, 9.27, 8.5
	Chrome 5
	Safari 3.1.1 (PC, should work on Mac too) 
*/
* html .clearfix{
	height:1%; /* IE5-6 */
}
*+html .clearfix{
	display:inline-block; /* IE7not8 */
}
.clearfix:after{ /* FF, IE8, O, S, etc. */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



.hiddenText
{
	text-indent: -100em;
	overflow: hidden;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

.invisible
{
	visibility: hidden;
}

.closedWebinar {
	color: #a4a4a4; 
}


.topicimage{float:right;padding:10px 5px 0 10px}

.greybar,.graybar{background-color:#EEE}
.nowrap{white-space:nowrap !important}

