html { 
  min-height: 100%; 
	margin-bottom: 1px; 
	background: #ffffff url("../images/222.gif") repeat;
	color: #0c0c0c;
}
body {
	 /*12px via YUI Fonts CSS foundation*/ 
	font-size: 77%;
	font-family: helvetica;	
	margin:0;
	padding:0;
	
}


/* a */
a, a:visited { 
	color : #00adee; 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 

.clear {
	clear: both;
}
h1,h2,h3,p{
	margin:0.5em 0;
}


h2.replace-black {
	
}
h2.replace-blue {

}
.black-line1 {
	width: 580px;
}
.black-line2 {
	width: 480px;
}
.blue-line1 {
	width: 190px;
}
.blue-line2 {
	width: 270px;
}


.client-name {
	color: #ffffff;
	font-weight: bold;
	background: #0c0c0c;
	padding: 0;
}

.client-name a{
	color: #ffffff;
	font-weight: bold;
	background: #0c0c0c;
	padding: 0 0.2em;
	text-decoration: none;
}

.client-name a:hover{
	background: #00adee;	
}

.margin-bot {
	margin-bottom: 30px;
}

.sub-text {
	color: #6d6d6d;
	font-size: 77%;
}

img {
	border: 0;
}

/* Main blocks
=================================*/
#wrapper {
	width: 975px;
	margin: 0 auto;
	background: transparent;
	padding: 0;
}
#header {
	width: 975px;
	height: 509px;
	position: relative;
	margin-bottom: -175px;
}
#header h5 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
}
#header h5 a {
	width: 677px;
	height: 509px;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -59px;
}
#weathersymbols {
	position: relative;
	width: 200px;
	height: 36px;
	top:0;
	left: 735px;
	background: url("../images/the_weather_symbols.gif") no-repeat;
}
#skip_to_content {
	text-indent: -10000px;
	margin: 0;
}



/* Content Blocks
=================================*/

#content {
	position: relative;
	width: 100%;
}

.left-mid-col {
	float: left;
	width: 605px;
	margin-left: 15px;
}

.left-col {
	float: left;
	width: 290px;
	margin-left: 15px;
}
.mid-col {
	float: left;
	width: 290px;
	margin-left: 25px;
}

.right-col {
	float: left;
	width: 290px;
	margin-left: 25px;
}

.full-a {
	width: 920px;
	margin-left: 15px;
	margin-bottom: 30px;
}


.dotline,.dotline-1px {
	width: 100%;
	height: 20px;
	background: url("../images/dotline.gif") repeat;
}
.dotline-1px {
	height: 1px;
}


/* Footer
=================================*/
div.footer {
	width: 945px;
	margin: -20px 0 0 0;	
	padding: 15px;
	font-size: 85%;
	color: #6d6d6d;
}
.footer-left {
	width: 615px;
	float: left;
}
.footer-right {
	width: 315px;
	float: right;
}



