BODY
{
	margin: 0;
	padding: 0;
	background: #372412 url(images/img01_new.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}
BODY, TH, TD, INPUT, TEXTAREA, SELECT, OPTION
{

	font-family:Verdana, Arial, Helvetica, sans-serif;
}
H1, H2, H3
{
	text-transform: capitalize;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
H1
{
	letter-spacing: -2px;
	font-size: 3em;
}
H2
{
	letter-spacing: -1px;
	font-size: 2em;
}
H3
{
	font-size: 1em;
}
P, UL, OL
{
	line-height: 200%;
}
BLOCKQUOTE
{
	padding-left: 1em;
}
BLOCKQUOTE P, BLOCKQUOTE UL, BLOCKQUOTE OL
{
	line-height: normal;
	font-style: italic;
}
A
{
	color: #FFEA6F;
}
A:hover
{
	text-decoration: none;
}
IMG
{
	border: none;
}
/*Header*/
#header
{
	width: 830px;
	height: 210px;
	margin: 0 auto;
	background: url(images/img02_new.jpg) no-repeat;
}
/*Logo*/
#logo
{
	height: 144px;
	background: url(images/img07_big.gif) no-repeat left 65%;
}
#logo H1
{
	float: left;
	padding: 30px 40px 0 80px;
	margin-top: 20px;
	letter-spacing: -2px;
	font-size: 44px;
	font-weight:bold;
}
#logo H2
{
	float: right;
	padding: 68px 0 0;
	font-size: 24px;
}
#logo A
{
	text-decoration: none;
	color: #372412;
}
/*Gallery*/
#gallery
{
	clear: both;
	width: 830px;
	height: 140px;
	margin: 0 auto;
}
#top-photo H2
{
	height: 1.4em;
	font-size: 1em;
}
#top-photo P
{
	margin: 0;
	padding: 0 0 10px;
}
/*Menu*/
#menu
{
	width: 830px;
	height: 48px;
	background: url(images/img03_new.gif) no-repeat;
}
#menu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu LI
{
	display: inline;
}
#menu A
{
	display: block;
	float: left;
	width: 166px;
	height: 46px;
	padding-top: 12px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
}
#dropmenu A
{
	display: block;
	float: left;
	width: 166px;
	height: 46px;
	padding-top: 12px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 20px;
	color: #FFFFFF;
}

#menu A:hover
{
	background: url(images/img09_new.gif) no-repeat;
	color: #372412;
}
#menu .active A
{
	background: url(images/img09_new.gif) no-repeat;
	color: #372412;
}
#menu
{
}
/*Page*/
#page
{
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}
/* ------------start tooltip --------*/
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color: #FFEA6F;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#FFEA6F}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	top:14px;
    left:8em;
	height:20px;
	width:6em;
	font-size:18px;
/*    border:1px solid #0cf; */
    background-color:#FFEA6F; color:#000;
    text-align: center}
/* ------------end tooltip --------*/	
/*Content*/
#content
{
	float: left;
	width: 532px;
}
.post
{
	padding: 0 0 20px;
}
.title
{
	margin: 0;
	border-bottom: 2px solid #4A3903;
}
.byline
{
	margin: 0;
}
.meta
{
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}
.meta A
{
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}
.pdflist {list-style:none; line-height:24px; width:300px;}
.pdflist li {background: url(pdf/PDFFile.gif) no-repeat 250px 50%;}
.pdflist a{text-decoration:none; display:block; border-width:1px; border-style:solid; border-color:#372412;}
.pdflist a:hover{border-color:#FFFFFF;}
.colbullets
{
	width: 30em;
/*room for 3 columns*/
}
.colbullets LI
{
	float: left;
	width: 10em;
/*accommodate the widest item*/
}
.colbullets BR
{
	clear: left;
}
DIV.wrapper
{
	margin-bottom: 16em;
}
/*img.floatLeft { 
    float: left; padding-right: 6px;
}
img.floatRight { 
    float: right; padding-left: 6px;
}
*/
.floatright
{
float: right;
margin: 0 0 4px 10px;
background-color: #E6AE35;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
font-weight:bold;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}
.floatleft
{
float: left;
margin: 0 18px 4px 0;
background-color: #E6AE35;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
font-weight:bold;
}

div.floatleft img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

/*Sidebar*/
#sidebar
{
	float: right;
	width: 240px;
}
#sidebar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar LI
{
}
#sidebar LI UL
{
	padding: 15px 0;
}
#sidebar LI LI
{
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}
#sidebar H2
{
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}
#sidebar A
{
	text-decoration: none;
}
#sidebar A:hover
{
	text-decoration: underline;
}
/*Footer*/
#footer
{
	clear: both;
	padding: 20px 0;
	background: #FFEA6F;
	border-top: 3px solid #E8AD35;
	text-align: center;
	font-size: smaller;
	color: #E8AD35;
}
#footer A
{
	color: #C28C21;
}
