*{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img{	border: 0;	}
a:hover{	text-decoration: underline !important	}
b, strong{	font-weight: bold;	}
p, li{ font-size: 11px; }
ul, ol{ list-style-position: inside;	}

h1{	font-size: 18px; color: #739a41;	}
h2{	font-size: 16px; color: #4879B3;	}
h3{	font-size: 14px; color: #4879B3;	}
h4{	font-size: 13px; color: #739a41;	}
h5{	font-size: 12px; color: #739a41;	}

br{ clear: both !important;	}
		
		


/* ================== Layout	============= */


body{
	width: 100%;
	height: 100%;
	display: block;
	/*background: url(../green-dragon/images/bg.jpg) bottom left repeat-x #41262b fixed;*/
	background: #fff url(../green-dragon/images/bg.jpg) no-repeat fixed bottom left;
}
#wrapper{
	width: 800px;
	overflow: hidden;
	margin: auto;
	background-color: #FFF;		
	border-left: 10px solid #8a9e3b;
	border-right: 10px solid #8a9e3b;
}		
		
		
#header{
	display: block;
	height: 190px;
}

div#header.incredibles{
	background: url(../green-dragon/images/banner.jpg)  no-repeat !important;
}

#sponsors{
	display: block;
	height: 116px;
	margin-top:15px;
}



#header a#homepage_link{
	margin-top: 6px;
	margin-left: 40px;
	float: left;	
}

#header_options{
	display: block;
	float: right;
	margin-right: 20px;
	width: 220px;
}

#search_form{
	/*background-color: #fff;*/
	font-size: 11px;
	padding: 10px;
	height: 20px;
}

#search_form label{
	font-size: 11px;
	font-weight: bold;
	color: #1384B0;
	width: 55px;	
	padding-right: 4px;
	padding-top: 3px;
	display: block;
	float: left;
	text-align: right;
}	
#search_form input.search_button{
	width: 21px;
	height: 21px;	
	font-size: 0px;
	background:  url(../green-dragon/images/search.gif) no-repeat;
	border: 0;
	position: relative;
	top: -1px;
	left: 8px;
}
#search_form #search{
	width: 100px;
	font-size: 11px;
	border: 1px solid #89bae6;
	background-color: #fff;
	font-weight:bold;
}


#langauge_selecter{
	/*background-color: #F6F7FB;*/
	color:#FFFFFF;
	display: block;
	width: auto;
	padding: 6px;
	list-style: none;
	height: 18px;
}
#langauge_selecter li {
	float: left;
	width: 100px;
	text-align: center;
	padding-bottom: 8px;
}
#langauge_selecter li a.active{
	/*color: #008F4C;*/
	color:#FFFFFF;
	font-weight: bold;
}
#langauge_selecter li a{
	font-size: 11px;
	/*color: #666;*/
	color:#FFFFFF;
	font-weight: bold;
	width: 100px;
	text-align: center;
}



div.hr {
	background: url(../images/hr.gif) repeat-x transparent;
	height: 8px;
	border: 0;
	position: relative;
	top: -3px;
	z-index: 20;
	width: 100%;
}



/* ==================================== NAVIGATION =================================*/
#nav {
	width: 100%;
	clear: both;
	background-color: #36312d;
	display: block;
	float: left;
	margin-top: 12px;
	z-index: 10;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	height: 36px;
	overflow: hidden;
}

	#nav ul#top_nav {
	float: right;
	color: #fff;
	list-style-type: none;
	margin-right: 20px;
}

#nav ul#top_nav li {
	float: left;
	clear: none;
	margin: 1px;
}

#nav ul#top_nav li a {
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	clear: none;
	font-size: 12px;
	padding: 10px;
	margin: 1px;
}

#nav ul#top_nav li a.active{
	background-image: url(../images/nav_item_bg.gif);
	background-color: #008F4C;
	/*	background-color: #6BB826 !important; 	*/
	margin-top: 0;
	margin-bottom: 0;
	
}

#nav ul#top_nav li a:hover{
	background-image: url(../images/nav_item_bg.gif);	
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	text-decoration: none !important;
}

