/* BASIC STYLING */

html {
	height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p {
	color: #333333;
	font-size: 100%;
	line-height: 110%;
	text-align: justify;
}

p, h1, h2, h3, h4, h5, h5, ol, ul {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #000066;
	margin-top: 20px;
	font-size: 120%;
	line-height: 250%;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3398CC;
	margin-bottom: 15px;
}

h2 {
	color: #000066;
	font-size: 100%;
	overflow: hidden;
	padding-top: 0px;
	font-weight: bold;
	line-height: 200%;
	margin-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3599CB;
	margin-right: 10px;
	margin-top: 20px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #3297CB;
	margin-left: 25px;
	line-height: 250%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000066;
	border-left-color: #000066;
}

/* Controls page width and borders */

#wrapper {
	width: 925px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right:auto;
	margin-left:auto;
}

/* Page banner with logo */
 
#banner {
	position: relative;
	border-top: thin solid #000000;
}

/* Main navigation */

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 105px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a:hover {
	color: #000066;
	background-color: #999999;
}

#nav a {
	display: block;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#000066;
	width: 8em;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #73AFB7;
	border-bottom-color: #73AFB7;
}

/* Grey sidebar */

#sidebar {
	float: left;
	width: 160px;
	margin-top: 20px;
	background-color: #CCCCCC;
	height: 650px;
	margin-bottom: 0px;
}
#wrapper #sidebar.portfolio {
	height: 850px;
	margin-bottom: 0px;
}


#sidebar p {
	font-size: 80%;
	margin-left: 25px;
	margin-right: 15px;
	color: #666666;
	margin-bottom: 10px;
}

#sidebar a {
	font-size: 110%;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#sidebar a:hover {
	color: #CC6633;
}

.bottomPadding {
	padding-bottom: 100px;
}

.formText {
	padding-bottom: 10px;
}

/* Main page content */

#main {
	margin-left: 180px;
}

#main li {
	margin-left: 20px;
	list-style-type: none;
	line-height: 110%;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	background-image: url(../images/tick_bullet.png);
	margin-bottom: 8px;
	text-align: justify;
}

#main p {
	margin-left: 10px;
	margin-bottom: 10px;
}

#main a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#main a:hover {
	color: #CC6633;
}

/* Changes the bullets for the li items in the sitemap list*/

#sitemapList li {
	background-image: url(../images/arrow_bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

/* Styling for contact form*/

#enquiryForm .label {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #3399CA;
	margin-right: 10px;
	font-size: 90%;
}

#submit {
	margin-left: 210px;
}

#source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 200px;
	margin-top: -5px;
}

#site_type_0, #site_type_2, #site_type_1, #existing_site_0, #existing_site_1 {
	margin-top: -5px;
}

input#contact_name, input#email, input#site_name, input#telephone {
	background-color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 200px;
	margin-top: -5px;
}

input#contact_name:focus, input#email:focus, input#site_name:focus, input#telephone:focus {
	background-color:#FFFF99;
}

/* page footer and legals */

#footer {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
	background-color: #000066;
	clear:both;
	;
	float: none;
}

#footer p {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CC6633;
}

/* floated elements */

.floatRight {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 15px;
}

.floatFooter {
	float: right;
	margin-right: 20px;
}

/* Styles */

.italicText {
	font-style: italic;
	color: #999999;
}

.mailLink {
	font-weight: bold;
	color: #000066;
	background-image: url(../images/email_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	line-height: 120%;
}

.shiftTelephone {
	font-weight: bold;
	color: #000066;
	padding-left: 30px;
	background-image: url(../images/phone_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	margin-left: 10px;
}

.telephoneDetails {
	font-weight: bold;
	color: #000066;
	padding-left: 30px;
	background-image: url(../images/phone_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
}

/* Use to indent text below right floated images*/

.rightPadding {
	padding-right: 15px;
}

