
/* Housekeeping */

@import url("reset.css");

html {
	height: 100%;
	width: 100%;
	}

body {
	min-height: 100%;
	font: 62.5% 'Lucida Sans', Calibri, Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image: url("../img/bg.png");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFF;
	}

/* Let us begin */

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#leftcol {
	width: 222px;
	background-image: url("../img/leftcolbg.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 237px;
	text-align: right;
	margin-right: 28px;
	float: left;
	}

#rightcol {
	width: 550px;
	background-image: url("../img/rightcolbg.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 237px;
	text-align: left;
	float: right;
	}

#hirebox {
	width: 150px;
	border: 1px solid #666;
	background-color: #444;
	margin: 15px 0px 0px 52px;
	padding: 10px;
	}

/*--------------------------------*/

div.box {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	}

div.leftbox {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	}

/*--------------------------------*/

#leftcol p {
	color: #555;
	font-size: 1.2em;
	margin: 0px 0px 0px 52px;
	text-align: right;
	}

#leftcol p.borderbottom {
	border-bottom: 1px solid #999;
	margin-bottom: 13px;
	padding-bottom: 13px;
	}

#leftcol p.bordertop {
	border-top: 1px solid #999;
	margin-top: 13px;
	padding-top: 13px;
	}

#leftcol h2 {
	font-size: 2.4em;
	margin: 0px !important;
	padding: 0px !important;
	}

/*--------------------------------*/

#rightcol p {
	color: #555;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	text-align: left;
	}

/*--------------------------------*/

#hirebox h2 {
	color: #CCC;
	}

#hirebox p {
	color: #CCC;
	margin: 0px 0px 10px 0px;
	}

#hirebox a:link,
#hirebox a:visited,
#hirebox a:hover,
#hirebox a:active {
	font-size: 1.2em !important;
	color: #FFF !important;
	}

/*--------------------------------*/

div.thumb_left {
	width: 162px;
	float: left;
	margin: 0px;
	clear: left;
	}

div.thumb_mid {
	width: 162px;
	float: left;
	margin: 0px 0px 0px 30px;
	}

div.thumb_right {
	width: 162px;
	float: right;
	margin: 0px;
	}

div.thumb_left img,
div.thumb_right img,
div.thumb_mid img {
	border: 1px solid #965d0c;
	padding: 5px;
	margin: 0px 0px 13px 0px;
	}

/*--------------------------------*/

/*Non div-specific formatting*/

a:link, a:visited {
	color: #965d0c;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #965d0c;
	font-weight: bold;
	text-decoration: underline;
	}

h2 {
	color: #965d0c;
	font-weight: bold;
	font-size: 2.4em;
	margin: 0px 0px 10px 0px;
	}

h3 {
	color: #242424;
	font-weight: bold;
	font-size: 2.4em;
	margin: 0px 0px 10px 0px;
	}
	
span.light {
	color: #888;
	}

span.orange {
	color: #965d0c;
	}

ul, ol {
	color: #555;
	font-size: 1.2em;
	text-align: left;
	list-style-type: decimal-leading-zero;
	margin: 0px 0px 10px 48px;
	}

b {
	color: #333;
	}

blockquote {
	color: #555;
	font-size: 1.2em;
	margin: 0px 0px 15px 25px;
	padding: 0px 0px 0px 10px;
	border-left: 1px dashed #333;
	}

p.small {
	color: #888 !important;
	font-size: 1.0em !important;
	text-align: center !important;
	padding-bottom: 25px;
	}

p.small a:link,
p.small a:visited,
p.small a:hover,
p.small a:active {
	color: #666 !important;
	}
	
