﻿#header
{
	text-align: right;
	padding: .1em 0 .3em 0;
}

#header ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li
{
	margin: 0;
	padding-left: .75em;
	padding-right: .75em;
	display: inline;
	vertical-align: middle;
}

#header a
{
	text-decoration: none;
	border: none;
}

#header a:link
{
	color: #FFFFFF;
}

#header a:visited
{
	color: #FFFFFF;
}

#header a:hover
{
	color: #9ACEC9;
}

#chairsAndText
{
	background-image: url(../images/chairsAndTextAllPages.jpg);
	background-repeat: no-repeat;
	width: inherit;
	height: 154px;
	text-align: right;
}

#chairsAndText ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #9ACEC9;
	font-weight: bold;
}

#chairsAndText li
{
	margin: 0;
	padding: 0 0 .4em 0;
}

ul#addressText
{
	position: absolute;
	width: 350px;
	top: 32px;
	right: 18px;
	/*border: solid 2px white;*/
}

#emailText a
{
	text-decoration: none;
	border: none;
}

#emailText img
{
	border: none;
	width: 230px;
	height: 16px;
}

li#mccUrl
{
	color: #FFFFFF;
	font-size: 1.2em;
}

li#mccPhone
{
	font-size: 1.1em;
}

/*buttonBar*/
#buttonBar
{
	margin: 0;
	padding: 0;
	background-color: #9ACEC9;
	width: inherit;
	height: 30px;
	position: relative;
	/*border: solid 2px black;*/
}

#buttonBar ul
{
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#buttonBar li
{
	margin: 0;
	padding: 0 12px 0;
	display: inline;
	list-style: none;
	float: left;
	white-space: nowrap;
	border-left: solid 1px #66232A;
	border-right: solid 2px #66232A;
}

#buttonBar #firstButton
{
	border-left: none;
	padding-left: 16px;
}

#buttonBar #lastButton
{
	border-right: none;
}

#buttonBar a
{
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #66232A;
	text-decoration: none;
	/*border: solid 1px green;*/
	width: .1em;	/*Makes IE 6 think the whole box is clickable*/
}
html>body #buttonBar a {width: auto;}	/*Fixes above width hack for IE 6*/

	
/*Commented backslah hack hides rule from IE5-Mac \*/
#buttonBar a
	{
		float: none;
	}	/*End IE5-Mac hack*/

#buttonBar a:link
{
	color: #66232A;
}

#buttonBar a:visited
{
	color: #66232A;
}

#buttonBar a:hover
{
	color: #FFFFFF;
}
/*End buttonBar*/