ul#sub_nav {
	clear: both;
	list-style-type: none;
}


ul#sub_nav li a {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #0072BC;
	text-decoration: none;
	font-size: 11px;	
	margin-left: 10px;	
}

ul#sub_nav li a.active{
	color: #5e5a57 !important; 
	border-left: 10px solid #5e5a57;   	
	margin-left: 0;
}

ul#sub_nav li ul{
	list-style: none;
	padding-left: 15px;
}

ul#sub_nav li{
	background: url(../images/sub_nav_divider.gif) transparent top left no-repeat;
	width: auto;
	padding-top: 3px;
}




/* ================================================== Breadcrumb  ==============*/
#breadcrumb {
	width: auto;
	height: 26px;
	background-color: #FFF;
	clear: both;
	padding: 10px;
}
#breadcrumb p {
	float: left;
	padding: 5px;
	font-size: 10px;
	color: #008F4C;
}

#breadcrumb a {
	color: #999999;
}

/* ===================================== CONETNT BLOCKS ================ */

#sidebar{
	width: 140px;
	float: left;
	clear: both;
	display: block;
	min-height: 200px;
}

#content{
	width: 460px;
	text-align:justify;
	min-height: 510px;
	padding: 5px;
	margin: 5px;
	float: left;
	display: block;
	border-right: 1px solid #f5f6f7;
}

#content_game{
	width: 780px;
	text-align:justify;
	padding: 5px;
	margin: 5px;
	float: left;
	display: block;
	border-right: 1px solid #f5f6f7;
}

#game{
	width: 800px;
	text-align:justify;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	border-right: 0px solid #f5f6f7;
}



#content p, #content h1, #content h2, #content h3, #content h4, #content h5{
	padding: 2px;
	margin: 2px;	
}

#content a{
	font-weight: bold;
	color: #0072BC;
	text-decoration: none;
	font-size: 11px;	
}


#cms_content img{
	float: right;
	padding: 2px;
	margin: 2px;
	border: 1px solid #dedede;
}	

/* == no sidebar == */
#wide_content{
	width: 780px;
	min-height: 510px;
	padding: 5px;
	margin: 5px;
	float: left;
	display: block;
}

#content_nosidebar{
	width: 630px;
	min-height: 510px;
	padding: 5px;
	margin: 5px;
	float: left;
	display: block;
	border-right: 1px solid #f5f6f7;
}

/* ================================== HOMEPAGE STUFF ============================ */

#homepage_content{
	margin: 0;
	padding: 0;
	clear: none;
	width: 100%;
	display: block;
	position: relative;
	top: -9px;
}

.main_banner{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	display: block;
	height: 263px;
}	



#green_box{
	clear: both;
	float: left;
	display: block;
	height: 280px;
	padding: 20px;
	width: 425px;	
	background: #00904B url(../images/kids_area_bg.gif) 10px 10px no-repeat;
	margin-bottom: 4px;
}

#green_box h3{
	width: 140px;
	color: #ffe571;
	font-size: 14px;
}
#green_box p{
	color: #FFF;
	font-size: 12px;
}


#resource_pack{
	padding: 4px;
	margin: 4px;
	padding-top: 0;
	margin-top: 0;
	width: 190px;
	height: 128px;
	background:  url(../images/resources.gif) 72px 4px no-repeat;
	float: left;
}
#resource_pack img{
	clear: none;
	float: right;
	padding-top: 60px;
}
#resource_pack h3{
	width: 80px !important;
}


#mobile_farm{
	padding: 4px;
	margin: 4px;
	padding-top: 0;
	margin-top: 0;
	width: 190px;
	height: 128px;
	float: left;
	background:  url(../images/mobile_farm.gif) 72px 4px no-repeat;
}
#mobile_farm img{
	clear: none;
	float: right;
	padding-top: 60px;
}
#mobile_farm h3{
	width: 90px !important;
}

#downloads {
	padding: 4px;
	margin: 4px;
	width: 210px;
	height: 60px;
	float: left;
}
#downloads h3, #downloads h3 a{
	color: #FFE571;
	font-size: 14px;
	width: 60px;
	float: left;
}
#downloads img{
	float: right;
}
#agri_cam{
	padding: 4px;
	margin: 4px;
	width: 170px;
	height: 100px;
	float: left;
}


