/*sggd_template.css*/

body {
margin: 0; 
padding: 0;
background: #222222;
font: normal 100%/1.5em  Lucida Sans Unicode, Lucida Grande, Bitstream Vera Sans, Verdana, sans-serif;
color: #ffffff;
text-align: center;
}

/* -- links -- */

a:link {
color: #777777;
text-decoration: none;
background: transparent;
}

a:visited {
color: #336699;
text-decoration: none;
background: transparent;
}

a:hover {
color: #0066cc;
text-decoration: none;
background: transparent;
}

a:active {
color: #0066CC;
text-decoration: none;
background: transparent;
}

/* -- headings -- */

h1, h2, h3 {
margin: 0 0 15px 0;
padding: 0;
background: transparent;
font-weight: normal;
color: #888888;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1.0em;
}

/* -- container --*/

#container {
width: 760px;
height: 1%;
margin: 30px auto;
padding: 0;
text-align: left;
}

/* -- banner --*/

#banner {
position: relative;
width: 468px;
height: 79px;
margin: 0 150px;
padding: 0;
background: transparent url(../images/banner.gif) no-repeat 0 0;
}

#banner p {
display: block;
margin: 0;
padding: 0;
text-indent: -100000px;
}

#banner p a {
display: block;
text-decoration: none;
}

/* -- top level nav --*/

#nav-meta {
	position: absolute;
	color: #777777;
	top: 5px;
	right: 15px;
	margin: 0;
	padding: 0;
	left: 204px;
	width: 249px;
}

#nav-meta ul {
margin: 0;
padding: 0 0 0 3px;
border-left: 0px;
font-size: 0.75em;
text-align: center;
line-height: 1.2em;
}

#nav-meta li {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
border-right: 1px solid #777;
}

#nav-meta a {
margin: 0;
padding: 0 3px 0 0;
background: transparent;
color: #777777;
text-decoration:none;
}

#nav-meta a:hover {
color: #0066cc;
}

/* -- nav-main --*/

#nav-toplevel {
float: left;
width: 150px;
margin: 0;
padding: 14px 0 0 0;
background: transparent url(../images/nav_main_top_bg.gif) no-repeat 0 0;
}

#nav-main {
background: transparent url(../images/nav_main_bot_bg.gif) no-repeat 0 100%;
margin: 0;
padding: 0 0 14px 0;
}

#nav-main ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 0.75em;
text-align: center;
}

#nav-main li {
display: block;
margin: 0;
padding: 0;
}

#nav-main a {
display: block;
margin: 0 0 1px 0;
padding: 3px 2px;
background: #000000;
color: #ffffff;
text-decoration: none;
}

#nav-main a:hover {
color: #111111;
background: #ffffff;
text-decoration: none;
}

#nav-main a.current {
margin: 0 0 1px 0;
padding: 3px 2px;
background: #006699;
}
#nav-main a.current:hover {
background: #ffffff;
}

/* -- section nav --*/

ul#nav-section {
margin: 0 0 1px 0;
padding: 3px 0;
background: #777;
font-size: 0.9em;
}

#nav-section li {
display: block;
margin: 0 0 1px 0;
padding: 0;
}

#nav-section a {
display: block;
margin: 0;
padding: 1px 0;
background: transparent;
color: #000000;
text-decoration: none;
}

#nav-section a:hover {
background: transparent;
color: #000000;
}

#nav-section a.youarehere, #nav-section a.youarehere:hover {
margin: 0;
padding: 1px 0;
background: transparent;
color: #000000;
}
#nav-section a.youarehere:hover {
margin: 0;
padding: 1px 0;
background: transparent;
color: #ffffff;
text-decoration: none;
}

/* -- subs/supp nav --*/

#nav-subs {
float: right;
margin: 0;
padding: 14px 0 0 0;
background: transparent url(../images/nav_supp_top_bg.gif) no-repeat 0 0;
}

#nav-supp {
width: 148px;
background: transparent url(../images/nav_supp_bot_bg.gif) no-repeat 0 100%;
margin: 0;
padding: 0 0 14px 0;
}

#nav-supp ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0.75em;
text-align: center;
}

#nav-supp li {
display: block;
margin: 0;
padding: 0;
}

#nav-supp a {
display: block;
margin: 0;
padding: 4px 0;
background: #49A4C5;
color: #fdfdfd;
text-decoration:none;
}

#nav-supp a:hover {
text-decoration: none;
}

/* -- content --*/

#content {
margin: 0 142px 0 150px;
padding: 30px 32px 0 25px;
background: #000000 url(../images/content_bg.gif) repeat-y 0 0;
font-size: 0.75em;
text-align: justify;
line-height: 1.6em;
}

#content p {
margin: 0;
padding: 0 0 15px 0;
}

/* -- footer --*/

#info-site {
margin: 0 142px 20px 150px;
color: #777777;
padding: 30px 0 0 0;
background: transparent url(../images/content_bot_bg.gif) no-repeat 0 0;
font-size: 0.75em;
text-align: center;
}

#info-site a {
color: #777777;
}

#info-site a:hover {
color: #0066cc;
}

/* -- misc --*/

div.clear {
clear: both;
height: 0;
}