@charset "UTF-8";
/* CSS Document */

/*  reset css */

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;
}



/* General formatting, using a method to stetch content 100% and stick footer to bottom */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffcc33;
	color: #333333;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	height:120px;
	padding: 5px;
	margin-bottom: 25px;
	background:#f2f2f2;
	background-image:url(img/header_bg.gif);
	background-repeat:repeat-x;
	font-size:60%;
}


div#content {
	padding:0px 0px 5em; /* bottom padding for footer */
}
	

div#footer {
	position:absolute;
	width:100%;
	bottom:10; /* stick to bottom */
	background:#fff;
	text-align:center;
	font-size:60%;
	color: #666666
}
	div#footer p {
		padding:1em;
		margin-bottom:40;
	}


/* misc css */
	
a { 
	color: #800080;
	text-decoration: none; 
	}

a:hover {
	 color: #4169E1;
	text-decoration: none; 
	}

h2 { 
	font-size: 130%; 
	font-family: arial, helvetica;
 }
 
 h3 { 
	font-size: 100%;
	color:#000000;
	font-family: arial, helvetica;
 }

h4 { 
	font-size: 90%; 
		color:#000000;
	font-family: arial, helvetica;
 }

h5 { 
	font-size: x-small;
 }

p.subtitle { 
font-weight:bold; 
font-size: 60%; 
 }

p {
margin: 10px 0;
}

						
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}						

/* nav css */
		#pipe {
		margin:83px 0 20px 230px;
		}
		
		#logo {
		float:left;
		padding: 15px 0 0 25px;
		
		}
		
		#pipe ul {
			margin-left: 0;
			padding-left: 0;
			display: inline;
			text-transform:uppercase;
			} 
		
		#pipe ul li {
			margin-left: 0;
			padding: 3px 8px;
			border-left: 1px solid #d8d8d8;
			list-style: none;
			display: inline;
			}
			
					
		
		#pipe ul li#first {
			margin-left: 0;
			border-left: none;
			list-style: none;
			display: inline;
			}
			
		#pipe ul li.here a {
		font-weight:bold;
		color:#000000;
						}

/* home css */



div#content #welcome {
	float:left;
	width:260px;
	padding: 10px 0 0 32px;
	}
div#content #welcome p {
		font-size:80%;
		line-height:150%;
	}
	
div#content #pic {
		margin:0 0 20px 305px;
		}
		
div#content #home-bar {
	padding: 0px;
	height:210px;
	background:#f2f2f2;
	}
	
div.home-thumb {
float:left;
width:385px;
margin:10px 0px 0px 10px;
padding-bottom: 0px;
min-height:170px;
height:170px;
}
div.home-thumb img{
float:left;
margin: 10px 10px 0 0px;
/*border:thin #333333 solid;*/
}
div.home-thumb p{
margin:0;
padding:8px;
font-size:60%;
line-height:120%;

}	

div.home-thumb strong{
font-size:100%;
color:#000000;
font-weight:bold;
}	

/*sub page css */

div#content #wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0 0 0 0px;
	border:0;
}

div#content #titleheader {
	margin: 0 0 15px 20px;
}

div#content #side-a {
	float: left;
	font-size:60%;
	margin-left:20px;
	width: 200px;
}

div#content #side-b {
	float: right;
	margin-left:10px;
	padding:10px;
	width: 200px;
	font-size:60%;
	background:#f5f5f5;
/*	margin-right: 10px;*/

}

div#content #subcontent {
	float: left;
	margin-left:10px;
	width: 42%;
	font-size:70%;
}

div#content #subcontentb {
	float: left;
	margin-left:20px;
	width: 68%;
	font-size:70%;
}

div#content strong{
font-size:100%;
color:#000000;
font-weight:bold;
}	
	
div#content ul {
list-style: disc;
list-style-position:inside;
}	

div#content ul li {
padding: 5px;
}	
	
