body.mceContentBody {
   background: #FFF;
}

body{
	font-size:12px;
	font-family: "Lucida Grande", Lucida,verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px;
	padding:0px;
	background-color:#bdbdbd;

	
	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page_holder{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background:#ffffff;
	padding:0px 0px 0px 0px;
	border: 1px solid #000000;
	margin-top:5px;
	margin-bottom:5px;
	
}

#masthead{
	
}

#navBar{
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
	padding-left:5px;
	padding-top: 20px;
	

}

 #home_body{
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding:0px 20px 0px 20px;
	

}

 #content{
	float:right;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding:0px 15px 0px 0px;
	width:740px;
	
}
#content_single_column{
	float:left;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left:15px;
	width:924px;
	

}

#site_nav_list { 
	margin: 0; 
	padding: 0;
	list-style: none;
	border-top: 1px solid #cf8ca5;
	border-bottom: 1px solid #cf8ca5;
	background: #fcb5d0 url(/images/nav-bar-gradient.gif) bottom repeat-x;
 }

#site_nav_list ul{
	margin: 0; 
	padding: 0;
	list-style: none;
	
}
#site_nav_list li
{

float: left;
width: 135px;
list-style-type: none;
text-align: center;
height:34px;
}

#site_nav_list li a
{
display: block;
padding: 8px 8px 8px 8px;

color: #333333;

font-weight:bold ;
font-size:1.1em;
text-decoration: none;
}

#site_nav_list li a:hover
{

color: #bc5d80;
font-size:1.2em;
}

#siteInfo{
	clear: both;
	font-size: 11px;
	margin-top: 0px;
	height:36px;
	
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	padding: 10px 0px 0px 0px;
	
}


#banner_image{
	width:581px;
	height:150px;
	background-color:#efefef;
}


.split_left_column{
	float:left;
	margin: 0px;
	padding:0px 0px 0px 5px;
	width:330px;
	
}

.split_right_column{
	
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding:0px 20px 0px 20px;
	width:330px;
	border-left: 1px solid #cc1d19;
	
}

.nav_container{
text-align:center;
height:35px;
background-image:url(/images/nav/nav_bg.gif);
}


.nav_item {
	float:left;
	background-image:url(/images/nav/nav_bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	height:35px;
}
.nav_item a, .nav_item a:link, .nav_item a:visited{
	text-decoration:none;
	color: #525054;
	font-size: 100%;
	height:25px;
	display: block;
	text-decoration: none;
	text-align:center;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	width:125px;

}
.side_spacer {
  clear: left;
  height:1px;
  }

.nav_item a:hover{
	text-decoration:none;
	color: #000000;
	
	
}

.nav_divider {
float:left;
height:35px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	color: #525054;
	font-size:175%
}
h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	 color: #525054;
	
}

h2 a:link, h2 a:visited, h3 a:link,h3 a:visited, h4 a:link,h4 a:visited, h5 a:link,h5 a:visited, h6 a:link,h6 a:visited {
	 color: #525054;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
 color: #4C6CC4;
 text-decoration:none;
}

h2{
font-size:140%;
  padding-bottom:0px;
  margin-bottom:0px;
 
}



a:link, a:visited {

color:#4C6CC4;
text-decoration:none;
}
a:hover {
color:#4C6CC4;
text-decoration:underline;


}

/*********** #navBar link styles ***********/



#navBar ol, #navBar ul	{

	margin: 0; 
	padding: 0;
	list-style: none;
}

	

#navBar li{
	margin: 0; 
	padding: 0;
	display: block;
	font-size: 1em;
	color: #000000;
	list-style: none;
	background: url(/images/dots02.gif) bottom repeat-x;
	font-weight:bold;
	float: left;
	width: 175px;
	background-color:#ffffff;
	}

	

#navBar ul  li a{
	margin: 0; 
	padding: 5px 5px 5px 12px;
	display: block;
	text-decoration: none;
	color: #000000;
	}
	
#navBar ul li a:hover {
	color:#000000;
	background: url(/images/nav/purple_arrow.gif) 2px 5px no-repeat;
	background-color:#fcb5d0;
}

.nav_bar_selected{
	background: url(/images/nav/purple_arrow.gif) 2px 5px no-repeat;
	background-color:#fcb5d0;
}

.nav_bar_header{
	
	background-image:none;
	background: url(/images/dots02.gif) bottom no-repeat;
	background-color:#ffffff;
}

.nav_bar_header_selected{
	background: url(/images/nav/purple_arrow.gif) 2px 5px no-repeat;
	background-color:#fcb5d0;
}

#menu_shadow{
 background-image:url(/images/menu_shadow.gif);
 background-repeat:repeat-x;
 height:6px;
 clear:both;
 margin-bottom:8px;
 

}



.box_article
{
width: 345px;
float: left;
padding: 5px 5px 5px 5px;
margin: 0 10px 15px 0px;
overflow:auto;

}

.side_nav_header{
color:#cc1d19;
font-weight:bold;
font-size:11px;
text-decoration:none;

border-bottom: 1px solid #cc1d19;
}



