
/*
	blue = #48b6e2
	blue subdued = #9cbed0
	blue subdued and lightened = #b7daed
	blue subdued for text = #8caec0
	orange = #ebce76
	orange hilite = #ebdeb5
*/

html 
{
    height: 100%;
    border-bottom: solid 1px transparent;
}

body {
	margin: 0;
	padding: 0;
	color: #333333; 
	background: #eff1f1 url(/Web/Site/LittletonEvans/images/bg-watermark5.gif);
	text-align: center;
	font: .75em/1.5em  Tahoma, Helvetica, sans-serif;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #33008c;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Tahoma, Arial, Sans-serif;
	color: #333333;	
}
h1 { font-size: 1.8em; color: #48b6e2; } 
h2 { font-size: 1.4em; color: #48b6e2; }
h3 { font-size: 1.2em; }

h1 {
	margin: 0px 0px 20px 0px;
}
h2 
{
	margin: 20px 0px 20px 0px;
}
p, h3 {
	margin: 10px 0px 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	/* color: #4284B0; */
}
ul span, ol span {
	color: #666666; 
}

/* images */
#logoimg
{
	border: none;
	margin: 0px;
}
img {
	border: none;
}
img.border {
	border: 1px solid #999;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img.bordered {  
  border: 2px solid #33008c;
}
a:hover img.bordered {  
  border: 2px solid #33008c;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/***********************
	  LAYOUT
************************/

#header-wrap {
	background-color: #fff;
	padding: 0 20px 0 0;
	text-align: center;
	border-bottom: solid 2px #48b6e2;
}

#header {
	position: relative;
	margin: 0px auto; padding: 0;
	background-color: #fff;
	background-image: url(../images/header-bg.gif);
	width: 960px;
	height: 121px;
}

#header p { margin: 0; padding: 0; }

#wrap {
	background: #fff url(/Web/Site/LittletonEvans/images/bg-content5.gif) repeat-y right top;
	width: 960px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	padding: 0 20px 0 0;
}

#content-wrap {
	clear: left;
	margin: 0; padding: 0;	
	background-color: #fff;
}

#main {
	float: left;
	margin: 30px 0 0 0;	
	padding: 0;
	width: 530px;
}

/* sitepath */
#sitepath
{
	padding: 2px 15px 2px 15px;
	background-color: #9cbed0;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
#sitepath A
{
	color: White;
	text-decoration: none;
}
#sitepath A:hover
{
	color: Black;
}
/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin: 30px 0 0 0;	
	padding: 0px 15px 15px 10px; 
	display: inline;		
}
#sidebar .sidemenu UL {
	list-style:none;
	margin:0px 0 7px 0px;
	padding:0;		
}
#sidebar .sidemenu UL UL {
	margin-left: 10px;
}
#sidebar .sidemenu UL LI {
	margin-top:1px;
	margin-bottom:1px;
}
#sidebar DIV.sidemenu UL LI A {
	display: block;
	font-weight: normal;
	color: #000;	
	text-decoration: none;	
	padding:2px 3px 3px 8px;
	background-color: #e0f3fa;
	min-height:18px;
}

#sidebar DIV.sidemenu UL LI UL LI A {
	background-color: #e9fcff; /* #ddf8ff; */
	background-color: #fff; /* #ddf8ff; */
	font-weight: normal;
	color: #000;	
	font-size: 90%;
}

#sidebar DIV.sidemenu UL LI A:hover {
	background-color: #48b6e2;
	color: #fff;
}

#sidebar DIV.sidemenu UL LI UL LI A:hover {
	background-color: #48b6e2;
	color: #fff;
}

/*
#sidebar .sidemenu A:hover {
	background-color: #ebce76;
}
*/

#sidebar .sidemenu A.hilite
{
	background-color: #48b6e2;
	color: #fff;
}

#sidebar .sidemenu A.hilite:hover
{
	background-color: #48b6e2;
	color: #fff;
}

#rightbar {
	float: right;
	width: 190px;
	margin: 30px 0 0 0;	
	padding: 0 10px 0 0;
}

/* Footer */
#footer { 
	font-size: 85%;
	clear: both; 
	color: #FFF; 
	background: #9cbed0; 
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 10px 15px; 
	text-align: right;	
}
* html #footer { height: 1px; } /* fix misplaced footer in IE6 */
#footer p { padding: 0; margin: 0; }
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}

/* menu tabs */
#header ul {
	z-index: 9999;
	position: absolute;
    margin:0; padding: 0;
    list-style: none;
	right: 0px; 
	bottom: 1px;
	font: bold 11px  Tahoma, Helvetica, sans-serif;	
}
#header li {
   display: inline;
   margin:0; padding:0;
}
#header li a {
   float:left;
   background: url(/Web/Site/LittletonEvans/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header li a span {
   float:left;
   display:block;
   background: url(/Web/Site/LittletonEvans/images/tabright.gif) no-repeat right top;
   padding: 3px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header .hilite a {
   background-position:0% -42px;
	color: #FFF;
}
#header .hilite a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.lightcustomcolour { color: #C2D82E; }
.midcustomcolour { color: #4B8553; }
.darkcustomcolour { color: #006325; }
.bgcolour  { color: #A9BAC3; }


/* fixers for pasted content */
TD P, TH P
{
	margin-top: 0px;
	margin-bottom: 0px;
}


/* TWITTER FEED STYLING */

#tweetsDiv div
{
	margin: 20px 0px 10px 0px;
	border: dashed 1px #9cbed0;
}

#tweetsDiv h3
{
	text-align: center;
	margin: 6px;
	font-size: 1em;
	font-weight: bold;
	color: #48b6e2;
}

#tweetsDiv p
{
	color: #666;
	margin: 0px 6px 6px 6px;
}

#tweetsDiv span
{
	color: #9cbed0;
	font-size: 10px;
}


