/*------------------------Generic but specific to each site--------------*/
@font-face {
    font-family: CarthoGothicStd-Book;
    src: url(/fonts/CartoGothicStd-Book.otf);
	font-weight: bold;
	
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	color:#645e52;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	background: #000;
	}	
	
	
	

img{
	border: none;
	}

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

a:hover, a:focus{
	color: #f5831f;
	text-decoration: underline;
	}

a:active{
	color: #f5831f;
	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;
		}
.center{
		float: left;
		padding: 0 48px 25px 48px;
		}	

h1{
	color: #d9b058;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	clear: both;
	margin: 0 0 10px 0;
	width: 620px;
	float: left;
	text-shadow: 1px 2px 3px #000;
	font-family: CarthoGothicStd-Book, Verdana, Arial, Helvetica, sans-serif;
	/*letter-spacing: .05em;*/
	text-transform: uppercase;
	}

h2{
	color: #d9b058;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	clear: both;
	margin: 0 0 10px 0;
	width: 620px;
	float: left;
	text-shadow: 1px 2px 3px #000;
	font-family: CarthoGothicStd-Book, Verdana, Arial, Helvetica, sans-serif;
	/*letter-spacing: .05em;*/
	text-transform: uppercase;
	}


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

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

.alert{
	color: #ff007f;
	}
.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;
	}


