/* CSS Document */

/* BASIC */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font: 67.5%/150% Arial, Helvetica, sans-serif;
	color: #58595b;
	text-align: center;
}
h1 {
	font: bold 1.6em/normal Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003074;
	text-transform: uppercase;
	padding: 0px;
}
h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	color: #003074;
	text-transform: uppercase;
}
h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #003074;
	line-height: 155%;
}
h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #003074;
	line-height: 140%;
}
p {
	font-size: 1em;
	margin-bottom: 8px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #003074;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003074;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #D6B708;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #D6B708;
}
ul {
	list-style: none;
}
ul.bulletList {
	list-style: url(../images/bullet.gif) outside;
	margin-left: 17px;
	margin-bottom: 10px;
	padding: 6px;
}

ul.bulletarrow {
	list-style: url(../images/bulletarrow.gif) outside;
	margin-left: 12px;
	padding: 6px;
}
li {
	font-size: 1em;
	margin-bottom: 5px;
}
img {
	border: none;
	margin: 0px;
}
/* LITTLE FIXES */	
	
.noBottomMargin {
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}
.whiteText {
	color: #FFFFFF;
}
.blueText {
	color: #003074;
}
.yellowText {
	color: #D6B708;
}
.greyText {
	color: #58595b;
}
.textlarge {
	color:#FF0000;
	font-size:2em;
	font-weight:700;
}
blockquote {
	background:#fff;
	margin:15px 25px 15px 25px;
	padding:15px 10px 15px 10px;
	border-top:1px solid #ddd;
	border-right:1px solid #666;
	border-left:1px solid #ddd;
	border-bottom:1px solid #666;
	font-size:0.8em;
}
blockquote p {
	font-size:1.2em;
	margin:0;
	padding:10px;
}
blockquote h2 a:link {
	color: #ff0000;
	font-size:2em;
	font-weight:700;
}
blockquote h2 a:visited {
	color: #003074;
	font-size:2em;
	font-weight:700;
}
blockquote h2 a:hover {
	color: #D6B708;
	font-size:2em;
	font-weight:700;
}
blockquote h2 a:active {
	color: #D6B708;
	font-size:2em;
	font-weight:700;
}
.clearBoth {
	clear: both;
}
.bigger {
	font-size: 1.2em;
}
.smaller {
	font-size: 0.9em;
}
.spaceAbove {
	padding-top: 20px;
}
.spaceBelow {
	margin-bottom: 20px;
}
.lineBelow {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.lineAbove {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatLeftBorder {
	float: left;
	margin-right: 10px;
	border: 1px solid #D6B708;
}
.floatRight {
	float: right;
}
.floatRightBorder {
	float: right;
	border: 1px solid #D6B708;
	margin-left: 20px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.reference {
	font-size: 0.8em;
	color: #666666;
	line-height: 125%;
}
.center {
	text-align:center;
}
/* LAYOUT */

#wrapper {
	background: #FFFFFF url(../images/shadow.gif) repeat-y center top;
	width: 840px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background: #e5eaf1;
	width: 800px;
	margin: 0px 20px;
	padding: 0px;
	position: relative;
	z-index: 10;
}
body#holding #container {
	background: #FFFFFF url(../images/holding.gif) no-repeat center top;
	width: 800px;
	margin: 0px 20px;
	padding: 0px;
	position: relative;
	z-index: 10;
	height: 800px;
	border-bottom: 1px solid #999999;
}
#header {
	width: 740px;
	margin: 0px auto;
	padding: 15px 30px 55px 30px;
	background-color: #FFFFFF;
}
#banner {
	width: auto;
	padding: 0;
	margin: 0;
}
#number {
	position: absolute;
	top: 61px;
	right: 30px;
}
#content {
	background: url(../images/news-bg.gif) no-repeat right bottom;
	float: left;
	display: inline;
	margin: 30px;
}
/* MAIN CONTENT */	
	
#main {
	width: 500px;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 40px;
}
body#holding #main {
	width: 320px;
	padding: 0px;
	margin: 390px 0 0 300px;
	float: left;
}
img.border {
	border: 1px solid #D6B708;
}
#introBox {
	padding: 0px;
	margin: 0px 0px 20px;
}
#introBox p {
	padding: 0px 19px;
	margin-bottom: 5px;
	line-height: 140%;
}
#introBox h1 {
	padding: 60px 19px 0px 19px;
	line-height: 140%;
}
body#home #introBox h1 {
	padding: 19px 19px 0px 19px;
	line-height: 140%;
}
#introBox h2 {
	padding: 60px 19px 0px 19px;
	line-height: 140%;
}
body#home #introBox h2 {
	padding: 19px 19px 0px 19px;
	line-height: 140%;
}
#introBox h4 {
	padding: 60px 19px 0px 19px;
	line-height: 140%;
}
body#home #introBox h4 {
	padding: 19px 19px 0px 19px;
	line-height: 140%;
}
body#home #introBox {
	background: url(../images/feature-box-bg.gif) no-repeat left top;
}
body#about #introBox {
	background: url(../images/intro-box-about.gif) no-repeat left top;
}
body#personal #introBox {
	background: url(../images/intro-box-personal.gif) no-repeat left top;
}
body#business #introBox {
	background: url(../images/intro-box-business.gif) no-repeat left top;
	background-color:#fff;
	list-style: disc inside;
}
body#businessone #introBox {
	background: url(../images/intro-box-one.gif) no-repeat left top;
}
.featureBox {
	width: 150px;
	height: 85px;
	padding: 50px 70px 15px 15px;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
	background: url(../images/business-bg.jpg) no-repeat left top;
	margin-bottom: 20px;
}
.featureBox2 {
	width: 150px;
	height: 85px;
	padding: 50px 70px 15px 15px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../images/personal-bg.jpg) no-repeat left top;
	margin-bottom: 20px;
}
.contactBox {
	background: url(../images/feature-box-bg.gif) no-repeat left top;
	padding-top: 20px;
	margin-bottom: 15px;
}
.contactBox p, .contactBox h2, .contactBox h3 {
	padding: 0px 19px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contactBox h2 {
	margin-bottom: 0px;
}
/* FORM */

#enquiryForm {
	padding: 20px 15px 5px 15px;
	width: 470px;
	background: #FFFFFF url(../images/box-background.gif) no-repeat left top;
}
#enquiryForm .label {
	float: left;
	width: 165px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
}
input#submit {
	margin-left: 175px;
}
/* RIGHT COLUMN */	
	
