/* CSS Document */
/*----------------------------------------------------------------------------------------------------
					   	HTML TAGS
-----------------------------------------------------------------------------------------------------*/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #fff;
 font-family:Georgia, "Times New Roman", Times, serif;
 color: #000;
} 
/*----------------------------------------------------------------------------------------------------
					   	Container TAGS
-----------------------------------------------------------------------------------------------------*/ 
#container{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border-right:1px solid #ccc;
 border-left:1px solid #ccc;  
} 
/*----------------------------------------------------------------------------------------------------
					   	BANNER TAGS
-----------------------------------------------------------------------------------------------------*/ 
#branding{
 width:100%;
} 

img {
border: none;
}
/*----------------------------------------------------------------------------------------------------
					   	NAVIGATION TAGS
-----------------------------------------------------------------------------------------------------*/
#navlist {
	height: 37px;
	width: 490px;
	border-top: 1px solid #000;
 	border-bottom: 1px solid #000;
	display: block;
	background: white;
	margin: 0 0 0 20px;
    padding: 0 0 0 220px;
    list-style-type: none;
  }

#navlist li {
  margin: 0;
  padding: 0;
  float: left;
  }


#navlist li img {
  border: 0px;
  display: block;
  padding: 0px;
  margin: 0px;
  }

/*----------------------------------------------------------------------------------------------------
					   	SPACE BELOW NAV TAGS
-----------------------------------------------------------------------------------------------------*/

#section-space{
 height:50px; 
 width:720px;
}

#section-index{
 color: #da4e24;
 height:50px; 
 width:720px;
 margin-left: 15px;
 font-size: 16px;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
} 

#section-index p{
 margin-top: 18px;
 margin-left: 20px;
}
/*----------------------------------------------------------------------------------------------------
					   	LEFT CONTENT TAGS
-----------------------------------------------------------------------------------------------------*/
 
#leftcontent{
float:left;
 position:relative;
 left: 6px;
 padding-bottom: 25px;
 margin-left: 10px;
 border-bottom: 1px solid #000;
 }
 
 #leftcontent ul {
 background-color:#fff; 
 margin: 0;
 padding: 0;
 }
 
 #leftcontent li {
 width: 210px;
 font-size: 14px;
 color: #da4e24;
 border-bottom: 1px dashed #ccc;
 margin: 10px 10px;
 padding: 10px 0px;
 list-style-type: none;
 }

#leftcontent a {
	color: #da4e24;
	text-decoration: none;
	}

#leftcontent a:hover {
	color: #000;
	} 
/*----------------------------------------------------------------------------------------------------
					   	CONTENT TAGS
-----------------------------------------------------------------------------------------------------*/ 
#maincontent {
 margin-top: 25px;
 float: right; 
 color: #000;
 position: relative; 
 width:430px; 
 font-size: 12px;
 margin-right: 10px;
 line-height: 25px;
 }
 
 #maincontent a {
  color: #da4e24;
  text-decoration:none;
 }
 
.content-dividers {
 border-bottom: 1px dashed #e9c5a7;
 padding-bottom: 30px;
 } 
/*----------------------------------------------------------------------------------------------------
					   	FOOTER TAGS
-----------------------------------------------------------------------------------------------------*/ 
#footer{
 width: 720px;
 margin-left: 20px;
 height:46px; 
 border-top: 1px #000 solid;
 border-bottom: 1px #000 solid; 
 clear:both;
 margin-bottom: 30px;
 } 
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
/*----------------------------------------------------------------------------------------------------
					   	STYLE TAGS
-----------------------------------------------------------------------------------------------------*/
h1 {
padding-top: 15px;
color: #da4e24;
font-size: 17px;
}

h2 {
color: #da4e24;
font-size: 12px;

.dottedline {
border-bottom: 2px dashed #e9c5a7;
padding-bottom: 15px;
}
