@charset "utf-8";
/* CSS Document */
/*ggw*/
* {/*See http://leftjustified.net/journal/2004/10/19/global-ws-reset/ Note about firefox select widget*/
	padding:0;
	margin:0;
}
html {
	height:100%;
	min-height: 100%;
	margin-bottom: 1px; /*Forces a Vertical Scrollbar*/
}
body {
	background:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	height:100%;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	text-align:center; /*For ie5.5 */
	font-size:1em;
}
#container{
	background-color:transparent;
	margin:1em auto 0 auto;
	width:980px;
}
#header {
	height:137px;
	background-image:url(../images/ggwlogo.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#wrapper1 {
	margin-top:2.5em;
	height:100%;
	min-height:100%;
}
#maincontent {
	height:100%;
	float: left;
	width: 780px;
	margin: 0 0 0 0;
	background-color:transparent;
	text-align:left;
}
#sidebar {
	float: right;
	width: 190px;
	color:#666666;
	background-color: #b9cf9b;
	background-image:url(../images/gradientsidebar.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border: 1px solid #999999;
}
#sidebar p, #sidebar h4 {
	text-align:left;/*This is done here instead of #sidebar to make sure any div & its contenet are centered*/
}
#wrapper2 {
	height:5em;
	margin-top:1em;
}
#footer {
	line-height:2em;
	width:980px;
	background-color:#d7e3c5;
	margin: 0 auto;
}
#footer p {
	margin:0;/*This forces ie to make height of footer the same as ff*/
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.button {/*lte ie6 needs this. Without it, the iepngfix stretches the images vertically for some reason*/
	width:154px;
	height:59px;
}
.rightgap {
	margin-right:1em;
	
}
.sticky {
	height:168px;
	width:190px;
	background-image: url(../images/sticky.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.sticky p {
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	padding:0px 20px 3px 20px;
	color:#333333;
}
.imgR {
	margin:0 auto;
	width:128px;
}
img {
	border:0;
}
.whiteright {
	margin:0 1em 0 0;
}
.left {
	float:left;
	margin:0 1em 0 0;
}
.green {
	color:#577036;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {/*To re-set block-level items after getting rid of all default padding in 1st CSS rule*/
    margin-bottom: 16px;
}
p, h1, h4 {/*The best way to achieve a consistant design regardless of resolution or font size is by using percentage values for all horizontal spacing and em for all vertical spacing. NOT YET IMPLEMENTED*/
	padding:0 20px 0 0;
}
#sidebar p, #sidebar h1, #sidebar h4 {
	padding:0 20px;
}
h1 {
	padding-top:5px;
}
h4, #sidebar h4 {
	padding-top:20px;
}
p {
	font-size:.8em;
}
#sidebar p {
	font-size:0.8em;
}
h1 {
	font-size:1.1em;
}
h4 {
	font-size:1em;
}
#sidebar h4 {
	color:#7A9C4B;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.greendot {
	font-size:.8em;
	padding-left:3em;
}
ul.greendot li {
	padding:0 0 0 1.3em;
	background-image: url(../images/greenstop.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	line-height:1.3em;
}
#sidelinks li {
	font-size: 0.9em;
	text-align:left;
	padding:0px;/*Adjust to give gap on side and bottom of links*/
}
#sidelinks li.first {/*Adjust to give gap on top of links*/
	margin-top:0px;
	border-top: 1px solid #999999;
}
#sidelinks li.last {
	margin-bottom:8px;
	border-bottom: 1px solid #999999;
}
#sidelinks li a{
	display:block;
	color:#465464;
	background-image:url(../p7tbm/img/aurora_menutile2.png);
	background-repeat: repeat-x;
	line-height:1.8em;
	text-decoration: none;
	padding:.1em .5em;
}
#sidelinks li a:hover, #sidelinks li a:active, #sidelinks li a:focus {
	color:#7C8C92;
	text-decoration:none;
	background-image:none;
	background-color:#E2E7EA;
}
#sidelinks li a:visited {
}
/*Uberlinks code: http://www.projectseven.com/tutorials/css/uberlinks/index.htm */
#sidebar #sidelinks .uberlink {
	background-image:none;
	background-color: #7c8c92;
	color: #fff !important;
	cursor: default;
}
/*END Uberlinks*/
#sidebar a {
	text-decoration:none;
	color:#666666;
}
#sidebar a:hover, #sidebar a:focus {
	text-decoration:underline;
}
