﻿/* CSS layout */

* {margin: 0; padding: 0;}

html
{
background:#ffffff url('img/bgfade.png') repeat-x 0 0;
/* must give html a height to get the body to expand */
height:100%;
}

body {
/* body must have at least the height of the html canvas */
	margin: 0;
	padding: 0;
	font: normal 75% verdana, sans-serif;
	background:transparent url('img/bgshadow.png') repeat-y 50% 0;
	min-height:100%;
}

big {font-size: 1.1em;}

h1,h2,h3,h4 {color: #442;}

h1 {
	font: normal 2.0em serif, sans-serif;
	color: #FFFBE6;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h2 {font: normal 1.6em Verdana, sans-serif;}
h3 {
	font: bold 1.2em Arial, sans-serif;
	font-style: italic;
	padding-top: 12px;
}
h3 a {text-decoration: none;}
h3 a:hover {text-decoration: underline;}
h4 {font: bold 1.0em Arial, sans-serif;}

a {
	color: #4E210C;
/*	font: 1.0em Arial, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #874;
	text-decoration: underline;
}


.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}
#container {
	background: #B1D1DC left bottom;
	margin: 0 auto;
	width: 760px;
}


#headertop {
	display: block;
	width: 760px;
	height: 111px;
	background-image: url('img/hdr3-top.jpg');
}
#headerbottom {
	display: block;
	width: 760px;
	height: 14px;
	background-image: url('img/hdr3-bottom.jpg');
}

/* Step 10 - Clearing the float */
#menu {display:block; width:760px; height:25px;}

/* Step 3 - get rid of the bullets and margin */
#menu ul {margin:0; padding:0; list-style-type:none;}

/* Step 4 and 7 - make the list horizontal and giving a 1px gap */
#menu li {float:left; margin-right:0px;}

/* Step 5 - Adding the initial images */
#menu li.listleft {background:transparent url("img/hdr3-left.jpg") no-repeat;}
#menu li.list1 {background:transparent url("img/hdr3-inact-home.jpg") no-repeat;}
#menu li.list2 {background:transparent url("img/hdr3-inact-about.jpg") no-repeat;}
#menu li.list3 {background:transparent url("img/hdr3-inact-min.jpg") no-repeat;}
#menu li.list4 {background:transparent url("img/hdr3-inact-med.jpg") no-repeat;}
#menu li.list5 {background:transparent url("img/hdr3-inact-cal.jpg") no-repeat;} 
#menu li.listright {background:transparent url("img/hdr3-right.jpg") no-repeat;}

/* Step 6 - General link styling */
#menu a {display:block; width:83px; height:0; padding-top:25px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */
* html #menu a:link, * html #menu a:visited {height:25px;}

/* Step 8 - Adding the background images to the link tags */
#menu a#itemleft {width:234px; background:transparent url("img/hdr3-left.jpg") -300px -90px no-repeat;}
#menu a#item1 {width:79px; background:transparent url("img/hdr3-hover-home.jpg") -300px -90px no-repeat;}
#menu a#item2 {width:113px; background:transparent url("img/hdr3-hover-about.jpg") -300px -90px no-repeat;}
#menu a#item3 {width:117px; background:transparent url("img/hdr3-hover-min.jpg") -300px -90px no-repeat;}
#menu a#item4 {width:81px; background:transparent url("img/hdr3-hover-med.jpg") -300px -90px no-repeat;}
#menu a#item5 {width:110px; background:transparent url("img/hdr3-hover-cal.jpg") -300px -90px no-repeat;}
#menu a#itemright {width:26px; background:transparent url("img/hdr3-right.jpg") -300px -90px no-repeat;}

/* Step 9 - Adding the :hover style */
#menu a#itemleft:hover {background-position:0 0; z-index:50;}
#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {background-position:0 0; z-index:50;}
#menu a#item4:hover {background-position:0 0; z-index:50;}
#menu a#item5:hover {background-position:0 0; z-index:50;}
#menu a#itemright:hover {background-position:0 0; z-index:50;}

* html #menu a:hover {height:25px;}



.contentline {
	background-color: #4E210C;
	height: 5px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
}
.main {
	padding: 0px;
	margin: 0px;
/*	border-style: solid none none none;
	border-width: 5px 0px 0px 0px;
	border-color: #4E210C;*/
	position: relative;
	width: 760px;
	background-color: #FFFBE6;
	background-image: url('img/sidebar.png');
	background-repeat: repeat-y;
/*	line-height: 0px;*/
}
.sidebar {
	padding: 7px 0px 14px 0px;
	background-color: #B2AA7D;
	width: 200px;
	float: left;
}
.sidebarheading {
	background-position: bottom;
	margin: 7px 0px 7px 0px;
	padding: 0px;
	width: 200px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFBE6;
	letter-spacing: 2px;
	line-height: 22px;
	background-repeat: repeat-x;
	background-image: url('img/sidebarhead.png');
	background-color: #4E210C;
}
.sidebarheading a {
	color: #FFFBE6;
	text-decoration: none;
/*	vertical-align: middle;*/
}
.sidebarheading a:hover{
	color: #B2AA7D;
}
.sidebarchunk {
	padding: 4px 10px 4px 11px;
}
.sidebarchunk a {
	line-height: 15px;
}
.sidebarchunk a#active {
	font-weight: bold;
	color: #4E210C;
}
.indentlist {
	margin-left:15px;
}
.center {
	text-align: center;
/*	line-height: 12px;*/
}
.content {
	padding: 8px 16px;
	background-color: #fffbe6;
	float: right;
	width: 528px;
	min-height:340px;
}
.content p {
	padding-bottom: 8px;
}
.left {
	float:left;
}
.right {
	padding: 10px;
	float: right;
}

.footer {
	color: #719FB4;
	font-size: 1.0em;
	width: 100%;
	background-color: #B1D1DC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
ul.pde a:link,
ul.pde a:visited,
ul.pde a:active{
	text-decoration: none;
	color: #4E210C;
}
ul.pde a:hover{
	color: #874;
	text-decoration: underline;
}

ul.pde,ul.pde li{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pde{
	text-align: left;
	font-size: 1.0em;
	margin: .5em auto;
	width: 95%;
}
ul.pde ul{
	margin: 0 0 0 1.6em;
	padding: 0;
}
ul.pde li{
	line-height: 1.3em;
	padding: .2em 0;
	margin: 0;
	padding-left: 15px;
}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1em;
       }

/* message archive formats */

th.msghdr{
	text-align:left;
}
tr.shade{
	background-color: #B2AA7D;
}

/* doctrine references */

.refline {
	text-align: right;
}


#imggallery td {
	text-align: center;
	vertical-align: middle;
	height:114px;
	width:135px;
}
























