/* 

STYLE SHEET FOR [x] WEB SITE
Created by Michael Watson
www.millionsofcolours.co.uk

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background: #FFFFFF;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #006594;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	text-align: left;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 1px solid #00aec5;
	margin: 10px auto;
}

#masthead {
		}
		
#logo {
		}
		
#navContainer {
		}

#content {
	width: 750px;
		}

#footer {
		}
		
#upper-left-box {
	width: 230px;
	float: left;
}
* html #upper-left-box {
} /* Internet Explorer 6 min-height hack */
#navigation {
	margin-top: 20px;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-align: right;
	margin-right: 0px;
}

#tier2 {
	color: #00aec5;
}


				
#upper-left-text {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 0px;
	float: right;
}
#upper-left-image {
	margin: 0px;
}

		
#upper-right-box {
	width: 500px;
	float: right;
}
#upper-right-box p {
	line-height: 2em;
}
#main-text {
	padding-top: 122px;
	padding-left: 5px;
	font-size: 0.9em;
	padding-right: 5px;
}
#main-text h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
}

#main-text p {
	clear: left;
}
#faqs-main-text {
	padding-top: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	padding-right: 5px;
}

#lower-left-box  h2 {
	float: right;
	margin-top: 15px;
}


		
#lower-left-box {
	width: 750px;
	line-height: 1.3em;
		}
#lower-left-box p {
	font-size: 0.9em;
}
#lower-text {
	width: 390px;
	margin-top: 50px;
	float: left;
	padding-left: 15px;
}


		
#lower-right-image {
	width: 0%;
	right: 0px;
	clear: both;
	margin-bottom: 0px;
	float: right;
		}


.separator {
		clear: both;
		}
.light-italic {
	font-style: italic;
	color: #00aec5;
}
.dark-italic {
	color: #006594;
}
.align-right {
	float: right;
}
.align-right-neg {
	float: right;
}




.separatorInvisible {
		clear: both;
		height: 1px;
		}
.right-justify {
	text-align: right;
	margin-bottom: 20px;
}


.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}
		
.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}
.clear-both {
	clear: both;
}

.reduce_text {
	font-size: 1em;
}
.large-header {
	font-size: 4em;
	line-height: 0.9em;
}


.contact-form p {
	margin: 0px;
	padding: 5px 0px 0px;
	clear: left;
}

.contact-form p label {
	float: left;
	width: 60px;
	font-size: 0.9em;
}
.contact-form .text {
	padding: 2px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #00aec5;
	color: #006594;
	background: #e6f4f2;
}

.submit   {
	color: #FFFFFF;
	background: #006594;
	margin-left: 60px;
	position: relative;
	font-size: 0.9em;
	padding: 2px 3px;
	border: none;
}

#human {
visibility:hidden;
display:none;
}



/* ---------- 3. links and navigation ---------- */

a:link {
	color: #31449B;

		}

a:visited {
	color: #882D93;

		}
		
a:hover {
	color: #00aec5;
		}

#navigation ul {
		}

#navigation li {
		}

#navigation a {
	color: #006594;
	text-decoration: none;
	font-size: 0.9em;
		}
#navigation p {
	line-height: 1.5em;
}

#navigation a:hover {
	color: #00aec5;
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

h1, h2, h3, h4, p, ul {
	margin: 0px;
		}

h1 {
	font-size: 2em;
	font-weight: lighter;
	margin-bottom: 10px;
	margin-top: 6px;
	float: left;
	padding-left: 5px;
	color: #00aec5;
		}

h2 {
	font-size: 2em;
	font-weight: lighter;
	font-style: italic;
	margin-top: 4px;
		}


h3 {
	font-size: 1.1em;
	font-weight: lighter;
	font-style: italic;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1em;
	margin-bottom: 10px;
		}

ul {
	text-decoration: none;
	display: list-item;
	margin-left: 17px;
	font-size: 0.9em;
	line-height: 1.1em;
		}
li {
	text-decoration: none;
	display: list-item;
	margin-bottom: 3px;
}


blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
img {
	margin: 0px;
}

		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
#moclink {
	text-align: right;
	width: 750px;
	padding-bottom: 0px;
	color: #999999;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 0.9em;
}
