/* #007744 - light blue
 * #3c1b01 - brownie
 * #000000 - goldie
 *
 */

a{ 
	color: #007744;
	text-decoration: none;
} 

a:link{
	color: #007744;
	text-decoration: underline;
} 

a:visited{ 
	color: #007744;
	text-decoration: underline;
}

a:active{ 
	color: #007744;
	text-decoration: underline;
} 

a:hover	{ 
	color: #55aa88;
	text-decoration: underline; 
} 

applet{
	text-align: center;
}

img{
	border-width: 1px;
	border-style: solid;
	border-color: #007744
}

h1{
	font-weight: bold;
	font-size: small;	
	color: #007744;
}

body {
	margin:10px 0px;
	padding:0px;
	text-align:center;
	font-family: verdana, helvetica, arial;
	font-size: x-small;
	color: #000000;
	text-align:left;

	background-color: #ffffff;
}

#content {
	width:790px;
	margin:0px auto;
	padding: 5px;
	border:0px;
	height: 500px;
	bottom: auto;
	background-color: #ffffff;

}

/*---------------------------------------------------------- post formatting */

#post_title {
	font-weight: bold;
	font-size: small;	
	color: #007744;

}

/*------------------------------------------------------------------ top bar */

#top_bar{
	font-family: verdana, helvetica, arial;
	color: #007744;
	font-weight: bold;
        width:760px;
	margin:0px auto;
	border:0px;
}



#top_bar_title{
	font-size: x-large;
	float: left;
	text-align: left;
	padding-bottom:5px;	
	width:570px;
	
}

/*-------------------------------------------------------------- top nav bar */

#top_bar_nav{
	font-size: small;
	float: left;	
	text-align: left;
	width:190px;
	
}

#top_bar_nav a{
	color: #000000;
}
#top_bar_nav a:hover{
	color: #449955;
}

#top_bar_quick_info {
	width: 100%;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	float: left;
}

/*----------------------------------------------------------- bottom nav bar */

#bottom_nav_bar{
	position: relative;
	top: 20px;
	text-align: center;
	font-family: verdana, helvetica, arial;
	font-size: large;
	color: #007744;
	font-weight: bold;
	float: left;
        width:755px;
	height: 50px;        
	margin:0px auto;
	padding:5px;
	border:0px;
	background-color: #ffffff;
}

/*-------------------  content columns -- 3 column style with dashed borders */

.col {
	margin-top: 10px;
	padding-top: 20px;
	height: 400px;

}

#col_left{
	width:225px;
	float: left;
	padding-right:15px;		

	padding-left:10px;	
	border-top: thin dashed #007744;
}

#col_center{

	width:225px;
	float: left;
	padding-right:15px;	
	padding-left:15px;	
	border-top: thin dashed #007744;
	border-left: thin dashed #007744;
	border-right: thin dashed #007744;
}

#col_right{
	width:225px;
	float: left;
	padding-left:15px;		
	padding-right:10px;	
	border-top: thin dashed #007744;
}

#col_single{
	width:725px;
	float: left;
	height: auto;
	
	padding-right:15px;	
	padding-left:15px;	
	border-top: thin dashed #007744;
}

/*---------------- category columns --  2 column style with top border dashed*/

#cats_left{
	float: left;
	margin-top: 10px;
	padding-top: 20px;

	border-top: thin dashed #007744;
	width:500px;
	height: 400px;
	
	padding-right:15px;		
	padding-left:10px;	

}

#cats_right {
	float: left;
	margin-top: 10px;
	padding-top: 20px;

	border-top: thin dashed #007744;
	border-left: thin dashed #007744;

	width:205px;
	height: 400px;

	padding-left:25px;	
	padding-right:5px;	

}


/*----------------------------------------------------------------  mini nav */

#mini_nav_right {
	height: auto;
	width: 100%;
	text-align: right;	
}

#mini_nav_center {
	height: auto;
	width: 100%;
	text-align: center;
}

#mini_nav_left {
	height: auto;
	width: 100%;
	text-align: left;
}

/*---------------------------------------------------------------------- mix */

#hide{
	display: inline;
	color: #3c1b01;
}