#homepage_newsletter{
	padding: 0px;
	margin: 0px;
	height: 22px;
	float: right;
}

#homepage_newsletter fieldset{
	border: 0;
}

#homepage_newsletter label{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	display: inline;
	float: left;
	margin: 2px;
}
#homepage_newsletter input#email{
	background-color: #92D358;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	color: #00904B;
	display: inline;
	float: left;
	margin: 2px;
	padding-left: 2px;
}
#homepage_newsletter input#submit_button{
	border: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	width: 63px;
	background: #00904B url(../images/white_arrow_head.gif) 60px 7px no-repeat;
	display: inline;
	float: left;
	margin: 0px;
	cursor: pointer;
}		
		
		
#noticeboard{
	clear: none;
	float: left;
	display: block;
	width: 315px;
	height: 250px;
	padding: 10px;	
	margin-bottom: 4px;
	background-color: #F7F7F7;
	overflow: auto;
}

#noticeboard h2{
	color: #0072bc;
	font-size: 14px;
	height: 26px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 12px;
}
#noticeboard p{
	padding-bottom: 12px; 
}
#noticeboard p a{
	color: #008f4c;
	text-decoration:none;
}

#bebo{
	background-color: #F7F7F7;
	height: 50px;
	width: 330px;
	float: right;	
}
#bebo h3{
	height: 30px;
	line-height: 30px;
	margin: 4px;
	padding: 4px;
	float: left;
	padding-left: 10px;
	font-size: 12px;
}
#bebo img{
	float: left;	
	padding-right: 10px;
}
#bebo h3 a{
	text-decoration: none;
	color: #00904B;
}


#rss_link{
	font-size: 11px;	
	color: #00904B;
	float: right;
	width: 100px;
	text-decoration:none;
}	

#homepage_founders{
	clear: both;
	display: block;
	background-color: #F0F5FB;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 12px;
	height: auto;
}
#homepage_founders h3{
	color: #086DBD;
	font-size: 14px;
	padding: 4px;
	padding-left: 0;
}
#homepage_founders h4, #homepage_founders h4 a{
	color: #00904B;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	padding-left: 0;	
}
#homepage_founders #icons_block{
	background-color: #FFF;
	padding: 2px;
	margin: 2px;
	float: right;
	clear: both;
	margin-right:27px;
}
#homepage_founders #icons_block img{
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

/* ============================ right side bar ================== */

#rightsidebar img{
	float: right;
	display: block;
	margin-left:2px;
	margin-right:2px;
	margin-top:3px;
	vertical-align:top;
}

#rightsidebar .widget{
	float: left;
	display: block;
	margin-left:2px;
	margin-top:3px;
}


#patron_widget{
	width: 152px;
	font-size: 11px;
	border: 4px solid #F1F4F9;
	text-align:center;
}


#campaign_widget{
	
}


#newsletter_widget{
	font-size: 11px;
	background-color: #F1F4F9;
}
#newsletter_widget fieldset{
	border: 0;
}
	
#newsletter_widget input.button{
	width: 100px;
	height: 20px;
	font-size: 11px;
}
#newsletter_widget label{
	font-size: 11px;
	width: 100%;
}
	









/* ============================ FOOTER ================== */
#footer{
	clear: both;
	display: block;
	padding-top: 20px;
	background-color: #8a9e3b;
	color:#FFFFFF;
	
	width: 800px;
	margin-bottom: 0;
	
	
}
#footer p{
	margin: auto;
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	color: #fff;
}

.siteby, .siteby a{
	float: right;	
	color:#ffffff;
	font-size:10px;
	text-align:right;
}

#footer p a{	
	color: #fff;	
}
#doorstep{
	clear: both;
	display: block;
	padding: 6px;
	padding-left: 10px;
	padding-top: 20px;
	background-color: #fff;
}
#doorstep span#toggler{
	display: inline;
	float: left;
	width: auto;
	line-height: 13px;
	padding-right: 8px;
	color: #008f4c;	
	font-weight: bold;
	font-size: 11px;	
	cursor: pointer;
}	

