body {
	background: #e1e7ec url(../images/background-gradient.jpg) left top repeat-x;
	margin: 0;
	padding: 0 0 1em;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #777;
}

a {
	color: #88b;
	text-decoration: none;
	position: relative;
}

a:hover {
	color: #669;
	text-decoration: underline;
}

a img {
	border: none;
}

a.button {
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #eef;
	font-weight: bold;
}

a.button:hover {
	background: #f4f6ff;
	border-color: #bbe;
}

h1,h2,h3,h4,h5,h6 {
	color: #7a829b;
	font-size: 100%;
	margin: 0;
}

h1 {
	font-size: 120%;
}

h3 {
	color: #777;
	font-style: italic;
}

h4,h5,h6 {
	color: #777;
}

p { 
	margin: 0 0 1.8em;
}

img.left {
	float: left;
	margin: 0 1em .5em 0;
}

img.right {
	float: right;
	margin: 0 0 .5em 1em;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #ccd;
	color: #ccd;
	height: 1px;
}

hr.clear {
	visibility: hidden;
	clear: both;
}

ul {
	list-style-type: square;
}

table {
	border-collapse: collapse;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.8em;
}

th, td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	vertical-align: top;
}

table.borderless, table.borderless th, table.borderless td {
	border: none;
}

form {
	line-height: 1.2em;
	margin: 1em 0;
}

form th, form td, form table.borderless th, form table.borderless td {
	border-bottom: 1px dotted #ddd;
}

button {
	margin: 0 auto;
	display: block;
}

.instructions {
	font-size: 90%;
	font-weight: normal;
	color: #555;
	margin: 0;
}

input {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff url(../images/page-shadow.gif) left bottom repeat-x;
}

#print-header {
	display: none;
}

#global-header {
	background: url(../images/page-top-shadow.gif) left top repeat-x;
	height: 30px;
}

#top-tabs {
	list-style: none;
	margin:  5px 16px 0 0;
	padding: 0 0 0 25px;
	height: 25px;
	float: right;
	overflow: hidden;
	display: inline;
	background: url(../images/top-tab-background.gif) left top repeat-x;
}

#top-tabs li {
	float: left;
	height: 25px;
	line-height: 25px;
	background: url(../images/top-tab-intersection.gif) left top no-repeat;
	margin: 0 0 0 -25px;
	padding: 0 15px 0 25px;
	position: relative;
	width: 12em;
}

#top-tabs li a {
	display: block;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
}

#top-tabs li.first {
	background-image: url(../images/top-tab-start.gif);
}

#top-tabs li.last a {
	background: url(../images/top-tab-end.gif) right top no-repeat;
	margin-right: -15px;
	padding-right: 15px;
}

#global-navigation {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color:#9ab;
}

#global-navigation a {
	font-weight:bold;
	color:#fff;
}

#site-search {
	display: inline;
	float: right;
	margin: 13px 10px 0 0;
}

#site-search input {
	vertical-align: middle;
}

#site-search button {
	display: inline;
	margin-top: -1px;
	background: #9ab;
	border: 1px solid #789;
	color: #fff;
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mayo-logo {
	border: none;
	margin: 15px;
}

#site-banner {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.horizontal-navigation {
	list-style: none;
	margin:  0 7px;
	padding: 0;
	position: relative;
	min-height: 40px;
	height: auto !important;
	height: 43px;
	overflow: hidden;
}

.horizontal-navigation li {
	float: left;
	margin: 0 0 0 -3px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 1.2em;
	position: relative;
}

.horizontal-navigation a:hover, #top-tabs a:hover {
	text-decoration: none;
}

#main-navigation {
	background: url(../images/main-navigation-background.gif) left bottom no-repeat;
}

#main-navigation li {
	background: url(../images/main-navigation-intersection.gif) left bottom no-repeat;
	padding: 5px 35px 0 19px;
}

