/* ############ Mable Elliot Stylesheets ####### */
/* Body Formatting */

body {
	background-image: url("../graphics/background.jpg");
}

/* Table Formatting */

.bodybackground {
      background: url("../graphics/bodybackground.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}


/* Page Formatting */

.frontpagelinks { 
 font-family: carleton,Trebuchet,Trebuchet MS,arial,helvetica,sans-serif;  
 font-size: 12pt; 
 line-height: 16pt;
 color: black;
 text-decoration:none;
 margin: 5px 5px;
 }

.menulinks { 
 color: #000000;
 text-decoration:none;
 }
.menulinks:hover { 
 color: #806448;
 text-decoration:underline;
 }

.frontpagetext {
 margin: 15px 15px;
} 

/* Text Formatting */

h1 { 
 font-family: georgia,"times roman","times new roman",times,serif;
 font-size: 16pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #41090A;
 margin-left:10px;
 }
h2 { 
 font-family: georgia,"times roman","times new roman",times,serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #7E6247;
 margin-left:10px;
 }
h3 { 
 font-family: georgia,"times roman","times new roman",times,serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 margin-left:10px;
 }

p {
 color: #000000;
 font-family: georgia,"times roman","times new roman",times,serif;
 font-size: 11pt;
 line-height: 16pt;
 margin-left:10px;
}
ul {
 color: #5F5245;
 font-family: georgia,"times roman","times new roman",times,serif;
 font-size: 10pt;
 line-height: 14pt;
 margin-left:10px;
}

.BoldHeaderwLine { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 18pt;
 letter-spacing: .5em;	
 color: #cdc1b9;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #322320; 
 }

.ul { 
 font-size: 11pt; 
 line-height: 19pt;
}
.Disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 12pt;
 color: #000000;
 background: #324C4C;
 }
.fineprint  {
 font-family: verdana,arial,helvetica;  
 font-size: 8pt; 
 line-height: 10pt;
 margin: 8px 10px;
 color: #776045;
 text-decoration:none;
}

/* Link Formatting */

.links { 
 font-family: georgia,"times roman","times new roman",times,serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #000000;
 }

a.links {
 margin-top:15px;
 margin-left:12px;
 margin-right:12px;
 font-family: georgia,"times roman","times new roman",times,serif;  
 font-size: 10pt; 
 line-height: 13pt;
 font-weight:bold;
 color: #000000;
	text-decoration: none;
	}
a.links:hover {
	color: #70655A;
	text-decoration: underline;

	}
a.border {
	color:#000000;
	visited:#000000;
	}


/* Form Formatting */

input {
border:none;
background:#C3B79E;
color:#000000;
}

select {
border:none;
background:#C3B79E;
color:#000000;
font-weight:bold;
}

textarea {
border:none;
background:#C3B79E;
color:#000000;
font-weight:bold;
}

/* Table Formatting */

.outsidebordertable {
background:#000000;
}

/* Body Formatting */

BODY {
background-image: #430C0D url("../graphics/bg-dark.jpg");
padding:0;
margin:0;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}




/* CSS FOR THUMBNAIL */

.thumbnail img{
border: 2px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid black;
}


/* ************* END CSS FOR THUMBNAIL  */


