/* CSS Document */

#header{
	clear:left;
}

#header h1 {
	width:250px;
	height:80px;
	margin:10px 10px 0px 20px;
	position:relative;
	text-indent:-10000px;
	text-align:left;
	float:left;
}
#header h1 span {
	display:block;
	background:url(/images/SMCLogo_horiz.png) no-repeat 0 0;
	width:280px;
	height:80px;
	position: absolute;
	top: 0;
	left: 0;	
}

#small_nav {
	float:right;
	margin-right: 9px;
	font-size: 11px;
}
#menu {
	position:absolute; 
	visibility:hidden;
}

/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:02 - Tomato
  -----------------------------------
*/
#p7TBM {
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	line-height: normal !important;
}
#p7TBMroot {
	/*background-image: url(/images/bevel_bottom.jpg); */
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	background-position: left bottom;
	clear:left;
}
#p7TBMrootbox {
	/*	background-color: #FFFFFF; */
	background-repeat: repeat-x;
}
#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	margin: 0 auto;
	padding: 0;
	/*background-color: #FFFFFF; */
	/*background-image: url(/images/tab_channel.jpg);*/
	background-repeat: repeat-x;
	width: 730px;
	font-size: 1.4em;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
}
#p7TBMroot .p7TBMtext li a {
	color: #888888;
	padding: .1em 20px;
	/*font-variant:small-caps; */
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.2em;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #000000 !important;
	/*	background-color:#FFFFFF !important; */
	font-weight: bold;
}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color:#000000;
	/* 	font-variant:small-caps; */
	text-transform: uppercase;
	/*	background-color:#FFFFFF; */
}
#p7TBMsubwrap{
	font-size: 1em;
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 732px;
	clear:both;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	/* width: 100%; */
}
.p7TBMsubbox {
	padding: 0;
}
.p7TBMsub ul {
	margin: 0 auto;
	padding: 0 0 2px 0;
	background-image: url(/images/iebfix.gif);
	background-color: transparent;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
}
.p7TBMsub li a {
	color: #FFFFFF;
	padding: 7px 5px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size:9px;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	border: 0px solid #CCCCCC;
	margin: 0 .5em 0 0;
}
.p7TBMsub li a:visited {
	color: #FFFFFF;
}

.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: rgb(218,84,10);
	border-color: #6B6B6B;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/* current marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	color: rgb(218,84,10);
	font-weight: bold;
}

/* #p7TBMsub05 {visibility: visible;} */
-->