#right {
	width: 200px;
	margin: 0px;
	float: right;
	height: auto;
}
.newsItem {
	margin: 12px;
	border-bottom: 1px solid #FFFFFF;
}
.newsItem img {
	float: left;
	margin-right: 8px;
	border: 1px solid #003074;
	margin-bottom: 15px;
}
.newsItem p.date {
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsItem h3 {
	color: #003074;
	line-height: 110%;
	margin-bottom: 5px;
	font-size: 1.25em;
}
.newsItem p {
	color: #003074;
}
.newsItem a:link, .newsItemr a:visited {
	color: #003074;
	font-weight: normal;
	text-decoration: none;
}
.newsItem a:hover, .newsItem a:active {
	color: #6f87c4;
	font-weight: normal;
	text-decoration: none;
}
/* FOOTER */	

#footer {
	width: 740px;
	padding: 15px 30px;
	margin: 0;
	background: #003074;
	clear: both;
}
#footer p {
	margin-bottom: 0px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #D6B708;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* NAVIGATION */				
		
#nav {
	position: absolute;
	top: 108px;
	left: 0px;
	z-index: 1000;
}
#nav ul {
	width: 800px;
	list-style-type: none;
	background: url(../images/nav-bg.gif) repeat-x left top;
	height: 35px;
}
#nav li {
	float: left;
	position: relative;
	margin-bottom: 0px;
	padding: 0px;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 9.8em;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #003074;
	font-size: 1em;
	text-align: center;
	background: url(none) no-repeat;
}
#nav a:hover, #nav a:active {
	display: block;
	width: 9.8em;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #D6B708;
	font-size: 1em;
	text-align: center;
	background: url(none) no-repeat;
}
/* DROPDOWN MENUS */

#nav ul li ul {
	display: none;
	position: absolute;
	top: 3.2em;
	left: 9px;
	z-index: 200;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(none) no-repeat;
	width: 13.5em;
}
#nav ul li ul li {
	width: 13.5em;
	float: none;
}
li > ul {
	top: auto;
	left: auto;
}
#wrapper #nav ul li ul a:link, #wrapper #nav ul li ul a:visited {
	font: 1em Arial, Helvetica, sans-serif;
	color: #003074;
	text-decoration: none;
	padding: 8px 12px;
	text-align: center;
	display: block;
	width: 11em;
	background: #F2F3F5 url(none) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#wrapper #nav ul li ul a:hover, #wrapper #nav ul li ul a:active {
	font: 1em Arial, Helvetica, sans-serif;
	color: #D6B708;
	text-decoration: none;
	padding: 8px 12px;
	text-align: center;
	display: block;
	width: 11em;
	background: #F7F1CE url(none) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#nav ul li:hover ul, #nav ul li.over ul {
	display: block;
}
/* YOU ARE HERE LINKS */	
	
body#home a#homeLink, body#about a#aboutLink, body#business a#businessLink, body#personal a#personalLink, body#contact a#contactLink {
	display: block;
	width: 14.5em;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #D6B708;
	font-size: 1.1em;
	text-align: center;
	background: url(none) no-repeat;
}
/* FLOAT DROP FIX */

br.clear {
	clear: both;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}

div.dateblock {
	line-height: 1.6em;
	width: 46px;
	float: right;
	margin-top: 2px;
	background: #003074;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	color: #aaa;
	position: inherit;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:6px;
	letter-spacing: 0.3em;
	font-family: Arial, Verdana, sans;
	padding: 1px;
}
span.dateblock_mon {
	font-size: 1em;
	display: block;
	text-align: center;
	color: #fff;
	font-family: Georgia, Arial, Verdana, sans;
}
span.dateblock_day {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	font-family: Georgia, Arial, Verdana, sans;
	text-align: center;
	position: relative;
	top: -1px;
	color: #fff;
}
span.dateblock_year {
	font-size: 1em;
	display: block;
	text-align: center;
	color: #fff;
	font-family: Georgia, Verdana, Arial, sans;
}

