/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg-repeat.gif) left top repeat-x #2a0103;
	color:#605a49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}

a{
	color: #8e0e19;
	text-decoration: underline;
	}

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

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

h1{
	float: left;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #524b38;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #605a49;
	}

h2{
	float: left;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #524b38;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #605a49;
	margin: 0 0 15px 0;
	}

h3{
	float: left;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #524b38;
	padding: 7px 0 4px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #524b38;
	}
	
h4{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ad1a24; 
	padding: 7px 0 4px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #524b38;
	}

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

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

.alert{
	color: #CC0000;
	}
.grey{
	color: #cacaca;
	}
.light-grey{
	color: #a6a6a6;
	}
.red{
	color: #ad1a24;
	}
	

#content #cms-page{
	float: left;
	width: 640px;
	margin: 20px 0 0 0;
	}
#content #cms-page p{
	float: left;
	width: 640px;
	padding: 0 0 20px 0;
	color: #605a49;
	margin: 0;
	line-height: 1.5;
	}

#content #cms-page h2{
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #524b38;
	padding: 7px 0 4px 40px;
	margin: 0 0 10px 0;
	background: url(../images/cms-h2-bg.jpg) left bottom no-repeat;
	border-bottom: 1px solid #524b38;
	}

#cms-page ul{
	float: left;
	width: 600px;
	padding: 0 0 25px 40px;
	}
#cms-page ol{
	clear: both;
	font-size: 85%;
	padding: 0 0 25px 40px;
	}
#content #cms-page ul li{
	padding: 2px 0 2px 25px;
	list-style: none;
	font-weight: normal;
	background: url(../images/icons/drop-down-brown.gif) 12px 8px no-repeat;
	}
#cms-page ol li{
	padding: 2px 0 2px 0;
	list-style: inside decimal;
	}

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

