/* GBSRA Style Sheet - 10/09/2009*/
/* C.W. Emely */

/* -- Color Scheme -- */
/* Dark Blue - 132e71 */
/* Light Blue - d1ddeb */
/* Silver - 929bao */
/* ------------------------ */

@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
}
.wrapper #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #132e71;
	/* border: 0px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:10pt;
	color:#000000;
}
.wrapper #content {
	background-image:url(../images/blue-white-bar.jpg); 
	background-repeat:repeat-y
	padding: 0px;
	margin: 0px;
}
.wrapper #slideshowcontent {
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}
.wrapper #header {
	background-image:url(../images/GBSRA_header.jpg);
	background-repeat:no-repeat;
	height:187px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.wrapper #sidebar1 {
	background-image:url(../images/light-blue-bar.jpg);
	background-repeat:repeat-y;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #796e6e;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px;
}
.wrapper #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.pagecontent {
	margin: 10px 40px 20px 30px;
}
.wrapper #footer {
	position:relative;
	clear: left;
	width: 100%;	
	/* height: 45px; */
	margin-top: 0px;
	padding: 6px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#132e71;
	font-size: 9pt;
	color:#CCC;
	text-align:center;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 6px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a {
	color:#FFF;
	text-decoration: none;
}
.wrapper #footer a:hover {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #132e71;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #666;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	color: #666666;
	padding-bottom: 6px;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #132e71;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #132e71;
	padding-bottom: 0px;
	margin-bottom: 2px;	
}
a:link {
	color: #132e71;
	text-decoration:none;
}
a:hover {
	color: #d1ddeb;
	text-decoration:underline;
}
a:active {
	color: #d1ddeb;
	text-decoration:underline;
}
a:visited {
	color: #132e71;
	text-decoration:none;
}
.hometext {
	position: relative;
	/*width: 355px;*/
	width: 605px;
	padding: 0px 8px 0px 0px;
}
.hometext p {
	padding: 0px 8px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.mission {
	padding: 8px 8px 8px 8px;
	background-color: #d1ddeb;
	/*border: thin solid #d1ddeb;*/
}
.slide_gbsra {
	position: relative;
	float:left;
	width: 250px;
	padding: 4px 4px 4px 4px;
	margin: 30px 0px 20px 0px;
	text-align:center;
}
.slideshow {
	text-align:center;
	margin: 30px 30px 30px 30px;
}
.sidetext {
	margin-top: 10px;
	padding-top: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #132e71;
	text-align:center;
}
.sidetext a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;	
	color: #132e71;
	text-decoration:none;
}
.sidetext a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666666;	
	text-decoration:none;
}
.sidetext a:active {
	color: #666666;
	text-decoration:none;
}
.sidetext a:visited {
	color: #132e71;
	text-decoration:none;
}
#sidelist {
	margin: 10px 0px 20px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#sidelist ul {
	list-style:none;
	padding-left: 0px;
	margin-left: 0px;
}
#sidelist ul li {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
}
#sidelist ul li a {	
	color: #000000;
	text-decoration:none;
}
#sidelist ul li a:hover {	
	color: #132e71;
	text-decoration:underline;
}
#sidelist ul li a:active {
	color: #132e71;
	text-decoration:underline;
}
#sidelist ul li a:visited {
	color: #000000;
	text-decoration:none;
}
#topnav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-bottom: 10px;
}
#topnav a {	
	color: #132e71;
	text-decoration:none;
}
#topnav a:hover {	
	color: #666666;
	text-decoration:none;
}
#topnav a:active {
	color: #666666;
	text-decoration:none;
}
#topnav a:visited {
	color: #132e71;
	text-decoration:none;
}
.tight {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.h_thinline_DB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #132e71;
}
.h_line_DB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #132e71;
}
.h_line_LB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #d1ddeb;
}
.h_thinline_LB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #d1ddeb;
}
.about_bio {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0xp 0px;
	text-align: left;
	vertical-align:top;
}
.about_bio_1 {
	margin: 20px 20px 30px 0px;
	padding: 20px 0px 0xp 0px;
	text-align: left;
	vertical-align:top;
}
.list li {
	padding-bottom: 4px;	
}
.resources li {
	padding-bottom: 6px;
}
#resources {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 10px;
}
#resources a {	
	color: #132e71;
	text-decoration:none;
}
#resources a:hover {	
	color: #666666;
	text-decoration:none;
}
#resources a:active {
	color: #666666;
	text-decoration:none;
}
#resources a:visited {
	color: #132e71;
	text-decoration:none;
}
.testimony {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 10pt;
}
/* ######### Drop Down ULs CSS ######### */

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 200;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ########## Styles for Left Side Submenus ############# */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #132e71;
border: 0px solid white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 240px; /*width of menu (not including side paddings)*/
color: #000000;
background-color: #d1ddeb;
text-decoration: none;
padding: 6px 5px;
text-align:left;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 240px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #132e71;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 210px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-top:10px;
}

.markermenu ul{
list-style-type: none;
margin: 6px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #d1ddeb url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: normal 11pt "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 6px 5px;
padding-left: 10px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 195px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #132e71;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.bluewhite li a{
background: #d1ddeb;
text-align:left;
}

.bluewhite li a:hover{
background: #132e71;
color: white;
text-align:left;
}
