body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#333333;
	/* start */
	background-color: #f2f2f2;
	/* end */
margin: 0px;
padding:0px;
}

div{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

ul{
	padding:0px 0px 20px 20px;
	margin:0px;
	line-height:26px;
}


.container{
width:1000px;
margin:auto;
}

.white{
	width:100%;
	clear:both;
	background-color:#FFFFFF;
}

#top{
}



.top_col{
float:left;
display:inline-block;
margin:0px 0px 0px 0px;
}
.top_col img{
	border:none;
}

.c1{
	float:right;
	text-align:right;
	padding:50px 0px 27px 0px;
}
.c1 a{
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 20px 10px 30px;
	text-decoration:none;
	color:#000000;
	white-space:nowrap;
}

.sign_in{
	background-image:url(../images/padlock.png);
	padding:10px 0px 10px 25px !important;
}
.sign_in:hover{
	background-image:url(../images/padlock_over.png);
}

#top_contact_link{
	background-image:url(../images/emailicon.png);
}
#top_home_link{
	background-image:url(../images/HomeIcon.png);
}

#top_contact_link:hover{
	background-image:url(../images/emailicon_over.png);
	color:#999999;
}
#top_home_link:hover{
	background-image:url(../images/HomeIcon_over.png);
	color:#999999;
}


.name_logged_in{
	background-image:url(../images/padlockunlocked.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 0px 10px 30px;
	color:#000000;
}


.c2{
	padding:13px 0px 13px 0px;
}
.c2 img{
	display:block;
}

/******* old welsh translation 
.c4{
	padding:10px 0px 20px 0px;
	min-width:150px;
}
.c4 img{
	float:left;
	padding-right:8px;
}
.c4 a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
	line-height:14px;	
}
******* end  old welsh translation **/

.c4{
	margin:5px 0px 0px 270px;
	width:160px;
	height:28px;
	clear:right;
}
.c4 a{
	text-decoration:none;
	color:#333333;
}
.c4 a:hover{
	color:#cccccc;
}



.c3{
	padding:10px 10px 0px 50px;
}




.c5{
	float:right;
	padding:0px 0px 0px 0px;
}

#top_hide_tracks{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px 0px 0px 7px;
	background:url(../images/black_arrow.png) no-repeat;
	width:164px;
	height:29px;
	line-height:29px;
	margin-bottom:5px;
}
#top_leave_site{
	display:block;
	text-decoration:none;
	color:#000000;
	padding:0px 0px 0px 7px;
	background:url(../images/yellow_arrow.png) no-repeat;
	width:164px;
	height:29px;
	line-height:29px;
}



/********** big picture to stretch across screen *********/
.big_pic{
	width:100%;
	background-size:100% 45px;
	background-repeat:no-repeat;
	background-position:bottom center;
	position:relative;
	background-color:#993399;
}

#home_pictext1 h1{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	line-height:32px;
}
#home_pictext1{
	padding:40px 0px 0px 20px;
	width:77%;
	float:left;
}
#home_pictext2{
	padding:30px 0px 50px 20px;
	width:77%;
	float:left;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:28px;
}

#female{
	width:23%;
	float:right;
	padding:40px 0px 50px 20px;
}
/**********end big picture to stretch across screen *********/




.home_box{
	height:260px;
	width:32%;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:26px 20px 0px 20px;
	color:#FFFFFF;
	font-size:18px;
	line-height:28px;
	overflow:hidden;
}
.home_box a{
	color:#FFFFFF;
	text-decoration:none;
}
.home_box a:hover{
	color:#cccccc;
}

.home_box_heading{
	font-family: 'Sue Ellen Francisco', cursive;
	font-size:30px;
	line-height:32px;
	padding-bottom:25px;
}