#doorstep p{
	display: inline;
	float: left;
	width: auto;
	line-height: 13px;
	padding-right: 8px;
	color: #498ED9;	
	font-weight: bold;
	font-size: 11px;	
}
#doorstep p a{
	color: #078F51;	
}	

#doorstep #sitemap{
	margin-top: 10px;
	clear: both;
}	

#doorstep .quicklink{
	background-color: #F0F5FB;
	color: #078F51;
	font-size: 10px;
	width: 248px;
	float: left;
	clear: none;
	padding: 4px;
	margin: 1px;
}

#doorstep .quicklink a{
	color: #078F51;
	font-size: 10px;
	padding: 4px;
	text-decoration: none;
}

#doorstep #linker_links{
	float: right;
}


/* ======================================== Screen Reader Hack ==============================*/
.hidden{	
	display: none;
	/* \*/
	display: block;
	/* */
	position: absolute;
	left: -2000px;	
	top: -2000px;	
	width: 1px;	
	height: 1px;
}


/* ===================== FORMS ======================= */

#content form{

}

span.req{
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #F00;
}

#content form div{
	clear: both;
	padding: 2px;
	margin: 2px;
}
	
#content label{
	width: 150px;
	float: left;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
#content input, #content select, #content textarea{
	width: 250px;
	float: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	
}

#content input#submit_button{
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 73px;
	background: #00904B url(../images/white_arrow_head.gif) 64px 7px no-repeat;
	display: inline;
	float: right;
	margin: 2px;
	margin-right:24px;
}		

/* ============================ WARNINGS & MESSAGES ========================= */


label.error {
	color: #cc0000 !important;
	font-weight: bold !important;
}

input.error, textarea.error, select.error {
	background-color: #fec1c1 !important;
	border: 1px solid #c76060 !important;
}

.error_message {
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	font-size: 1.0em;
	color: #ff0000;
}

.warning {
	font-weight: bold;
	color: #ff0000;
}



/* ======================================= DBOBjects ============================= */

.object_list{
	padding: 2px;
	margin: 2px;
	font-size: 0.8em;
}

.object_list div{
	padding: 2px;
	margin: 2px;
	width: auto;
	float: left;
	clear: none;	
}

.object{
	padding: 2px;
	margin: 2px;
	border-bottom: 1px dashed #cecece;	
}	

.title{
	font-size: 1.8em;
	color: #698a01 !important;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 9px;
}
#content h3.titleContact{
	font-size: 14px;
	color: #698a01 !important;
	font-weight: bold;
	line-height: 7px;	
	margin-top:12px;
}

.object_list .title{
	font-size: 1.3em;
}

.object_list img{
	float: none;
}	
		

.read_more_link{
	background-color: #4C919D;
	color: #FFF !important;
	display: inline;
	width: auto;
	float: right;	
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
}
.download{
	background-color: #4C919D;
	color: #FFF !important;
	display: inline;
	width: auto;
	float: right;	
	padding: 2px;
	margin: 8px 0 2px 2px;
	text-decoration: none;
	font-weight: bold;
}
.back_link{
	background-color: #4C919D;
	color: #FFF !important;
	display: inline;
	width: auto;
	padding: 2px;
	margin: 2px;
}



.widget{
	display: inline;
	float: left;	
	margin: 5px;
	padding: 5px;
}




/* =========================================== NEWS: ============================== */



.headline{
	font-size: 1.8em;
	color: #698a01 !important;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 9px;
}
.object_list .headline{
	font-size: 1.3em;
}


.date_published{
	font-style: italic;	
	font-size: 1em;
	border-bottom: 1px solid #cecece;	
}

#news_single_view img.icon{
	float: right;
	clear: none;
	border: 1px solid #cecece;		
	padding: 2px;
	margin: 2px;
	max-height: 200px;
	max-width: 200px;
}




/* ================ events calendar ========== */
.calendar{
	margin: 5px;
	padding: 5px;
	border: none;
	color: #666;	
}
.calendar td{
	border: 1px solid #666;
	color: #333;	
	width: 80px;
	height: 80px;
	vertical-align: top;
}
.calendar th{	border: none;	}
caption.calendar-month{
  font-size: 18px;		
  font-weight: bold;
  text-align: center;
}


