/* 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;	*/
	color:#334E99;
	text-align:center;
	min-width:720px;
	background:white url("img/zzriderleft-sxc728470.jpg") no-repeat left bottom;
	background-attachment:fixed;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
}

#pghead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:175px;
	background:transparent url("img/zzriderlogo.png") no-repeat 110px 20px;
}

#pgbody {
	width:100%;
	position:absolute;
	top:150px;
	margin:25px 0 0 0;
	background:transparent url("img/zzriderv.gif") repeat-y 292px 0;
	font-size:90%;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 0 120px;
	width:150px;
	font-size:90%;
	text-align:right;
}

#pgmain {
	margin:0 40px 0 292px;
	padding:0 0 0 16px;
}

#pgtail {
	clear:both;
	border-top:1px solid #AA2B62;
	margin:1em 0 0 0;
	padding:.5em 40px .5em 40px;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	background:white;
}
#pgtail p {
	margin:0;
	display:inline;
}
#pgtail a {
	color:#334E99;
}

#pgnav {
	top:0;
	left:0;
	width:150px;
	position:absolute;
	background:transparent;
}
#pgnav ul {
	margin:0;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:5px;
	display:block;
	color:#335999;
	text-decoration:none;
}
#pgnav ul li a:hover {
	width:auto;
	color:white;
	background:#B3C6E6;
	border-right:3px double #335999;
}
#pgnav ul #curlnk {
	font-weight:bold;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	margin:0 0 0 10px;
	padding:0 5px 0 5px;
	color:white;
}
.txtflt p {
	margin:0 0 .5em 0;
	padding:0 5px 0 5px;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
}
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:#172C66;
}
a:visited {
	color:#334E99;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

