﻿/*
div
{
    border:1px solid lime;
}

*/

#container
{
    width:840px;
	margin:0 auto;
	padding-top:10px;
}

#banner {
	padding-left:15px;
	height:68px;
}

#slideshow h1
{
    visibility:hidden;
    font-size:1px;
    margin:0;
}

#slideshow{

    margin-left:8px;
    margin-bottom:7px;
   
}

#navigation 
{
   
	height:23px;
	width:801px;
	background: transparent url(../images/navBack.jpg) repeat-x;
	margin-left:8px;
	border-left:1px solid white;
	padding-top:5px;
	margin-bottom:-2px;	
}
#navigation a
{   
    text-decoration:none;
	font-size:1em;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
	font-family:Verdana;
	border-right:1px solid #C7D2E8;
	height:15px;
}

#navigation a:hover
{   color:orange;
    text-decoration:underline;
}
#navigation .selected
{   color:orange;
    font-weight:bold;   
}
#navigation .noBorder
{
    border-right:none;
}

#main_block, #main_block_wide{
	width:470px;

}
#main_block_wide{
	width:700px;
	/*background-color:#F2F2F2;*/
	padding:10px;
	overflow:visible;
	float:left;
		
}

#main_block p,#main_block_wide p{
	float:none;
}
#contact_panel
{
    width:248px;
    padding:10px;
}

.info_box{
	width:240px;
	height:160px;
	float:left;
	margin-left:8px;
	margin-bottom:4px;
	background: white url(../images/spotlightBack.jpg) repeat-x;
	padding:10px;
	border:1px solid #C7D2E8;
}
.info_box, img{
	float:left;
}
.info_box_h2{
	font-size:1.3em;
	color:white;
	font-family:verdana;
	font-weight:lighter;
	margin-left:15px;
	padding:-10px;
}
.more_link a{
	float:right;
	margin-right:10px;
	color:navy;
}
.more_link a:hover
{color:#FF6600;
}



#top_right p, #middle_right p, #bottom_right p{
	margin-left:10px;
	margin-bottom:1px;
}

#top_right a, #middle_right a, #bottom_right a{
	color:Blue;
}
#top_right a:hover, #middle_right a:hover, #bottom_right a:hover{
	color:black;
}





#header_bar, #header_bar_wide{
	background-color:#5271E2;
	border:1px solid #5271E2;
	width:450px;
	padding:10px;
}
#header_bar_wide{
	width:800px;
	padding:5px;
}
#header_bar h1, #header_bar_wide h1{
	color:white;
	font-size:1.7em;
	font-weight:lighter;
	margin:0 0 0 0;
}

#right_column{
	float:left;
}

#footer{
	height:20px;
	width:780px;
	clear:both;
	padding:10px;
	font-size:10px;
	border-top:1px dotted #999999;
	margin-left:8px;
	margin-top:10px;
}

#footer a{
	color:#666666;
}

#footer a:hover{
	color:navy;
}

body {
    margin-left: 0px;
    margin-top: 0px;
	font-size:12px;
    color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent url(../images/paleBlueBack.jpg) repeat-x fixed;
}

img
{
    border:none;
}
.headerBox,  .headerBoxOrange

{
    height:25px;
    width:700px;
    border:1px solid #C7D2E8;
    background: transparent url(../images/headingBack.jpg) repeat-x;
    padding-top:6px;
    padding-left:10px;
    float:left;
    margin-bottom:10px;   
}
.headerBoxOrange
{ background: transparent url(../images/headingBackOrange.jpg) repeat-x;
     border:1px solid  #FFD89D;
   
}
.headerBoxSmall
{   
    width:230px;
    margin-left:-20px;
    border:none;
    padding-top:10px;
    padding-left:10px;
}
.headerBoxSmall p
{
    margin-top:-3px;
    margin-left:40px;
}
.headerImage

{
    width:700px;
    padding-left:10px;
    margin-bottom:20px;
    float:left;
    
}
h1{
	font-size:1.8em;
	font-weight:lighter;
	margin-top:-5px;
	font-family:verdana;
	color:navy;
}
h2{
	font-size:1.6em;
	font-weight:lighter;
	margin-top:-5px;
	font-family:verdana;
	color:navy;
}

h3, h4, h5
{   font-weight:lighter;
    font-family:verdana;
    color:Navy;
}
h5
{font-size:1.2em;
    margin-top:-5px;
}


.photo{
	width:120px;
	height:136px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:8px;
	border:1px solid #C7D2E8;

}
.photo_copy{
	width:560px;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-bottom:10px;
	float:left;	
}
.photo_copy p{
    margin:0;
}
.topLinkBox
{background: transparent url(../images/buttonBackOff.jpg) repeat-y;
      width:55px;
      height:18px;
      padding-top:2px;
      padding-left: 20px; 
      cursor: pointer;
      color:white;
}
.topLinkBox a
{
    color:White;
    font-size:0.9em;   
} 
.topLinkBox:hover
{      background: transparent url(../images/buttonBackOn.jpg) repeat-y;
}
 
/* Home Button */

.homeLinkBox
{      background: transparent url(../images/buttonBackOff.jpg) repeat-y;
      width:75px;
      height:18px;
      padding-top:2px;
      padding-left: 5px; 
      cursor: pointer;
      color:white;
      float:right;
      margin-right:-10px;
      margin-top:20px;
}
.homeLinkBox a
{
    color:White;
    font-size:0.9em;   
} 

 
/* Resource Button */

