
/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: #5a6b57 url(images/bg.gif) repeat-x;
 }

hr {
	height: 1px;
	width: 100%;
	background: #e1e1a9;
	border: 1px;
	color: #e1e1a9;
}

h1 {
	font: 900 20px/20px Georgia, Times New Roman, Times, serif;
	color: #ca881f;
	text-align:left;
	margin: 20px 0px 0px 0px;
	text-transform: capitalize;
}

h2 {
	font:500 16px/16px Georgia, Times New Roman, Times, serif;
	color: #575555;
}

h3 {
	font: 700 14px/14px  "Times New Roman", Times, serif;
	color: #b53e2a;
	margin: 0px;
}

ul {
	margin: 0px;
	padding:0px;
}
#orange {
	color:#ca881f;
}

/*    -----------------------    Page Structure   -----------------------   */ 

#mc {
	width:875px;
	margin:auto;
}

#pagetile {
	background:  url(images/mc_bg.png) repeat-y 0px 0px;
	float:left;
}

#header {
	background: url(images/top.jpg) no-repeat 0px 0px;
	width:875px;
	height:101px;
	float:left;
}

#wrapper {
	width: 100%;
	/*background: url(images/top_bg.jpg) no-repeat top center;*/
	float:left;
}
/*    -----------------------    Navigation   -----------------------   */  

#navcontainer {
	width: 290px;
	position: absolute;
	z-index: 15;
	top: 130px;
	margin-left: 570px;
}
#nav a {
	font: bold 16px/16px  Georgia, Times New Roman, Times, serif;
	color: #2d3d2a;
	border-bottom: 1px solid #d1d2c9;
	display:block;
	text-decoration:none;
	background: url(images/nav_bg.gif) no-repeat 30px 0px;
	padding:0 0 10px 50px;
}

#nav a:hover {
	color: #ca881f;
	text-decoration:none;
}

/*#nav, #nav ul {
	width: 195px;
	padding: 0 0 0 20px;
}

#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}

#nav ul li a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

#nav em {
	display: none;
}*/

/*Code for graphic menu - add to start file
<ul>
<li id="about"><a href="about.asp"><em>about us</em></a></li><li id="menudivider"><a href="/"></a></li>
<li id="shop"><a href="shop.asp"><em>shop</em></a></li><li id="menudivider"><a href="/"></a></li>
<li id="contact"><a href="contact.asp"><em>contact</em></a></li> 
</ul>
*/

/*    -----------------------   Menu Items   -----------------------   */ 

#about, #about a {
	width: 195px;
	background: url(images/m_about.gif) no-repeat 0px 0px;
}	
#about a:hover {
	background: url(images/m_about.gif) no-repeat 0px -20px;
}
#shop, #shop a {
	width: 195px;
	background: url(images/m_shop.gif) no-repeat 0px 0px;
}	
#shop a:hover {
	background: url(images/m_shop.gif) no-repeat 0px -20px;
}
#contact, #contact a {
	width: 195px;
	background: url(images/m_contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/m_contact.gif) no-repeat 0px -20px;
}
#home, #home a {
	width: 195px;
	background: url(images/m_home.gif) no-repeat 0px 0px;
}	
#home a:hover {
	background: url(images/m_home.gif) no-repeat 0px -20px;
}
#menudivider, #menudivider a, #menudivider a:hover {
	width: 195px;
	height: 25px;
	cursor: default;
	background: url(images/navbg.gif) no-repeat 0px 10px;
}

/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a, .subThree a {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #606366;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 25px;
	width: 146px;
	height: 22px;
	background: url(images/submenubg.gif) no-repeat 0px 0px;
	line-height: 18px;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover {
	color: #000000;
	text-decoration:none;

}
.subOne {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 130px;
	margin-left: 220px;
}
.subTwo {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 475px;
}
.subThree {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 620px;
}

/*    -----------------------   Content  -----------------------   */  

#content {
	width: 875px;
	text-align: left;
	float:left;
	background: url(images/content_bg.png) no-repeat 0px 0px !important;
	background: url(images/content_bg.gif) no-repeat 0px 0px;
	padding: 99px 0px 0px 0px;
}

