@import url('mainNav.css');
@import url('secNav.css');
@import url('modelnav.css');
@import url('content.css');
@import url('tags.css');
@import url('forms.css');
@import url('no_js.css');
@import url('homepage.css');

/*----------------------------------------------------------------
RESERVE MOUNTAIN BUILDERS, INC MASTER STYLE SHEET 

Includes: TAGS AND LAYOUT
Browser Compatibility: 
Layout Type: Elastic/Fluid

Color Sceme:
Dark Green/Text Color: #2C3027
Mid Green: #58604F
Dark Khaki: #849177
Body Color: #ADB5A4
Light Khaki: #D6DAD1

author: Kevin Guill
email: kevinguill@comcast.net
website:
----------------------------------------------------------------*/

/* =layout
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
}

body{
background:#2C3027;
margin:auto;
color:#2C3027;
font-family:Geneva, Arial, Verdana, Helvetica, sans-serif;
font-size:90%;
}


#header{
float:left;
width:100%;
min-width:720px;
background:url(../IMAGES/WEBSITE/MAIN_NAVIGATION/nav_bg.gif) repeat-x bottom left #2C3027;
clear:both;
}


#info_bar_wrapper{
float:left;
width:100%;
min-width:720px;
min-height:20px;
background:#58604F;
border-bottom:1px solid #2C3027;
text-align:center;
clear:both;
}

#info_bar{
margin:auto;
width:75%;
min-width:720px;
}

#wrapper{
float:left;
padding-bottom:25px;
padding-top:25px;
width:100%;
min-width:720px;
text-align:left;
background:#ADB5A4;
}

#content{
margin:auto;
width:75%;
min-width:720px;
}

#mainContent{
float:left;
width:70%;
list-style:inside;
}

#mainContent_full{
float:left;
width:100%;
list-style:inside;
}

#secondaryContent{
float:right;
width:27%;
}

#footer_navbar_wrapper{
float:left;
margin-top:0px;
min-height:20px;
width:100%;
min-width:720px;
background:#58604F;
border-top:1px solid #2C3027;
border-bottom:1px solid #849177;
text-align:center;
clear:both;
}

#footer_navbar{
margin:auto;
width:75%;
min-width:720px;
}

#footer_wrapper{
float:left;
width:100%;
height:100px;
background:#2C3027;
color:#ADB5A4;
clear:both;
}

#footer{
margin:0 auto;
width:75%;
min-width:720px;
font-size:80%;
}
