@import "utility.css";

body {
	text-align: left; 
	padding: 0px; 
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	color: #404048;
	margin: 10px;
	background-color: #e5e6e8;
}

#top_wrapper {
	width: 1013px;
	height: 9px;
	margin: 0px auto;
	margin-top: 20px;
	background: url(images/top.png) no-repeat;
}

#wrapper {
	width: 977px;
	margin: 0px auto;
	margin-top: -5px;
	background: url(images/middle.png) repeat-y;
	padding-left: 18px;
	padding-right: 18px;
}

#bot_wrapper {
	width: 1013px;
	margin: 0px auto;
	background: url(images/bottom.png) no-repeat;
	height: 13px;
}
	
/* @end */

/* @group TOP */

#top {
	width: 100%;
	height: auto;
	margin: 0px auto;
	margin-top: 5px;
	padding-top: 19px; 
	font: 26px "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	overflow: hidden;
}

#top .list-name {
	color: #404048;
}

#top .list-description {
	color: #404048;
	font-size: 15px;
}

#top .list-contact {
	color: #848595;
	font-size: 14px;
}

/* @end */

/* @group MAIN */

#main {
	background-color: #deeef9;
	border: 1px solid #b2b2b2;
	width: 100%;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content {
	float: right;
	height: 350px;
	width: 645px;
	background-color: #fafafa;
	padding: 20px 20px 10px;
	border-left: 1px solid #b2b2b2;
}

#content-full {
	height: 300px;
	width: 937px;
	padding: 20px 20px 10px;
	background-color: #fafafa;
	text-align: center;
}

#content-full p {
	font: 15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
}

#content-full h1 {
	font: 32px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #404048;
}

#divider {
	width: 100%;
	height: 31px;
	margin: 0px auto;
	background: url(images/divider.gif) repeat-x  center;
}

#bottom {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 45px;
}

#bottom .left {
	float: left;
}

#bottom .right {
	float: right;
}

#bottom p {
	padding: 0;
	color: #404048;
	text-align: center;
}

#sidebar {
	width: 280px;
	min-height: 300px;
	background: #deeef9;
	height: 100%;
	float: left;
}

#sidebar .title {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 70px 0 0;
	font: 32px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #404048;
}

#sidebar p {
	margin-left: 30px;
	margin-right: 30px;
	color: #404048;
	margin-top: 0;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: #404048;
}
	
.grayform {
	padding: 20px;
	color: #404048;
	font: 17px "Lucida Grande", Helvetica, Arial, sans-serif;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: white;
}

#signin {
	width: 591px;
	margin: 0px auto;
	margin-top: 40px;
}

#signin .grayform {
	border: 0;
	background: none;
}

#signin .middle {
	margin-top: 100px;
}

#signin p {
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0;
}

#signin a {
	margin-right: 14px;
}

#signin .text {
	font: 20px/28px "Myriad Set", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #404048;
	padding: 4px;
}

#signin .nopad {
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#signin .optional {
	color: #404048;
}

#signin .required {
	color: red;
	font-weight: bold;
}

#errorEmail {
	color: red;
	font-weight: bold;
	font-size:10px
}

html>body #sidebar p {
	font: 15px/20px"Lucida Grande", Helvetica, Arial, sans-serif;
}

html>body #content {
	float: right;
	min-height: 350px;
	height: auto;
	width: 645px;
	background-color: #fafafa;
	padding: 20px 20px 10px;
}

html>body #content-full {
	min-height: 300px;
	height: auto;
	width: 937px;
	padding: 20px 20px 10px;
	background-color: #fafafa;
	text-align: center;
}

html>body #sidebar {
	width: 280px;
	min-height: 300px;
	background: #deeef9;
	height: 100%;
	float: left;
}

html>body #main {
	background: #deeef9;
	border: 1px solid #b2b2b2;
	width: 100%;
	min-height: 300px;
	height: auto;
}

html>body #home {
	float: right;
	min-height: 300px;
	height: auto;
	width: 645px;
	background-color: #fafafa;
}

html>body #topics .grayform {
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}

html>body #topics a {
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 10px;
}