.resourceMain
{
    width:330px;
    border:1px solid #C7D2E8;
    float:left;
    margin-top:20px;
}
.resourceBoxInnerLeft{
    border-right:1px solid #C7D2E8;
    height:80px;
    width:120px;
    padding:10px;
    float:left;
}
.resourceBoxInnerRight
{
    height:80px;
    width:140px;
    padding:10px;
    float:left;
}

.resourceLinkBox
{      background: transparent url(../images/buttonBackOff.jpg) repeat-y;
      width:75px;
      height:18px;
      padding-top:2px;
      padding-left: 5px; 

      color:white;      
      position:absolute;
      margin-top:70px;
      margin-left:100px;
}
.resourceLinkBox:hover
{      background: transparent url(../images/buttonBackOn.jpg) repeat-y;
}
.resourceLinkBox a
{
    color:White;
    font-size:0.9em;   
} 


/* Biog Button */

.bioglinkBox  
{
      background: transparent url(../images/buttonBackOff.jpg) repeat-y;
      width:95px;
      height:18px;
      padding-top:2px;
      padding-left: 25px; 
      cursor: pointer;
      color:white;
      margin-top:119px;
} 
.bioglinkBox:hover, .homeLinkBox:hover
{
    background: transparent url(../images/buttonBackOn.jpg);
} 

/* Blue Button */
.emailButtonBox a
{
    color:White;
    text-decoration:none;
}
#main_block_wide .emailButtonBox a:hover
{
    color:White;
}
#contentbar .emailButtonBox a:hover
{
    color:White;
}
.emailButtonBox  
{
      background: transparent url(../images/emailButtonBackOff.jpg);
      width:85px;
      height:18px;
      padding-top:2px;
      padding-left: 10px; 
      color:white;
      float:right;
      margin-bottom:15px;
} 
.emailButtonBox:hover
{
    background: transparent url(../images/emailButtonBackOn.jpg);
} 




.formLabel{
	margin-left:10px;
	width:60px;
	float:left;
}

.formField{
	width:150px;
	float:left;
}
.formFieldContact{
	width:300px;
	float:left;
}

.nameField{
	
	width:540px;
	height:40px;
	float:left;
}

.nameLabel
{
    padding-left:10px;   
	width:190px;
	float:left;
}

.inputBox2
{
    width:180px;
    margin-bottom:6px;
}
.inputBoxContact
{
    width:260px;
    margin-bottom:6px;
}
textarea
{	font-family:verdana;
}

.questionText{
    font-size:13px;
    color:#000;
    margin-bottom:25px;
}
#contactBox
{
    width: 387px; 
    float: left; 
    border: solid 1px #C7D2E8;
    padding-left:20px;
     background: transparent url(../images/headingBack.jpg) repeat-x;
}
#contactBoxAddress
{
    width: 235px; 
    float: left; 
    padding-left: 5px; 
    padding-bottom: 10px;
    padding-top:10px;
    border: 1px solid #C7D2E8;
    height:105px;
}
.contactBoxButtonBox
{
    width: 220px; 
    float: left; 
    padding-left: 20px; 
    padding-bottom: 10px;
    margin-bottom: 10px; 
    border: 1px solid #C7D2E8;
    height:30px;
     background: transparent url(../images/headingBack.jpg) repeat-x;
}
.newsletterBox
{
    width: 280px; 
    float: left; 
    padding-left: 20px; 
    padding-bottom: 10px;
    margin-left: 67px; 
    border: 1px solid #C7D2E8;
    margin-top:50px;
    background: transparent url(../images/headingBack.jpg) repeat-x;
}
.NewsDate
{
    color:Black;
    font-weight:bold;
}

.NewsMoreLink
{
    cursor: hand;
    color:Blue;
    text-decoration:underline;
}
.NewsMoreLink a:hover{
color:#FF6600;
}



div.Panel1 
{
	overflow:hidden;
}
#topbar{
	background: transparent url(../images/shadowback_r1_c1.jpg) no-repeat;
	width:810px;
	height:19px;
	float:left;
}
#bottombar{
	background: transparent url(../images/shadowback_r4_c1.jpg) no-repeat ;
	width:810px;
	float:left;
	height:17px;
}
#contentbar
{	
	width:710px;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:20px;
	padding-top:10px;
	border:1px solid #C7D2E8;
	background-color:#fff;
	margin-left:8px;
	float:left;
}

#contentbar p{
float:none;
}

#contentbar a:hover{
    text-decoration:none;
}
#handButton, #tickButton
{
    float:left;
    height:40px;
    width:40px;
    margin-top:-6px;
    margin-left:-10px;
      
}

#handButton
{
    background: transparent url(../images/handButtonOff.gif);
    margin-top:-10px;
}
#handButton:hover
{
    background: transparent url(../images/handButtonOn.gif);
}
#tickButton
 {
    background: transparent url(../images/tickButtonOff.gif);
    margin-top:-10px;
}
#tickButton:hover
{
    background: transparent url(../images/tickButtonOn.gif);
}
    
.alert
{
    color:Blue;
}
.terms-heading
{
    padding:20px;
    font-size:16px;
    font-weight:lighter;
    font-family:verdana;
}