.featureBox{

	padding: 5px;
	margin-bottom: 10px;
	font-size:10px;
	margin-top:10px;
	margin-left:5px;
	
}

.blog_featureBox{
	border: 1px solid #fcb5d0;
	padding: 5px;
	margin-bottom: 10px;
	font-size:10px;
	margin-top:10px;
	margin-left:5px;
	text-align:center;
	width:250px;
}



.banner_desc{
	font-size:10px;
	color:#CCCCCC;
}

.sponsorBox{
/* grey box behind photos */
	
	padding: 2px;
	font-size:10px;
	
	margin-right: 10px;
}

.form_button{
	
	font-size : 11px;
	color : #000000;
    border-width: 1px;
    border-color: #333333;	
	background:#efefef;
	padding:2px;
	background: #ededed url(/images/ButtonStyles/GreyGradient.jpg);
	
}



.form_item_title{
	
	font-size : 12px;
	color : #333333;
}
.article{
	clear:both;
	margin-bottom:10px;
}




.celebbox{
	padding: 2px;
	border: 1px solid #efefef;
	margin-right: 5px;
	margin-bottom:10px;
	font-size:11px;
	width:260px;
	text-align:center;
	float:left;
	
}

.newsItemTitleSmall a{
	font-weight:normal;
	text-decoration: none;
	color: #000;
	background: #cdcdcd;
	border: 1px solid #BEC9D1;
	border-top: 1px solid #ffffff;
	display: block;
	padding: 4px;
}

.newsItemTitleSmall a:hover {
	background: #f3b4ce;
	color: #990000;

}

.asset_item{
	
}
.mandatory{
	color:#ff0000;
}
.hozbar{
height:1px;
background-color:#cc1d19;
color:#cc1d19;
margin:15px 0px 15px 0px;
}

.table_row{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:11px;
	background-color:#ffffff;
	padding:3px;
}
.table_alt_row{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:11px;
	background-color:#efefef;
	padding:3px;
}

.table_row{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:11px;
	background-color:#ffffff;
	padding:3px;
}
.table_row{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:11px;
	background-color:#ffffff;
	padding:3px;
}
.row_name{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:12px;
	background-color:#ffffff;
	padding:3px;
}
.row_name_alt{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:12px;
	background-color:#efefef;
	padding:3px;
}

.row_name_alt a,.row_name a{
	text-decoration: none;
	color:#000000;
}

.row_name_alt a:hover,.row_name a:hover{
	text-decoration: none;
	color:#006699;
}


.row_end{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color:#FFFFFF;
	font-size:11px;
	padding:3px;
}

.row_alt_end{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color:#efefef;


	font-size:11px;
	padding:3px;
	
}


.table_header{
	border-top: 1px solid #cccccc;
	
	border-left: 1px solid #cccccc;
	background-color:#efefef;
	font-size:11px;
	padding:3px;
	font-weight:bold;
}
.table_header_end{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#efefef;
	font-size:11px;
	padding:3px;
	font-weight:bold;
}


.form_button{
	
	font-size : 11px;
	color : #000000;
    border-width: 1px;
    border-color: #333333;	
	background:#efefef;
	padding:2px;
	background: #ededed url(/images/ButtonStyles/GreyGradient.jpg);
	
}

.form_input{
	
	font-size : 12px;
	color : #000000;
    border-width: 1px;
    border-color: #333333;	
	background:#efefef;
	padding:2px;
	
	
}
.form_item_title{
	
	font-size : 12px;
	color : #333333;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
	
	
}

.small_dropdown{
	font-size : .9em;
	color : #333333;
	
}

.alert_text{

	color:#990000;

}

.tab_box{
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 5px;
	height:200px;
	overflow:auto;

}

.tab_list {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;

}



.tab_list ul, .tab_list li	{
	display : inline;

	list-style-type : none;
	margin : 0;
	padding : 0;

}

.tab_list ul, .tab_list li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

}



.tab_item a{
	background: #EEF0F2;
	border : 1px solid #cccccc;
	color : #333;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
	color: #000;
}

.tab_item_selected a{
	background : #ffffff;
	border : 1px solid #cccccc;
	border-bottom : 1px solid #ffffff;
	color : #000000;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
	font-weight:bold;

}

.tab_item_selected a:visited,.tab_item a:visited{
	color : #000000;
}

.tab_item_selected a:hover{
	color : #000000;
	background: #ffffff;
}

.tab_item a:hover	{
	color : #990000;
	background: #E1E9F1;

}



.dotted_bottom_div a,.dotted_bottom_div a:visited {
	margin: 0; 
	padding: 5px;
	display: block;
	font-size: 95%;
	color: #000000;
	list-style: none;
	background: url(/images/dots02.gif) bottom repeat-x;
	font-weight:normal;
	background-color:#cdcdcd;
	text-decoration:none;
	}
.dotted_bottom_div a:hover{
	color:#000000;

	background-color:#f3b4ce;
	text-decoration:none;
	
}

.featured_image {
  float:right;
  margin: 5px;
  }
