/*  
Theme Name: TMC
Theme URI: http://dept29.com/
Description: Custom Wordpress theme for TMC
Version: 1
Author: Shannon
Author URI: http://webdesign.webnonsense.org/
*/


/* Begin Structure
----------------------------------------------*/
html {
	background: url(images/html-bg.png) repeat-x left top;
}
body {
	text-align: center;
	margin: 0 0 120px 0;
	background: url(images/header-bg.png) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper, #header {
	margin: 0 auto;
	text-align: left;
	width: 768px;
	position: relative;
}
#header {
	height: 110px;
}
#header img {
	float: left;
}
#wrapper {
	clear: both;
}

#rate {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 64px;
	display: block;
}
#effective-date {
	margin: 0;
	padding: 0 0 19px 0;
	font-size:21px;
	display: block;
}


#footer {
	clear: both;
	padding: 7px 0 0 0;
	border-top: 2px solid #e8e8ea;
}
#footer p {
	font-size: 9px;
}
a img {
	border: none;
}


#footer a:link {
	text-decoration: underline;
	color: #015595;	
}
#footer a:visited {
	text-decoration: underline;
	color: #015595;
}
#footer a:hover {
	color: #3399ff;
}
#footer a:active {
	text-decoration: none;
}



/*Nav
----------------------------------------------*/



ul#nav {
	margin: -37px 0 0 0;
	padding: 0;
	float: right;
	position: relative;
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: white;
	font: 12px Arial, Helvetica, sans-serif;
}

ul#nav li {
	float: left;
	margin: 0 2px;
	padding: 0;
	width: 98px;
}

ul#nav li ul {
	position: absolute;
	width: 167px;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 6px 0;
	border: 1px solid #CCCCCC;
}
ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: auto;
}

#nav a {
	display: block;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	background: url(images/tab.gif) left top no-repeat;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	display: block;
	width: 98px;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
}

ul#nav li a:hover {
	background: url(images/tab.gif) -98px top no-repeat;
	color: #5F6772;
}

ul#nav ul li a:link, ul#nav ul li a:visited, ul#nav ul li a:hover, ul#nav ul li a:active {
	background-image: none;
}
ul#nav ul li a:link, ul#nav ul li a:visited, ul#nav ul li a:active {
	color: #5F6772;
	text-decoration: none;
	line-height: 24px;
	width: 139px;
	margin: 0 5px;
	padding: 0 8px;
	display: block;
	text-align: left;
}

ul#nav ul li a:hover {
	color: #5F6772;
	text-decoration: none;
	background-color: #E5EEF4;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




