* {
padding: 0;
margin: 0;
}

body {
font-size: 80%;
font-family: arial, verdana, helvetica, sans-serif;
color: #402000;
margin: 0;
padding: 0;
background-color:#FFFFFF;
background: url(../images/lib/gradback.gif) repeat-x top left;
}

#container {
	width:100%;
}

#viewport {
	text-align:center;
	margin:auto;
	width:95%;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000": "95%" );
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color:#FFFFFF;
}

body.home #banner{
	padding: 0;
	height: 145px;
	text-align:center;
	background: url(../images/lib/bannerslice.gif) repeat-x 0px 5px;
}

body.page #banner{
	padding: 0;
	height: 75px;
	text-align:center;
/*	background-color:#A7001F;
	background: url(images/pagestatbar.gif) repeat-x left bottom;*/
	background: url(../images/lib/pagebannerslice.gif) repeat-x 0px -1px;
	border-bottom:0px solid #A7001F;
}

body.home #logo{
	width:319px;
	height:85px;
	padding:10px 0px 2px 0px;
	margin:auto;
/*	background:url(images/logo.gif) no-repeat 0px 10px;*/
}

body.page #logo{
	float:left;
	width:281px;
	height:75px;
	padding:0px;
	background:url(../images/logo_med.gif) no-repeat;
	margin:0px;
}

#pagecontainer{
	clear:both;
}

/**************************** MENU **********************/
body.page #menu{
	height:20px;
	padding-bottom:9px;

	padding-top:41px;
	margin-bottom:0px;
	border-bottom:0px solid #A7001F;
	margin-left:280px;
}

body.page #menu ul {
	margin:auto;
	list-style-type: none;
	text-align:center;
	height:15px;
	padding-bottom:10px;
	padding-top:4px;

	min-width: 472px;
	width:expression(document.body.clientWidth < 472? "472": "100%" );
}

body.page #menu li{
	display: inline; 
	font-size:1em;
	font-weight:normal;
	color:#6E1D10;
	list-style:none;
	margin: 0px;
}

body.page #menu a{
	text-decoration:none;
	color:#A7001F;
	padding-top:5px;
	padding-bottom:9px;

	padding-left :1%;
	padding-right:1%;
}

body.page #menu a:hover{
	background: url(../images/lib/menuhoverback.gif) repeat-x left bottom;
}


body.home #menu{
	width: auto;
	height:30px;
	padding-top:1px;
	padding-bottom:7px;
}

body.home #menu ul {
	padding-top:2px;
	list-style-type: none;
	text-align:center;
	height: 20px;
	min-width: 600px;
	width:expression(document.body.clientWidth < 600? "600": "100%" );
	padding-bottom:2px;
}

body.home #menu li{
	display: inline; 
	font-size:1.1em;
	color:#6E1D10;
	list-style:none;
	margin: 0px;
}

body.home #menu a{
	text-decoration:none;
	color:#A7001F;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
	padding-left :16px;
	padding-right:16px;
}

body.home #menu a:hover{
	background: url(../images/lib/menuhoverback.gif) repeat-x left bottom;
}

body.page #menu #current a{
	background: url(../images/lib/homehoverback.gif) repeat-x left bottom;
	color:#FFFFFF;
}

	/* Sub Menu *******/
#submenu #current a{
	background: url(../images/lib/current.gif) no-repeat 3px 5px;
}

#submenu a:hover, #submenu #current a:hover, #submenu #suboption a:hover{
	background: url(../images/lib/menuhoverback.gif) repeat left -100px;
}

#submenu #suboption a{
	background-image:none;
}

#submenu{
	width:160px;
	padding:40px 10px 40px 0px;
	float:left;
	text-align:left;
	clear:both;
}

#submenu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:1.1em;
}

#submenu li a{
	color:#9F1C23;
	font-weight:bold;
	width:170px;
}

#submenu li li a{
	color:#512800;
	font-weight:normal;
	width:150px;
	padding-left:40px;
}
#submenu li ul{
	padding-bottom: 10px;
	font-size:0.9em;
}

#submenu a{
	display: block;
	color:#9F1C23;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 3px 12px 3px 20px;
	text-decoration: none;
}

/* MAIN PAGE TEXT *****************************************************************/

body.page #pagecontent{
	padding: 40px 50px 20px 50px;
	margin-left: 200px; /*31% for news + 5% spacing*/
	text-align:left;
	background: url(../images/lib/sidebar.gif) repeat-y 0px 0px;
}

#pagecontent p{
	margin-bottom:20px;
}

#pagecontent ul,ol{
	font-size:1em;
	padding-left:50px;
	padding-bottom:20px;
}

#pagecontent img{
	border: 0px solid #2D1600;
}

/******* HOME PAGE *********/

body.home #pagecontent{
	padding: 12px 0px 0px 0px;
	margin-right: 34%; /*30% for news + 5% spacing*/
	margin-left: 5%;
	text-align:left;
	width: 60%;
	overflow:hidden;
}

body.home #pagecontent h2{
	text-align:center;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	font-weight:normal;
	border: 0px solid #A7001F;
	color:#532900;
}

