/* This is the Body section*/

body{
	text-align: justify;
	line-height: 1.7;
	color: #000000;
	/*background-color: none;*/
	margin: 0;
	padding: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background: url("../images/") 0% 0% repeat-x;
	background-attachment: fixed;
		}
	   	
/* This ends the Body section*/

/* This is the Container section*/

#big_container{
	margin: auto;
	border: 0px solid #333;
	padding: 0px;
	height: 100%;
	width: 980px;
	}

#mid_container{
	margin: auto;
	border: 0px solid #333;
	padding: 0px;
	height: 100%;
	width: 880px;
	}

#small_container{
	
	text-align: left;
	width: 780px;
	height: 100%;
	background-color:#ffffff;
	margin: auto;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 3px solid #300;
   
    }
	



/* This ends the Container section*/

/* This is the Header section*/

#header{
  	display: none;
  	margin-left:0px;
  	margin-top:0px;
  	padding-left:0px;
  	padding-top:0px;
  	width: 780px;
  	height: 125px;
  	border: 0px solid #300;
  	background-position:center;
  	background:url("../images/")  50% 50% no-repeat;
  	
	}
	
#head_spacer{
	width:780px;
	height:20px;
	}
		
 /*This ends the Header section*/
		
		
/* This is the Navigation section*/

 

#dl, dt, dd, ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	display: none;
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	margin-left: 45px;
	z-index:100;
	width: 100%; /* precision for Opera */
}

#menu ul {
	position:absolute;
}

#menu dl {
	float: left;
	width: 11.5em;
	overflow: hidden;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #000;
	border: 1px solid #C9B789;
	margin: 0px;
}

#menu dd {
	display: none;
	border: 1px solid #000;
}

#menu li {
	
	text-align: center;
	background: #000;
}

#menu li a, #menu dt a {
	position:relative;
	color: #c6b587;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px solid #000;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #625A43;
}


	   
#navigation a:hover{
	 color: #000000;
		}
	   
#navigation a:visited{
	 color: #ffffff;
	   	}
	   	
	
/* This ends the Navigation section*/



/* This is the Portfolio Right Sidebar section*/

.thumbnail
{
position: relative;
z-index: 0;
}

.thumbnail:hover
{
background-color: transparent;
z-index: 100;
}

.thumbnail span
{ 
/*CSS for enlarged image*/
position: absolute;
background-color: #666;
padding: 5px;
left: -50px;
border: 1px solid;
visibility: hidden;
color: #B0A51A;
text-decoration: none;
}

.thumbnail span img
{ 
/*CSS for enlarged image*/
width:200px;
height:200px;
border-width: 0;
padding: 2px;
}

.thumbnail:hover span  /*CSS for enlarged image on hover*/
{
visibility: visible;
top: -150px;/*position where enlarged image should offset vertically */
left: -350px; /*position where enlarged image should offset horizontally */

}

/* This ends the Portfolio Right Sidebar section*/



/* This is the Right Sidebar section*/


#sidebar{
	display: none;
	position:relative;
	float: right;
	width: 125px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 42px;
	text-align: center;
	border: 0px solid #B1B410;
	overflow: hidden;
		}
		
#sidebar p{
	width: 0px;
	   	}		

#sidebar img{
	color: #fff;
	display: block;
	margin: 0px auto;
	border: 0px solid #000;
	   	}
	   	
#sidebar a:hover{
	color: #EDED2F;
	   	}
	   	
#sidebar2{
	float: right;
	width: 125px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 22px;
	margin-right: 10px;
	text-align: center;
	border: 0px solid #B1B410;
	overflow: hidden;
		}
		
  		
#sidebar2 a:link, a:active{
	color: #c6b587;
		}
		
#sidebar2 a:hover{
	color: #ffffff;
	   	}
	   	
#sidebar2 a:visited{
	color: #000000;
	   	}
	   	
#sidebar3{
	float: right;
	width: 150px;
	color: #fff;
	margin-top: 62px;
	margin-bottom: 22px;
	margin-right: 0px;
	text-align: center;
	border: 0px solid #B1B410;
		}
		  	
		
#sidebar3 a:link, a:active{
	color: #c6b587;
		}
		
#sidebar3 a:hover{
	color: #ffffff;
	   	}
	   	
#sidebar3 a:visited{
	color: #000000;
	   	}
	   	
/* This ends the Right Sidebar section*/


#content{
	font-family: Verdana, Helvetica, Arial;
	line-height: 1.7;
	margin-left:60px;
	width:720px;
	}
	
#content p{
	width:475px;
	font-size:12px;
	   	}	
#content h1{
	width: 475px;
	font-size: 16px;
	border-bottom: 1px solid #C9B789;
		}
		
#content h2{
    width: 200px;
	font-size: 14px;
	border-bottom: 1px solid #C9B789;
	   	}
	   	

	   	
#content2{
	font-family: Verdana, Helvetica, Arial;
	line-height: 1.7;
	margin-left:60px;
	width:700px;
		}
		
#content2 p{
	width:500px;
	font-size:12px;
	   	}
#content2 h1{
	width: 500px;
	font-size: 16px;
	border-bottom: 1px solid #C9B789;
		}	
	   	
#content2 h2{
    width: 200px;
	font-size: 14px;
	border-bottom: 1px solid #C9B789;
	   	}


	   	
#content a:hover{
	color: #B0A51A;
	   	}
	   	
#content p a:link 
		{
		text-decoration: underline;
		color:#c6b587;
		}
		
#content p a:visited 
		{
		text-decoration: underline;
		color: #843600;
		}
		
#content p a:hover 
		{
		text-decoration: underline;
		color: #fff;
		}
	   		   	
	   	
#list ul li{
		font-size: 12px;
		list-style: disc;
		margin-left: 40px;
		}
/* This ends the Right Sidebar section*/


/* This is the Sub Menu */


#sub-menu
		{
	width:750px;
	height: 25px;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	border: 1px solid #C9B789;	
		}
		
#sub-menu a:link 
		{
		text-decoration: none;
		color:#c6b587;
		}
		
#sub-menu a:visited 
		{
		text-decoration: underline;
		color: #843600;
		}
		
#sub-menu a:hover 
		{
		text-decoration: underline;
		color: #fff;
		}
		
/* This ends the Sub Menu */



/* This is the Footer section*/


#footer{
	display: none;
	clear: both;
	width:750px;
	height: 58px;
	text-align: center;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	
		}
		

#footer p{
	font-size: 12px;
	
	margin: 0;
	line-height: 25px;
	color: #c6b587;
		}
	   
/* This ends the Footer section*/