html {
	height:100%;
}

img {
  border:0;
}

body {
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, default,sans-serif;
	font-size:90%;
	color:#444;
}


#signin {
	text-align:right;
	margin: 1em 1em 0 0;
}

#signin a {
  color:#695A7E;
  text-decoration:underline;
}

#signin a:hover {
	color:#f60;
	text-decoration:underline;
}


#wrapper {
	position:relative;
	margin:0 auto;
	min-height:85%;
	width:53em;
	padding:0 2em 0 2em;
}

* html #wrapper {
	height:80%;
}

#content #logo {
	position:absolute;
	top:-5em;
	left:42px;
	height:80px;
	margin-bottom:80px;
}

#content #logo h1 {
	position:relative;
	top:93px;
	left:0;
	color:#DB0303;
	font-weight:normal;
	font-size:2em;
	margin-left:7em;
}

* html #content #logo h1 {
	width:100%;
}


#content #logo h2 {
	position:absolute;
	top:80px;
	left:0px;
	margin:35px 0 0 0;
	padding:0;
  border-top:none;
}


* html #logo h2 a,
*+html #logo h2 a,
*+html #logo h2 { 
	height:100px;
}


#content {
	float:right;
	width:36em;
	padding:5em 1.8em 0 1.6em;
	margin:0.5em 0 2em 0;
	border-left:1px solid #eee;
	min-height: 30em;
}

#content h1 {
	color:#DB0303;
	font-weight:normal;
	font-size:2em;
}

#content h2 {
	color:#f60;
	font-weight:normal;
	font-size:1.3em;
	padding:0.9em 0 0 0;
	border-top:1px solid #eee;  
}

#content h3 {
	color:#444;
	font-size:1em;
}

#content a {
	color:#695A7E;
	text-decoration:underline;
}

#content a:hover {
	color:#f60;
	text-decoration:underline;
}

#content p,
#content ul {
	line-height:1.4em;
}

#content p.summary {
	font-size:1.1em;
}

#content .right {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

#content .left {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

#content fieldset div {
  padding: 2%;
}



#supp {
	float:right;
	width:11em;
	margin-right:1.2em;
	margin-top:7em;
}

#supp h4 {
	color:#444;
	font-size:0.9em;	
	margin:15px 0 3px 1px;
	padding:0;
	font-weight:bold;
}


#supp .links {
	font-size:0.9em;
	margin-top:1px;
	border-top:1px solid #eee;
}

#supp .links a {
	display:block;
	margin:0 0 1px 0;
	padding:4px 3px 3px 10px;	
	border-bottom:1px solid #eee;
}

#supp .sublinks {
	font-size:0.9em;
	margin-top:1px;	
}

#supp .sublinks a {
	display:block;
	margin:0 0 1px 0;
	padding:4px 3px 3px 30px;	
	border-bottom:1px solid #eee;
}

#supp a {
	color:#695A7E;
	text-decoration:underline;
	border-color:#eee;
	
}

#supp a:hover {
	color:#f60;
	text-decoration:underline;
}



#footer {
  color:#333;
	font-size:0.8em;
	text-align:center;
	padding:60px 0 20px 0;
	margin:-1% 1em 0 0;
}

#footer a {
	color:#695A7E;
	padding:0.2em;
  text-decoration:none;
}

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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

.photostopleft {
  background: url("/images/sml-shd-tl.gif") no-repeat top left;
  text-align: left;
  padding: 7px 0 0 7px;
}

.photostopleft img { 
  background: url("/images/sml-shd-br.gif") no-repeat bottom right;
  padding: 0 7px 7px 0;
}


#loginBox {
	font-size:0.9em;
	border: 1px solid #eee;
	padding: 1px 10px;
	margin: 7px 0 20px 0;
}

#loginBox label {

}

#loginBox div {
	margin: 8px 0;
}

#loginBox p {
	margin: 15px 0 6px 0;
}

.description-text {
	margin-top: 1.3em;
	line-height: 1.3em;
}

.description-text p {
	padding: 0;
	margin: 0;
}	