#homeimage{
text-align:center;
margin: 20px 0px 5px 0px;
}

body.home h1{
	font-size: 1.6em;
	font-weight:bold;
	color:#A7001F;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 27px;
	border-bottom: 3px solid #A7001F;
}
body.home #newssection{
	float:right;
	width: 23%;
	margin:-19px 0px 0px 0px;
	padding:39px 3% 10px 4%;
	background-color:#F0E7CE;
	background: url(../images/lib/newsback.gif) repeat-x top left;
	font-size:0.9em;
}

body.home #newssection h1{
	text-align:center;
	font-size: 1.3em;
	font-weight:bold;
	color:#A7001F;
	margin-bottom:20px;
	border-bottom: 0px solid #A7001F;
}

body.home #newssection h2{
	text-align:left;
	font-size: 1em;
	font-weight:bold;
	color:#402000;
	padding: 0px;
	margin:10px 0px 5px 0px;
	border:none;
	line-height: 130%;
}

body.home #newssection p{
	text-align:left;
	font-size: 1em;
	margin:0px 0px 20px 0px;
	padding: 0px;
	line-height: 130%;
}

/******* NEWS PAGES *********/
#pagecontent.news ul,ol{
	font-size:1em;
	padding-left:30px;
	padding-bottom:20px;
}

#pagecontent.news h2 .date{
	font-size:0.8em;
}
#newssummary h2{
	text-align:left;
	font-size: 1em;
	font-weight:bold;
	margin:0px;
	border:none;
	color:#402000;
}

.brand h2{
	display:none;
}

.brand{
	margin-bottom: 60px;
	clear:right;
}

/******* PHOTO GALLERY *********/
#photogallery {
list-style-type: none; /* removes the list images from the li's*/
text-align:left;
}
#photogallery ul {
	margin:0px;
	padding:0px;
	text-align:center;
}
#photogallery li {
	text-align:center;
	float: left; /* floats the li to the left with margins as follows*/
	margin: 10px 10px 0px 0px;
	padding:0px;
	list-style-type: none;
	font-size:0.9em;
}
#photogallery img {
	display: block; /* display as block so the description is below the Image*/
	margin:0px;
	padding:0px;
}
#photogallery .photogallerythumb {
	float: left; /* floats the li to the left with margins as follows*/
	font-size:0.9em;
	
	width:130px;
	height:120px;
	text-align:center;
	margin:0px;
	padding:5px;
}

/****************/

.seniorteam{
	float: left;
	width:163px;
	height:215px;
	text-align:center;
}

#pagecontent .seniorteam p{
	margin:10px 0px;
	padding: 0px;
}
.seniorteam img{
	margin:0px;
	padding: 0px;
}


/************************************************************************/

#footer{
	clear: both;
	height: 70px;
	color: #7E1439;
	font-size:0.9em;
	text-align:center;
	padding-top:10px;
	border-top: 0px solid #7E1439;
	border-color:#FFFFFF;
	background: url(../images/lib/footerslice.gif) repeat-x top left;
}

#footer ul {
	padding: 0px 0px 0px 20px;
	list-style: none;
	line-height: normal;
	clear:both;
	text-align:center;
}

#footer li{
	display: inline;
	font-size:1em;
	color:#6E1D10;
	list-style-type: none;
	padding: 3px 7px;
}

#footer a:link {	color: #6E1D10;	text-decoration: none;}
#footer a:visited {	color: #6E1D10;	text-decoration: none;}
#footer a:hover {	color: #674D29;	text-decoration: none;}
#footer a:active {	text-decoration: none;}


#footnote {
	font-size:0.9em;
	margin: 10px;
	clear:both;
	text-align:center;
}

#aboutstory{
	padding: 0px 180px 0px 0px;
	background: url(../images/about.jpg) repeat-y right top;
}

#sitemap h2{
	color: #402000;
	font-size:1.1em;
	border:none;
	text-align:left;
	margin-top:10px;
}
#sitemap ul{
	margin-bottom:0px;
	padding-bottom:5px;
}
#sitemap li{
	list-style-type:disc;
}
#sitemap ul li{
	font-weight:bold;
	padding-bottom:5px;
}
#sitemap ul li li, #sitemap ul li li li{
	font-weight:normal;
	padding-bottom:0px;
}


a:link {	color: #A7001F;	text-decoration: none;}
a:visited {	color: #A7001F;	text-decoration: none;}
a:hover {	color: #AF8141;	text-decoration: none;}
a:active {	text-decoration: none;}

a img{
	border:0px;
}

div.imageleft p, div.imageright p {
   text-align: center;
   font-style:italic;
}

div.locationsimagebanner{
	width:250px;
	margin: 0px 0px 10px 20px;
	float: right;
}

div.locationsimagebanner p{
	text-align: center;
	font-style:italic;
}

table { font-size: 100%; /* IE hack */ }

#designfootnote{
	font-size: x-small;
	font-style:italic;
	text-align:right;
	margin:10px 10px 0px 0px;
	padding:0px;
	vertical-align:bottom;
}


.designby{
	color: #EC8F80;
}

.tribteclink{
	color:#C8223A;
}
