/************************************************
   AUTHOR:  			Sue Morgan- Ideas-Furnace
*************************************************/ 
 
* { padding: 0; margin: 0; }

body {margin: 0;
     padding: 0;
	 font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	 color: #666666; 
	 background: white;
	 text-align: center;}

/* Hyperlinks */
a:link, a:visited {color: #4284B0;}
a:hover, a:active, a:focus {color: #9EC068;}

/* headers */
h1, h2, h3 { font-weight:bold; font-family:Verdana, Geneva, Sans-serif; }
p, h1, h2, h3 {	margin: 10px 15px; color: #222222;	}
h1 { font-size: 14pt; line-height:15pt; } 
h2 { font-size: 12pt;}
h3 { font-size: 12pt; }
p { font-size:11pt; line-height:12pt;} 

/* Lists */
ul, ol {margin: 10px 30px; padding: 0 15px;	color:black; font-size:12pt; }
ul span, ol span { 	color: Black; }

/***********************
	  LAYOUT
************************/
#wrap {	background: white; width: 1000px; height: 100%; margin: 0 auto;	text-align: left;}
#content-wrap {	clear: both; margin: 0; padding: 0;	background: #FFF;}


/* main - Used in the home page */
#main {	float: left; margin-left: 0px;	width: 70%;	Height:512px; background: url(Main.jpg) no-repeat left center;}
#main .pc {width:65%; margin-top:100px; margin-left:20px; float:left; text-align:left;}
#main .links {width:46%; margin-top:50px; margin-left:15px; float:left; text-align:left;}
#main .home {width:93%; margin-top:100px; margin-left:20px; float:left; text-align:left;}

/* sidebar */
#sidebar {float: left; width: 20%; Height:509px; margin-left:27px; padding: 0; display: inline;}
#sidebar ul.sidemenu {list-style:none; margin:20px 0 10px 0px; padding:0;}
#sidebar ul.sidemenu li { margin-left:8px;  padding-top:7px; margin-bottom:1px; background-repeat:no-repeat; }
#sidebar ul.sidemenu a {font-family:Verdana; font-size :18px; display:block; color: #333; text-decoration:none;		
	height:49px; text-align:left; border-top: solid 2px #007fff; line-height:40px; }
#sidebar ul.sidemenu a:hover { font-family:Verdana; font-size :18px; display:block;	color: #007fff;	text-decoration:none;		
	height:49px; text-align:left; border-top: solid 2px #007fff;   line-height:40px;  }

/* Footer */
#footer { clear: both; background: url(footer.jpg) no-repeat right top;	margin: 0; padding: 0; height: 90px; font-size: 95%;}
#footer a { text-decoration: none; font-weight: bold;	color: #FFF;}
#footer .footer-left{ float: left; width: 65%; }
#footer .footer-right{float: right;	width: 30%;}

/*Layout Change */
#Spacer {height:10px} 
#logo { height:100px; margin-top:20px;} 
#MainIndex {width:55%; margin-top:60px; margin-left:20px; float:left; text-align:center;}