/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* border: 1px solid #ff0000; /*

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* { margin: 0; 	padding: 0; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 0 0 10px 0; }
ul#mainNav {margin:0}

/* Remove image border: */
img, img a { border: 0; }


/* Class for clearing floats */
.clear { clear:both; }

.floatlf {float: left; margin-right: 10px; padding-top: 5px}
.floatrt {float: right; margin-left: 10px; padding-top: 5px}

/* Remove border around linked images */
img { border: 0; }

/* Fix up IE6 PNG Support */  
img, body, div#wrapper, div#faux, div#footer, p.print img { behavior: url(css/iepngfix.htc) }


/* skipnav */
#skipnav
	{ position:absolute;
	margin-left: -1000px;
	}

#skipnav a:focus, #skipnav a:active 
	{
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}


/* =Basic positional layout
-----------------------------------------------------------------------------*/

body {
	text-align:center; /* this centers the wrappers in older IEwin versions */
	font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background-color: #1a2933;
	}
	
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align:left;
	background-color: #fffbf0;
	background-image: url(../images/site/banner2.png);
	background-repeat: no-repeat;
	color: #333;
	}
	
body#home div#wrapper {
	background-image: url(../images/site/banner.png);
	background-repeat: no-repeat;
	}	
	
div#printhead {
	height: 70px; 
	display: none; 
	}
	
	
/* =MAIN AND SUB COLUMNS */	
div#mainContent { 
	float: right; 
	width: 600px; 
	margin: 100px 50px 4em 0;
	display: inline;
	padding-bottom: 3em;
	border-bottom: 1px solid #999;
	}
			
div#subContent {
	float: left;
	width: 150px;
	margin:100px 0 4em 40px;
	display: inline;
	}
	
body#home div#mainContent, body#home div#subContent {margin-top: 240px}
	
div#footer	{
	background-color: #4a5661;
	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;
	border-top: 4px solid #ccc;
	}

p.info {
	float: right; 
	margin: 32px 50px 0 0 
	}	
div.validated {
	float: left; 
	margin:  32px 0 20px 40px; 
	}

div#mainContent img {
	margin-right: 10px;
}
	

/* =Links 
----------------------------------------------------------------------------*/
a { text-decoration: none; text-transform:none }
a:link, a:visited { color: #993300; border-bottom: 1px dotted #993300;}
a:hover { color:#000; border-bottom: 1px dotted #000;}
p.print a:link, p.print a:visited, p.print a:hover {border: none}

ul#nav a {font-weight: normal;}
ul#nav a:link, ul#nav a:visited {border-bottom: none; color:#333;  }
ul#nav a:hover {color:#993300; border-bottom: 1px dotted #993300; }

p.info a:link, p.info a:visited {border: 0; color: #999; }
p.info a:hover {border: 0; color: #fffbf0; }
div.validated a:link, div.validated a:visited {color: #fffbf0; border-bottom: 1px dotted #fffbf0;}	
div.validated  a:hover {color: #ccc; border-bottom: 1px dotted #ccc }


/* =Typography
-----------------------------------------------------------------------------*/

/*HEADS*/
h1 { font-size: 2.3em; 
	color:#333; 
	margin-bottom: 15px;
	text-transform: uppercase
	}
	
h3, h4, li {color:#555; }	
h2 {
	font-size: 1.8em; 
	margin-top: 20px;
	color:#666; 
	 }
h3 {
	font-size: 1.5em; 	
	text-transform:uppercase;
	font-weight: normal;
	padding-top: 0.5em;
	margin:  1.5em 0 5px 0;
	border-top: 1px solid #999;
	clear: both;
	}
	
h4	{
	font-size: 1.4em;
	margin:  5px 0 5px 0;
		}
	
div#footer h4, div#footer p {color: #fffbf0}	
	
p  { font-size: 1.3em; }	
li  {
	font-size: 1.3em;
	list-style-position: inside;
	list-style-type: disc;
	}
ul#nav li {
	color: #993300; 
	list-style-type: none; 
	text-transform:uppercase;
	font-size: 1.4em;
	 }	
	
/* =Classes
-----------------------------------------------------------------------------*/
.orange {color: #993300}
.quote {color:#f0c23b;  font-weight: bold;}
.top {margin-top: 0; border-top: none; padding-top: 0}