.event{
	clear: both;
	float: left;
	background-color: #FDD;
	font-size: 12px;	
	width: auto;
	margin: 1px;
}
.event a{	font-weight: bold;	}
.today{	background-color: #23B7CB;	}
.daynumber{	font-size: 11px;	}


#calendar_single_view img{
	float: right;
	clear: none;
	border: 1px solid #cecece;		
	padding: 2px;
	margin: 2px;
	max-height: 200px;
	max-width: 200px;
}





/* ================================= BRANCH ========================== */


.branch_item{
	clear: both;
	border-bottom:  1px solid #cecece;		
}	
	


/* ===================================== GALLERY =============================== */

.photo, .photoalbum_item img{
	width: 120px;
	height: 120px;
	padding: 4px;
	margin: 4px;
	border: 1px solid #dedede;
	float: left;
}

#photoalbum_single_view .back_link{
	display: none;
}

#lightbox-overlay-text{
	display: none;
}

.photoalbum_item{
	clear: both;
	border-bottom:  1px dashed #cecece;		
}	
.photoalbum_item .title{
	float: left;
	width: 260px;
	padding-top: 0;
	margin-top: 0;
	font-size: 14px;	
	font-weight: bold;
}
.photoalbum_item .description{
	float: left;
	width: 260px;
}

/* ============================================ PRESS ======================================*/

.press_item{
	width: 100%;
	clear: both;
	border: none;
	border-bottom: 1px dashed #dedede;
}

.press_item img{
	width: 120px;
	height: 120px;
	padding: 4px;
	margin: 4px;
	border: 1px solid #dedede;
	float: left;	
}	
.press_item .title{
	padding-top: 0;
	margin-top: 0;
	float: left;
	clear: none;
	width: 270px;
	font-size: 14px;	
	font-weight: bold;
}
.press_item .date_published{
	width: 270px;
}
.press_item .body{
	float: left;
	clear: none;
	width: 270px;
	font-size: 11px;
}	

.press_item a.read_more_link{
	clear: none;	
	white-space: nowrap;
}



#press_single_view img{
	max-width: 420px;	
}

#press_single_view div.document{
	padding: 4px;
	font-weight: bold;
	border: 2px solid #F1F4F9;
	text-align: center;
}



/* ==================== newsletter sign up wodget ========= */

#newsletter_signup{
	width: 152px;
	background-color: #e4ebf7;
	border: 4px solid #f0f4fb;
}
#newsletter_signup fieldset{
	border: 0;
}
#newsletter_signup h4{
	color: #0072bc;
	font-weight: bold;	
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#newsletter_signup label{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #0072bc;
	display: inline;
	float: left;
	margin: 2px;
}
#newsletter_signup input#email{
	background-color: #FFF;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #186E34;
	display: inline;
	float: left;
	margin: 2px;
	padding-left: 2px;
	border: 1px solid #D3E4FA;
	width: 130px
}
#newsletter_signup input#submit_button{
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #186E34;
	width: 68px;
	background: #e4ebf7 url(../images/green_arrow_head.gif) 60px 7px no-repeat;
	display: inline;
	float: right;
	margin: 2px;
	margin-right: 15px;
}



/* ===================PATRONS==================== */
#patron_list{
	padding: 0 !important;
	margin: 0 !important;
}

#patron_list h2{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
}	

.patron_item{
	padding: 2px !important;
	margin: 0 !important;
	border: 1px solid #dedede;
	width: 140px !important;
	overflow: hidden;
}		
#patron_list .bio p{
	width: auto !important;
}

/* ======================= STAFF ===================== */

#staff_list h2{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
}	
.staff_item{
	margin: 0 !important;
	padding: 1px !important;
}
.staff_item img{
	float: none !important;
	padding: 0  !important;
	margin: 0  !important;
	border: none  !important;	
}

