/* Start of CMSMS style sheet 'RBcss' */
/* CSS Document */

body {
	background-color:#fff8c6;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

div#holder {
	width:946px;
	background-image:url(uploads/images/bodytile.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div#headertext {
	background-image:url(uploads/images/headertext.jpg);
	float:left;
	height:28px;
	width:635px;
	background-repeat:no-repeat;
	margin-left:35px;
	margin-top:15px;
	margin-bottom:10px;
}

div#headerimage {
	background-image:url(uploads/images/headerimage.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:131px;
	margin-left:22px;
}

div#menu {
	margin-left:35px;
	margin-top:15px;
	float:left;
	width:200px;
	/*border: 1px #00CC99 solid;*/
        font-size:90%;
}

div#content {
	margin-right:35px;
	margin-left:5px;
	margin-top:15px;
	float:right;
	width:660px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
        line-height:18px;
	/*border: 1px #00CC99 solid;*/
}

div#footer {
	background-image:url(uploads/images/footer.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:946px;
	height:27px;
}
	
	
div#clear1 {
	clear:both;
}

div#clear2 {
	clear:both;
}


h1 {
        color:#666666;
        font-size:100%;
}

h2 {        
        color:#666666;
        font-size:90%;
}

/* form CSS */

.border {border:#ffffff 0px solid; margin-left:-10px; margin-top:-20px;}

.formbuilderform fieldset {padding: 1em;} 

.formbuilderform fieldset legend {display:none;} 

.formbuilderform div {width: 100%; padding: 0.25em 0 0.25em 0;} 

.formbuilderform div label {display: block; width: 100%; } 

.formbuilderform div.required {color: #fff;} 

.check div {display: inline; padding-right:0px;}
.check div label {padding: 0.25em 0 0.25em 0; display: inline;}

.terms div label {text-decoration:none; display:inline;}
.terms div label a {text-decoration:underline; color:#999999;}
/* End of 'RBcss' */

