/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #313840;
	background: url(../images/main-bg-repeat.jpg) left top repeat-x #313840;
	color:#576271;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	/*color:#ffffff;*/
	border-top: 5px solid #f29538;
	}	

img{
	border: none;
	}

a{
	color: #f69100;
	text-decoration: underline;
	}

a:hover, a:focus{
	color: #c85900;
	text-decoration: underline;
	}
a:active{
	color: #602b00;
	}
	
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}
		
.errormessage {
	border: 1px solid #FF3F3F;
	color:#FF3F3F;
	background: url(../images/icons/warning.png) 8px center no-repeat ;
	padding:12px 12px 12px 40px;
	margin:0 0 0 20px;
	wdith:300px;
}
h1{
	float: left;
	width: 650px;
	color: #576271;
	font-size: 160%;
	font-weight: normal;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ced7e1;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h2{
	float: left;
	width: 650px;
	color: #576271;
	font-size: 160%;
	font-weight: normal;
	padding: 40px 0 2px 0;
	border-bottom: 1px solid #ced7e1;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	}

.titles-homepage{
	float: left;
	width: 650px;
	color: #576271;
	font-size: 160%;
	font-weight: normal;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ced7e1;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	.titles-homepage h1, .titles-homepage h2, .titles-homepage .haitchtwo {
		float: left;
		width: auto;
		font-size: 100%;
		border: none;
		padding: 0 7px 0 0;
		margin: 0;
		display: inline;
		}



.forgotten-password{
	font-style: italic;
	}

.small{
	font-size: 80%;
	}
.smaller{
	font-size: 80%;
	}

.alert{
	color: #CC0000;
	}
.grey{
	color: #cacaca;
	}
.light-grey{
	color: #a6a6a6;
	}
.pink{
	color: #eb4899;
	}
	

#cms-pages p{
	padding: 0 0 25px 0;
	}

#cms-pages ul{
	padding: 0 0 25px 50px;
	}
#cms-pages ul li{
	padding: 0 0 0 0;
	list-style: circle;
	}

.form_warnings{
	float: left;
	clear: both;
	font-size: 85%;
	color: #FF3300;
	background: #fff;
	padding: 2px;
	margin: 0 0 1px 0;
	}
.stof {
	color:#00CCFF;
}
