/*	=============
	content styles for the static pages of the site
*/

.midcontent {
	display: block;
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

h1, h2, h3 {
	margin:0;
	color:#000;
}

form.acct {
	font-size: 1.1em;	
}

.acct .block { 

}

.acct .gap { 
	clear:both;
	height:10px;
}

.acct .lft {
	display: block;
	float: left;
	margin:0;
	padding:10px;
	width: 280px;
	background-color: #f5f5f5;
	color: #333333;
}

.acct .rgt {
	display: block;
	position:relative;
	float: left;
	width: 280px;
	margin: 0 0 0 20px;
	color: #333333;
	text-align:left;
}

.acct .type_text, .acct .type_password, .acct select {
	width:90%;
	font-size: 1em;
	margin:0;
	padding:0;
}

.acct .form_btns {
	clear:both;
	font-size: 1.3em;
}

.acct label {
	display:block;
	color: teal;
}

.acct p.flderr {
	color:red;
	font-size:0.9em;
}

.acct p.warn {
	color:red;
	font-weight:bold;
}

/*==========
	layout stuff for welcome page
*/

/* move the lightboxr logo down to the baseline of the text it is in. */
.logosub {
	position:relative;
	top:9px;
}
.sink {
	clear:both;
}
.golft {
	float:left;
	position:relative; 
}
.gorgt {
	float:right;
	position:relative; 
}
.gocenter {
	text-align:center; 
}
.halfwide {
	width:340px;
}
.feature {
	font-size:2em;
}
.semifeature {
	font-size:1.2em;
}
.fineprint {
	font-size:0.8em;
}
.topic {
	padding:10px;
	margin:0 0 0 0;
	background-color: #f5f5f5;
}
.topic p {
	margin:0 0 0.5em 0;
}

/*	=============

*/

.signupbtn
{
	display: block;
	height: 30px;
	width: 150px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin-right20px: ;
	background-image: url(../images/goldarrow_01.gif);
	border:none;
}
a.signupbtn:hover {
	background:url(../images/goldarrow_02.gif);
	border:none;
	color:#000;
}


.photo p {
	margin-top:0;
}
.photo img
{
	border: 1px solid #bbb;
	padding: 2px;
}
.photo img.rgt {
	float:right;
	margin: 0 0 0 10px;
}
.photo img.lft {
	float:left;
	margin: 0 10px 0 0;
}


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

.photo { display: inline-block; }

/* Hides from IE-mac \*/
* html .photo { height: 1%; }
.photo { display: block; }

/* End hide from IE-mac */


.rightcol {
	display:block;
	position:absolute;
	width:180px;
	top:0;
	right:0;
}

.maincol {
	margin:0 200px 0 0;
}
.maincol p {
	font-size:1.1em;
}

.midcontent li {
	font-size:1.2em;
}

.hot_roll {
	background-color:#eef;
}