.home_spacer{
	width:2%;
	float:left;
	height:10px;
}
#home_box1{
	background-color:#66CC33;
}
#home_box2{
	background:url(../images/uk_home.png) no-repeat top center #FF6600;
}
#home_box3{
	position:relative;
	background-color:#cc0033;
}
#home_donate{
	position:absolute;
	bottom:10px;
	right:10px;
	width:108px;
	height:108px;
	background-image:url(../images/home_donate.png);
	cursor:pointer;
}

.sue_ellen{
	font-family: 'Sue Ellen Francisco', cursive;
}



/* blue banner */
#home_banner{
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:26px 20px 0px 20px;
	color:#FFFFFF;
	font-size:18px;
	line-height:28px;
	overflow:hidden;
	background-color:#00ade0;
	min-height:180px;
	background-image:url(../images/home_banner1.png);
	background-repeat:no-repeat;
	background-position:25px center;
	margin:20px 0px 10px 0px;
	position:relative;
}
#home_banner_text{
	color:#ffffff;
	position:absolute;
	top:50%;
	left:52%;
-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
	max-width:420px;
}
#home_banner_text a{
	color:#003366;
}
#survey_circle{
	width:230px;
	height:145px;
	background:url(../images/home_banner2.png) no-repeat center center;
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;
	font-family: 'Sue Ellen Francisco', cursive;
	font-size:28px;
	line-height:46px;
	color:#FFF;
padding: 40px 65px 30px 35px;
	text-align:center;

}
#survey_circle a{
	color:#FFFFFF;
}

/* end blue banner */


#home_news_container{
text-align:center;
	clear:both;
	padding:30px 0px 0px 0px;
	width:100%;
}
#home_news_container h1{
	font-family: 'Sue Ellen Francisco', cursive;
	color:#993399;
	font-size:40px;
	margin-bottom:10px;
}






/********* page headings & colours ***********/
.heading{
	padding:20px 20px 45px 20px;
}
.heading h1{
	color:#FFFFFF;
}
#heading_66CC33{
	background:url(../images/top_bars/66CC33_top-01.jpg) no-repeat bottom right #66cc33;
}

#heading_FF6600{
	background:url(../images/top_bars/FF6600_top-01.jpg) no-repeat bottom right #FF6600;
}

#heading_669933{
	background:url(../images/top_bars/669933_top-01.jpg) no-repeat bottom right #669933;
}

#heading_993399{
	background:url(../images/top_bars/993399_top-01.jpg) no-repeat bottom right #993399;
}

#heading_3399CC{
	background:url(../images/top_bars/3399CC_top-01.jpg) no-repeat bottom right #3399cc;
}

#heading_9966CC{
	background:url(../images/top_bars/9966CC_top-01.jpg) no-repeat bottom right #9966cc;
}

#heading_339999{
	background:url(../images/top_bars/339999_top-01.jpg) no-repeat bottom right #339999;
}

#heading_666699{
	background:url(../images/top_bars/666699_top-01.jpg) no-repeat bottom right #666699;
}

#heading_CC0033{
	background:url(../images/top_bars/CC0033_top-01.jpg) no-repeat bottom right #cc0033;
}

/********* end page headings & colours ***********/



#page_breadcrumb{
	font-size:13px;
	color:#666666;
	padding:0px 0px 0px 15px;
	min-height:22px;
	display:inline-block;
}
#page_breadcrumb a{
	color:#666666;
	text-decoration:underline;
}
#page_breadcrumb a:hover{
	color:#999999;
}




/******* centres *****/
#centres_left{
	width:52%;
	float:left;
	padding:35px 20px 0px 15px;
}

#centres_right{
	width:48%;
	float:right;
	padding:0px;
}

.csearch_button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal !important;
color:#ffffff;
	text-decoration: none;
	margin: 0px;
	padding:5px 10px 5px 10px;
	background-color:#66cc33 !important;
	border:none;
border-radius: 5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
}
.csearch_button:hover {
	cursor:pointer;
	background-color:#666666 !important;
}



