/* RMB Template Stylesheet */

/* this rule stops the 'shorter pages' from jumping to the left -  */
html, body { min-height:100%; margin-bottom:1px; }

body {
margin:auto auto;
padding: 0;
color: White;
background-color: White;
background: url(images/page_bg.jpg) repeat-x;
font: 101%  Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align:center;  /* aligns page center in IE5.5 */
}
/* outer wrapper - holds the rest of the content -ensures that layout is centered */
#wrapper {
margin: 25px auto auto;
width: 774px;
background-color: White;
}
/* top wrapper contains the titles to stop them expanding */
#titlewrapper {
width: 774;
}
#companyname {
background-image: url(images/company-name.gif);
background-repeat:no-repeat;
padding: 0;
height: 70px;
width: 774px;
background-color: transparent;
}
/* HEADER BACKGROUND AND COMPANY NAME */
#header {
background: url(images/header-pic.jpg) no-repeat;
background-color:#FFFFFF;
width: 774px;
height: 72px;
}
/* BACKGROUND FOR THE TOP NAV */
#topnav{
height: 19px;
width: 774;
background-repeat: no-repeat;
}
 
/*navigation styling */
#navBar {
background-color: transparent;
height: 18px;
padding-top: 0;
line-height: 1.75em;
}

#navBar ul {
margin: 0px; 
padding: 4px;
list-style-type: none; 

}
#navBar li {
display: inline;
list-style-type: none;
padding:2px;
margin: 0px;
font-size: .60em;
font-weight: bold;
float:right
}

#navBar a {
background: transparent;
border: none;
margin: 0px;
color: #000066;
text-decoration: none;
padding: 0px 0px;
}

#navBar a:link, #navBar a:visited {
color: #FFFFFF;
text-decoration: none; 
}

#navBar a:hover {
color: #F0B414;
background-color: #000000;
background-color: transparent;
}

#navBar a:active {
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
}
/*End NavBar styles */

/* OUTER WRAPPER FOR CONTENT AREA */
#contenttop {
/* no rules here - just a div to hold the content */
}
/* left column styles */
#contentleft {
text-align: left;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;
width:445px;
float: left;
font: .75em Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}
#contentleftwide {
text-align: left;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;
width:505px;
float: left;
font: .75em Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}
#sunsetleft {
background-image: url(images/mbsunset.jpg);
background-repeat:no-repeat;
float:left;
padding-left: 18px;
padding-bottom: 10px;
height: 54px;
width: 440px;
background-color: transparent;
}
#contentleftsmallborder {
text-align: left;
padding-top: 5px;
padding-left: 10px;
padding-right: 5px;
margin:0px 3px 0px 3px;
width:120px;
float: left;
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
border-right: 1px dotted #CCCCCC;
border-left: 1px dotted #CCCCCC;
}
/* right column - main content area styles */
#contentright {
width:275px; height:100; text-align: left; float: right; 
padding-left: 15px;
padding-right: 5px;
font: .80em Verdana, Arial, Helvetica, sans-serif;color: #666666;
border-left: 1px dotted #CCCCCC;
}
#contentrightscrolling {
border-left: 1px dotted #CCCCCC;  padding : 4px; width : 300px; height : 350px; overflow : auto; text-align: left; float: left; 
font: .80em Verdana, Arial, Helvetica, sans-serif;color: #666666;
}
/* right column for content pages with narrow width to display pictures */
#contentrightnarrow {
width:190px; height:100; text-align: left; float: right;
padding-left: 15px;
padding-right: 5px;
font: .80em Verdana, Arial, Helvetica, sans-serif;color: #666666;
border-left: 1px dotted #CCCCCC;
}

/* heading styles for the content area */
#contentright H1{
font: 1.0em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666666;
}
#contentleft H2 {
font:  bold 1.2em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B0B742;
}
/* styles the small news and testimonials text   text */
.newstext {
color: #808080;
margin: 0;
font-size:0.8em;
}
/* styles the small news and testimonials with underline   text */
.newstextUL {
color: #B0B742;
margin: 0;
font-size:0.8em;
text-decoration:underline;
}
/* styles the khaki small text */
.khakitext {
color: #B0B742;
margin: 0;
font-size:0.8em;
}
/* styles the small grey text  read more...  text */
.smalltext {
color: #808080;
margin: 0;
font-style:italic;
font-size:0.75em
}
/* styles the above text when a link is applied  */
.smalltext a:link {
color: #C0C0C0;
margin: 0;
font-style:italic;
font-size:0.75em
}
/* styles the small news linked   text */
.newstextlinked a:link{
color: #C0C0C0;
margin: 0;
font-style:italic;
font-size:0.75em
}
/* FOOTER AREA */
#footer {
background: url(images/footer-bg.jpg) no-repeat;
font: .85em Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding: 0;
height: 100px;
}

#footer p{	
padding-top:5px;
color: #256197;
font-size: .8em;
}

/* BASIC HEADING STYLES */
H1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.0em}
	
H2 {
font: 1.0em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B0B742;
}	
.footer{
font: 0.70em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
p.dotted {border-left-style:dotted;
}
/* CLEARER DIV USED TO CLEAR FLOATED DIVS */
.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}
/* styles the image so that it sits either left or right of content text */
.imgright {
float: right; 
padding-left: 1px; 
padding-right: 0px;
padding-top: 2px;
}
.imgleft {
float: left; 
padding-left: 2px; 
padding-right: 0px;
padding-top: 6px;
}

/***** Begin laying out the contact form *****/

form {width: 380px;}
/* the outer border around the form */
fieldset{
padding:10px;
border: 1px solid #577DA2;
width: 380px;
font-size: 100%;
}

/*styles the input fields*/
input,textarea{
border: 1px solid #577DA2;
margin: 4px;
padding: 2px;
}

label{
color:#666;
font-size: 100%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the text*/
color: #577DA2;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
border: 1px solid #8B9DAB;
background: #D4D895;
color: #666666;
}
/*end of form styles */

