body {
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CC6868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	color: #000000;
	background-image: url(images/bg.jpg);
}
.tableheader-bg {
	background-color: #F4F4F4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

.maintable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.calltoaction, .breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #AF0303;
	text-decoration: none;
}
.calltoaction:hover, .breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #393939;
	text-decoration: none;
}
.breadcrumb-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #393939;
	text-decoration: none;
}
.txt-darkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #393939;
}
.img-border {
	border: 1px solid #A7A7A7;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #484848;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #484848;
	border-bottom-color: #484848;
	border-left-color: #484848;
	height: 16px;
	padding-left: 5px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #484848;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #484848;
	border-bottom-color: #484848;
	border-left-color: #484848;
	height: 22px;
	padding-left: 5px;
}
.chkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #484848;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #484848;
	border-bottom-color: #484848;
	border-left-color: #484848;
	height: 16px;
	padding-left: 5px;
}
.bg-footer {
	background-color: #000000;
}
.txt-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.txt-white-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.txt-lightgrey {
	font-size: 8pt;
	color: #AAAAAA;
	line-height:normal;
}
.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
	text-decoration: none;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
	color: #AAAAAA;
	text-decoration: none;
}
.copyright {
	font-size: 7pt;
	color: #AAAAAA;
}
.footercalltoactionLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #AAAAAA;
	text-decoration: none;
}
.footercalltoactionLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}
.darkGreyLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #484848;
	text-decoration: none;
}
.darkGreyLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C90A06;
	text-decoration: none;
}

.verline {
	background-color: #484848;
	background-image: url(images/ver-line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabContainer {
	position:relative;
	width:222px;
	text-align:left;
	background-color:#eeeeee;
	padding-top:10px;
	background-image: url(images/bg-tabsection.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #A0A0A0;
	height:415px;
}
.txt-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C90A06;
}
.txt-red-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C90A06;
}
.tab-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #B00000;
	font-weight: bold;
	cursor:pointer;
	height:23px;
	background-image: url(images/tab-active.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.tab-Inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #484848;
	font-weight: bold;
	cursor:pointer;
	height:23px;
	background-image: url(images/tab-inactive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.tab-Inactive:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #B00000;
	font-weight: bold;
	cursor:pointer;
	height:23px;
	background-image: url(images/tab-active.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.news-content {
width:210px;
padding-left:15px;
}

.clients-content {
padding-left:18px;
}

.portfolio-content {
padding-left:18px;
}
.home-content{
position:relative;
text-align:left;
padding-left:15px;
padding-right:15px;
}

#home-content-left{
float:left;
position:relative;
text-align:left;
padding-left:25px;
width:355px;
vertical-align:top;
margin-bottom:10px;
}

#home-content-right{
float:right;
position:relative;
text-align:left;
padding-left:25px;
width:300px;
vertical-align:top;
margin-bottom:10px;
}

.breadcrumb-area{
position:relative;
text-align:left;
padding-left:13px;
padding-right:5px;
height:25px;
}

.separator-horizontal{
	background-image: url(images/separator-horizontal.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
form{
margin:0px;
}

.quickproposal-content{
width:222px;
position:relative;
text-align:left;
padding-top:6px;
font-size:10pt;

}
#logo{
position:relative;
float:left;
width:277px;
}
#calltoaction{
position:relative;
float:right;
width:671px;
height:25px;
vertical-align:middle;
}
#tnb-right-space{
position:relative;
float:right;
width:12px;
height:25px;
}
#tnb{
position:relative;
float:right;
width:683px;
height:50px;
vertical-align:middle;
}
#bnb-top-shadow{
position:relative;
width:960px;
background-color: #414141;
background-image: url(images/bg-shadow.jpg);
background-repeat: repeat-x;
background-position: left bottom;
height:4px;
}
#bnb{
position:relative;
float:left;
width:960px;
background-color: #000000;
}
#bnb-address{
position:relative;
float:left;
width:232px;
vertical-align:top;
padding:5px;
}
#seperator-bnb{
position:relative;
float:left;
width:1px;
}
#bnb-links{
position:relative;
float:right;
width:715px;
text-align:center;
padding-top:5px;
}
#bnb-blank-seperator{
position:relative;
float:right;
width:715px;
height:10px;
}
#copyright{
position:relative;
float:left;
text-align:left;
width:150px;
padding-left:23px;
font-size: 7pt;
color: #AAAAAA;
}
#bnb-calltoaction{
position:relative;
float:right;
width:510px;
text-align:right;
vertical-align:top;
padding-right:20px;
}
.shadow {
	background-color: #414141;
	background-image: url(images/bg-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#rnb{
	position:relative;
	float:right;
	width:155px;
	text-align:left;
/*	padding-bottom:5px;*/
	}
.RNB-InActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	height: 25px;
	padding-left:10px;
	cursor:pointer;
	background-image: url(images/rnb-inactive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.RNB-Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B00000;
	height: 25px;
	padding-left:10px;
	cursor:pointer;
	background-image: url(images/rnb-active.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.RNB-SubCat-InActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	height: 25px;
	padding-left:25px;
	cursor:pointer;
	background-image: url(images/bg-rnbsubcat.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #DDDDDD;
}
.RNB-SubCat-Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #AF0303;
	text-decoration: none;
	background-color: #ffffff;
	height: 25px;
	padding-left:25px;
	cursor:pointer;
	background-image: url(images/bg-rnbsubcathover.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #DDDDDD;	
}

.sitemap{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #AF0303;
	text-decoration: none;
	font-weight:bold;
}
.sitemap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #393939;
	text-decoration: none;
	font-weight:bold;	
}
.loader {
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 165px;
}
.bg-flash {
	background-image: url(images/bg-flash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 291px;
}


.RNB-sitemap-InActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;	
	color: #000000;
	text-decoration: none;
	background-color: #F4F4F4;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #949494;
	border-left-color: #949494;
	height: 25px;
	padding-left:10px;
	cursor:pointer;
}
.RNB-sitemap-Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #AF0303;
	text-decoration: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484848;
	border-left-color: #484848;
	background-color: #FFFFFF;
	height: 25px;	
	padding-left:10px;	
	cursor:pointer;	
}

.RNB-sitemap-SubCat-InActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #121212;
	text-decoration: none;
	background-color: #FAEDED;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DA0303;
	border-left-color: #DA0303;
	height: 25px;
	padding-left:25px;
	cursor:pointer;
	background-image: url(images/bullet-arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.RNB-sitemap-SubCat-Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	background-color: #F3D8D8;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AF0303;
	border-left-color: #AF0303;
	height: 25px;
	padding-left:25px;
	cursor:pointer;
	background-image: url(images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.bullet-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #393939;
	text-decoration: underline;
}
.bullet-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #AF0303;
	text-decoration: none;
}
.bullet-link-red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #AF0303;
	text-decoration: underline;
}
.bullet-link-red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #393939;
	text-decoration: none;
}

.error
{
	font-size: 8pt;
	color: red;
}

.response_visible
{	
	color: blue;
}

.response_hidden
{
	visibility: hidden;
	display: none;
	position: absolute;
	left: -9000px;
}

.hearaboutus {
	height: 12px;
}
