body
{
	
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	
	background-image:url(../images/outer_bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#e8e0ce;
}


#layout
{
	width: 100%;
	height:auto;
	text-align:center;

	
}

#innerLayout
{
	margin: 0 auto;
	padding:0;
	width:760px;
	position: relative;

}

#top
{
	width:715px;
	height:auto;
	text-align:left;
	height:108px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	padding-left:45px;
}

/*----------------------------------------------------------------------------------------------------------------------------

MIDDLE LAYOUT

----------------------------------------------------------------------------------------------------------------------------*/	


#middle
{
	
	color:#555555;
	background-image:url(../images/bg_middle.gif);
	background-repeat:repeat-y;
	
	vertical-align:top;
	text-align:left;
	
	width:680px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:40px;
	padding-left:40px;
	
}

#middle h1
{
	color:#75BE2C;
	letter-spacing:2px;
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:0;
	font-weight:lighter;
}

#middle h2
{
	text-transform:uppercase;
	font-weight:bold;
	color:#666666;
	font-size:11px;
}

#middle a, link visited
{
	color:#AA1F00;
	text-decoration:none;

}

#middle a:hover
{
	color:#75BE2C;
}

/*#middle ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	padding-left:15px;
	list-style: outside;
}	
*/
#middle li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
}

#middle .hr
{
	border-bottom:1px dotted #333333;
}

/*----------------------------------------------------------------------------------------------------------------------------

BOTTOM LAYOUT

----------------------------------------------------------------------------------------------------------------------------*/	


#bottom
{
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	width:760px;
	height:76px;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;

}

#bottom a:link, #bottom a:visited
{
	color:#FFFFFF;
	margin-right:2px;
	margin-left:2px;
	text-decoration:none;
	letter-spacing:1px;
}

#bottom a:hover
{
	color:#f24c8b;
}

.footer
{
	text-align:center;
	color:#AA1F00;
}


/*----------------------------------------------------------------------------------------------------------------------------

NAVIGATION

----------------------------------------------------------------------------------------------------------------------------*/	

#nav
{
	background-image:url(../images/bg_nav.gif);
	height:49px;
	width:760px;
}

#navcontainer
{
	background-image:url(../images/bg_nav.gif);
	height:35px;
	width:676px;
	padding-top: 14px;
	padding-bottom:0;
	padding-left:42px;
	padding-right:42px;
	
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: #690F00;
	width: 110px;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #111111;
	background: #75BE2C;
}

#navcontainer a:active
{
	background: #c60;
	color: #fff;
}

#navcontainer li#active a
{
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}


/*----------------------------------------------------------------------------------------------------------------------------

TOOLTIP
----------------------------------------------------------------------------------------------------------------------------*/	


a.tooltip{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none
	}

a.tooltip:hover{z-index:25;}

a.tooltip span{display: none}

a.tooltip:hover span
{
    display:block;
    position:absolute;
    top:10px; left:2px; width:150px;
    border:1px solid #FFCC66;
    background-color:#FFFFCC; color:#000;
    text-align: center;
	padding:5px;
}

/*----------------------------------------------------------------------------------------------------------------------------

MISC STYLES

----------------------------------------------------------------------------------------------------------------------------*/	

.column1
{
	width:200px;
	float:left;
	padding-right:15px;
	margin-right:15px;
	border-right: 1px dotted #555555;
	margin-bottom:10px;
}

.column2
{
	width:200px;
	float:left;
	padding-right:15px;
	clear:right;
	margin-bottom:10px;
}

#banner
{
	background-image:url(../images/bg_banner.gif);
	background-repeat:no-repeat;
	height:142px;
	width:760px;

}
.imageborder
{
	border:3px solid #75BE2C;
}

#footer 
{
	color:#000000;
	font-size:10px;
	line-height:12px;
	width:760px;
	height:auto;
	text-align:center;
	font-size:10px;
	}

#footer  a
{
		color:#000000;
}

#footer  a:hover
{
	color:#f24c8b;
}


#.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #006600;
}
