﻿* {
padding:0;
margin:0;
}

/*h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:10px 0; }*/

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; border-style:none; }
/* @end */

/* @group HTML, Body */
body {
	text-align: left;
	font-size: small;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background-image: url(/images/gg/ggbanner.jpg) top left;
	background-repeat:no-repeat;
   /* background-size: 100%;*/
	
	
}
div#inner-wrapper {
	/*background: url(../images/header-bkg.gif) repeat-x;*/
}

div#content-wrapper {
	width: 850px; /*856px*/
	text-align: left;
 
	/*background-color: #F2F2F2;*/
}
div#logo {
/*	background: url(/images/banier_top.jpg) no-repeat;
	width: 235px;
	height: 206px;
	text-align: center;*/
}
div#logo img {
	margin-top: 0px;
}
div#sidebar
{
	position: relative;
	margin: 0px 0px 0px 0px;
	
	float: left;
	width: 252px;
	display: inline;
	height: 747px; /* min-height: 100%; */
/*    color: #FFFFFF;	 */
}
div#sidebar a:link, div#sidebar a:visited
{
	color: #FFFFFF;
	text-decoration: none
}
div#sidebar a:hover
{
	color: #006FB7;
	text-decoration: none
}

div#sidebar-innertoptext
{
	position: absolute;
	top: 140px; /* 175 as in prototype, -35 (header height, defined below) */
	left: 30px;
	width: 185px;
	height: 175px;
    background-color: rgba( 255, 255, 255, 0.4 ); /* blue; /*rgba(255,255,255, 0.9);*/ 
/* color  : #FFFFFF;	 */
font-size: smaller; 	
}
div#sidebar-innertoptext a:link, div#sidebar-innertoptext a:visited
{
	color: #006FB7;
	text-decoration: none
}
div#sidebar-innertoptext a:hover
{
	color: #FFFFFF;
	text-decoration: none
}

div#sidebar-innerbottomtext
{
	
	position: absolute;
	top: 378px;
	left: 30px;
	width: 185px;
	height: 367px;
        background-color: rgba( 255, 255, 255, 0.4 ); /* blue; /*rgba(255,255,255, 0.9);*/ 

/* color  : #FFFFFF;	 */
 font-size: smaller;	
	
}
div#sidebar-innerbottomtext a:link, div#sidebar-innerbottomtext a:visited
{
	color: #006FB7;
	text-decoration: none
}
div#sidebar-innerbottomtext a:hover
{
	color: #FFFFFF;
	text-decoration: none
}


div#content {
	float: right;
	width: 598px;
	display: inline;
	/*background-color: White;*/
    background-color: rgba( 255, 255, 255, 0.4 );
 height: 746px;		
}


div#content-header
{
	background: url(/images/disk3/BW_header.jpg) no-repeat;
	height: 35px;
	margin-left: 252px;
	/*color: #FFFFFF;*/
    line-height:32px;	
}
div#content-header a:link, div#content-header a:visited
{
	color: #FFFFFF;
	text-decoration: none
}
div#content-header a:hover
{
	color: #006FB7;
	text-decoration: none
}


div#content-inner {
	padding: 1px 0;
}
div.content-full {
	clear: both;
	margin: 0px 49px 0px 49px;
}
div#footer
{
	clear: both;
	background-color: #F2F2F2;
	background: url(/images/disk3/BW_footer.jpg) no-repeat;
	height: 79px;
	line-height: 79px;
	font-size: smaller;
	color: #ACACAC;
	padding-left: 30px;
}

div#footer img
{
	vertical-align:middle;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	/*font-size: 1.2em;
	font-family: "Times New Roman", serif;*/
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	/*color: #7d7257;*/
	color:#006FB7;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #000000;
}

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	/*font-size: .7em;
	color: #978f7c;
	text-transform: uppercase;*/
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #cac6ba;
}

ul#footer-nav {
	/*font-family: "Times New Roman", serif;
	font-size: .7em;*/
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	margin: 0 0 0 0;
	/*font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #464031;*/
}
h3.dateline {
/*	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;*/
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	/*text-transform: uppercase;
	font-weight: lighter;*/
	margin-bottom: 10px;
	/*font-family: "Times New Roman", serif;
	color: #a1a09b;*/
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
/*	font-size: .75em;
	color: #929291;
	line-height: 1.7em;*/
}
div#content-inner p {
	margin: 2px 0 30px 0;
}
p.copyright {
/*	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;*/
	text-transform: uppercase;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #006FB7;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #000000;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
