/*  B A S I C   L A Y O U T   -------------------------------------------- */

html {
	min-height: 100%;
	height: auto; }

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 75%;
	color: #FFFFFF;
}

#content { 
	width:955px;
	BORDER-TOP: #3C3434 1px solid;
	padding:0px;
	MARGIN: 5px auto 5px;
	color:#FFF;
	clear:left;
}

#col-left  { float: left; width: 630px; margin-top: 10px; margin-bottom: 7px;}

#col-right { float: right; width: 300px; text-align: center; margin-top: 10px; margin-bottom: 7px;}



#mainimage {
	width:627px;
	height:334px;
	margin-bottom: 10px;
}

#copy {
	width:627px;
	margin-top: 10px;
}

/*  H E A D E R   ---------------------------------------------------- */

#header {
	width:955px;
	height: 66px;
	padding:0px;
	MARGIN: auto;
	color:#0494CC;
	clear:left;
	
}

#header ul {margin: 0; padding: 0;}

#header li {display: inline; padding: 0; margin: 0; background:none;}

#logo  { float: left; width: 200px; margin-bottom: 0px;}

#navigation { float: right; text-align: left; width: 738px; padding-top: 23px; height: 30px;}

#logo a {
	font-size:1px;
	width:184px;
	height:61px;
	float: left;
	text-indent:-1000em;
	background:url(../images/quarter-logo.gif) no-repeat 0 0;
	BORDER: #3C3434 0px solid;
}

#logo a:hover {
	background-position:0 0px;
}


/*  F O O T E R   ---------------------------------------------------- */

#footer {
	width:955px;
	height: 64px;
	padding:0px;
	MARGIN: 5px auto 5px;
	color:#F4F9FC;
	clear:left;
	BORDER-TOP: #3C3434 1px solid;
}



#footer ul {margin: 0; padding: 0;}

#footer li {display: inline; padding: 0; margin: 0; background:none;}

#legal  { float: left; width: 370px; margin-top: 15px; font-size: 90%;}

#vermont { float: right; text-align: right; width: 420px; margin-top: 15px;}


/*  H E A D I N G S ,   P A R A G R A P H S   A N D   L I N K S   ------------------ */

a {color: #FFF; font-weight: normal; text-decoration:none;}

a:hover {color: #95CAFB; font-weight:normal; text-decoration:underline;}

.inv { display: none; }

.clear { clear: both; }