body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7F7E77;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D2D2B;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
}



h3 {
	letter-spacing: -1px;
	font-size: 1.6em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 160%;
}

blockquote {
	margin: 0 2em 0 2em;
	padding: 0 0 0 1em;
	font-style: italic;
	border-left: 4px solid #7F7E77;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
	color: Maroon;
}

/* Header */

#header {
	width: 960px;
	height: 106px;
	margin: 0 auto;
}

#header a img{
  border: none;
  text-decoration: none;
}


/* Menu */

#menu {
	 width: 960px;
	 height: 65px;
	 margin: 0 auto;
	 background: #ffffff url(../images/rcd_menu_bg.jpg) no-repeat;
}

#cssmenu{
    list-style:none;
    overflow:hidden;
    width:960px;
    margin:0px 0px 0px 5px;
    padding:0px;
    background-color:transparent;
}

#cssmenu li{
    display:inline;
    text-align: center;
}

#cssmenu a{
    text-align: center;
    display:block;
    float:left;
    width:100px;
    height:42px;
    margin: 3px 0px 0px 0px;
    padding: 17px 10px 0px 10px;
    background-color:#FFFFFF;
    border-left:3px solid #CABFB4;
    font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #CABFB4;
    text-decoration:none;
    line-height:25px;
}

#cssmenu a:hover{
    text-align: center;
    display:block;
    float:left;
    width:100px;
    height:42px;
    margin: 3px 0px 0px 0px;
    padding: 17px 10px 0px 10px;
    background-color:#E5E5E5;
    border-left:3px solid #CCCCCC;
    color:#666666;
    text-decoration:none;
    line-height:25px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(../images/rcd_content_bg.jpg) repeat-y;
}

/* Slogan */
#slogan{
  background: #000000;
  width: 960px;
  height: 177px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}


/* Content */

#content {
	float: left;
	width: 710px;
	padding: 0px 0px 15px 0px;
	margin: 15px 0px -17px 0px;
    background: url(../images/rcd_content_bg_bug.jpg) no-repeat bottom;
}

#inner_content{
  float: left;
	width: 710px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -17px 0px;
}


/* Leftt */

#left {
	float: left;
	width: 350px;
	border-right: 2px solid Maroon;
	padding: 0px 0px 0px 0px;
}

#left p{
	padding: 0px 15px 0px 20px;
}

#left p span, #left blockquote span{
	color: Maroon;
	font-weight: normal;
}

#left h2, #right h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Maroon;
	letter-spacing: -1px;
	font-size: 2em;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#inner h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Maroon;
	letter-spacing: -1px;
	font-size: 2em;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#left h2 span, #right h2 span{
	color: #000000;
	padding: 0px 0px 0px 60px;
}

#inner h2 span{
	color: #000000;
	padding: 0px 0px 0px 10px;
}

#inner h3{
  padding: 0px 0px 0px 20px;
}

#inner h3 span{
	color: Maroon;
	padding: 0px 0px 0px 0px;
}

#inner .space{
  padding: 25px 0px 0px 0px;
}

#inner ul {
	margin: 20px 0 1em 15px;
	padding: 0;
	font-size: 1em;
	list-style: none;
}

#inner li {
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 0 .5em;
	background-image: url(purplepaw.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	list-style: none;
}


#inner li.col1 {margin-left: 3em;}

#inner li.col2 {margin-left: 30em;}

#inner li.coltopper {margin-top: -31.3em;}


/* inner*/

#right {
	float: right;
	width: 340px;
}

#right p{
	padding: 0px 15px 0px 0px;
}

#right ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

#right li{
	padding: 0px 20px 10px 5px;
	list-style-type : decimal;
}

#right li span{
	color: Maroon;
	font-weight: normal;
}

#right li span.number{
	color: #000000;
	font-weight: bold;
}

#inner{
    float: left;
	width: 690px;
	padding: 0px 0px 0px 0px;
}

#inner p{
	padding: 0px 15px 0px 20px;
}

#inner p span, #inner blockquote span{
	color: Maroon;
	font-weight: normal;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
  padding: 0px 0px 0px 50px;
}

#sidebar li.badge {
  padding: 0px 0px 0px 40px;
}

#sidebar a img {
	border-color: #B4AF8E;
	color: #666666;
    padding: 0px 2px 2px 0px;
}

#sidebar a:hover img {
    border-color: #000000;
	color: #666666;
    padding: 0px 2px 2px 0px;
}

#logo{
      padding: 0px 0px 0px 0px;
      margin: 0px 0px -2px 50px;
	  float: left;
}


/* Footer */

#footer {
	width: 960px;
	height: 93px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background: url(../images/rcd_footer_bg.jpg) no-repeat;
}

#footer p {
	margin: 0;
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #B4AF8E;
}

#footer p.links{
  margin: 0px 0px 0px 455px;
  padding: 10px 0px 0px 25px;
}

#footer p.credit{
 margin: 0px 0px 0px 520px;
 padding: 10px 0px 0px 25px;
}


#footer a {
	color: #B4AF8E;
}

#footer a:hover{
  color: #000000;
}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend,
form.ddfm label,
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p,
form.ddfm .fmradio p,
form.ddfm textarea,
form.ddfm .fmfullblock,
form.ddfm .fmhalfblock,
form.ddfm .fmselect,
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend,
form.ddfm label,
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 450px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 430px;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;
}

form.ddfm label {
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	clear: left;
}

form.ddfm label.fmtextlblwide {
	display: block;
	float: left;
	text-align: left;
	margin: 0 10px 0 1px;
	padding-bottom: 8px;
	width: 100%;
}

form.ddfm select.fmselect {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmcheck {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline;
	float: none;
	clear: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline;
	float: none;
	clear: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left;
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

.fmfullblock p.fieldwrap{
    color: Maroon;
}


form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left;
	display: block;
}

.fmhalfblock p.fieldwrap{
  margin: -5px 0px 0px 0px;
  color: Maroon;
}


form.ddfm input.fmverify {
	float: left;
	width: 22%;
	margin-bottom: 15px;
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px;
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 5px;
	padding: 3px;
}

form.ddfm select.fmselect{
  margin-bottom: 5px;
}

form.ddfm input.button{
  color: white;
  border: 1px solid Maroon;
  background: black;
}


form.ddfm input.fmdate {
	float: left;
	display: block;
	width: 35%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: right;
	clear: both;
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block;
	float: left;
	width: 27%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both;
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}

#thank_you{
  height: 450px;
  min-height: 450px;
}



