@charset "UTF-8";

/*---colors used in this site: ------
body - #D2CFBF
sidebar, header - #738289
headings - #414E7D
body font color - #64625F
body link color - #414E7D (link), #64625F (visited), #FFF (hover)
nav font color - #FFF (link), #BBB (visited), #F2D798 (hover)
horizontal rule - #F2D798
important text - #990000
img border-color: #EEECDB #A7A398 #A7A398 #EEECDB
footer color - #738289
------------------------------------------*/

html {
margin:0;
padding:0;
}
* html #sectionA { 
    min-height: 160px;
}
* html #sectionB { 
    min-height: 250px;
}
* html #sectionC { 
    min-height: 200px;
}
/* Internet Explorer * 

* html #sectionA { 
    height: 160px;
}
* html #sectionB { 
    height: 250px;
}
* html #sectionC { 
    height: 200px;
}
/*\*/ 
body {
	font: 100%/150% Verdana, Arial, Helvetica, sans-serif;
	background-color: #D2CFBF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #64625F;
}
img {
	border: none;
}
a:link {
	color:#414E7D;
	text-decoration: underline;
	outline: none;
}
a:visited {
color: #64625F;
text-decoration: underline;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
a:active, a:focus {
outline:#5F72B5 1px dotted;
}
#container {
	width: 805px;
	background: url(../images/containerbg3.gif) repeat-y top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	font-size: .75em;
}
#header {
	position:relative;
	top: -3px;
	left:21px;
	margin: 0;
	padding:0;
	height: 106px;
	width: 765px;
	/*background:url(../images/header3.gif) no-repeat top left;*/
}
/*#logoLink {
	position:absolute;
	top: 0;
	left:1px;
	height: 100px;
	width: 450px;
	z-index: 100;
	border: none;
	outline:none;
}*/
#headerfoto  {
	position:absolute;
	top:0;
	left:645px;
	width:118px;
	height: 100px;
	background: url(../images/fiona.gif) no-repeat right top;
}
#sidebar {
	background: url(../images/sidebarbg1.gif) no-repeat top left;
	float: left;
	display:inline; /*this is supposed to fix the doubled margin bug*/
	width: 105px;
	margin: -10px 1em 0 21px;
	padding: 10px 0 0 10px;
	min-height: 800px;
}

div#nav {position:relative; top: 190px; left: 0; z-index:100; width: 6em; height: 272px;}
div#nav ul {margin: 0; padding:0; width: 6em; font-size:0.95em;}
div#nav li {position:relative; list-style: none; margin: 0; border-bottom: 1px solid #F2D798;}
div#nav li:hover {background: transparent; background-position: 0 0;}
div#nav li.submenu {}
div#nav li.submenu:hover {background: transparent;}
div#nav li a {display: block; padding:10px 0; text-decoration: none; width:6em; text-align:center; color: #FFF;}
div#nav li a:visited {color: #BBB;}
div#nav li a:hover {color: #F2D798;}
div#nav>ul a {width: auto;}
div#nav ul ul {position:absolute; top: 0; left: 5.5em; z-index:100; display: none; font-size:1em;}
div#nav ul.level1 li.submenu:hover ul.level2 {display:block; background: url(../images/navbg1.gif)repeat-y top right; padding:0 10px 15px 5px; width: 6.5em;}

/*.............. Main Content Styles ..........................................................*/
#mainContent {
	margin: 0 20px 0 145px;
	padding: 0 10px 0 15px;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	color: #414E7D;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-weight: normal;
}
#mainContent h1 {
	padding-top: 5px;
	font-style: normal;
	font-size: 140%;
}
#mainContent h2 {
	margin-top: 18px;
	font-style: italic;
	font-size: 140%;
}
#mainContent h3 {
	font-style: normal;
	font-size: 130%;
}
#mainContent h4 {
	font-style: italic;
	font-size: 130%;
}
#mainContent ul {
	padding-left: 15px;
	list-style-position: inside;
	list-style-image:url(../images/bullet.gif);
}
#mainContent blockquote ul {
list-style-position:outside;
}
#sectionA {
min-height: 160px;
margin: 0;
padding: 10px 0 15px 0;
}
#sectionA img, #sectionB img, #sectionC img, #sectionD img {
margin: 10px;
padding: 7px;
border: 1px solid; border-color: #EEECDB #A7A398 #A7A398 #EEECDB;
}
.sidebar {
	float: left;
	position: relative; top: 0; left:0;
	margin-left: -100px;
	padding: 8px 10px 0 0;
}
#sectionA img.sidebar {
	margin-left: -115px;
}
#sectionB {
	min-height:250px;
	margin: 0;
	padding: 5px 0px 15px 0;
	border-top: #F2D798 solid 1px;
	border-bottom: #F2D798 solid 1px;
}
#sectionC {
	min-height:200px;
	margin: 0;
	padding: 5px 0 0 0;
}
#sectionC img.sidebar {
	margin-left: -115px;
}
#sectionD {
	margin-top: 20px;
	padding-left:5px;
}
#sectionD h1 {
	padding-top:10px;
	border-top: #F2D798 solid 1px;
}
.update {
	text-align: right;
	vertical-align: bottom;
	font-size: 85%;
}
#footer {
	margin: 10px 20px 0 30px;
	padding: 0;
	border-top: #738289 solid 1px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px 10px 100px;
	text-align:right;
	font:87%/100% Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
	color:#738289;
}
#footer a:link {
text-decoration: none;
color:#738289;
}
#footer a:visited {
text-decoration: none;
color:#738289;
}
#footer a:hover {
text-decoration: none;
color:#FFFFFF;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}
.important {
color:#990000;
}

.note {
color: #414E7D;
}

.separator {border-bottom: #183A51 1px solid;
	margin-right: 50px;
}

/*...................... Photo Album styles .........................................*/
div#album {margin-left: 25px;}
div.pic {float: left; height: 150px; width: 130px; padding:15px 13px 13px; margin: 5px 3px; border: 1px solid; border-color: #EEECDB #807E75 #807E75 #EEECDB; overflow-x: hidden;}
div.pic img {border: 1px solid; border-color: #807E75 #EEECDB #EEECDB #807E75;}
div.ls img {height: 102px; width: 128px; margin: 26px 0 0 0;}
div.pt img {height: 128px; width: 102px; margin: 0 13px;}
div.pic ul {margin: 0.25em 0 0; padding: 0!important; font: small Verdana, Arial, Helvetica, sans-serif;}
li.title {width: 128px; display: block; list-style: none; text-align: center;}


/*...................... special section styles .........................................*/
#linkList {
margin-left: 25px;
padding: 0;
width: 35em;
height: 8.3em;
}
#linkList ul {
margin:0;
padding-left:20px;
list-style: none;
}
#linkList ul li {
margin:0;
padding:0;
}
#linkList ul li a{
color: #183A51;
}
#linkList ul li a:visited {
color: #999999;
text-decoration: underline;
}
#linkList ul li a:hover{
color: #FFFFFF;
}
#linkList ul.list1{
float:left;}
#linkList ul.list2{
float:right;
padding-right: 50px;
}

