/* 

STYLE SHEET FOR [x] WEB SITE
Created by Peter Blake
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
     width: 768px;
		margin: 0 auto;
		background-color: #e6f4ff;
		color: #003d6b;
        font: x-small Verdana, Arial, sans-serif;
            voice-family: "\"}\""; 
            voice-family: inherit;
        font: small Verdana, Arial, sans-serif;
        }
		
/*  --------- 2. structure  --------- */

		
#masthead {
	height: 75px;
	background-image: url(images/banner2.jpg);
	margin-top: 5px;
	margin-bottom: 0px;
}
#masthead h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	letter-spacing: .25em;
	padding-top: 25px;
	padding-left: 5px;
}	
.blue {
	color: #0001AE;
}	
/* line-height 1.2 cures missing text in content in IE 6 */
#content {
	background-color: #66beff;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	padding: 10px 0px 0px 0px;
	color: #000000;
	line-height: 1.5;
}

#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	margin-bottom: 10px;
	font-size: 110%;
}

#content h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 12px;
}	

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 20px 0 0 12px;
}	

.centertext {
	text-align: center;
	padding-bottom: 10px;
}

.diff {
	color: #e6f4ff;
}
#content ul {
	padding-left: 20px;
	line-height: 1.5;
}
#content li {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #e6f4ff;
}
#rightcol {
	float: right;
	width: 250px;
	background-color: #003d6b;
	padding: 5px 5px 20px 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 15px;
} 
#rightcol p {
	color: #e6f4ff;
	font-size: 95%;
	padding: 10px;
}

#rightcol ul {
	padding-left: 10px;
	line-height: 1.5;
	list-style-type: none;
}
#rightcol li {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

/*  box is container to hold random images on the 2nd home page  */
.box {
	background-color: #0066b3;
	font-size: 90%;
	width: 465px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 130px;
	text-align: center;
	border: 2px solid #DCDCDC;
}
/*  image in box for random images is width 230px height 100px  */
.box img {
	margin-bottom: 10px;
	border-top: 3px solid #aaaaaa;
	border-right: 3px solid #6a6a6a;
	border-bottom: 3px solid #aaaaaa;
	border-left: 3px solid #6a6a6a;
}
.box p {
	padding-bottom: 10px;
}
#box .no-script {
	font-style: italic;
}

#footer {
	clear: right;
	margin-top: 0px;
	text-align: center;
	background-color: #0066b3;
	padding: 3px 0px 4px 0px;
	color: #e6f4ff;
		}

.separator {
		clear: both;
		height: 0;
		}

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

#navigation {
	background: #0066b3;
	font: bold 14px Arial,sans-serif;
	height: 29px;
	border-top: 4px solid;
	border-bottom: 4px solid;
		}
/* ------- divide the number of links into the page width ( 768px ) to get the width
           of the link ------- */
#navigation a {
	display: block;
	width: 192px;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	color: #e6f4ff;
		}
#navigation a:hover {
	background: #003d6b;
	text-decoration: underline;
}

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

#navigation li {
	display: inline;
	float: left;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
		}



/* ---------- 5. images first rule removes border from image
                 nested in links ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		width: 768px;
		} 
#boxout1 {
	margin-left: 5px;
} 
#aboutcontent {
	margin-right: 280px;
} 