@charset "UTF-8";
/*Adrian Woodroffe's CSS Document */

/* CSS RESET - Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start Structor Divs */ 

body { 
	padding: 0px;
    text-align: center;
	margin: 0px auto; 
	background-color:#424347;
	background-image:url(skimages/topbar.gif);
	background-repeat:repeat-x;		
} 

#wrapper {
	margin: 0px auto; 
	width: 1024px;
	height: 100%;
	overflow: hidden;
	}
	
/* End Structor Divs */ 

/* Start Nav Divs */
#navbar { 
		float:right;
		width: 500px;
		height: 80px;
		background-position:right;
		background-repeat:no-repeat;
		padding-top: 35px;		
}

.navagation {
	border:none;
	background-image:url(skimages/navbarblank2.gif); /* Added -image: for browser labs comp */
	background-repeat:no-repeat;	
}

.navagation li {
	width:652px;
	height: 80px;
	display:inline;
	margin: 0px 50px 0px 39px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 70px;	
}

.navagation li {
	display: inline;
}

.navagation li a {
	text-decoration: none;
	color:#666;
}

.navagation lia:link {
	color:#93C;
}

.navagation lia:visited {
	color:#6F0;
}

.navagation li a:hover {
	font-weight: bold;
	color:#000;
}

.navagation li a#current { 
	color:#000;
}
/* End Nav Divs */

/* Start Main Block Divs */ 
	
#header { 
		margin: 0 auto;
		background:url(skimages/halleybay.png) no-repeat;
		width: 1024px;
		height: 199px;
		margin-bottom:0px;
		}
		
#maincontent { 
 		margin: 0 auto;
		background-color: #424347;
		width: 1024px;
		height: 100%;
		margin-bottom: 25px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-align:justify;
		overflow: hidden;
		line-height: 23px;		
}

#leftsidebar {
	float:left;
	width: 290px; 
	padding: 20px;
	padding-top: 35px;
	background-color:#353638;	
} 

#leftsidebar a:link { color:#b1ee85;}
			a:visited { color:#FFF;}
       		a:active { color: #FFF;}
	   		a:hover { color:#b1ee85;}

#leftsidebar img { 
			display: block; 
			margin-left: auto; 
			margin-right: auto;
			}
			
#rightcontent { 
    text-align:center;
	float:right;
	width:620px; 
	padding-top: 25px;
	background-color:#353638;
}

#rightcontent img { 
	padding: 20px;
}
	
#footer {
	clear:both;
	height: 93px;
	width:1024px;
	background:url(skimages/footer.gif);
	background-repeat:repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
	font-size:12px;
	text-align:center;
	padding-top:22px;
	width: 100%; /* for IE 6 */	
}

#footer a:link {color:#069;}
#footer a:visited {color:#CCC;}
#footer a:hover {color: #069;}
#footer a:active {color: #069;}

/* End Main Block Divs */ 

/* Start H&P Divs */

h1 {
	text-indent: -9999px;
}

h2 { 
	background-color:#353638;
	color:#b1ee85;
	text-transform:capitalize;
	padding-bottom: 5px;
}

h3 { 
	color:#b1ee85;
	font-size:14px;
}

h6 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999a9a;
	text-indent: 650px;
	padding-top: 10px;
	padding-bottom:22px;
	font-size:12px;
	position: absolute;
	position: relative;
   	width: 100%; /* for IE 6 */
}

p { 
	color:#999a9a;
	padding-bottom: 28px;
	padding: 20px;
}

/* End Misc Divs /*


