/* ****************************************************************************** */
/* Company Name: Spark Branding, Inc.                                             */
/* Company Website: www.sparkmybrand.com                                          */
/* Designer: DR                                                                   */
/* File Name: rc_style.css                                                        */
/* File Created: Saturday, January 10, 2009                                       */
/* ****************************************************************************** */
a { 
    color: #507535;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
    color: #B41F24;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}

a:active { 
    color: #FF0000;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}

.footer_link {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footer_link:hover {
    color: #FF9900;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footer_link:active {
    color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.copyright_link {
	color: #052147;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.copyright_link:hover {
	color: #052147;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.copyright_link:active {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

body {
   background-color: #CAEF99;
   background-image: url('../images/backgrounds/main_body-BG.jpg'); 
   background-repeat: repeat;
   background-attachment: fixed;
   cursor: default;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-family: Geneva, Arial, Helvetica, sans-serif;
}

img.va_image { vertical-align: middle; }
div { font-family: Verdana, Arial, Helvetica, sans-serif; color: #052147;}


.body_container {
   position: absolute;
   top: 0px;
   bottom: 0px;
   height: 100%;
   width: 100%;
}

.content_container {
   margin: 0 auto; 
   width: 1024px;
   padding: 15px 0 0 0;
   text-align: left;
}

.header_container {
   background-color: #B40020;
   background-image: url('../images/backgrounds/header-BG.png'); 
   background-repeat: repeat;
   margin: 0 auto;
   width: 1024px;
   text-align: left;
}

.header_row1_container { margin: 0 0 0 0; padding: 0 0 0 0; width: 1024px; height: 93px; }
.header_1 { position: relative; width: 318px; height: 93px; float: left; text-align: left; }
.header_2 { position: relative; width: 706px; height: 93px; float: right; text-align: left; }

.header_row2_container { margin: 0 0 0 0; padding: 0 0 0 0; width: 1024px; height: 118px; }
.header_3 { position: relative; width: 318px; height: 118px; float: left; text-align: left; }
.header_4 { position: relative; width: 562px; height: 118px; float: left; text-align: center; }
.header_5 { background-image: url('../images/backgrounds/header_row5-BG.png'); 
   background-position: top right; background-repeat: no-repeat;
   position: relative; width: 144px; height: 118px; float: right; text-align: right; }

.header_row3_container { background-color: #FF9900; 
   background-image: url('../images/backgrounds/header_row3-BG.png'); background-position: bottom;
   background-repeat: repeat-x; margin: 0 0 0 0; padding: 0 0 0 0; width: 1024px; height: 21px; }
.header_6 { position: relative; width: 318px; height: 21px; float: left; text-align: left; }
.header_7 { position: relative; width: 318px; height: 21px; float: right; text-align: right; }

.main_content_container { background-color: #FFFFFF; margin: 0 auto; 
   position: relative; width: 1024px; min-height: 500px; text-align: left; overflow: visible; }
.main_content_title { font-weight: bold; font-size: 18px; }
.main_content_text { font-weight: normal; font-size: 14px; }

.sp_menu { background-color: #E4FCC4; width:175px; height: 450px; border: 3px #507811 solid; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #052147; font-size: 14px; }
li { padding: 0 0 0 0; margin-left: -12px; font-size: 14px; font-weight: bold; } 
  
.footer_containter { background-color: #052147; margin: 0 auto; 
   color: #FF9900; font-weight: bold; font-size: 10px; padding: 3px 5px 0 0; margin: 5px 0 0 0; 
   position: relative; width: 1018px; height: 17px; text-align: right; } 
     
.copyright_containter { margin: 0 auto; color: #052147; 
   font-weight: normal; font-size: 10px; padding: 0 0 0 0; margin: 0 0 0 0; 
   position: relative; width: 1023px; height: 35px; text-align: right; }  