#contentend {
	width: 875px;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/end.png) no-repeat center bottom !important;
	background: url(images/end.gif) no-repeat center bottom;
	min-height:250px;
}

#contenthome {
	width: 762px;
	text-align: left;
	float:left;
	background: url(images/content_home.jpg) no-repeat 0px 0px;
}

#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

#contentdivide #left {
	width: 290px;
	float: left;
}

#contentdivide #right {
	width: 100px;
	float: right;
}

/*    -----------------------   Small Columns    -----------------------   */  
#smleft { 
	width:160px;
	float:left;
}
#smright {
	width:300px;
	float:right;
}

#equalleft { 
	width:200px;
	float:left;
	padding: 0px 40px 0px 0px;
}
#equalright {
	width:200px;
	float:right;
	padding: 0px 40px 0px 0px;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 525px;
	float: right;
	margin: 0px 95px 0px 0px;
	min-height: 300px;
	height:auto !important;
	height:300px;
}

#widecolHome {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 420px;
	float: left;
	margin: 50px 0px 0px 110px;
	padding: 0px 70px  0px 10px;
}

/*#widecol a  {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #223f5a;
	text-decoration:none;
}
#widecol a:hover {
	color: #223f5a;
	text-decoration:underline;
}*/

#widecol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	list-style-image: url(images/a_bullet.gif);
	margin-left: 45px;
	margin-top: 0px;
	padding: 0px;
	list-style-type:disc;
}

/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 14px/22px  Georgia, Times New Roman, Times, serif;
	color: #575555;
	width: 400px;
	float:left;
	padding: 20px 0 80px 60px;
}

 #leftcol a {
	color: #004e75;
	text-decoration:none;
}
 
#leftcol a:hover {
	color: #004e75;
	text-decoration:underline;
}

/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	width: 380px;
	vertical-align: top;
	float: left;
}
#midcol p {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
}
#midcol a {
	color:#b53e2a;
	text-decoration:none;
}	
#midcol a:hover {
	text-decoration:underline;
	color:#b53e2a;
}
#midcol ul li {
	font: normal 11px/14px  geneva, arial, verdana;
	color: #6c6f72;
	list-style-image: url(../images/a_bullet.gif) !important;
	list-style-image: url(../images/a_bullet2.gif);
	margin-left: 45px;
	margin-top: 0px;
	padding: 0px;
	list-style-type:disc;
}

/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 110px;
	float: right;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #153564;
}

#rightcol ul  {
	margin-left: 15px;
	padding: 0px;
}
#rightcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #5a451b;
	list-style-image: url("images/a_bullet.gif");
	margin-left: 55px;
	padding: 0px;
	list-style-type:disc;
}
 #rightcol a {
	color: #ae852a;
	text-decoration:none;
	}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}

/*    -----------------------   Small Columns    -----------------------   */  
#smleft { 
	width:260px;
	float:left;
}
#smright {
	width:260px;
	float:right;
}

/*    -----------------------   Content Images    -----------------------   */  

.picleft {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #0b0b71;
}

.picright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}

.pic {
  /*margin: 2px;*/
  border: 1px solid #2b5eae;
}

.staffpic {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #718da5;
}

.thumb {
	/*width: 75px;
	height:44px;*/
	width:100px;
	height:59px;
}


/*    -----------------------   Footer   -----------------------   */  

#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #211907;
	width: 875px;
	height:5px;
	text-align: center;
	padding: 10px 0px 0px 0px ;
	float: left;
	text-decoration:none;
	background: #5a6b57;
}
 #copyright a {
	color: #211907;
	text-decoration:none;
	font-weight: bold;
	}
 #copyright a:hover {
	color: #211907;
	text-decoration:underline;
}

/*    末末末末末末末末末  Home Logo Link   末末末末末末末末末  */ 

#gohome {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin:0px 0px 0px 30px;
}


#topheaders {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin: 52px 0px 0px 185px;
	top: 0px;
}

