/* CSS Document */

/**********************************************************
GENERAL STYLES 
**********************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;	
	line-height: 1.5;
/*	background-color: #E2E2E2;*/
	background-image: url(images/page_bkgrnd.gif);
/*	background-repeat: repeat-x;*/
}

p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5;
}


h1 {
	color: #F77041;
	font-size: 1.3em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

h2	{
	color: #F77041;
	font-size: 1.2em;
	line-height: 100%;
	margin-bottom: 0px;
}
	

h3	{
	color: #F77041;
	font-size: 1.0em;
	line-height: 100%;
	margin-bottom: 0px;
}
form {
	margin: 0px;
}

.orange {
	color: #F77041;
}

.largeorange {
	color: #F77041;
	font-size: 1.2em;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}
	
a:hover {
	color: #F77041;
	text-decoration: underline;
/*	background-color: #F4F4F4;*/
}

	
ul {
	text-indent: 0px;
}

li {

	text-indent: 0px;

}

.imagefloatright {
	padding: 0px 0px 5px 10px;
/*	margin: 0px 0px 5px 10px;*/
	float: right;
/*	border: 4px solid;*/
/*	border-color: #CCCCCC;*/
}

.extramargin {
	margin-top: 10px;
}	

.inputfield {
	margin-top: 2px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.searchfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.grey {
	color: #999999;
}
.eventgrey {
	color: #000000;
	font-size: 13px;
}	

.pdf {
	background-image: url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 15px;
}
	
.word {
	background-image: url(images/word_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 20px;
}
	
.tableheading {
	margin: 0;
	padding: 0;
}

/**********************************************************
LAYOUT DIVS 
**********************************************************/

#stylenav, #areanav, #job1nav, #divider, #accesskeynav, #printlogo {
	display: none;
}

#container	{
	margin: auto;
	text-align: left;
	background-image: url(images/container_bkgrnd.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 770px;
	}
	
#header	{
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 65%;*/
	color: #000000;
	text-align: left;
	padding-bottom: 3px;
	background-color: #E2E2E2;
	padding-top: 7px;
	padding-left: 25px;
}
	
#graphic	{
	background-image: url(images/header_bkgrnd.gif);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 28px;
	padding-bottom: 9px;
	padding-right: 15px;
}
	

#mainnav {
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	background-image: url(images/menu_bkgrnd3.gif);
	padding-top: 0px;
	/*padding-left: 45px;*/
	color: #6B993E;
	/*text-align: center;*/
}

#mainnav2 {
	font-size: 13px;
	font-family: tahoma, sans-serif;
	height: 29px;
	background-image: url(images/menu_bkgrnd3.gif);
	padding-top: 8px;
	/*padding-left: 45px;*/
	color: #6B993E;
	/*text-align: center;*/
}

.navitemdivider {
	color: #D84F1F
}


#terms {
	height: 20px;
	background-color: #E2E2E2;
	padding-left: 25px;
}

#searchbox {
	height: 17px;
	padding-right: 25px;
	float: right;
	text-align: right;
	padding-top: 0px;
	color:#666666;
}



#mainnav2 a:link {
	color: #FFFFFF;
	font-family: tahoma,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	letter-spacing: 1px !important;
}

#mainnav2 a:visited {
	color: #FFFFFF;
	font-family: tahoma,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	letter-spacing: 1px !important;
}

#mainnav2 a:hover {
	color: #FFFFFF;
	font-family: tahoma,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	letter-spacing: 1px !important;
}



#anchorlinks {
	background-color: #E8ECE8;
	margin-top: 10px;
}

#anchorlinks p {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.backtotop {
	float:right;
	font-size: 65%;
}

/*Div to give some space for anchor links to work properly*/
#anchorspace {
	background: none;
	height: 300px;
}

/**********************************************************
LEFTCOL STYLES 
**********************************************************/

#leftcol {
	float: left;
	width: 191px;
/*	margin: 0px 561px 0px 0px;*/
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
}

