/*
This CSS document was written by Caleb Pierce (ridgehkr.com)
This template is free for you to use and modify, etc. However, please insert a link on your site to 
ridgehkr.com for design credits. thank you!
*/

*{
	margin:0px;
	padding:0px;
}

body{
	background:rgb(180,180,180) url(../images/bodybg.png) repeat-x center top;
	font-family:Verdana,'Times New Roman',Times,serif;
	font-size:13px;
	color:#222;
	line-height:28px;
}

a  {
	color:#394132;
	text-decoration:none;	
}


h1,h2,h3,h5{
	font-family:Verdana, "Times New Roman", Times, serif;
	padding:5px 0px 5px 0px;
}

#mc_container h2
       {
       text-align:right;
       font-weight:lighter;
       color:#933B39;
	   margin-bottom:10px;
       border-bottom:1px solid #8d8d8d;
	   font-size:3em;
	   padding-bottom:8px;
	   font-family:Georgia, serif;
       }
h1{
	padding-top:0px;
	font-size:25px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:strong;
	color:#8F8F8F;
	border-bottom:0px solid #EDEDED;
	text-align:center;
}

h2{
	font-size:20px;
}

h3{
	color:#373E51;
	font-size:1.5em;
	font-family:Verdana,'Trebuchet MS';
	font-weight:strong;
}

h5{
	font-size:12px;
	text-indent:20px;
}

h6{
	color:#666666;
}

#nav_container h3{
	font-size:1em;
	font-family:Georgia,'Trebuchet MS', serif;
	font-weight:lighter;
	letter-spacing:.3em;
	margin-top:51px;
	padding-top:5px;
	color:black;
}

li span {
        color:#8d8d8d;textIndent;
}

p{
	padding-top:8px;
	padding-bottom:8px;
}
hr{
	border:0;
	background-color:#9D9DA1;
	height:1px;
	width:95%;
	margin:0px auto;
	text-align:center;
}
img{
	border:none;
	padding:5px
}


/*pre-set image classes*/
.right
	{
	float:right;
	padding:5px;
	background-color:#e8e8e8;
	border:1px solid #8d8d8d;
	margin:10px 0px 10px 10px;
	}
	
.right-off
	{
	float:right;
	}
	
.left
	{
	float:left;
	padding:5px;
	background-color:#e8e8e8;
	border:1px solid #8d8d8d;
	margin:10px 10px 10px 0px;
	}
	
.left-off
	{
	float:left;
	}

blockquote
	{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f5f5;
	color:#222;
	border-top:0px dashed #394132;
	border-bottom:0px dashed #394132;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
blockquote a
	{
	text-decoration:underline;
	}
	
blockquote span
	{
	color:#933B39;
	font-size:3em;
	letter-spacing:.2em;
	}
	
#container{
	margin-left:auto;
	margin-right:auto;
	width:850px;
	border-right:6px solid #222;
}
* html #container{
	padding-left:2px;
}
#c_container{
	background:#FFFFFF url(../images/cbg.png) repeat-y;
	margin-top:-5px;
	width:850px;
}

#close
	{
    text-align:right;
	padding:10px;
	color:#8d8d8d;
    } 
	
#close a
	{
	color:#222;
	text-decoration:underline;
	}
	
#header
	{
	width:850px;
	height:100px;
	background-color:#373737;
	}
	
#header_text
	{
	width:300px;
	color:#fff;
	font-size:2em;
	font-family:Georgia,Arial,'Trebuchet MS', serif;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	}
	
#header_text span
	{
	color:#8299AB;
	letter-spacing:1em;
	}
/**** Main Content ****/
#mc_container{
	padding:20px 26px 20px 0px;
	width:550px;
	text-align:justify;
	/*
	background-image:url(../images/mcbg.png);
	background-position:center center;
	background-repeat:no-repeat;
	*/
}
#mc_container ul{
	padding:3px 0px 3px 10px;
}
#mc_container ul li{
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:center left;
}

#location
	{
	margin-top:-10px;
	margin-bottom:10px;
	margin-left:0px;
	color:#black;
	width:100%;
	text-align:right;
	}

#location a
	{
	color:#222;
	text-decoration:none;
	}

/**** Nav ****/
#nav_container{
    background-color:white;
	width:70px;
	padding:12px 10px 0px 10px;
}
#nav_container ul{
	margin-top:8px;
	padding-bottom:12px;
}
#nav_container ul li{
	list-style-type:none;
	padding:10px 0px 5px 5px;
	border-bottom:1px solid #EDEDED;
	background-color:#999;
}

#nav_container ul li.indent{
	padding-left:25px;
}
#nav_container ul li a{
	color:black;
    font-weight:bold;
}
#nav_container ul li a:hover{
	/*color:#007FBD;*/
	text-decoration:none;
}
#nav_container ul li a.current{
	font-weight:bold;
}

#footer
	{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 5px;
left: -1000px;
border: 2px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

<style type="text/css">
div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
</style>.Blue_large {
	color: #00F;
}
#container #c_container tbody tr #mc_container blockquote .Blue_large strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#container #c_container tbody tr #mc_container blockquote .Blue_large strong {
	color: #00F;
}
#container #c_container tbody tr #mc_container blockquote .Blue_large strong {
	font-family: Verdana, Geneva, sans-serif;
}
#container #c_container tbody tr #nav_container ul li {
	color: #999;
}
