html,body {
	margin:0;
	padding:0; }

.hidden {display:none;}
.clear {clear: both;}


/* --- structure --- */

body {
	font-family:"Arial", "Lucinda Grande", "Verdana", Sans-serif;
	font-size:12px;
	color:#5b5b5b;
	background:#1d5f97 url(../images/backing.gif) repeat-x; }

#container {
	width:768px;
	margin:0px auto; }

#header {
	/*background-image:url(../images/header.gif);*/
	height:150px; 
	position:relative; }
	
#top {
	float:right;
	padding-top: 10px; }

#homelogo {
	/*position:absolute;
	left:430px;
	top:64px;
	width:335px;
	height:45px;
	z-index:1;*/
	position:relative; top:65px; left:320px; 
}

#content {
	width: 768px;
	float: left;
	background:#f2efea; }
	
#footer {	
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin: 0px auto;
	position: relative;
	background:#f2efea url(../images/horizontal_dots.gif) top left no-repeat;
	width: 763px;
	padding: 8px 0px 5px 5px;
	clear: both; }

/* --home page styles-- */

#left-home {
	width:189px;
	height: 315px;
	float:left;
	clear:both;
	line-height:14px;
	padding: 7px;
	background:#f2efea url(../images/vertical_dots.gif) top right repeat-y;
	text-align: center;
}
	
#home {
	width:189px;
	float: right;
	line-height:14px;
	background:#f2efea;
	padding: 10px }
	
#right-home {
	width:331px;
	float:right;
	clear:none;
	line-height:14px;
	padding: 10px;
	background:#f2efea url(../images/vertical_dots.gif) top left repeat-y; }
	
/* --- inner page styles --- */

#left {
	width:239px;
	float:left;
	clear:both;
	line-height:14px; }
	
#center {
	width:530px;
	float:left;
	clear:both;
	line-height:14px;
	padding: 10px;
	background:#f2efea url(../images/vertical_dots.gif) top right repeat-y; }

#right {
	width:210px;
	float:right;
	clear:none;
	line-height:14px;
	padding-left: 5px; }

/* --- type styles --- */

h4 {color: #008200;
	font-size:12px;
	padding: 0;
	margin-bottom: 0; }
	
ul.rightside li {
	background: url(../images/bullt_orange.gif) left 5px no-repeat;
	padding-left: 12px;
	padding-top: 0px;
	list-style-type: none;
	line-height: 24px; }

ul.rightside, li {margin-left: 0; padding-left: 0; }

/* --- links --- */

a { outline:none }

a:hover {
	text-decoration: none;
	color:#666}

li a:link {
	color: #5b5b5b }

a:link, a:active, a:visited {
	text-decoration: underline;
	color:#008200 }

#top a:link {
	color:#fff;
	text-decoration:none; }

#top a:hover {
	color:#fff;
	text-decoration: underline; }
	
#top a:visited {
	color:#fff;
	text-decoration: none; }

#footer a:link {
	color:#0197cf;
	text-decoration:none; }

#footer a:hover {
	text-decoration:underline;
	color:#666 }

#footer a:visited {
	color:#0197cf;
	text-decoration:none; }

/* --- navigation --- */

#navigation {
	margin: 68px 0px 0px 0px;
	height: 43px; width:660px;
	float: right }
	
#navigation a span {display:none;}

#navigation a {
	height:43px; 
	display:block; 
	float:left; }
	
/* --- menu --- */
a#join 			{width:110px; background:url(../images/PCUA_Consumer-menu.gif)    0px 0 no-repeat;}
a#faqs			{width:110px; background:url(../images/PCUA_Consumer-menu.gif) -110px 0 no-repeat;}
a#info			{width:110px; background:url(../images/PCUA_Consumer-menu.gif) -220px 0 no-repeat;}
a#tips			{width:110px; background:url(../images/PCUA_Consumer-menu.gif) -330px 0 no-repeat;}
a#links			{width:110px; background:url(../images/PCUA_Consumer-menu.gif) -440px 0 no-repeat;}
a#contactus		{width:110px; background:url(../images/PCUA_Consumer-menu.gif) -550px 0 no-repeat;}

a#join:hover 		{background:url(../images/PCUA_Consumer-menu.gif)    0px -43px no-repeat;}
a#faqs:hover		{background:url(../images/PCUA_Consumer-menu.gif) -110px -43px no-repeat;}
a#info:hover		{background:url(../images/PCUA_Consumer-menu.gif) -220px -43px no-repeat;}
a#tips:hover		{background:url(../images/PCUA_Consumer-menu.gif) -330px -43px no-repeat;}
a#links:hover		{background:url(../images/PCUA_Consumer-menu.gif) -440px -43px no-repeat;}
a#contactus:hover	{background:url(../images/PCUA_Consumer-menu.gif) -550px -43px no-repeat;}

