/*Top Navbar */

#navbar {
	background: url(images/bg_nav.jpg) repeat-x;
	padding:0 0 0 6px;
	margin: 0 auto 11px auto;
	overflow: hidden;
	}
	
#nav {
	font-size:12px !important;
	font-weight: bold;
	float:left;
	margin: 0;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	margin: 0;
	}
	
#nav li {
	float:left;
	}

#nav a, #nav a:visited {
	display:block;
	background: url(images/pipe.gif) right no-repeat;
	padding: 13px 16px 14px 16px;
	color: #FFF;
	text-decoration:none;
	}

#nav li.current-cat a, #nav li.current-cat a:visited {
	background: url(images/pipe_on.gif) right no-repeat;
	padding: 13px 16px 14px 16px;
	text-decoration:none;
	}

#nav a:hover, #nav a:active {
	background: url(images/pipe_on.gif) right no-repeat;
	padding: 13px 16px 14px 16px;
	text-decoration:none;
	}


		
	
a img {
	border:medium none;
	}

h1 {
	padding: 6px 0 0 0;
	margin: 0;
}
h1 a, h1 a:visited {
color:#FFFFFF;
font-family:arial;
font-size:30pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-decoration:none;
	padding: 0;
	margin: 0;
}
h1 a:hover, h1 a:active {
text-decoration:none;
	padding: 0;
	margin: 0;
}

.wrapper {
	margin: 10px auto 0px auto;
	width: 900px;
	}
	   
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
	padding:0 0 0 18px;
	}

#branding {
	padding-top:20px;
	padding-left:20px;
	margin: 0;
	}

#description {
	color:#7ec2f8;
	letter-spacing:0.06em;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:2px;
	margin: 0;
	}
		

	
	
	
/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}




