/*CLASS STYLES*/

div#container {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	position:relative; /* needed for footer positioning*/
		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#content
{
	width: 985px;
	margin: 0 auto;
}

/*TAG STYLES*/

#spacer
{
	height: 35px;
}
div#footer {
	position:absolute;
	/*float:left;*/
	/*padding-left:62px;*/
	width:100%;
	height: 20px;
	bottom:0; /* stick to bottom */
	/*vertical-align:middle;*/
	/*text-align:center;*/
	font-size: .70em;
}

div#header {
	position:absolute;
	/*float:left;*/
	/*padding-left:62px;*/
	width:100%;
	height: 144px;
	top:0;
	vertical-align:middle;
	/*text-align:center;*/
	font-size: .70em;
}

h1 {
	font-weight:bold;
	font-size:12pt;
	color:#fff;
	margin:0;
	text-transform:none;
}

h2 {
	font-weight:bold;
	font-size:15pt;
	color:#9e1d22;
	margin:0 0 5px 0;
	line-height:1.1em;
	text-transform:none;
}

h3 {
	font-weight:bold;
	font-size:12pt;
	color:#9e1d22;
	margin:0 0 5px 0;
	line-height:1.1em;
	text-transform:none;
}

li {
	/*color:#231f20;*/
	font-weight:bold;
	line-height:1.5em;
	font-size:9pt;
}

.leftcol ul {
	margin:0;
}

a, visited {
	color:#9e1d22;
}

a:hover {
	color:#715658;
}


/*CUSTOM STYLES*/

#titlebox {
	background:#aeab58;
	padding:7px 0 7px 0;
	font-size:9pt;
	color:#fff;
	text-transform:uppercase;
}

.label {
	margin:0 0 18px 0;
	background:#aeab58;
	padding:7px 24px 7px 24px;
	font-size:9pt;
	color:#fff;
	text-transform:uppercase;
}

.rightcol .button {
	background:url(../img/semi-transparent.png);
	border:solid thin #9e1d22;
	padding:10px;
}

.button a, visited {
	text-decoration:none;
	color:#9e1d22;
	font-weight:bold;
}

.button a:hover {
	color:#715658;
}

#button {
	background:url(../img/semi-transparent.png);
	border:solid thin #9e1d22;
	padding:10px;
	text-align:center;
}

#button a, visited {
	text-decoration:none;
	color:#9e1d22;
	font-size:13pt;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

#button a:hover {
	color:#715658;
}

#navelements .cells {
	float:left;
	padding:96px 20px 0 0;
	font-size:11pt;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

.cells a, visited {
	text-decoration:none;
	color:#715658;
}

.cells a:hover {
	color:#9e1d22;
}

#navelements .logo {
	float:left;
	background: url(../img/laraedo-logo.png) no-repeat;
	width:333px;
	height:134px;
}

img a, visited {
	text-decoration:none;
	border:none;
}

img a:hover {
	text-decoration:none;
	border:none;
}

#navelements .slogan {
	text-align:center;
	float:left;
	width:333px;
}

#feature {
	height:210px;
	margin:0 0 47px 0;
	background:url(../img/checker-bar.png) no-repeat;
}

#feature .leftcol {
	float:left;
	width:333px;
	height:210px;
	background:url(../img/feature-image.jpg) no-repeat;
}

#feature .rightcol {
	float:right;
	width:620px;
	height:210px;
	/*background:url(../img/feature-text-b.png) no-repeat fixed 13px 84px;*/
}

#rightcol {
	float:right;
	width:620px;
	/*background:#faf6e3;*/
	background:url(../img/semi-transparent.png);
	margin:0 0 18px 0;
}

#leftcol {
	float:left;
	width:333px;
	/*background:#faf6e3;*/
	background:url(../img/semi-transparent.png);
	margin:0 0 18px 0;
}

.featuretext {
	padding:84px 0 0 13px;
}

#formfield {
	font-size:7pt;
	font-weight:bold;
	padding:0 0 15px 0;
	text-transform:uppercase;
}

#formfield input, textarea {
	font-size:12pt;
	color:#000;
	padding:5px;
	border:none;
}

.headline {
	font-size:13pt;
	line-height:1.2em;
}

.caption {
	font-size:9px;
}

.spacer {
	clear:both;
}

a img {border:none;}

.error_text {
	font-weight:bold;
	color:red;
}
