/* Layout Style Sheet :: www.marketscan.co.uk/register */
/* Author :: Alex Stanhope for Design Distillery */
/* Copyright :: The Author, All rights reserved */

/* Global Stylesheet Reset */

* {
	margin: 0;
	padding: 0;
}

/* Body Styles */

body {
	background: #fff url(../images/layout/bg_body.gif) top left repeat-x;
	text-align: center;
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

/* Formatting Styles */

img {
	border: 0px;
}

br.clear {
	clear: both;
	height: 0.01em;
}

div.image_left {
	float: left;
	width: 137px;
	height: 100px;
	border: 1px solid #ccc;
	margin-right: 12.5px;
}

/* Container Styles */

#container {
	position: relative;
	width: 760px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

/* Header Styles */

#masthead {
	position: relative;
	width: 760px;
	height: 90px;
}

#heading {
	float: left;
	width: 760px;
	height: 90px;
}

#logo {
	float: right;
	width: 185px;
	height: 90px;
	text-align: right;
}

/* Content Styles */

#content {
	clear: both;
	margin-top: 10px;
	width: 740px;
	height: auto;
	border: 1px solid #ccc;
	padding: 10px;
}

#content_left {
	float: left;
	margin: 0;
	width: 560px;
	height: auto;
	background-color: #003333;
}

#box_content {
	margin: 0 0 10px 0;
	padding: 15px;
	width: 720px;
	background-color: #FFFFFF;
}

#dog {
	float: right;
	text-align: right;
	margin-top: 70px;
}

#content_right {
	float: left;
	width: 200px;
	height: auto;
}

/* Footer Styles */

#footer {
	clear: both;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 1.8em;
}	

#footer_left {
	float: left;
	width: 530px;
}

#footer_right {
	float: left;
	width: 230px;
	text-align: right;
}

/* Text Styles */

h1 {
	background: #fff url(../images/layout/main_heading.gif) top left no-repeat;
	width: 450px;
	height: 90px;
}

h1 span {
	display: none;
}

h2 {	
	margin-bottom: 10px;
	font-size: 2.4em;
	color: #fff;
}

#content p {
	font-size: 1.2em;
	line-height: 1.6em;
}

#box_content p {
	color: #fff;
	font-weight: bold;
}

p.smallprint {
	font-size: 1.1em;
}

/* Link Styles */

#content_left a:link, #content_left a:visited {
	color: #ee8938;
	text-decoration: none;
}

#content_left a:hover {
	background-color: #ee8938;
	color: #fff;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #ad1e18;
	text-decoration: none;
}

#footer a:hover {
	color: #555;
	text-decoration: none;
}

/* List Styles */

/* Form Element Styles */

fieldset {
	border: 0;
}

label {
	font-weight: bold;
	float: left;
	width: 110px;
	font-size: 1.2em;
	vertical-align: middle;
	font-size: 1.1em;
	margin-left: 10px;
	padding-top: 10px;
	color: #fff;
}

.input_left {
	float: left;
	margin: 5px 0px;
	width: 220px;
	text-align: left;
	background: #fff;
	border: 1px solid #222;
}

.input_note {
	float: left;
	margin: 5px 0px;
	width: 220px;
	text-align: left;
	background: #fff;
	border: 1px solid #222;
	height: 90px
}

.select_narrow {
	float: left;
	margin: 5px 0px;
	width: auto;
	text-align: left;
	background: #fff;
	border: 1px solid #222;
}

.select_wide {
	float: left;
	margin: 5px 0px;
	width: 222px;
	text-align: left;
	background: #fff;
	border: 1px solid #222;
}

.submit {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background: #fff url(../images/layout/bg_submit.gif) top left repeat-x;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}

div.message {
	margin: 20px 0;
	background: #ff0000 url(../images/layout/bullet_warning.gif) 1.5% 50% no-repeat;
	border: 2px solid #a90101;
	padding: 0px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

div.message p {
	padding-left: 50px;
	padding-top: 10px;
}