#main-navigation li a {
	display: block;
	padding: 0 1px 8px 1px;
}

#main-navigation li.active {
	background-color: #fff;
}

#main-navigation li.last {
	padding-right: 5em;
	margin-right: -2em;
}

#main-navigation li.active a {
	border-bottom: 4px solid #78a;
	padding-bottom: 4px;
	color: #78a;
}

#secondary-navigation-label {
	font-size: 80%;
	margin: 0 10px;
}	

#secondary-navigation {
	background: url(../images/secondary-navigation-background.gif) left bottom no-repeat;
	font-size: 90%;
}

#secondary-navigation li {
	background: url(../images/secondary-navigation-intersection.gif) left bottom no-repeat;
}

#secondary-navigation li a {
	display: block;
	padding: 0 20px 0 15px;
}

.column {
	float: left;
	display: inline;
}

#content-header {
	clear: both;
	background: url(../images/vertical-divider-top.gif) 490px bottom no-repeat;
	padding: 5px 10px 100px;
	position: relative;
}

#content-controls {
	float: right;
	display: inline;
}

#content-controls a {
	position: static;
}

#content-area {
	margin-top: -95px;
}

#vertical-divider-bottom {
	clear: both;
	display: block;
	position: relative;
	left: 490px;
	bottom: 100px;
}

#main-content {
	width: 450px;
	margin: 0 -10px 0 10px;
	padding: 0 30px 0 10px;
	background: url(../images/vertical-divider.gif) 480px 100px repeat-y;
	overflow: hidden;
}

#sidebar h3 {
	color: #7a829b;
	font-size: 120%;
	font-style: normal;
}

#sidebar {
	width: 230px;
	margin: 0;
	padding: 0 0 20px 30px;
	background: url(../images/vertical-divider.gif) left 100px repeat-y;
}

#sidebar img {
	margin-bottom: .5em;
}

#sidebar strong {
	color: #7a829b;
}

#sidebar a.button {
	display: block;
	margin: 0 18px 5px 8px;
	zoom: 1;
}

#footer {
	padding: 0 20px 20px;
	line-height: 1.4em;
	margin: -100px 0 0;
	text-align: center;
	display: block;
	z-index: 1;
	zoom: 1;
	clear: both;
	font-size: 90%;
}

#footer-navigation {
	color: #88b;
	padding-top: 10px;
}

#footer-global-content, #footer-global-content a {
	color: #999;
}

#footer-global-content a:hover {
	text-decoration: underline;
	color: #555;
}

.error, .message, .notice {
	padding: 1em 1em 0;
	margin: 1em 0;
	color: #000;
	line-height: 1.2em;
}

.error {
	border-top: 2px solid #d00;
	border-bottom: 2px solid #d00;
	background: #fff0f0;
}

.message {
	background: #efe;
	border-top: 2px solid #9d9;
	border-bottom: 2px solid #9d9;
}

.notice {
	background: #ffc;
	border-top: 2px solid #fc4;
	border-bottom: 2px solid #fc4;
}

.error a, .message a {
	text-decoration: underline;
}

.error h2, .message h2, .error h3, .message h3 {
	color: #000;
}

.highlight {
	background: #ff9;
	padding-left: .25em;
	padding-right: .25em;
}

input.sticky {
	display: none;
}

#homepage-statistics {
	list-style: none;
	margin: 0;
	padding: 0;
}

#homepage-statistics li {
	width: 11em;
	margin: 0 3px 1.8em 0;
	padding: 0 0 0 11px;
	float: left;
	height: auto !important;
	height: 5.4em;
	min-height: 5.4em;
	background: url(../images/icons/triangle-right.gif) left top no-repeat;
}

#homepage-statistics li strong {
	display: block;
	font-size: 110%;
	color: #78a;
}

#address-table {
	font-size: 90%;
}

#address-table th {
	text-align: right;
	color: #78a;
}

#address-table th, #address-table td {
	padding: 0 5px;
}