.div_shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.div_shadow_inner {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .pager{
  	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	clear:both;
	padding-top:5px;padding-bottom:5px;
  }
   .pager_bottom{
  	margin:10px 0px 10px 0px;
	  border: 1px solid #e9e8e0;
	border-right-style: none;
	border-left-style: none;
	background-color: #f5f5eb;
	padding-left:10px;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	clear:both;
  }

.assetimage_box{
  	height:145px;
	width:170px;
	float: left;
	margin: 6px;
	border: 1px solid #aaaaaa;
	text-align:center;
	overflow:auto;
	font-size:1em;
	background:#ffffff;
	padding:5px 5px 5px 5px;
	
  }  
.gallery_box{
  	height:180px;
	width:185px;
	float: left;
	margin: 5px;
	text-align:center;
	overflow:auto;
	font-size:.9em;
	background:#ffffff;
	
  }

  
  
    .gallery_box_image{
  	
	margin-bottom:5px;
  }
   .sort_options{
  clear:both;
  border: 1px solid #e9e8e0;
	border-right-style: none;
	border-left-style: none;
	background-color: #f5f5eb;
	padding:5px;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
  text-align:left;
  }
  
 
 .item_header{
	float:left;
	background-color:#f3f2e4;
	
	padding:3px;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
}




.item{
	float:left;
	font-size:11px;
	
	padding:3px;
	display: block;
	text-align:left;

}





.row_holder{
	border-bottom: 1px solid #d3caaa;
	border-left: 1px solid #d3caaa;
	border-right: 1px solid #d3caaa;
	background-color:#ffffff;
	clear:both;
	display: block;
	width:574px;
	
	
}

.row_holder_alt{
	border-bottom: 1px solid #d3caaa;
	border-left: 1px solid #d3caaa;
	border-right: 1px solid #d3caaa;
	background-color:#f3f2e4;
	clear:both;
	display: block;
	width:574px;
}
.row_holder_header{
	border-bottom: 1px solid #d3caaa;
	border-left: 1px solid #d3caaa;
	border-right: 1px solid #d3caaa;
	background-color:#f3f2e4;
	clear:both;
	display: block;
	width:574px;
	
}
.system_message{
	background-color:#f3f2e4;
	font-size:.9em;
	margin:5px 0px 5px 0px;
	padding:5px;
	border : 1px solid #d3caaa;
	
}
.spacer {
  clear: both;
    }
  
  .side_spacer {
  clear: left;
 
  }

.caption_box{
   border: 1px solid #dbdbdb;
     background: #ffffff url(/images/comment-bg.gif) top repeat-x;
   padding: 6px;
   font-size: 11px;
   color: #262626;
	
}


.posting_body{
	border-top: 1px solid #dbdbdb;
   border-left: 1px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   background: #ffffff url(/images/comment-bg.gif) top repeat-x;
   padding: 6px;
   font-size: 11px;
   color: #262626;	
}

.blog_post_container{
	margin-bottom:5px;
	background: url(/images/dots02.gif) bottom repeat-x;
	
}
.posting_header{
  font-size: 8.em;
   color: #346b9b;
   
   background: url(/images/comment-line.gif) repeat-x 0 0%;
   margin-bottom: 20px;
}

.alert {
	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	



#breadcrumb{
font-size:.9em;
margin:0px 10px 10px 0px
}

.system_message{
	background: url(/images/blue_fade.gif) top repeat-x;
	padding: 10px 20px 10px 20px;
	border: 1px solid #aaaaaa;
	font-weight: bold;
	margin-bottom:5px;
}


/* Saving message for ajax form */
#ajax_info_message {
  position: absolute;
   opacity:  1;
background: url(/images/blue_fade.gif) top repeat-x;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border: 1px solid #aaaaaa;
	font-weight: bold;
	
  max-width:400px;
}




.itembox{
	border-bottom: 1px solid #efefef;
	width:545
}

.member_box{
margin: 10px 0px 10px 0px;
border: 1px solid #efefef;
border-bottom: 1px solid #efefef;
font-size:.8em;
padding:0px 5px 5px 5px;
}

.member_box h1{
	font-size:1em;
}

.member_box input {

  width:110px;
  border-color:#ccc;
  border: 1px solid #ccc;  
  font-size:.9em;
  background-color:#fff;
  margin-bottom:5px;
  }

	  

 
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 300px; 
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:288px;
		overflow:hidden;
		float:left;
		padding:5px;	
		border:0px solid #efefef;
		
		
		}
	div.scroller div.section img{
	text-align: center;
	}
	
	div.scroller div.content {
		width: 10000px;
		}

	
	.control-box{
		margin-top:0px;
		margin-bottom:5px;
		font-size: .9em;
		
	}
	
	div.scroller h3{
		margin:0px;
	}
	
	.glider_img{
		float:right;
		margin-right:5px;
		
	}



.center {
 	 margin-left: auto;
 	 margin-right: auto;
}



.tiny {
	width:30px;
}
.small {
	width:70px;
}
.medium {width:130px;}
.large {width:180px;}


/* BUTTONS */


.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
    
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.width100{
	width:100px;
}
.width120{
	width:120px;
}
.width140{
	width:145px;
}
.width150{
	width:150px;
}
.width200{
	width:200px;
}
.width350{
	width:350px;
}