.centers_list{
	border:2px solid #66cc33;
	padding:15px 0px 15px 0px;
	margin:15px 0px 0px 0px;
}

.centre_list_element{
	padding:0px 15px 0px 15px;
}

.centre_logo{
	padding-bottom:10px;
}
.centres_list_left{
	width:61%;
	float:left;
	padding:20px 20px 0px 15px;
}
.centres_list_right{
	width:39%;
	float:left;
	padding:20px 15px 0px 0px;
}

.centres_services{
	clear:both;
	width:100%;
	padding:25px 15px 25px 15px;
	background-color:#f2f2f2;
}
/******* end  centres *****/





/******************* campaigns **********/
.campaigns_list{
	float:left;
	width:300px;
	height:300px;
	text-align:center;
	color:#339999;
	font-size:18px;
	line-height:26px;
	margin:0px 25px 30px 25px;
}
.campaigns_list a{
	color:#339999;
	text-decoration:none;
}
.campaigns_list img{
	display:inline-block;
	width:300px;
	height:200px;
	margin-bottom:15px;
}
#campaigns_container{
	clear:both;
	padding:25px 0px 0px 0px;
}

/******************* end campaigns **********/


.cols{
	padding:15px;
	margin:10px;
	float:left;
	width:250px;
	min-width:200px;
	background-color:#FF99CC;
}

.large_text{
	font-size:18px;
	line-height:24px;
}

.large_green_text{
	font-size:18px;
	line-height:24px;
	color:#66cc33;
	padding-bottom:15px;
	display:block;
}
.large_purple_text{
	font-size:18px;
	line-height:24px;
	color:#993399;
}


#main_left{
	float:left;
	width:72.5%;
	padding:35px 30px 0px 15px;
}

#main_spacer{
	float:left;
	width:4%;
	max-width:40px;
}

#main_right{
	float:right;
	width:27.5%;
	padding:0px 10px 0px 0px;
}

#main_wide{
	clear:both;
	padding:35px 0px 0px 15px;
}

#wide_boxes_top_text{
padding:0px 100px 25px 100px;	
}


/***** side boxes *************/

.side_box{
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:10px 0px 20px 0px;
	padding:25px 20px 40px 20px;
	color:#FFFFFF;
	background-color:#ff6600;
	font-size:18px;
	line-height:28px;
}
.side_box_heading{
	font-family: 'Sue Ellen Francisco', cursive;
	font-size:30px;
	line-height:45px;
	padding-bottom:10px;
}
.side_box a{
	color:#FFFFFF;
	text-decoration:none;
}
.side_box a:hover{
	color:#CCCCCC;
}

#want_to_talk{
	background-color:#ff6600;
}
#sarcs{
	position:relative;
	background-color:#993399;
}

#quote_box{
	background:url(../images/quote_icon.png) #ffcc00 no-repeat bottom right;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	position:relative;
	padding:25px 30px 60px 30px;
}

#quote_box_name{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#333333;
	padding:15px 0px 0px 0px;
	position:relative;
}



#purple_donate{
	display:table;
	margin:auto;
width:184px;
height:184px;
background-image:url(../images/donate.gif);
text-align:center;
padding:20px;
	font-family: 'Sue Ellen Francisco', cursive;
	font-size:30px;
	line-height:45px;
	color:#FFFFFF;
}
#purple_donate a{
	color:#FFFFFF;
	text-decoration:none;
}
#purple_donate a:hover{
	color:#999999;
}

/***** end side boxes *************/




/********* other boxes *******/
.center_container{
	text-align:center;
}
/********* square boxes *******/
.square_box{
	position:relative;
	display:inline-block;
	width:23.5%;
	max-width:235px;
	height:235px;
	background-color:#CCCCCC;
	border-radius:4px;
	-moz-border-radius:4px;
	color:#FFFFFF;
	padding:20px 15px 20px 15px;
	overflow:hidden;
	text-align:left;
	vertical-align:top;
}
.square_box a{
	color:#FFFFFF;
	text-decoration:none;
}
.square_box a:hover{
	color:#999999;
}
.square_box_spacer{
	display:inline-block;
	width:0.8%;
	height:10px;
}
	


