/* @override http://cliveharris.local/styles/core.css */

@charset "utf-8";
/**
 * core.css, v1 2010/07/12
 * Clive Harris Services Ltd
**/

/**
 * Reset Default Stles
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
th { text-align: left; }

/**
 * Basic Styles
**/

body {
	line-height: 1;
	font-size: 85%;
	background: url('../images/page_bg.png') repeat top;
}

/* typography */
body {
	text-align: center; /* this centers the container in IE 5* browsers. */	
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
}

p {
	margin: 1em 0;
}

h1, h2 {
	color: #ff9933;
	font-weight: bold;
}

h1 {
	font-size: 1.5em; 
	letter-spacing: 2px;
}

h2 {
	font-size: 1.125em; 
	letter-spacing: 1px;
}

a:link, a:visited {
	color: #cc3399;
	text-decoration: underline;
}

a:hover { 
	color: #000;
	text-decoration: none;
}

/**
 * Regional Styles
**/

#wrapper, #header, #breadcrumb, #footer { width: 960px; }

#wrapper {
	clear: both;
	margin: 0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	position: absolute;
	top: 0px;
	height: 187px;
	background: #fff url(../images/header_bg.png) no-repeat;
}

#logo {
	float: left;
	margin: 30px 0 0 10px;
}

#registrationDetails {
	position: relative;
	z-index: 100;
	float: right;
	margin: 10px 30px 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.2;
}

#navigation {
	position: relative;
	z-index: 0;
	float: left;
	margin-top: -20px;
}

#breadcrumb {
	margin: 10px 0 0 10px;
	float: left;
	clear: both;
}

#narrowContent, #wideContent {
	text-align: justify;
	background: #ededed url(../images/content_bg.png) top repeat-x;
	min-height: 240px;
}
#narrowContent {
	padding: 200px 120px 30px 120px;
	width: 720px;
}
#wideContent {
	padding: 200px 20px 30px 20px;
	width: 920px;
}

#siteChoice1 {
	float: left;
	margin-left: 20px;
	font-variant:small-caps;
}
#siteChoice2 {
	float: right;
	font-variant:small-caps;
}

#cliveHarrisServices, #cliveAndJenny
{
	display: block;
	width: 275px;
	height: 275px;
	margin: 10px 0;
}

#cliveHarrisServices { background: url(../images/clive_harris_services.jpg) no-repeat; }
#cliveAndJenny { background: url(../images/clive_and_jenny.jpg) no-repeat; margin-right: 20px; }

#cliveHarrisServices:hover, #cliveAndJenny:hover
{ 
	background-position: 0 -275px;
}

#cliveHarrisServices span, #cliveAndJenny span
{
	display: none;
}

#rightImageColumn {
	float: right;
	padding-top: 15px;
}
#rightImageColumn img {
	border: 1px solid #333;
}
#rightImageColumn p {
	padding-bottom: 20px;
	text-align: center;
	font-size: 70%;
}

#leftTextColumn {
	width: 700px;
	float: left;
}

#footer {
	clear: both;
	height: 88px;
	background: url(../images/footer_bg.png);
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	text-shadow: #dddddd 0 1px 0;
}

#quickLinks {
	font-size: 85%;
	padding: 10px;
	float: left;
}

#copyright {
	font-size: 85%;
	padding: 10px;
	float: right;
}
#copyright span {
	font-size: 80%;
}

#meanteam {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
	color: #666666;
}

#meanteam a {
	text-decoration: none;
	color: #666666;
}
#meanteam a:hover {
	text-decoration: underline;
	color: #000;
}

/**
 * Navigation Tabs
**/

/* nav1 */
#navigation #nav1 {
	font-size: 75%;
	letter-spacing: 1px;
	line-height: 2em;	
	height: 4.5em;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	/*float: left;*/
	list-style: none;
	position: relative;
	width: 940px;
}
#navigation #nav1 li, #navigation #nav1 li a {
	position: relative;
	float: left;
}      
#navigation #nav1 li { top: 15px; margin: 0; background: none; padding: 0; }
#navigation #nav1 li a {
	padding: 0.9em 1.1em;
	background: url(../images/tab_body.png) 0 0 no-repeat;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	height: 195px;
}
#navigation #nav1 li a span {
	display: block;
	position: absolute;
	height: 195px;
	width: 10px;
	background: url(../images/tab_r.png) 0 0 no-repeat;
	right: 0;
	top: 0;
}
#navigation #nav1 li a:hover, #navigation #nav1 li a:hover span { background-position: 0 -194px; color: #000000; }
#navigation #nav1 li a:active, #navigation #nav1 li a:active span { background-position: 0 -388px; color: #fff; }


/**
 * Breadcrumb Styles
**/

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 930px;
	padding:5px;
	border:solid 1px #dedede;
	background:#fff;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: 70%;
	background: url(../images/Chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}

/**
 * Fancy List
**/

#narrowContent #fancyList {
	list-style: none;
	width: 400px;
	border-top: 1px solid #eee;
	margin: 35px 0 0;   
	float: left;
	position: relative;
}
#narrowContent #fancyList li {
	border-bottom: 1px solid #eee;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
#narrowContent #fancyList li a {
	color: #333333;
	display: block;
	padding: 10px;
	text-decoration: none;
	border: 0;
	/* IE */        
	position: relative;
	height: 1%;
	/* /IE */
}
#narrowContent #fancyList li a:hover { 
	background: #d6eaf6; 
	color: #000;
}
#narrowContent #fancyList li a span {
	position: absolute;
	left: -35px;
	top: 50%;
	margin: -4px 0 0;
	height: 8px;
	width: 24px;
	background: url(../images/arrow.png) 0 0 no-repeat;
	display: none;
}

/* IE6 specific */
* html #narrowContent #fancyList li a span {
	background: url(../images/arrow.png) 0 0 no-repeat;
}

/**
 * Float Clearing
**/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/**
 * Form Styles
**/

fieldset {     
	position: relative;      
	float: left;      
	clear: both;      
	width: 100%;      
	margin: 0 0 -15px 0;  
	padding: 0;
	border-style: none;      
	border-top: 5px solid #e2e6ea;
	background-image: url(../images/form_bg.png);     
	background-repeat: repeat-x;    
}

fieldset h2 {
	margin: 14px 0 0 0px;
}

fieldset p {
	margin: 10px 0 0 0px;
	font-size: 0.85em;
}

fieldset ol {   
	padding: 0 0 0 0px;      
	list-style: none; 
	margin: 15px 0;
}

fieldset li {    
	width: 100%;    
	padding-bottom: 15px;
}  

fieldset.submit {      
	float: none;      
	width: auto;      
	padding: 15px 0;      
	/*background-color: #FFFFFF;*/
	margin-bottom: 20px;
}

label {        
	position: relative;        
	float: left;        
	width: 150px;        
	margin-right: 2px;
}

/**
 * Specific Styles
**/

.bold {
	font-weight: bold;
}

.italics {
	font-style:italic;
}

.siteChoiceTitle {
	text-align: center;
	border-bottom: 1px dotted;
	margin: 30px 250px 15px 250px;
	padding-bottom: 5px;
}

.siteTitle {
	color: #ff9933;
	font-size: 90%;
	letter-spacing: 2px;
}

.standardList {
	margin-left: 40px;
}

.clearFromBlocksAbove {
	clear:both;
	padding-top: 30px;
}
