/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	color:#5e5e5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	}	

img{
	border: none;
	}

a{
	color: #F68824;
	text-decoration: none;
	}

a:hover, a:focus{
	text-decoration: underline;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	/*width: 440px;*/
	color: #F68824;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 6px 5px 6px;
	clear: both;
	background: url(../../../images/h1-bg.gif) bottom left repeat-x transparent;
	}

h2{
	/*color: #3b9fa8;*/
	color: #F68824;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	clear: both;
	background: url(../../../images/h1-bg.gif) bottom left repeat-x transparent;
	}

.small{
	font-size: 80%;
	}

.alert{
	color: #ff007f;
	}
.grey{
	color: #cacaca;
	}
.light-grey{
	color: #a6a6a6;
	}
.orange{
	color: #F68824;
	}
	

#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;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	color: #ff007f;
	font-size: 90%;
	}