.box_icon{
width:90px;
height:90px;
position:absolute;
bottom:10px;
right:10px;
z-index:9999;
}
.box_icon img{
	position:absolute;
	display:block;
	bottom:0px;
	right:0px;
}
.box_icon_edit{
	background-color:#CCCCCC;
}
/********* end square boxes *******/





/***** thin boxes ********/
.thin_box{
	position:relative;
	display:inline-block;
	width:180px;
	max-width:180px;
	height:235px;
	background:#CCCCCC url(../userfiles/box_icons/half_circle.png) bottom center no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	color:#FFFFFF;
	padding:20px 15px 38px 15px;
	overflow:hidden;
	vertical-align:top;
	text-align:left;
	margin:10px 8px 0px 8px;
}
.thin_box a{
	color:#FFFFFF;
	text-decoration:none;
}
.thin_box a:hover{
	color:#999999;
}
/***** end thin boxes ********/





/***** WIDE boxes ********/
.wide_box{
	position:relative;
	display:inline-block;
	width:310px;
	max-width:310px;
	height:235px;
	background:#CCCCCC url(../userfiles/box_icons/half_circle.png) bottom center no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	color:#FFFFFF;
	padding:20px 15px 38px 15px;
	margin:10px 10px 0px 10px;
	overflow:hidden;
	vertical-align:top;
	text-align:left;
}
.wide_box a{
	color:#FFFFFF;
	text-decoration:none;
}
.wide_box a:hover{
	color:#999999;
}

.wide_box_text{
font-size:18px;	
line-height:26px;
}

.wide_box_social{
	width:100%;
	text-align:center;
	padding-top:15px;
}

.wide_box_social p,.wide_box_social img{
	display:inline;
	margin:0px 5px 0px 5px;
}

/***** end WIDE boxes ********/





#square_map{
	background:#FF6600 url(../userfiles/box_icons/uk_box.png) top no-repeat;
}
#box_FF6600{
	background-color:#FF6600;
}

#box_CC0033{
	background-color:#CC0033;
}
#box_3399CC{
	background-color:#3399CC;
}
#box_66CC33{
	background-color:#66CC33;
}
#box_666699{
	background-color:#666699;
}
#box_9966CC{
	background-color:#9966CC;
}
#box_339999{
	background-color:#339999;
}
#box_669933{
	background-color:#669933;
}
#box_993399{
	background-color:#993399;
}

/********* end other boxes *******/





#M_resources_purple_box{
	background-color:#f0ebf1;
	padding:15px 35px 15px 35px;
	font-size:18px;
	line-height:26px;
	border-radius:5px;
	margin-bottom:30px;
}
#M_resources{
	padding:20px 90px 20px 90px;
}
#M_resources_intro_latest{
	padding:10px 25px 0px 25px;
}




#footer{
clear:both;
text-align:left;
color:#666666;
font-size:13px;
padding-top:35px;
padding-bottom:30px;
position:relative;
}
#footer a{
	white-space:nowrap;
color:#666666;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
#footer_spacer{
clear:both;
height:40px;	
}

#addthis{
	position:absolute;
	top:90px;
	right:0px;
}

#social_networks{
	position:absolute;
	top:30px;
	right:0px;
}
#social_networks p{
	display:inline;
}
#social_networks img{
border:none;
margin-left:5px;
}
#footer_logos{
	clear:both;
	text-align:center;
	margin:80px 0px 0px 0px;
}
#footer_logos p{
	display:inline;
}
#footer_logos img{
	vertical-align:middle;
	margin:10px;
	border:none;
}
#cookie_link{
	text-align:center;
}
#cookie_link a{
	text-decoration:underline;
}
#catfish_link{
	text-align:center;
}
#catfish_link a{
	
}

