/*
STYLE SHEET FOR Washlane Design
Created by Simon Neesam
www.washlane.com
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 {
font: 62.5% Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background: #ffffff;
margin: 0 auto;
width: 960px;
min-height: 600px;
overflow-y: scroll;
	}


/*-------- 2. structure --------*/

#content {
float: left;
width: 960px;
min-height: 600px;
background: #ffffff;
}

#mast {
float: left;
width: 960px;
height: 155px;
background: #ff0000;
}


#title {
float: left;
width: 300px;
padding-top: 20px;
padding-left: 60px;
}

#colourStripe {
float: left;
width: 960px;
height: 30px;
background: url(/Graphics/RedShade-30.png) repeat-x 0 0;

}

#navContainer {
display: inline;
float: left;
width: 300px;
padding-top: 131px;
padding-left: 300px;
}


#mast-navigation ul {
list-style-type: none;
}

#mast-navigation li {
float: left;
width: 80px;
font-size: 16px;
text-align: center;
border-right: solid #dddddd 1px;
}

#mast-navigation #contactPageLink {
border-right: solid #7d98c3 0px;
	}

.navigation {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
width: 200px;
margin-left: 0px;
margin-bottom: 10px;
}

.navigation ul {
font: 1.4em/1 Verdana, Arial, Helvetica, sans-serif;
}




.fullText {
float: left;
width: 720px;
margin-top: 10px;
margin-right: 20px;
margin-left: 20px;
}

.indentText {
float: left;
width: 400px;
margin-left: 20px;
}

.boxShade1 {
float: left;
width: 400px;
margin-right: 150px;
margin-bottom: 20px;
background: #d4c1bb;
}

.photoText {
float: left;
width: 610px;
margin-top: 10px;
}

.sideText {
float: left;
width: 390px;
margin-left: 20px;
}

.Indent200 {
float: left;
width: 390px;
margin-left: 220px;
}

#footer {
margin: 0 auto;	
float: left;
width: 960px;
padding-top: 10px;
border-top: solid #ff0000 2px;
}

/*-------- 3. links and navigation --------*/

a:link, a:visited {
font-weight: normal;
}

a:link {
color: #0000ff;
text-decoration: underline;
}

a:visited {
color: #583026;
text-decoration: underline;
}

a:hover {
color: #ff0000;
text-decoration: underline;
}

a:active{
color: #ff0000;
text-decoration: none;
}



#mast-navigation a:link {
font-weight: normal;
text-decoration: none;
color: #ffffff;
}

#mast-navigation a:visited {
font-weight: normal;
text-decoration: none;
color: #ffffff;
}

#mast-navigation a:hover {
font-weight: normal;
text-decoration: none;
color: #997a66;
}


.navigation li {
margin: 0;
display: inline;
}

.navigation a {
display: block;
text-decoration: none;
padding: 0.5em 5px 0.5em 10px;

}

.navigation a:link, .navigation a:active, .navigation a:visited {
color: #000;

}

.navigation a:hover, .navigation a:active {

}





#footer a:link, #footer a:visited {
color: #000;
text-decoration: none;
}

#footer a:hover {
color: #ff0000;
text-decoration: underline;
}

#footer a:active{
color: #ff0000;
text-decoration: none;
}


.fullText ul {
list-style-position: outside;
	margin-bottom: 1em;
padding-left: 20px;
}

/*-------- 4. fonts --------*/

html {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #495d5c;
	}


#title h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
text-align: left;
	font-size: 24px;
color: #ffffff;
}



.fullText h1 {
color: #000000;
padding-bottom: 10px;
}


.navigation h2 {
color: #ff0000;
font-size: 1.6em;
padding-top: 0.5em;
padding-left: 10px
padding-bottom: 1em;
border-bottom: #ff0000 1px solid;
margin-bottom: 2px;
}


.fullText h2 {
padding-bottom: 5px;
}


.boxShade1 h2 {
padding-top: 10px;
padding-left: 10px;
}


p {
font-size: 1.2em;
margin-bottom: 1.5em;
}

.fullText p {

line-height: 1.8em;
	margin-bottom: 1em;
text-align: justify;
}

.fullText li {
color: #ff0000;
margin-left: 20px;
font-size: 1.3em;
line-height: 1.8em;
}

.boxShade1 p {
padding-left: 30px;
padding-right: 30px;

}

#footer p {
font-size: 1.2em;
color: #000;
text-align: right;
}

/*-------- 5. images --------*/

.imageRight {
float: right;
margin-bottom: 10px;
margin-left: 15px;
}

.imageRightTight {
float: right;
margin-bottom: 10px;
margin-left: 10px;
}

.imageLeft {
float: left;
margin-bottom: 15px;
margin-right: 10px;
}

.imageLeftTight {
float: left;
margin-bottom: 5px;
margin-right: 10px;
}

.sidePhoto {
float: left;
width: 200px;
}


/*-------- 6. tables --------*/



/*-------- 7. forms --------*/


/*-------- 8. lightbox --------*/


/*-------- add your code below ----------*/