@charset "UTF-8";
* {
	margin-top: 0px;
	padding-top: 0px;
}

body {
	background-image: url(../assets/images/bg_grtext3.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #04220C;
}

#header {
	position: relative;
	height: 65px;
	background-image: url(../assets/banner_img2.gif);
	background-repeat: no-repeat;
	width: 951px;
}	

#wrapper {
	background-color: #f2eee6;
	width: 951px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #04220C;
	border-bottom-color: #04220C;
	border-left-color: #04220C;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #486451;
	text-align: left;
	letter-spacing: 0em;
	line-height: 0.3px;
}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #264433;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.6px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #486451;
}
h4 {
	font-size: 14px;
	line-height: 1.5px;
	color: #000000;
	text-align: center;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#menu {
	position: relative;
	float: right;
	right: 58px;
	top: 40px;
}


#homebttn {
	position: relative;
	height: 21px;
	width: 70px;
	float: left;
	background-image: url(../assets/images/navigation/home_out.gif);
	background-repeat: no-repeat;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #d7a284;
}


#homebttn:hover {
	cursor: pointer;
	background-image: url(../assets/images/navigation/home_over.gif);
}

#homebttn:active {
	cursor: pointer;
	background-image: url(../assets/images/navigation/home_over_down.gif);
}

#homebttnstatic {
	position: relative;
	height: 21px;
	width: 70px;
	float: left;
	background-image: url(../assets/images/navigation/home_over_down.gif);
	background-repeat: no-repeat;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #d7a284;
}

#portfoliobttn {
	position: relative;
	height: 21px;
	width: 76px;
	background-image: url(../assets/images/navigation/porfolio_out.gif);
	background-repeat: no-repeat;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #d7a284;
	padding-left: 3px;
	margin-left: 5px;
}


#portfoliobttn:hover {
	cursor: pointer;
	background-image: url(../assets/images/navigation/portfolio_over.gif);
}


#portfoliobttn:active {
	cursor: pointer;
	background-image: url(../assets/images/navigation/portfolio_over_down.gif);
}

#portfoliobttnstatic {
	position: relative;
	height: 21px;
	width: 76px;
	background-image: url(../assets/images/navigation/portfolio_over_down.gif);
	background-repeat: no-repeat;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #d7a284;
	padding-left: 3px;
	margin-left: 5px;
}


#aboutusbttn {
	position: relative;
	height: 21px;
	width: 76px;
	background-image: url(../assets/images/navigation/aboutus_out.gif);
	background-repeat: no-repeat;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #d7a284;
	padding-left: 5px;
	margin-left: 5px;
}

#aboutusbttn:hover {
	cursor: pointer;
	background-image: url(../assets/images/navigation/aboutus_over.gif);
}

#aboutusbttn:active {
	cursor: pointer;
	background-image: url(../assets/images/navigation/aboutus_over_down.gif);
}

#aboutusbttnstatic {
	position: relative;
	height: 21px;
	width: 76px;
	background-image: url(../assets/images/navigation/aboutus_over_down.gif);
	background-repeat: no-repeat;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #d7a284;
	padding-left: 5px;
	margin-left: 5px;
}


#contactus {
	position: relative;
	height: 21px;
	width: 87px;
	background-image: url(../assets/images/navigation/contactus_out.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 8px;
}

#contactus:hover {
	cursor: pointer;
	background-image: url(../assets/images/navigation/contactus_over.gif);
}


#contactus:active {
	cursor: pointer;
	background-image: url(../assets/images/navigation/contactus_over.gif);
}

#contactusstatic {
	position: relative;
	height: 21px;
	width: 87px;
	background-image: url(../assets/images/navigation/contactus_over_down.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 8px;
}


#contentBox {
	width: 951px;
	background-color: #F0EDE6;
	float: left;
	background-image: url(../assets/images/rcb_logo_img_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentBoxFixed {
	width: 951px;
	height: 535px;
	text-align: left;
	background-color: #F0EDE6;
}

#clear {
	clear:both;
	}
br {
	clear: both;
}

#tan {
	background-color: #f2eee6;
	background-image: url(../assets/images/RCB_logo_img.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 526px;
	left: 0px;
	position: relative;
	height: 507px;
	top: 0px;
	float: left;
}
#content p {
	line-height: 1.5em;
	text-align: justify;
	font-size: 0.9em;
	position: relative;
}

#tanbody {
	top: 165px;
	width: 465px;
	position: relative;
	left: 30px;
	}
#tanbody p {
	line-height: 1.5em;
}
#tanbodyServices {
	top: 165px;
	width: 465px;
	position: relative;
	left: 30px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F5044;
	text-indent: .5em;
	margin-left: 4em;
	font-style: normal;
	line-height: 2.5em;
}

#ul h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #264433;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.6px;
}

#green {
	background-color: #091c10;
	height: 509px;
	width: 425px;
	top: 65px;
	position: absolute;
	left: 526px;
}

#greenheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #f6faf6;
	text-align: center;
	line-height: 1.4em;
	position: absolute;
	top: 26px;
	left: 90px;
}