/* ********************top navigation*************************/ 

/* number = menu number */

#topmenu1{
clear:both;
overflow:hidden;
	text-align:center;
	background-color: #f2f2f2;
}
#topmenu1 a{
	white-space:nowrap;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:12px 10px 12px 10px;
	font-size: 14px;
	color: #333333;
	text-transform:uppercase;
	text-decoration: none;



}

#topmenu1 a:hover{
	color: #999999;
	background-color:#e7e7e7;
}

#topmenu1 .page_selected {
	color: #999999;
	background-color:#e7e7e7;
}

.nav_link{
/*** style for link in menu - if not used keep empty */
}




/* top menu dropdowns */
/* number = menu number */
.dropdown1{
	position:absolute;
	visibility: hidden;
	z-index: 10000;
	overflow: visible;
	padding:0px;
background-color:#f2f2f2;
}

.dropdown1 a{
color:#333333;
display: block;
padding: 5px 10px 5px 10px;
text-decoration: none;
text-transform:uppercase;
font-weight: normal;
white-space:nowrap;
}

.dropdown1 a:hover{
color:#333333;
background-color:#e7e7e7;
}

/* end top menu dropdowns */

/* ********************end top navigation************************* */





/* ********************side navigation************************* */
/* number = menu number */

#sidemenu2{
float:left;
clear:both;
width:200px;
margin:40px 0px 10px 0px;
	line-height:0px;

}

.vert_link_container{ /* contains link and any sub links ***/
border-bottom:3px solid #993366;	
}
#sidemenu2 .side_first{/* first container */
}
#sidemenu2 .side_last{/* last container */
border-bottom:none;
}


#sidemenu2 a{
color:#FFFFFF;
font-size:18px;
text-decoration:none;
		padding:20px 0px 20px 25px;
		width:100%;
		background-color:#CC0000;
		display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

#sidemenu2 a:hover{
	color:#FFFFFF;
	background-color:#990000;
text-decoration:none;
}


#sidemenu2 .side_top_page_selected{
		color:#FFFFFF;
	background-color:#990000;
}

#page_selected_vert .side_top_page_selected{
		color:#FFFFFF;
	background-color:#990000;
}


.vert_menu_sub{
display:none;
}

#sidemenu2 .vert_menu_sub a{
font-size:18px;
	color:#FFFFFF;
	background-color:#cc0000;
	font-weight:normal;
	padding:20px 0px 20px 50px;
		width:100%;
}
#sidemenu2 .vert_menu_sub a:hover{
font-size:18px;
	color:#FFFFFF;
	background-color:#990000;
}

#sidemenu2 .vert_menu_sub .side_sub_page_selected{
		color:#FFFFFF;
	background-color:#990000;
}

#page_selected_vert{
		color:#FFFFFF;
}

/*** when a sub page is selected, this highlites the top page **/
#page_selected_vert .side_sub_page_selected{
		color:#FFFFFF;
	background-color:#990000;
}



/*  ***end side nav ***********/


/* ********************end navigation************************* */






/****** 50% columns - contact page, address left, map right ************/
#half_left{
	float:left;
	width:50%;
	padding:30px 20px 0px 15px;
}
#half_right{
	float:right;
	width:50%;
	padding:30px 0px 0px 20px;
}
#half_right iframe{
	max-width:400px;
	width:100% !important;
}
/****** end  50% columns - contact page, address left, map right ************/







/************ search button **********************/
.search_box{
	display:block;
/* float:right; */
background-color:#FFFFFF;
padding:0px 0px 5px 0px;
}


.search_keyword{
border:1px solid #cccccc;
line-height:18px;
height:18px;
width:110px;
padding:2px;
margin:0px; 
display:block;
float:left;
}


.search_button{
float:left;
display:block;
width: 24px; 
height: 24px;
line-height:24px;
background:url(../images/search.png) no-repeat center; 
cursor:pointer; 
border: none;
margin-left:5px;
}