#leftcol h3 {
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
	line-height: 150%;
}

#contact {
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/contact_bkgrnd2.gif);
	line-height: 110%;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: top, left;
}

#contact p{
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#left_text {
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	line-height: 120%;
	padding-left: 15px;
	padding-top: 6px;
}


#left_text2 {
	margin-left: 0px;
	background-color: #FFFFFF;
	line-height: 80%;
	font-size: 90%;
	padding-left: 15px;
	padding-top: 6px;
}

#left_image {
	padding-top: 10px;
}

.leftcontent p {
	line-height: 150%;
}

#partner_logos {
}



/**********************************************************
RIGHTCOL STYLES 
**********************************************************/

#rightcol {
/*	float: right;*/
	margin-left: 216px;
	width: 550px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#rightcol2 {
	width: 762px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

/*#rightcol table {
	border: 1px;
	border-color: #6B993E;
	
}*/

/*#rightcol tr {
	border-color: #6B993E;
	background-color: #E8ECE8;
}*/

.menubar {
	margin-right: 5px;
	margin-left: 0px;
	background-image: url(images/menudivider.gif);
}

#breadcrumb {
/*	padding-left: 10px;*/
}

#breadcrumb p {
margin: 0px;
padding: 0px;
}

#printfriendly {
	padding-left: 405px;
}

#yorkshireimage {
}

#content {

}

#rightcontent {
	/*	padding-left: 10px;*/
	padding-right: 14px;
	padding-top: 10px;
}

#rightcontent p{
	
}

#rightcontent_member {
	padding-right: 10px;
}

.logo {
float:right;
padding-left:10px;
padding-bottom:10px;
}

.news_events {
	line-height: 130%;
}

.news_events p {

}

.features {
}

/*Sliding door CSS box from http://www.vertexwerks.com/tests/sidebox/*/
/* Show only to IE PC \*/
/** html .boxhead h2 {height: 1%;} */
/* For IE 5 PC */

.formbox {
/*	margin: 0 auto; /* center for now */*/
/*	margin-right: 10px;*/
/*	width: 17em; /* ems so it will grow */*/
/*	background: url(images/sbbody.gif) no-repeat bottom right;*/
	font-size: 100%;
	background-color: F3F2DE;
	margin-right:5px;
}
.boxhead {
	background: url(images/sbhead.gif) no-repeat top;
/*	margin: 10px;*/
	padding: 10px;
/*	background-color: #F3F2DE;*/
/*	text-align: center;*/
}

/*.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 10px 10px;
	color: #F77041;
	font-weight: bold; 
/*	font-size: 1.2em; */
/*	line-height: 1em;
	background-color: #F3F2DE;*/
/*}*/

.boxbody {
	background: url(images/sbbody.gif) no-repeat bottom;
	margin: 0;
	padding: 10px 10px 10px;
	background-color: #F3F2DE;
}

/** RESULTS **/

.resultsbox {
	width: 535px;
	margin-bottom: 15px;
}
.resultsbox .resultsheader {
	background: url(images/grey_panel_header.gif) no-repeat bottom;
	height: 12px;
}
.resultsbox .resultsfooter {
	background: url(images/grey_panel_footer.gif) no-repeat;
	height: 12px;
}
.resultsbox .resultscontent {
	background-color: #f2f2f2;
	padding-left: 12px;
	padding-right: 12px;
}
.resultsbox .resultscontent .resultstitle {
	font-size: 13px;
}

.resultsbox .resultscontent p {
	margin: 0px;
	padding: 0px;
}



/**********************************************************
FOOTER STYLES 
**********************************************************/

#bottom_features {
	height: 129px;
	width: 770px;
	padding-left: 15px;
/*	padding-left: 15px;*/
}

.imagefloatleft{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_right_10 {
	padding-right: 10px;
}

.padding_left-10 {
	padding-left: -10px;
}

#footer	{
	clear: both;
	height: 123px;
	background-image: url(images/footer2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
