/* @override http://ambitions.co.uk.local/css/default_screen.css */

/* Base tags
 *****************************************************************************/
html {
	background-color: #fff;
	background-image: url(/images/backgrounds/sky_blue_grad.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
/*body {
  line-height: 1.7;
}*/
h1 {
	color: #713154;
	font-size: 2em;
	margin-bottom: 1em;
}
h2 {
	color: #713154;
	font-size: 1.6em;
	margin-bottom: 0.6em;
}
h3 {
	color: #713154;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
h1 a, h2 a, h3 a {
	color: #713154;
	text-decoration: none;	
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: italic;	
}
ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 1em;	
}
blockquote {
	padding: 1em;	
}
cite {
	font-style: italic;
}
/* Layout blocks
 *****************************************************************************/
div#doc2 {
	margin: 0 auto;
}
div#hd {
}
div#hd {
	background-color: #FFFFFF;
	margin: 0 1.5em;	
	text-align: center;
}
div.top_nav {
	margin: 0;
	position: relative;
	text-align: center;
	background: url(/images/backgrounds/banner_flat.jpg) no-repeat;
	width: 73.077em;
height: 3.03em;
}
div.top_nav ul {
	padding: 0;
	margin: 0;

}
div.top_nav ul li.divider {
	color: #B8D77D;	
}
div.top_nav ul li {
	display: inline;

	font-size: 1.4em;
	margin: 0 0.5em 0 0;
}
div.top_nav ul li a {
	color: #fff;
	padding: 0.5em;
	line-height: 1.8em;
	text-decoration: none;
}
div.top_nav ul li a:hover {
	text-decoration: underline;
}
div.top_nav ul li.active a {
	color: #713154;
}
div#hd div#search {
	position: absolute;
	right: 0.2em;
	top: 0.2em;
}
div#bd {
	background-color: #fff;
	margin: 0 1.5em;
	padding: 1em;
}

ul.sub_menu {}
ul.sub_menu li {
	margin-bottom: 0.4em;
}
ul.sub_menu li.lead {
	font-size:1.2em;
	list-style-type: none;
	margin-left:0;
}

div.pagination_control {
	background-color: #eee;
	clear: both;
	margin: 0.5em 0;
	padding: 0.5em;
	text-align: center;	
}

div#ft {
	background-color: #fff;
	color: #888;
	margin: 0 1.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
	/* 
	border-top: 1px dotted #ddd;
	font-size: 0.85em;
	width: 50%; 
	*/
}
div#ft hr {
	border-top: 1px dotted #ddd;
	width: 50%;	
}
div#ft div {
	font-size: 0.85em;	
}
div #ft div#biscuit_trail ul {
	display: inline;
}
div #ft div#biscuit_trail ul li {
	display: inline;
	margin-left: 0.5em;
}
div #ft div#biscuit_trail ul li a {
	color: #888;	
	text-decoration: none;
}
div #ft div#biscuit_trail ul li a:hover {
	text-decoration: underline;	
}
/* Utilities
 *****************************************************************************/
.accent {
	color: #972463;	
}
.stretch {
	width: 100% !important;	
}
.center_align {
	text-align: center;	
}
div.padded_box {
	background-color: #eee;
	padding: 1em;	
}
div.yui-gc div.yui-u.padded_box { width: 28%; }
div.yui-gd div.yui-u.padded_box { width: 28%; }
div.yui-ge div.yui-u.padded_box { width: 21%; }
div.yui-g div.yui-gb div.yui-u { margin-left: 1.2%; }

div.messages {
	background-color: #FFE5E5;
	border: 1px solid #f00;
	color: #f00;	
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.5em;
}
div.messages ul {
	margin-bottom: 0;	
}
div.messages ul li {
	list-style-type: none;	
}

div.float_left {
	float: left;
	margin: 0.5em 0.5em 0.5em 0em;
}

div.float_right {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

.clear_right {
	clear: right;	
}
/* YUI overrides
 *****************************************************************************/
div.yui-g div.yui-g { width: 100%; } 
div.yui-g div.yui-gb { width: 100%; }


/* Forms
 *****************************************************************************/
form dl.zend_form dt {
	clear:both;
	float:left;
	margin-bottom:0.5em;
	text-align:right;
	width: 10em;
}
form dl.zend_form dd {
	float:left;
	margin-bottom:0.5em;
	width:auto;	
}
form dl.zend_form label.required {
	background-image:url(/images/icons/required_field.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:1em;
}
form dl.zend_form ul.errors {
	color: #f00;
	font-weight: bold;
}
/* Content specific
 *****************************************************************************/
div.testamonials {
	margin-bottom: 1em;
}
div.testamonials div {
	background-color: #eee;
	background-image: url(/images/icons/quotation_open.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.testamonials div p {
	background-image: url(/images/icons/quotation_close.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0.5em 3em;
}