/************ end search button **********************/

/************* search results********/


#search_results{
padding-right:20px;
float:left;
width:100%;
}

#search_results img{
max-width:100px;
height:auto;
float:left;
border: 1px solid #cccccc;
margin-right:5px;
margin-bottom:20px;
}
.search_item{
clear:both;
margin-bottom:20px;
}

.search_item_img_container{
	max-width:100px;
	float:left;
	margin-right:10px;
}

#search_results_pages{
width:100%;
}

/************* end search stuff ********/






/*************** contact form *******************/
.contact_form{
}
.contact_form_field{
	margin:0px 0px 15px 0px;
}
.contact_form_field input{
	width:90%;
	max-width:400px;
	padding:3px;
	font-size: 13px;
	display:block;
}
.contact_form_field select{
	width:90%;
	max-width:400px;
	padding:3px;
	font-size: 13px;
	display:block;
}
.contact_form_field textarea{
	width:90%;
	padding:3px;
	max-width:400px;
	font-size: 13px;
	display:block;
}
.contact_form_field input[type="submit"]{
	width:150px;
	padding:3px;
	font-size: 13px;
	display:block;
}
.contact_form_field input[type="checkbox"]{
	width:auto;
	display:inline;
}

.field_required{
	background-image:url(../images/required.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}

/*************** end contact form *******************/





/* ************admin login Stuff *********************** */
#loginout{
color:#333;
background-color:#ffffff;
padding:20px;
margin:40px;
border:1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
display:inline-block;
}
#loginout h1{
font-size:26px;
color:#333333;
font-weight:normal;
background-color:#FFFFFF;
}
#loginout a{
	display:inline-block;
	background-color:#666666;
	padding:2px 10px 2px 10px;
	color:#FFFFFF;
	text-decoration:none;
border-radius: 5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
margin-top:10px;
}
#loginout input[type="text"]{
	width:90%;
	margin:5px;
}
#loginout input[type="password"]{
	width:90%;
	margin:5px;
}
/* ************end admin login Stuff *********************** */




/*  admin text  - admin logged in */
#admintext{
width:200px;
padding:2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
margin:0px;
color:#999999;
font-size:10px;
}
#admintext a{
text-decoration:none;
color:#3366FF;
}
#admintext a:hover{
text-decoration:none;
background-color:#CCCCCC;
color:#FFFFFF;
}
/*  end admin text  */


/* ************ end login Stuff *********************** */






/* *********** list styles *********


set number of columns by width of item div */


.start_row{
	margin-left:0px !important;
}
.end_row{
	margin-right:0px !important;
}


.item_list{
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:2px;
padding:0px;
/*border:1px solid #cccccc;
background-color:#9999CC;
overflow:scroll;
height:10px;*/
width:650px;
float:left;
}


.pagination{
margin:5px 0px 0px 0px;	
}


.pagination a{
	border:1px solid #CCCCCC;
	padding:2px;
text-decoration:none;
	color:#000000;
	margin:0px 5px 0px 0px;
}

.pagination a:hover{
	background-color:#CCCCCC;
	color:#000000;
}

.pagination .list_page_selected{
	background-color:#CCCCCC;
	color:#000000;
}

.pagination .fade_pagination_button{
	border:1px solid #CCCCCC;
	padding:2px;
text-decoration:none;
	color:#999999;
	margin:0px 5px 0px 0px;
}

/* *********end list styles ************ */




/* *********** site map *******************/
#site_map{
font-size:12px;
padding:20px;
background-color:#ffffff;
}

#site_map .site_map_indent{
font-size:10px;
margin-left:30px;
}

/* *********** end site map *******************/






/************ comment form ********************/
.comment_form{
display:none;
position:relative;
margin-top:10px;
clear:both;
float:left;
background-color:#e5e5e5;
border:1px solid #999999;
padding:10px;
border-radius:4px;
-moz-border-radius:4px;
}
.comment_form input{
margin-bottom:2px;
font-size:13px;
width:200px;
}
.comment_form #submit{
margin-top:5px;
font-size:13px;
width:100px;
}

