﻿html body #content {
	width: 900px;
	height: 100%;
	min-height: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

body {
  margin: 0px;
  background-color: white;
  text-align: center;
}

table, tr, td {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, san-serif;
  color: black;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C73B36;
}

a:hover {
	color: black;
}

ul { /* all lists */
  padding: 2px;
	margin: 0;
	list-style: none;
	font: bold 12px Arial;
	color: #000000;
	text-decoration: none;
  list-style-type: none;
  text-align: center;
}

li { /* all list items */
  float: right;
	position: relative;
	width: 8em;
	font: bold 12px Arial;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	background: #C73B36;
	border: 1px;
	top: 1em;
	left: 0;
	border: solid 1px #000000;
	font: bold 12px Arial;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
 top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav
{
width: 650px;
}

#content {
	clear: left;
}

.searchButton {
	border: 1px solid black;
 	background-color: #C73B36;
 	font: 10pt Arial;
	color: white;
	padding: 0px;
}

.headerMenuLink:link, .headerMenuLink:active, .headerMenuLink:visited {
	font: bold 12px Arial;
	color: white;
	text-decoration: none;
}

.headerMenuLink:hover {
	color: black;
	text-decoration: none;
}

.inputText {
	border: 1px solid black;
	font: 12px Arial;
	width: 200px;
	height: 20px;
	padding: 0px;
}

.searchResLink {
}

.calligarisLink:link, .calligarisLink:active, .calligarisLink:visited {
	font: bold 12px Arial;
	color: white;
	text-decoration: none;
}

/* Social Bookmarks */

.social_bookmark
{
	padding:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.social_img
{
	padding:1px;
}
