@charset "UTF-8";
/* CSS Document */

body{
background-color:#ffffff;
font-family:Arial;
text-align:center;
}


#mainheader{
margin:0 auto 5px auto;
width:980px;
height:126px;
background:url(images/mainheader1.jpg) top no-repeat;
}


#pageBody{
clear:both;
text-align:left;
margin:0px auto;
width:980px;
}


h1{
margin:10px 0px 0px 0px;
color:#5dbbe7;
font-size:18px;
}


#h1Sub{
font-size:18px;
font-weight:bold;
color:#57a9cf;
}

.buttonBlue{
width:236px;
height:27px;
background:url(images/buttonBlue.jpg) no-repeat;
text-align:center;
padding-top:8px;
margin:5px 0px 5px 0px;
cursor:pointer;
color:#ffffff;
}

.titleSub{
font-size:18px;
font-weight:bold;
color:#000;
}

.topBtn{
margin:10px 0px 0px 0px;
text-align:left;
}

.leadershipMember{
clear:both;

padding:5px 0px 5px 0px;
}





#mainImage{
width:750px;
height:190px;
margin:24px 0px 20px 0px;
}


#mainImagefull{
width:980px;
height:190px;
margin:24px 0px 20px 0px;

}

#mainContent{
float:right;
width:980px;
text-align:justify;
line-height:18px;
font-size:12px;
margin-bottom:20px;
}


#mainContentfullwidth{
float:right;
width:750px;
text-align:justify;
line-height:18px;
font-size:12px;
margin-bottom:20px;
}

#mainContentfullwidth ul{
margin:0px 15px 0px 15px;
padding:0px;
}
#mainContentfullwidth .topBtn a{
color:#0066CC;
}








#hompageRightBar{
float:right;
width:218px;
background-color:#fff;
}



.bioText{
width:600px;
float:right;
}
.subBioText{
width:590px;
}

.bioTextfull{
width:600px;
float:right;
}

.subBiofull{

}



.bioColorRed{
float:left;
height:6px;
width:100%;
background:url(images/bio_colors_red.jpg);
margin-bottom:10px;
}
.bioColorGreen{
float:left;
height:6px;
width:100%;
background:url(images/bio_colors_green.jpg);
margin-bottom:10px;
}
.bioColorMustard{
float:left;
height:6px;
width:100%;
background:url(images/bio_colors_mustard.jpg);
margin-bottom:10px;
}





#sideLeftBar{
float:left;
width:220px;
}


ul#sideNav {
margin:18px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
ul#sideNav ul{
margin:0px;
padding:0px;
}

ul#sideNav li{
margin:0px;
padding:0px 0px 2px 20px;
list-style:none;
background:url(images/sideNavArrows.jpg) 0px 5px no-repeat;
}


ul#sideNav  ul li{
margin:0px;
padding-left:40px;
list-style:none;
background: url(images/sideNavDash.jpg) 0px 5px no-repeat;
}



ul#sideNav ul li a{
color:#555;
text-decoration:none;
font-size:11px;
}
ul#sideNav li a{
color:#555;
font-size:12px;
text-decoration:none;
}
ul#sideNav li a:hover{
color:#000;
}





#footer{
clear:both;
margin:5px auto 0 auto;

width:980px;
height:19px;


padding:7px 0px 0px 0px;
background:url(images/footer.jpg);
font-size:10px;
color:#fff;
}

#footerControls ul{
margin:0px;
padding:0px;
}

#footerControls ul li{
float:right;
list-style:none;
margin-right:15px;
}


#footerControls a{
font-size:10px;
color:#fff;
text-decoration:none;
}

#footerControls a:hover{
color:#c7edf6;
}	
	
	
img{
border:none;
border:0;
}





/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

MAIN NAVIGATION BUTTONS AT TOP OF PAGE

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/






/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
    font-size:12px;
    letter-spacing:1px;
	
}
.sf-menu {
	padding:0px 0px 0px 0px;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	margin-top:10px;
	
}
.sf-menu ul li {
	padding:6px;
	background:url(images/tab_blue.png);
	display:block;
	width: 180px;
}

.sf-menu ul li:hover {
	padding:6px;
	background:url(images/tab_Darkblue.png);
	display:block;
	width: 180px;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
	color:#FFFFFF;
	text-decoration:none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {

	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {

	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}






.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			50px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}






/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

LOWER IMAGE GALLERY ON THE FRONT PAGE OF THE HOMEPAGE

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#bottomGallery{
clear:left;
margin-top:0px;
width:757px;
height:168px;
}




/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

accoridian stlye for how to apply page

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


.menu_list {
	width: 100%;
}
.menu_head {
	padding:5px 10px;
	cursor:pointer;
	position:relative;
	margin:1px;
    font-weight:bold;
    background:#bcd3f3 url(images/how_to_apply_arrows_deactive.png) right center no-repeat;
}
.menu_body {
	display:none;
	padding:0px 0px 0px 10px;
}


a {
  color: #FF4500;
  text-decoration:underline;
}

a:hover {
  color:#FF4500;
  text-decoration:underline;
}