/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 30px;
 padding:0px 0px 0px 0px;
}
#wrapper { 
 margin: 0 auto;
 width: 751px;
}
#header {
 width: 751px;
 color: #333;
 padding: 0px;
 height: 55px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 
}
#leftheader { 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 float: left;
 width: auto;
 height: 55px;
  
}
#rightheader { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 display: inline;
 width: auto;
 text-align:right;
 height: 55px;
  
}

#leftcolumn { 
 color: #333;
 background: #E7DBD5;
 padding: 0px;
 height: 449px;
 width: 265px;
 float: left;
 clear:both;
}
#leftmenu {
	background : #ef4811 url(images/leftmenu.gif) no-repeat;
	height: 303px;
	width: 245px;
	position:absolute;
	margin-left: -15px;
	margin-top: 0px;
	padding-left:35px;
  
 }
#menu {

  height: 197px;
  width: 245px;
  padding:0px 0px 0px 0px;
  display:inline;
  font-size: 12px;
  line-height: 24px;
}
#menuactive{
 font-size:24px;
 color:#FFFFFF;
}
#menutitle{
 font-size:24px;
 color:#FFFFFF;
}
#backgroundtop{
 height : 69px;
 width: 265px;
}
#backgroundbottom{
 height : 77px;
 width: 265px;
 position:absolute;
 margin-top:303px;
}
#rightcolumn {
	float: right;
	color: #ffffff;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	padding: 20px 20px 20px 40px;
	height: 409px;
	width: 425px;
	display: inline;
	text-align: left;
	line-height:20px;
	border:0px;
	overflow:auto;
 }
#tblogo {
	padding-right: 20px;
}



#footer { 
 width: 750px;
 color: #FFF;
 background: #70a425 ;
 margin: 0px 0px 10px 0px;
 height: 20px;
 }

#spacer {
  clear: both;
  }
img {
 border:0px
 }
 
a {
 text-decoration:none;
 color:#FFFFFF
 }
 
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0px;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
}