#pict1 {
	position: absolute;
	height: 162px;
	width: 180px;
	left: 24px;
	top: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f5ded0;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 3px;
	font-style: oblique;
	font-weight: normal;
	clear: both;
}

#pict1:hover { cursor: pointer;
}

#pict2 {
	position: absolute;
	height: 162px;
	width: 180px;
	left: 24px;
	top: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f5ded0;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 3px;
	font-style: oblique;
	font-weight: normal;
	float: left;
}

#pict2:hover { cursor: pointer;
}

#pict3 {
	position: absolute;
	height: 162px;
	width: 180px;
	left: 222px;
	top: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f5ded0;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 3px;
	font-style: oblique;
	font-weight: normal;
	float: left;
	border-top-width: 0px;
}

#pict3:hover {
	cursor: pointer;
}

#pict4 {
	position: absolute;
	height: 162px;
	width: 180px;
	left: 222px;
	top: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f5ded0;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 3px;
	font-style: oblique;
	font-weight: normal;
}

#pict4:hover {
	cursor: pointer;
}


#learnmore_bttn {
	height: 21px;
	width: 120px;
	position: absolute;
	top: 215px;
	right: 25px;
	background-image: url(../assets/images/learnmore_bttn.gif);
	background-repeat: no-repeat;
}


#learnmore_bttn:hover {
	height: 21px;
	width: 120px;
	position: absolute;
	top: 215px;
	right: 25px;
	background-image: url(../assets/images/learnmore_bttn_hover.gif);
	background-repeat: no-repeat;
}


#learnmore_bttn:active {
	height: 21px;
	width: 120px;
	position: absolute;
	top: 215px;
	right: 25px;
	background-image: url(../assets/images/learnmore_bttn_active.gif);
	background-repeat: no-repeat;
}

#portfolio_title {
	background-image: url(../assets/images/portfolio.gif);
	height: 46px;
	width: 172px;
	right: 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 75px;
	margin-right: 10px;
	left: 727px;
}
#favorites {
	margin-top: 100px;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 2em;
		}
#favorites h1{
	color: #04220C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	}
#wrapper #contentBox #favorites h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#wrapper #contentBox #favorites h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.2em;
}

#favorites p{
	float: left;
	width: 155px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 4em;
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	}
#favorites a{
	color: #777;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.3em;
	}
#favorites a:hover{
	color: #d52e36;
	border-bottom: 1px dotted #d52e36;
	}
#favorites img{
	border: 1px solid #000000;
	margin-bottom: .5em;
	}
#favorites img:hover {
	cursor: pointer;
}

#favorites br {
}

#clear {
	clear:both;
	}

#contactus_title {
	background-image: url(../assets/images/contact_us.gif);
	height: 46px;
	width: 172px;
	right: 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 75px;
	margin-right: 10px;
	left: 727px;
}
#floater {
	float: left;
	height: 25%;
	margin-bottom: -144px;
}

#contactinfo {
	color: #486451;
	width: 325px;
	clear: both;
	position: relative;
	left: 23%;
	text-align: center;
	margin-top: 10%;
	margin-right: 10%;
	margin-bottom: 13%;
	margin-left: 10%;
	top: 80px;
	height: 288px;
}
#contactinfo h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #486451;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
}

#contactinfo h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #486451;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	}

#portboxOne {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	float: left;
	left: 20px;
	width: 425px;
	top: 75px;
	position: relative;
}

#energy_title {
	background-image: url(../assets/images/energy_title.gif);
	height: 112px;
	width: 224px;
	right: 15px;
	background-repeat: no-repeat;
	left: 0px;
	top: 5px;
	position: relative;
	float: right;
	margin-right: 25px;
}
#energybanner {
	width: 900px;
	bottom: 0px;
	left: 25px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
#energyboxOne p {
	line-height: 1.5em;
}

#energyboxOne {
	width: 800px;
	text-align: justify;
	top: 40px;
	left: 8%;
	position: relative;
	float: left;
	margin-bottom: 75px;
}

#aboutus_title {
	background-image: url(../assets/images/about_us.gif);
	height: 46px;
	width: 172px;
	right: 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 75px;
	margin-right: 10px;
	left: 727px;
}

#aboutus_boxOne {
	width: 850px;
	text-align: justify;
	top: 150px;
	left: 8%;
	margin-bottom: 75px;
	padding-bottom: 30px;
	float: left;
	position: relative;
}
#aboutus_boxOne_list {
	float: left;
	width: 850px;
	margin-bottom: 35px;
}
#aboutus_boxOne img {
	margin: 20px;
	overflow: hidden;
}
#aboutus_boxOne p {
	line-height: 1.5em;
}
#aboutus_boxOne  ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F5044;
	text-indent: 0.5em;
	font-style: normal;
	line-height: 2.5em
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
	float: left;
}


.imgtop {
	padding-top: 5px;
}
	

#strip2 {
	background-image: url(../assets/images/lowerbar.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 951px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F2EEE5;
	text-align: center;
	position: relative;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #091C10;
	border-right-color: #091C10;
	border-bottom-color: #091C10;
	border-left-color: #091C10;
	}
a img {
	border-top-width: 0px;
}
a {
	border-top-width: 0px;
}
#pict4:hover {
	cursor: pointer;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
