/* -------------------------------------------------------------------------
Use these styles to take advantage of the Styles menu when editing a page
------------------------------------------------------------------------- */
body {
	background-color: #ff7200;
	background-image: url('/assets/home_bkgd.jpg');
	background-repeat: repeat-x;
	font: normal 11px/16px 'Lucida Grande' Verdana, Arial, sans-serif;
	color: #FFF;
}

h2{
	font-size: 14px;
	line-height: 22px;
}

p {
}

a {
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

input {
	border: 1px solid #e66700;
	border-bottom-color: #ffd593;
	border-right-color: #ffd593;
	width: 150px;
	height: 32px;
	font-family: 		'Lucida Grande', Arial, Verdana, Helvetica;
	font-size:		16px;
	line-height:		19px;
	padding:		5px;
	height:			18px;
	vertical-align: 	middle;
}

div#nav {
	position: absolute;
	top: 10px;
	left: 60px;
	width: 900px;
	z-index: 9000;
}

div#logo {
	position: absolute;
	top: 50px;
	left: 60px;
	background-image: url('/assets/home_logo.jpg');
	background-repeat: none;
	width: 628px;
	height: 199px;
}

div#col_main {
	width: 630px;
	height: 400px;
	background-image: url('/assets/home_col_main.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 279px;
	left: 60px;
}

div#sidebar {
	width: 230px;
	height: 600px;
	background-image: url('/assets/home_sidebar_bkgd.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 715px;
	z-index: 100;
}

div#login {
	position: absolute;
	top: 45px;
	left: 745px;
	z-index: 200;
	width: 150px;
}

div#signup {
	position: absolute;
	top: 300px;
	left: 745px;
	z-index: 300;
	width: 150px;
}

div#login p {
	margin-bottom: 0px;
}

div#footer {
	position: absolute;
	top: 700px;
	left: 60px;
}
div#myForm2_errors span {
	color: #000 !important;
}

div#content {
	position: absolute;
	top: 295px;
	left: 90px;
	z-index: 300;
	width: 565px;
	height: 332px;
	background-image: url('/assets/content.gif');
	background-repeat: none;
}

div#beta{
	position: absolute;
	top: 640px;
	left: 100px;
	width: 565px;
	z-index: 400;
	text-align: center;
}

input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
	border: 0px;
}