.bio{
	display: none;
	position: fixed;
	top: 250px;
	left: 250px;
	width: 450px !important;
	margin: auto;
	z-index: 20;
	border: 8px solid #23904E;
	padding: 15px;
	background-color: #fff;
}
.bio h2{
	width: 260px;	
}
.bio img{	
	float: right !important;	
}


.bio p{
	float: left;
	font-size: 13px;
	width: 260px;	
}
.bio p strong{
	float: left;
	font-size: 13px;
	width: 260px;	
}	

span.close{
	font: small-caps bold 20px arial;
	color: #23904E;
	cursor: pointer;
	float: right;
}




/* ========================= POSTERS ======================== */

.poster{
	background: url(../images/icons/icon_pdf.gif) no-repeat top right;
	border-bottom: 1px dashed #dedede;
	clear: both;
	width: 100%;
}
.poster img{
	float: left;
	padding: 4px
}
.poster h3{
	float: left;
	padding: 4px;
	width: 280px;
}
.poster p{
	float: left;
	padding: 4px;
}
.poster a.download{
	float: right;
}



/* ========================= FACT SHEETS ======================== */

.factsheet{
	border-bottom: 1px dashed #dedede;
	background: url(../images/icons/icon_pdf.gif) no-repeat top right;
	clear: both;
	width: 100%;
}
.factsheet img{
	float: left;
	padding: 4px
}
.factsheet h3{
	float: left;
	padding: 4px;
	width: 280px;
}
.factsheet p{
	float: left;
	padding: 4px;
}
.factsheet a.download{
	float: right;
}

#send_to_friend_form{
	position: fixed;
	border: 5px solid #00904B;
	background-color: #FFF;
	z-index: 20;
	top: 200px;
	left: 200px;
	padding: 20px;
	margin: auto;
	width: 250px;	
	display: none;
}




/* ========================= RESEARCH ======================== */

.research{
	background: url(../images/icons/icon_pdf.gif) no-repeat top right;
	border-bottom: 1px dashed #dedede;
	clear: both;
	width: 100%;
}
.research img{
	margin-right: 10px !important;
	float: left !important;
}
.research h3{
	width: 280px;
	float: left;
	padding: 4px;	
}


.research p{
	padding: 4px;
}
.research p.has_icon{
	width: 280px;
}	

.research a.download{
	float: right;
}




#send_to_friend_form fieldset{
	border: none;
}
#send_to_friend_form div{
	clear: both;
}
#send_to_friend_form input#submit_button{
	border: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	width: 63px;
	background: #00904B url(../images/white_arrow_head.gif) 60px 7px no-repeat;
	display: inline;
	float: left;
	margin: 0px;
	cursor: pointer;
}

#send_to_friend_form h4{
	color: #0072bc;
	font-weight: bold;	
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#send_to_friend_form label{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #0072bc;
	display: inline;
	float: left;
	margin: 2px;
	width: 100px;
}
#send_to_friend_form input#your_email, #send_to_friend_form input#friends_email{
	background-color: #FFF;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #186E34;
	display: inline;
	float: left;
	margin: 2px;
	padding-left: 2px;
	border: 1px solid #D3E4FA;
	width: 130px
}		

#send_to_friend_icon{
cursor: pointer;
}


#primary_schools_bubble{
	width: 340px;
	float: left;
	padding: 20px;
		text-align:center;
}
#secondary_schools_bubble{
	width: 340px;
	float: right;
	padding: 20px;	
	text-align:center;
}
a.title_link{
clear: both;
color: #00904B;
font-weight: bold;
text-decoration: none;
}	


#rego input, #rego textarea, #rego select {
margin-left:20px;
margin-bottom:20px;
}

#rego .submit {
background-color: #899f3b;
color:#FFFFFF;
width:200px;
border:0px;
text-align:center;
font-weight:bold;
margin-left:30px;
vertical-align:middle;
height:20px;
display:block;
float:left;
}


#rego fieldset { 
border:2px solid blue;
margin:10px;
}

#rego legend {
  padding: 0.2em 0.5em;
  border:2px solid blue;
  color:blue;
  font-size:90%;
  text-align:right;
  margin:10px;
}

#rego label {
  float:left;
  width:100%;
  margin-left:20px;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
  }


