/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */


/*============================================================*/
/* general                                                    */
/* full column                                                     */
/* Header Image & Link                                        */
/* Main Navigation                                            */
/* links                                                      */
/* text                                                       */
/* images                                                     */
/* bottom bar                                                           */
/*============================================================*/

/*============================================================*/
/* general                                                    */
/*============================================================*/
body {
    margin: 0; 
    padding: 0; 
    background: #262626;
    font-size: 80%;
    font-family: "Trebuchet MS", Arial, sans-serif; 
}

#wrap {
    margin: 0; 
    padding: 0; 
    border: 0; 

}
.hide {
    display: none;
}

/*============================================================*/
/* full column                                                */
/*============================================================*/
/* Used to keep the divs in a row.  you can use this for any size of divs */

#rowcontainer {						
	float: left;
	margin: 0 0 5px 0;
    width: 100%;
    overflow: hidden;
	background: #333;
}


/* Full width column for a one column site */
#fullcolumn 
{
    clear: right;
    width: auto;
    margin-left: 180px;
}
	
/* floats the user/login into position */

#login {
    float: right;
    margin: 0 10px;
    color: #06FF00; 
    font-size: 100%;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    text-align: right;
}	

#date {
    float: left;
    margin: 0 10px;
    color: #06FF00; 
    font-size: 100%;
    font-family: "Trebuchet MS",Verdana,sans-serif;
}

/*============================================================*/
/* Header Image & Image Hover                                       */
/*============================================================*/

/* Large image */
#hdrimg {			
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: url('images/hdr.gif') repeat-x;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}

html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}


/*============================================================*/
/* Main Navigation                                            */
/*============================================================*/

#leftside {
    clear:left;
    float:left;
    width:170px;
    margin:5px 5px 5px;
    padding:0;
    background-color: #EB4A00; 
} 

#HouseMenuNav {
width:170px;
margin:5px;
padding:0;
list-style:none;
font-size:100%;
}

#HouseMenuNav li {
width:170px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#333333;
color:#06ff00;
font-weight:normal;
width:154px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
text-decoration:none;
}

#HouseMenuNav li a:hover,#HouseMenuNavCurrentItem a {
background-color:#333333;
color:#ffffff;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:100%;
width:155px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:139px;
}

#HouseMenuNav ul ul {
width:143px;
}

#HouseMenuNav ul ul a {
width:124px;
}
/*============================================================*/
/* links                                                      */
/*============================================================*/

a:link, a:visited {
    text-decoration:none;
    font-weight:bold;
    color: #06FF00; 
    text-decoration: none;
    background-color:inherit;
}

a:hover {
    color: #fff; 
    text-decoration: underline;
    background-color:inherit;
}
a:active {
    text-decoration:none;
    font-weight:bold;
    color:#06FF00;
    background-color:inherit;
}
/*============================================================*/
/*  text                                                      */
/*============================================================*/

.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head, .SubHead, span#copyright, span#design, span#login  {
    margin: 0 10px; 
    color: #fff; 
    font-weight: normal; 
    text-decoration: none; 
    background: transparent; 
    font-size:100%;
    font-family: "Trebuchet MS",Verdana,sans-serif;
}



/* site heading */
h1  {
    font-size: 1.5em; 
    line-height: 1.4em; 
    color: #FFA000; 
margin: 0;
}	

/* site heading */
h2  {
    font-size: 1.3em; 
    line-height: 1.4em; 
    color: #FFA000; 
margin: 0;
}
    
/* sub headings */	
h3  {
    font-size: 1.2em; 
    line-height: 1.4em; 
    color: #FFA000;  
margin: 0;
}
/* sub headings */	
h4  {
    font-size: 1.1em; 
    line-height: 1.4em; 
    color: #FFA000; 
margin: 0; 
}
/* sub headings */	
h5  {
    font-size: 1.0em; 
    line-height: 1.4em; 
    color: #FFA000; 
margin: 0; 
}
/* sub headings */	
h6  {
    font-size: 0.9em; 
    line-height: 1.4em; 
    color: #FFA000; 
margin: 0; 
}

acronym  {
    border-bottom: 1px dashed #999; 
    cursor: help; 
}

/* lists */
ul  {
    margin: 5px 0 5px 35px; 
    list-style: url('images/bullet.gif'); 
}

ol  {
    margin: 5px 0 5px 35px; 
    list-style: decimal; 
}

ol li, ul li  {
    color: #fff; 
    font-size: 100%; 
    line-height: 1.4em; 
}

 /* rule styling */
hr {
     margin: 10px 0px; 
     height: 5px; 
     background: #262626; 
     color: #262626; 
} 

/*============================================================*/
/* images                                                     */
/*============================================================*/

/* all images styling */
img {
    margin: 0 10px;
} 

/* right floating images */
img.right {
    float: right;
}  

 /* left floating images */
img.left {
    float: left;
} 


/*============================================================*/
/* bottom bar                                                 */
/*============================================================*/ 

/* Bottom copyright bar */
#bttmbar 
{
    clear:left;
    float: left; 
    height: 40px;
    width: 100%; 
    background: url('images/hdr.gif');
    background-position: bottom;
    background-repeat: repeat-x; 
}    

 /* sets the copyright styles */				
span#copyright {
    float: left; 
    font-size: 75%; 
    line-height: 1.25em;
    padding-top: 5px;
} 

/* floats the design link into position */
span#design {
    float: right; 
    font-size: 75%; 
    line-height: 1.25em;
    padding-top: 5px;
}




