@charset "utf-8";
/* base tag rules */
body{ background-color:#fff; }
#page{ background-color:#fff; }
p,div,body,table{color:#666;}

p{margin:0px 0 15px 0px;}
.row .unit p {margin-right:12px;}
/*basic classes*/
.hidden{display:none;}
a.linkbutton {/*applied to <a> tag to creat a button effect.  Used in place of input type "button".*/
	padding: .4em 1em .4em 1em;
	position: relative;
	text-decoration:none;
    line-height:2.5em;
    margin:0 5px 0 0;
}
#utilnav a {color:#666; text-decoration:none; font-weight:normal;}
#utilnav a.linkActive{font-weight:bold;}
#quickLinks {
	width: 320px;
	position: absolute;
	height: 298px;
	left: 0px;
	top: 0px;
	border-top: 1px solid #9aa61e;
	border-bottom: 1px solid #9aa61e;
	border-left: 1px solid #9aa61e;
}
#homePageBanner {
	position: relative;
	height: 300px;
	margin-bottom: 20px;
}
#homePageBanner .banner {
	background: #CCCCCC;
	height: 300px;
	width: 648px;
	position: absolute;
	left: 320px;
	top: 0px;
}
ul.linklist {
	color: #a7a820;
	list-style: square;
	margin: 0px 0px 0px 10px;
}
ul.linklist li {
	margin-left:10px;
}
#leftColNav ul.linklist li {
	margin-left:0;
}
#leftColNav ul.linklist li li{
	margin-left:10px;
}
#leftColNav ul.linklist li { list-style:none /*url(../img/subnavarrow.gif) outside*/; 
}
#leftColNav ul.linklist li a {
	text-decoration:none;
	background: url(/img/subnavarrow.gif) no-repeat left center;
	padding-left: 15px;
}
a:link, a:visited, a:active{
	text-decoration:underline;
	color:#0067ac;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
	color:#db7200;
}

em {
	font-style: italic;
	font-weight: lighter;
}
p.hLine {
	color: #FFF;
	background: url(../img/dots.gif) repeat-x left center;
	display: block;
	border-style: none;
	border:none;
	height:3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.ie6 #footer {font-size: 80%;}
#footer p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#666666;
}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
h1,h2,h3,h4{margin: 0px 0 2px 0px;color:#666;}
h1{
	font: normal 1.6em Helvetica, Arial, sans-serif;
	color: #666;
	padding-left: 0;
}
h2{ font: normal 1.4em Helvetica, Arial, sans-serif; color: #666666; padding-bottom: 2px;}
h3{ font: bold 1.2em Helvetica, Arial, sans-serif; }
h4{ font: bold 100% Helvetica, Arial, sans-serif; }

