html {
padding: 0;
margin: 0;
border: 0;
}

/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {
font-size:0.8em;
font-family:Arial,Verdana,Sans-Serif;
}
a {color:white;}

img, a img {border: none;}

HR {
    height:1px;
    width:100%;
    background:#808080;  
   }

#wrapper	{
	width:720px;
	margin-left: auto ;
	margin-right: auto ;
}

#header {
/*	background:#FFFFFF; */
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	min-height:155px;
	width:100%;
}
#button{
	position:relative;
	/*background-color:#eee; //debugging */
	left:594px;
	top:116px;
	height:27px;
	width:124px;
}

#button1 {
	/*background-color:#00FF00;*/
	height:27px;
	width:41px;
}

#button2 {
	/*background-color:#0000FF;*/
	position:relative;
	left:41px;
	top:-27px;
	height:27px;
	width:41px;
}

#button3 {
	/*background-color:#FF0000;*/
	position:relative;
	left:82px;
	top:-54px;
	height:27px;
	width:41px;
}

#navbar {
	text-align:left;
	float:left;
	width:126px;
}

#navbar a {
text-decoration: none;
}

#content {
  text-align:left;
  background:transparent;
  color:#000000;
  float:left;
  width:560px;
/*  padding-top:1em;
  padding-bottom:1em;
  */
  margin: 0px 10px 10px 10px;
}

#content a{
color:#3A5B8C;
text-decoration:none;
  }

#content a:visited{
color:#3A5B8C;
text-decoration:none;
}

#content a:hover{
color:#3A5B8C;
text-decoration:underline;
}

#footer {
	background:#FFFFFF;
	color:#000000;
	clear:both;
	width:100%;
	font-size:0.8em;
	padding:0.5em 0 0.5em 0;
	height:1.5em;
	margin-left: auto ;
	margin-right: auto ;
}

#footer a{
color:#000000;
text-decoration:none;
}

#footer a:visited	{
color:#000000;
text-decoration:none;
}

#footer a:hover	{
	color:#000000;
	text-decoration:underline;
	background:transparent;
}

.foot-left {
float:left;
text-align:left;
padding-left:0.5em;
width:48%;
}

.foot-right {
float:right;
text-align:right;
padding-right:0.5em;
width:48%;
}

.foot-center {
text-align:center;
width:100%;
}

.top	{
font-size:1.5em;
color:#000000;
background:#FFFFFF;
padding:0;
}

.exleft	{
float:left;width:34%;font-style:italic;font-size:0.8em;
}

.exright	{
float:right;width:65%;
}


img.right	{
float:right;
margin-left:10px;
margin-right:5px;
/*border:solid 1px #000000;*/
}

img.center	{
/*border:solid 1px #000000;*/
}

.grey{
padding:5px;
background-color:#E1F0E4;
border:solid 1px #0B5BA1;
}

.white{
padding:5px;
background-color:#FFFFFF;
}

.clear	{
clear:both;
line-height:0;
}

#quote{
text-align:left;
height:20px;
padding: 5px;
width: 585px;
float:left;
display:block;
background: #E1F0E4;
border:solid 1px #000000;
}

#tweet{
text-align:left;
min-height:16px;
max-height:30px;
padding: 5px;
width: 585px;
float:left;
display:block;
background: #E1F0E4;
border:solid 1px #000000;
margin:0 0 5px 0;
}

#tweet a{
color:#3A5B8C;
text-decoration:none;
}

#tweet a:visited{
color:#3A5B8C;
text-decoration:none;
}

#tweet a:hover{
color:#3A5B8C;
text-decoration:underline;
}

#toplayer
{
position:fixed;
top:0;
left:0;
padding: 0em;
margin: 0em;
width: 100%;
/*border-top: 0.5em solid #ffffff;
border-bottom: 0.5em solid #ffffff;*/
padding-left: 0.5em;
padding-right: 0em;
color:#000000;
background: 100% #FFFFFF;
z-index: 5;
}

#toplayer a
{
color: #000000;
}

#toplayer a:hover
{
color:#000000;
background:#FFFFFF;
}


#banner
{
background:#FFFFFF;
  width:100%;
  overflow:hidden;
}


#active a
{
text-decoration: none;
display: block;
color:#000000;
background-color: #C2CFF0;
margin: 0.1em 0;
padding: 0em;
/*border-right: 1.0em solid #000000;*/
}

h1
{
color:#000000;
background: transparent;
padding: 0em;
margin: 0em;
margin-bottom: 0.5em;
/*border-bottom:solid 1px #000000;*/
}

h2
{
color:#000000;
background: transparent;
font-size: 1.2em;
/*border-bottom:solid 1px #000000;*/
}

h3
{
color:#000000;
background: transparent;
font-size: 1.0em;
padding: 0em;
margin: 0em;
}

img.project		{
float:left;
margin: 0 30px 20px 0px;
padding: 0px 0px 0px 30px;
/*border-left:5px solid #000000;*/
}

address
{
/*border-top: 5px solid #ffffff;*/
padding-top: 10px;
padding-bottom: 10px;
}

p.modifier		{
font-size:80%;
text-align:right;
color:gray;
}

div.sdmenu {
	width: 126px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../sdmenu/bottom.gif) no-repeat  right bottom;
	color: #FFFFFF;
}
div.sdmenu div {
	background: url(../sdmenu/toptitle.gif) no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	background: url(../sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #E1F0E4;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000000;
}
div.sdmenu div a.current {
	background : #0B5BA1;
	color: #FFFFFF;
}
div.sdmenu div a:hover {
	background : #0B5BA1;
	text-decoration: none;
	color: #FFFFFF;
}