
/*
 * Globals
 */
 
body {
	font-size: 12px;
	font-family: Courier, serif;
	color: #666666;
	padding: 5px;
}

strong {
	font-weight: bold;
}

a, a img {
	color: #f57546;
	text-decoration: none;
	border: none;
}

h1, h2, p {
	float: left;
	clear: both;
}

p {
	margin-bottom: 10px;
}

h2 {
	color: #f57546 !important;
	margin-bottom: 10px;
}

a:hover {
	color: #f57546;
}

.hidden-el {
	display:none;
	visibility: hidden;
}

.inline {
	display: inline;
}

.clear {
	height: 1px;
	clear:both !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-clear {
	clear: none;
}

.clear-left {
	clear: left;
}

.border-separator {
	height: 10px;
	width: 99.5%;
	float: left;
	background: url(http://deannahalsall.co.uk/i/spacer.gif) repeat-x;
}

/*
 * Page Containers
 */
 
.left-col {
	float: left;
	clear: none;
	width: 260px;
}

.right-col {
	width: 710px;
	float: left;
	clear: none;
}
 
#page_wrapper {
	width: 980px;
}


/*
 * Page Menu
 */
 
#menu {
	float: left;
	clear:left;
	height: 17px;
	margin-left: -7px;
	font-size: 1.1em;
}
 
#menu li {
	text-align: left;
	list-style-type: none;
	margin: 0px 4px 0px 8px;
	float: left;
	clear: right;
}

#menu a {
	color: #666666;
	text-decoration: none;
}

#menu a:hover {
	color: #f57546;
}

#active_page {
	font-weight: bold;
	color: #f57546 !important;
}


/*
 * Page Header
 */
 
#page_header {
	width: 100%; 
	padding: 30px 0px 7px 6px;
	
}

#page_header_splash {
	float: left;
	clear: none;
	width: 100%;
	padding-bottom: 4px;
}

#page_header img {
	float: left;
	clear: none;
	margin-bottom: 7px;
}

#header_face {
	width: 145px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#info_ct {
	float: right;
	clear: none;
}


/*
 * Forms
 */
 
.form-errors {
	float: left;
	clear: both;
	background-color: #F5A9A9;
	color: #DF0101;
	padding: 5px 10px 5px;
	width: 680px;
	margin-bottom: 15px;
}

.form-errors ul {
	padding: 0px;
	list-style-type: none;
}

.form-errors li {
	padding: 0px;
}

.form-success {
	float: left;
	clear:both;
	background-color: #7ee58c;
	color: #1e6528;
	padding: 13px 10px 5px;
	margin-bottom: 15px;
	width: 680px;
}
