/*******************************************************
CSS file heavily modified from:
 Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
(DATE: 20070807 AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com)
Also uses sticky footer technique from:
http://www.themaninblue.com/writing/perspective/2005/08/29/
*******************************************************/
html {
	height: 100%; /* for sticky footer */
}

body {
	margin:0px;
	padding:0px;
	height:100%; /* for sticky footer */
	color:#000000;
	text-align:center;
	background: #ffffff url(../images/r2l_bg.jpg) repeat-x top;
}

body, th, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:hover h3 {
	text-decoration: underline;
}

ul {
	margin:0 0 0 20px;
	list-style-type:disc;
}

blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	margin:.2em;
}

#container {
	margin:0px auto;
	padding:0px 10px 0px;
	width:700px;
	text-align:left;
	vertical-align: middle;
	position: relative; /* for sticky footer */
	min-height: 100%; /* for sticky footer */
}

#top {
	height: 28px !important; /*for most browsers*/
	height /**/:38px; /*for IE 5.5 bad bad box model*/
	font-size: 0.9em;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

/* for sticky footer */
* html #container {
	height: 100%;
}

#header {
	margin:0 0 30px 0;
	padding:0;
	height:162px;
}

.head {
	float: right;
	width: 400px;
	height: 120px;
	margin: 5px 0 0 0;
}

h1#logo {
	padding: 162px 0 0;
	overflow: hidden;
	background: url(../images/r2l_pglogo.jpg) no-repeat;
	height: 0px !important; /*for most browsers*/
	height /**/:162px; /*for IE 5.5 bad bad box model*/
	float: left;
	width: 250px;
	display: inline;
}

#topnav {
	float: right;
	height: 30px;
	margin: 0;
	padding: 0;
	font: 1.1em Arial, Helvetica, sans-serif;
	display: inline;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 0 7px 0;
}

#topnav ul li a:link,
#topnav ul li a:visited {
	margin: 0 3px;
	padding: 0 2px;
	color: #151515;
	text-decoration: none;
	font-weight: bold;
}
#topnav ul li a:hover,
#topnav ul li.active a {
	border-top: 2px solid #666666;
	color: #9D0000;
}

#topnav ul li a:link span,
#topnav ul li a:visited span,
#topnav ul li a:active span,
#topnav ul li a:hover span
{
	padding: 0 7px 0 7px;
}

#content { 	
	padding:0 0 80px 0; /* bottom padding for sticky footer */
}

#leftColumn {
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:190px;
	font-size:.9em;
}

#leftColumn p {
	padding:10px
}

#leftColumn h2 {
	margin:0;
	font-weight: bold;
	padding:10px 0 0 0px;
	font-size:1.3em;
	color: #006633;
}

#leftColumn #sidenav ul {
	margin-left: 0;
	font: 11px verdana, sans-serif;
	color: gray;
	list-style: none;
}

#leftColumn #sidenav {
	margin-bottom: 40px;
}

#leftColumn #sidenav ul li {
	list-style: none;
	margin: 0px;
	border-bottom: thin groove;
	text-align: left;
}

#leftColumn #sidenav ul li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}

#leftColumn #sidenav ul li a:link { color: #000; }

#leftColumn #sidenav ul li a:visited { color: #006; }

#leftColumn #sidenav ul li a:hover {
	color: #990000;
	background: #FFFFCC;
	border-left: 3px solid #003300;
}


#centerColumn { 	
	margin:0 0 0 230px;
	padding: 0;
}

/* 3 pixel jog hack follows */
/* Hides from IE5-mac \*/
* html #centerColumn {height: 1%;}
/* End hide from IE5-mac */

#centerColumn p {
	padding-bottom: 7px;
	line-height: 1.3em;
}

#centerColumn h2 {
	color:#5B1402;
	margin:0 0 8px 0;
	padding:10px 0 0 0;
	font-size:1.3em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #5b1402;
}

h3 {
	color: #003300;
	margin:0;
	padding:10px 0 8px 0;
	font:bold 1.2em Arial, Helvetica, sans-serif;
}

h4 {
	color:#000000;
	margin:0;
	padding:10px 0 8px 0;
	font-size:1.1em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#centerColumn li {
	margin:4px 0 5px 10px;
	list-style: url(../images/arrow_right_grey.png);
	font-weight:normal;
 	color: #000000;
}

#centerColumn li.main,
#centerColumn ul.LSM_0 > li,
#centerColumn ul.LSM_0 > li > a:link,
#centerColumn ul.LSM_0 > li > a:visited {
	margin-top: 20px;
	list-style: url(../images/gr_bullet.png);
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#centerColumn ul.LSM_0 > li > a:hover {
	text-decoration: underline;
}

h3.summaryheading {
	margin-top: 5px;
	padding-left: 18px;
	background: url(../images/gr_bullet.png) no-repeat center left;
	font-weight: bold;
	color: #990000;
}

h3.summaryheading a:link,
h3.summaryheading a:visited {
	color: #990000;
	text-decoration: none;
}

h3.summaryheading a:hover {
	text-decoration: underline;
}

.readmore {
	text-align: right;
	padding-top: 4px;
}

.highlight,
.highlight a:link,
.highlight a:visited {
	color:#990000;
	font-weight: bold;
	text-decoration: none;
}

.highlight a:hover {
	text-decoration: underline;
}

.errors {
	color: red;
}

label {
	font-weight: bold;
}

#footer {
	position: relative; /* for sticky footer */
	margin: -60px 0 0 0; /* for sticky footer */
	padding: 5px 0 0;
	height: 60px;
	font-size: 0.9em;
	color: #CCCCCC;
	background: #474D57 url(../images/botsl-bg.gif) repeat-x;
	clear: both;
}

#footer span {
	padding-left: 2px;
	padding-right: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer span.last {
	border-right: none;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

.picright{
	float: right;
	margin: 0 0 10px 10px;
}

div.shadow {
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

div.shadowright {
	background: url(../images/shadow.gif) no-repeat right bottom;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.shadowleft {
	background: url(../images/shadow.gif) no-repeat right bottom;
	float: left;
	margin: 10px 25px 15px 0;
	padding: 0;
	position: relative;
}


div.shadowright img, div.shadowleft img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.staffphoto {
	float: left;
	width: 155px;
	margin: 0 0 40px 0;
	position: relative;
}

