/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
background-repeat: repeat;
background-image: url(../images/rccBG.png);
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
color: #bd2626;
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
font-weight: bold;
padding-left: 0;
padding-bottom: 10px;
padding-right: 0;
padding-top: 10px;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
padding-top: 15px;
padding-bottom: 15px;
font:1.2em arial, helvetica, sans-serif;
font-weight:bold;
}

h4 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

h5 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

h6 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
padding-left: 0;
padding-bottom: 5px;
padding-right: 0;
padding-top: 0;
margin:0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #bd2626;
}

a:hover {
background-color: #2c140d;
text-decoration:underline;
color: #ccb7a7;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrapper {
	height: auto;
	width: 861px;
	text-align: center;
	margin:0 auto; 
}

/***** Header *****/

#header {
	width: 861px;
	text-align: left;
	background-repeat: no-repeat;
	height: 152px;
	background: url(../images/headerbg.png) no-repeat bottom;
	margin-bottom: 0px;
}

#logo { left: 23px; top: 10px; _top: 13px; position: relative;
23px; float: left; width: 264px; height: 103px;}

#logo h1 {
    display:block;
	height: 103px;
	width: 264px;
	text-indent:-3000px;
}

#logo h1 a {
	width: 264px;
	height: 103px;
	display:block;
	background:url(../images/logo.png) no-repeat center;
	behavior: url(iepngfix.htc);
	}



/***** Navigation *****/

#nav { left: 38px; _top: 7px;  position: relative; margin-top: 121px; float: left; height: 30px; width: 510px;}

#clear { clear:both; }

/***** Content *****/

#content {

	padding-top: 14px;

	height: 400px;

	padding-right: 30px;

	padding-left: 30px;

	background-image: url(../images/contentbg.png);

	background-repeat: no-repeat;

	width: 861px;
	margin-top: 0px;

}

#flash {padding-right: 18px; float: left; width: 523px;}

#buttonwrap {padding-top: 14px; float: left;}

#button1 {padding-bottom: 25px; height: 101px; width: 254px;}

#button2 {padding-bottom: 25px; height: 101px; width: 254px;}

#button3 {height: 101px; width: 254px;}

#sub_button1 { padding-bottom: 5px; height: 101px; width: 254px;}

#sub_button2 { padding-bottom: 5px; height: 101px; width: 254px;}

#sub_button3 { padding-bottom: 25px; height: 101px; width: 254px;}

#subcontent {width: 861px;}

#sub_top {background-image: url(../images/sub_top.png); height: 46px; background-repeat: no-repeat; width: 861px;}

#sub_mid {padding-right: 30px; padding-left: 30px; height: auto; width: 801px; background-repeat: repeat-y; background-image: url(../images/sub_mid.png);}

#submain { letter-spacing: 0px; color: #603813; padding-right: 20px; height: 100%; float: left; width: 510px; text-align: left;}

#sidebar { text-align: left; margin-left: 15px; height: 100%; width: 256px; float: left;}

#sidebar p {margin-right: 20px; margin-left: 20px;}

/***** Footer *****/

#sub_bottom {height: 67px; width: 861px; background-image: url(../images/sub_bottom.png); background-repeat: no-repeat;}

#footer { text-align: left; font-size: 10px; color: #840000; height: 49px; width: 861px;}
                           
#footer a { text-align: left; font-size: 10px; color: #840000;}

#subfooter {height: 100px;}

/***** Global Classes *****/

#footertext 		{ margin-top: 15px; float: left; height: 49px; width: 644px; text-align: center; }#footerlogo 		{ float: left; background-image: url(../images/footerbg.png); background-repeat: no-repeat; width: 217px; height: 49px; }
.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