.comment_form textarea{
margin-bottom:2px;
width:100%;
height:100px;
}

.close_top{
	position:absolute;
	top:5px;
	right:5px;
}
.close_top img{
}

.comment_item_list{
clear:both;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
margin-top:15px;
padding:0px;
}


/******************* end comment form **********************/






/************ fading quotes *******************/
.F_quote_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
}
.F_quote_name{
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
}
/************ end fading quotes *******************/



/* ************************ general styles ***************************/
.skype_pnh_container{ /* for editing when skype enabled (cutting and pasting phone numbers...) */
	display:none;
}
.pale_grey{
color:#999999;	
}

#breadcrumb{
color:#999999;
font-size:10px;
}

#breadcrumb a{
color:#999999;
font-size:10px;
text-decoration:none;
}
#breadcrumb a:hover{
color:#999999;
font-size:10px;
text-decoration:underline;
}

.box{
border:1px solid #cccccc;
}

.spacer{
margin:0px;
padding:0px;
clear:both;
width:100%;
height:0px;
}

.share_social_networks img{
margin-bottom:2px;
}

#item_added_confirmation{
z-index:1000;
width:250px;
top:auto;
left:auto;
position:absolute;
background-color:#FFFFFF;
border:1px solid #000000;
margin:20px;
font-size:12px;
font-weight:bold;
padding:10px;
}
#item_added_confirmation p{
margin:10px;
}

#close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
#close_top img{
padding:0px;
margin:2px;
}




/* form stuff */
.general_form{
background-color:#e5e5e5;
border:1px solid #999999;
padding:10px;
}

form{
margin:0px;
padding:0px;
}
select{
}
input{
}

input[type="checkbox"],input[type="radio"],input[type="image"]{
	border:none;
}

textarea{
}

/*** pop up calendar ***/
.cal_image_pop{
margin:0px 5px -3px 5px;	
}





/* form buttons */
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal !important;
color:#ffffff;
	text-decoration: none;
	margin: 0px;
	padding:5px 10px 5px 10px !important;
	background-color:#993399 !important;
	border:none;
border-radius: 5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
}
.button:hover {
	cursor:pointer;
	background-color:#666666;
}



.top_right_nowrap{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
}
.top_center_nowrap{
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
}
.top_left_nowrap{
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}

/***** form - bot protection******/
.main_details_form{
	display:none;
}
.form_botcheck{
	margin:10px 0px 10px 0px;
}
.form_botcheck input{
	width:20px !important;
	height:15px;
	margin:2px;
	vertical-align:middle;
}
/***** end form - bot protection******/


/* end form stuff */

/**** mailchimp  ****/
#mce-success-response{
	color:#666666 !important;
}

.payment_waiting{
	padding:15px;
width:300px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
border:1px solid #CCCCCC;
background-color:#FFFFFF;
	text-align:center;
}
.payment_waiting div{
	margin-top:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:32px;
	height:32px;
	background-image:url(../images/loading.gif);
}


h1 {
	font-family: 'Open Sans', sans-serif;
text-decoration: none;
	font-size: 30px;
	line-height:normal;
	color: #333333;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
h1 .glossary_link{
font-weight:normal !important;
}


h2 {
text-decoration: none;
	font-size:16px;
	color: #000000;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
}

p{margin:0px;padding:0px;}

a {
color:#993399;
text-decoration:none;

}
a:hover {
color:#999999;

}


img{border:none;}

.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
}

a.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
text-decoration:none;
}

a.admin_links:hover{
background-color:#CCCCCC;
color:#FFFFFF;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.red {
	color: #FF0000;
}

#error{
color:#FF0000;
margin:0px 15px 2px 0px;
}
/* ************************ end general styles *********************/

