/*ADDED BY JON C.: css styling for header and such */

.topbar{
	background-image:url(../images/top-bar.gif); 
	width:750px; 
	height:52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.topbartext{
	float:left;
	padding:15px;	
}

.socialbuttons{
	float:left;
	padding-top:10px;	
	text-decoration:none;
}
.socialbuttons a{
	text-decoration:none;	
}

.bottombar{
	background-image:url('../images/bottom-dotted-banner.gif');
	background-repeat:repeat;
	width:auto;
	height:auto;
}
.bottombartext{
	float:left;
	padding:20px;	
}
   /* Begin Navigation Bar Styling */

img{border:none;}
   
   
      
   
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 28, 2011 */

@font-face {
    font-family: 'SansationRegular';
    src: url('../fonts/sansation_regular-webfont.eot');
    src: url('../fonts/sansation_regular-webfont.eot?iefix') format('eot'),
         url('../fonts/sansation_regular-webfont.woff') format('woff'),
         url('../fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation_regular-webfont.svg#webfont9xb7L0M7') format('svg');
    font-weight: normal;
    font-style: normal;

}





/*END FONT SECTION*/

   
   
   
   /*MY MENU CSS*/
.menu{
    width: 750px;
    background-color: #09255b; 
	font-size:12px;
	font-family: 'SansationRegular';
}
.menu ul{
    margin: 0; 
	padding: 0;
	width:748px;
    float: left;
	background-color:#09255b;
	border:1px solid #777;
}
 
.menu ul li{
    display: inline;
}
 
.menu ul li a{
    float: left; 
	text-decoration: none;
    color: #ccc;
    padding: 3px 10px 3px 10px; 
	border:1px solid #777;
}

.menu ul li a:hover, .menu ul li .current{
    color: #EEE;
    background-color:#777;
}
.menuselected
{
    color: #EEE;
    background-color:#777;
	float: left; 
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border:1px solid #777;
}
.submenuselected
{
    color: #EEE;
    background-color:#777;
	text-decoration: none; 
	border:1px solid #777;
}
	


.contactstyle{
	padding-left:10px;
	font-size:13px;
}

.bio{
	display:none; 
      position:absolute; 
      border:2px solid #777; 
      background-color: #000; 
      padding: 5px;
	  width:500px;
	/*
	display:none; 
      position:absolute; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
	visibility:hidden;
	*/
}
.biolink{
	text-decoration:none;
	color:#EEE;
	float:right;
}

.bioquestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bioanswer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BBB;
}

/*END ADDED*/

.leftbg {
	background-color: #31466D;
	background-image: url(../images/leftbg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightbg {

	background-color: #31466D;
	background-image: url(../images/rightbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.leftbggrey {
	background-image: url(../images/leftbg_grey.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightbggrey {
	background-image: url(../images/rightbg_grey.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.mainbg {
	background-image: url(../images/main-screen-bg.jpg);
	background-color: 31466D;
	background-repeat: no-repeat;
	background-position: top;


}
.bodytext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #FFFFFF;

}

.bodytextvalues {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	color: #FFFFFF;
	padding-left:4px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytextCopy {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
.bodytextblack {


	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.formbkg {
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.introsmalltext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	text-decoration: none;

}

