@charset "UTF-8";
.mlcCitadel #container a:link , .mlcCitadel #container a:visited {
	font-size: 1em;
	color: #333;
	text-decoration: underline;
	line-height: 1.2em;
}
.mlcCitadel #container a:hover { color: #9B8249; }
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	list-style-type: none;
	text-decoration: none;
	outline: none;
	background-color: #D1C7A3;
}
.mlcCitadel #header  h1{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #002B5C;
	padding: 0;
}
.mlcCitadel #footer {
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 95%;
} 
.mlcCitadel #container h6
{
	font-size: 1.2em;
	line-height: 1.1em;
	color: #666;
	letter-spacing: 1.3px;
}
.mlcCitadel #container h5
{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #F00;
	font-weight: lighter;
}

.mlcCitadel #container h4
{
	font-size: 1.7em;
	line-height: 1.5em;
	color: #69130a;
	font-weight: lighter;
}
.mlcCitadel #container h3
{
	font-size: 1.7em;
	line-height: 1.2em;
	color: #9B8146;
	letter-spacing: 2.9px;
	text-transform: none;
	font-style: normal;
	font-weight: lighter;
}

.mlcCitadel #container h2
{
	font-size: 1.7em;
	line-height: 1.2em;
	color: #333;
	letter-spacing: 2.9px;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
}
.mlcCitadel
#container p{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #403E3F;
	margin: 0px;
	padding: 0px;
}
.mlcCitadel #header {
	background-image: url(../citadel_magrath/headerBackground.jpg);
	background-repeat: no-repeat;
	height: 165px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.mlcCitadel #preHeader {
	height: 135px;
	margin: 0px;
	padding: 0px;
}
.mlcCitadel #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.mlcCitadel #container a img {
	border-top-width: 0(value);
	border-right-width: 0(value);
	border-bottom-width: 0(value);
	border-left-width: 0(value);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mlcCitadel #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.mlcCitadel #mainContent {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 400px;
} 
#zoomBar a:link, #zoomBar a:visited{
	font-size: 2em;
	color: #333;
	text-decoration: underline;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#zoomBar a:hover
{ color: #FFF; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidetext
{ text-indent: -10000px; }

.bulletless { list-style-type: none; }

.imgPad {
	margin: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #403E3F;
	display: block;
}
.tableCentre      { text-align: center; }


.pAddress
{
	font-size: 1em;
	line-height: 1em;
	color: #403E3F;
}

.viewerNavButtons
{
	font-size: 2.2em;
	line-height: 1.2em;
	color: #333;
	font-style: normal;
	font-weight: lighter;
	text-align: left;
}
