/* Transitional CSS Document. Used on the "transition" pages. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
:focus {
	outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white; }
ol, ul {
	list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
blockquote, q {
	quotes: "" ""; }

body {
	font: 62.5%/1.3 Arial, Helvetica, sans-serif;
	background-color: #fff; }
#wrap {
	width: 725px;
	font-size: 120%;
	background-color: #c9c1b3; }
	
#banner {
	width: 100%;
	height: 105px;
	background-color: #fff; }
#new-website-message {
	display: block;
	width: 100%;
	font-size: 12pt;
	background: #fc9;
	border-bottom: 1px solid #fc6;
	padding: 0.6em 0.4em;
	float: none;
	height: auto; }
#new-website-message cite { font-style: italic; }
h1 {
	width: 225px;
	height: 68px;
	margin-bottom: 6px;
	float: left; }
#search {
	padding: 10px 0 0 0;
	float: right; 
	width: 125px; }
#search #submit {
	position: absolute; }
#topnav {
	float: left;
	width: 601px;
	padding-left: 124px;
	background-color: #cb8433;
	border-bottom: 1px solid #fff; }
#topnav li {
	border-right: 1px solid #fff;
	height: 30px;
	float: left; }
#topnav li a {
	display: block;
	width: 78px;
	height: 27px;
	padding-top: 3px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle; }
#topnav li#home {
	border-left: 1px solid #fff; }
#topnav li#home a {
	line-height: 24px; }
#topnav li#videos a {
	line-height: 24px; }
#topnav li a.active, #topnav li a:hover {
	color: #cb8433;
	background-color: #fff;
	width: 76px;
	height: 26px;
	padding-top: 2px;
	border: 1px solid #cb8433; }
		
#sidebar {
	float: left;
	width: 124px; }
#sidebar .nav li {
	border-bottom: 1px solid #fff; }
#sidebar .nav a {
	display: block;
	padding: 5px 3px 5px 6px;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
	line-height: 1.5; }
#leftnav1 li a {
	border: 1px solid #900;
	background-color: #900; }	
#leftnav2 li a {
	border: 1px solid #b6ab98;
	background-color: #b6ab98; }
#sidebar .nav li a:hover {
	border: 1px solid #900;
	color: #900;
	background-color: #f7efef; }
#tipsubmit {
	border-top: 1px solid #fff; }
	
#content {
	float: left;
	width: 600px;
	border-left: 1px solid #fff;
	background-color: #fff; }
#mhms #content p {
	margin: 1em 0;
	font-weight: bold;
	text-align: center; }
	

#footer {
	clear: both;
	width: 100%;
	padding: 1em 0 .5em 0;
	background-color: #f2efe9;
	text-align: center; }
#footer p {
	margin: .5em 0; }
#footer a {
	color: #000; 
	text-decoration: none; }
#footer a:hover {
	text-decoration: underline; }
#homepage #footer {
	background: #f2efe9 url(../images/transition/home-footer.jpg) no-repeat 124px 0px; }

