/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;*/
	background:#dddddd;
	color:#1C3446;
	text-align:center;
	min-width:720px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1000px;
}

#pghead {
	position:absolute;
	top:0;
	left:0;
	margin:0 2% 0 2%;
	width:96%;
	height:125px;
	background:transparent url("img/bizbanner.jpg") repeat-x left top;
}

#pghead h1 {
	color: #FFF;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 60px;
}

#pghead h1 a {
	text-decoration: none;
	color: #FFF;
}

#pghead p {
	color: #FFF;
	margin-left: 20px;
	padding-left: 60px;
	font-size: x-small;
}

#pglogo {
	margin:20px 0 0 40px;
	height:85px;
	background:transparent url("img/biztitle.png") no-repeat left 10px;
}


#pgbody {
	width:96%;
	position:absolute;
	top:125px;
	left:0;
	margin:0 2% 0 2%;
	padding:25px 0 0 0;
	background:white;
	font-size:90%;
	min-height: 600px;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:25px 0 40px 40px;
	width:165px;
}

#pgmain {
	margin:0 50px 0 230px;
}
	
#pgtail {
	clear:both;
	margin:2em 0 0 0;
	padding:.5em 0 1em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	bottom: 0;
}
#pgtail p {
	margin:0;
}

#pgnav {
	margin:0;
	width:180px;
	background:transparent;
}
#pgnav ul {
	margin:0 20px 0 0;
	list-style-type:none;
	padding:0;

	width: 150px;
}
#pgnav ul li {
	background: #335C7D;
	position:relative;
	padding:0;
	margin-bottom: 2px;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#A1B6C7;
	height:3ex;
}
#pgnav ul li a:hover {
	width:auto;
	font-weight: bold;
}

#pgnav ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	padding-left: 5px;
}

#pgnav ul ul li {
	background: #335C7D;
}

#pgnav ul ul a {
	color: #A1B6C7;
}

#pgnav ul li:hover ul {
	display: block;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	border:1px outset #3E5F7A;
	margin:0 0 0 10px;
	padding:.5em 5px 0 5px;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color: #3E5F7A;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#3E5F7A;
}
a:visited {
	color:#1C3446;
}
a:hover, a:active {
	color:#335C7D;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

