/*----------------------------------
		Theme411_Clean_Slate
		Cat Generic
----------------------------------*/

body {	
	font-family: "Times New Roman", Times, FreeSerif, serif;
}

.sf_outer_wrapper {	
}

.sf_extra1 {
}

.sf_wrapper {	
}

/*--------------------------------
		Top Navigation
---------------------------------*/

.sf_navigation_top {
	display: none;
}

.sf_navigation_top ul{
	
}

.sf_navigation_top ul:after{
	
}

.sf_navigation_top ul li {
	
}

.sf_navigation_top ul li.sf_last_nav_item{
	
}

.sf_navigation_top ul li.sf_first_nav_item{

}

.sf_navigation_top ul li a {
}

.sf_navigation_top ul li a:visited {	
	
}

.sf_navigation_top ul li a:hover {
	
}

/*--------------------------------
		End Top Navigation
---------------------------------*/


.sf_extra10 {
}


/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {	
}

.sf_extra2 {
}

.sf_main_header {	
}

.sf_extra3 {
}

.sf_sub_header {	
}

/*--------------------------
		End Header
--------------------------*/


.sf_extra4 {
}


/*--------------------------------
		Bottom Navigation
---------------------------------*/

/**
 * @section navigation
 */
.sf_navigation {
    padding:0;
	margin: 0;	
}

.sf_navigation ul {	
    height: auto !important;
    height: 1%;
	list-style-type:disc; 
	margin:0;
    padding:0 0 0 30px;
	width: 200px;
}

.sf_navigation ul li {	
	margin:0;
    padding:0;
	width:200px;	
}

.sf_navigation ul li a {
	display:block;
    margin: 0;	
    padding:0; 
    text-decoration: none;
	width:175px;
}

.sf_navigation ul li a:hover {
	text-decoration:underline;
}

/**
 * @section subnav
 */
.sf_navigation ul.subnav {
	background:#ffffff;
	left: -999em;	
	list-style-type:none; 
	margin:-1.12em 0 0 160px;
    padding:0;
	position: absolute;
	float: left;
	width: 170px;
	z-index:1000;
}

.sf_navigation ul.subnav li {
	float: left;
	width: 170px;
	margin:0;
    padding:0;
}

.sf_navigation ul.subnav li a {
	width: 170px;
	display: block;
	padding:2px 0; 
    margin: 0;
	background-image:none;
}

.sf_navigation ul.subnav li a {
	text-decoration:none;
}

.sf_navigation ul.subnav li a:hover {
	background:#f1f1f1;
	text-decoration:underline;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*--------------------------------
		End Bottom Navigation
---------------------------------*/


.sf_extra5 {
	clear:none !important;
	clear:left;
}


/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	color: ;
}

/*--------------------------------
		 End Page Title
---------------------------------*/


.sf_extra6 {

}

.sf_extra11 {

}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {	
	
}

.sf_content img {
	
}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {
	
}

.sf_extra7 {

}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	
	clear: both;
}

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
	
}

.sf_extra9 {
	
}


/*--------------------------
		Extra Stuff
--------------------------*/


a:link {	
}

a:visited {	
}

a:hover {	
}

.sf_banner {
	margin: 40px auto 0 auto;
	text-align: center;
}

.sf_banner a{	
}
/*Mug Lounge CSS */

/*Colors
151515  Dark
FFFFFF  White
990000  Red
4BDBC1	Green
c09d69  Gold

dfd2b3  Tan
*/

/* Main Divs */
body	{
	width: 720px;
	margin: 0 auto;
	padding: 0;
	background-color: #151515;
	text-align: left;
	color: #dfd2b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.banner_div	{
	width:720px;
	height:50px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
	text-align: center;
}
.body_left_2 {
	float: left;
	width:220px;
	height:410px;
	background-color: #151515; /*for testing */
}
.body_right_2 {
	position: relative;
	top: 40px;
	float: right;
	width:480px;
	background-color: #151515; /*for testing */
}
.footer	{
	position: relative;
	float: right;
	font-size: 9px;
}
.scroll_list	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 480px; 
	height: 350px;
	overflow: auto;
	/*background-color: #330000; for testing */
}

/* Event Space Divs */
.event_space_pics {
	position: relative;
	top: 10px;
	margin-left: 15px;
	float: left;
	width: 20px;
	height: 20px;
	background-color: #666666; /*for testing */
}
.event_space_pic_text {
	position: relative;
	top: 10px;
	margin-left: 10px;
	float: left;
}
.event_space_pic_caption {
	position: relative;
	top: 10px;
	margin-left: 20px;
	clear: both;
}


/* Menus */
#nav-menu ul {
	clear:both;
	padding: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	list-style: none;
	border-top-style: solid;
	border-top-color: #990000;
	border-top-width: 1px;
}
#nav-menu li {
	float: left;
	margin: 10px 1em
}

a.menu:link			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #c09d69;
	text-decoration: none;
} 
a.menu:visited	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #c09d69;
	text-decoration: none;
}
a.menu:hover	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #990000;
	text-decoration: underline;
}
a.menu:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #c09d69;
	text-decoration: none;
}
/* SUBMENU */
a.submenu:link			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #c09d69;
	text-decoration: underline;
} 
a.submenu:visited	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #c09d69;
	text-decoration: underline;
}
a.submenu:hover	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
}
a.submenu:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #c09d69;
	text-decoration: underline;
}

/* Link Styles */
a:link			{
	line-height: 14px;
	color: #dfd2b3;
	text-decoration: underline;
}
a:visited	{
	line-height: 14px;
	color: #dfd2b3;
	text-decoration: underline;
}
a:hover	{ 
	line-height: 14px;
	color: #c09d69;
	text-decoration: underline;
}
a:active	{
	line-height: 14px;
	color: #dfd2b3;
	text-decoration: none;
}

/* HTML Styles */
p	{
	margin: 10px;
	padding:0px;
}

ul {margin-top: 3px; margin-bottom: 3px;}
li {margin-top: 3px; margin-bottom: 6px;}

H1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #c09d69;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
}

H2 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 9px;
	margin-bottom: 3px;
	color: #c09d69;
}
