body
{
	text-align: left;
	background-color: #ffffff;

}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 917px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#content  {
	width: 917px;
	margin-top: 11px;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #492D18;
	font-weight: bold;
}		
	
	/* flyout menu items 
*/
#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:730px;
	height:30px;
	font-size:.6em;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.menu ul a:link {
	color: #442510;
}
.menu ul ul a:link {
	color: #FFFFFF;
}
.menu  a:hover {
	text-decoration: none;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:730px;
	w\idth:730px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {
	width:180px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:1.1em;
	text-decoration:none;
	color:#442510;
	width:100px;
	height:31px;
	border:0px solid #666;
	border-width:0px 0px 0px 0px;
	padding-left:4px;
	line-height:29px;
	font-weight: ;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:100px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #A7DDE7;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #A7DDE7;
	color: #000;
}
.menu ul ul :hover > a.drop {
	background-color: #A7DDE7;

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #492D18;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #FFFFFF;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:185px;
	border-top:0px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:185px;
	top:-1px;
	width:185px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFF;
	width:190px;
	background-color: #442510;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
	font-size: 1em;
	line-height: 2em;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:180px;
	w\idth:180px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000;
	background-color: #A7DDE7;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background-color: #A7DDE7;
}

.menu ul li ul li a:hover {color: #442510;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul li a {white-space: nowrap}
blockquote {
	padding: 10px;
	border: 0px solid #993300;
}

#footer {
	background-color: #A7DDE7;
	font-size:12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	height: 20px;
	width: 913px;
	text-align:center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #A7DDE7;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #A7DDE7;
}

p td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #442510;
	line-height: 1.3em;
}

#main_content ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #442510;
	line-height: 1.3em;
	font-size: .8em;
}
	
#main_content ul li ul li{
	font-family: Arial, Helvetica, sans-serif;
	color: #442510;
	line-height: 1.3em;
}
#main_content {
	width: 640px;
	margin-left: 40px;
	color: 442510;
} 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 20px;
}
a:link {
	color: #47B9CD;
	text-decoration: none;
} 

a:visited {
	color: #47B9CD;
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#442510;
}
#main_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: 442510;
}

.tool-tip {
	font-weight: bold;
	width:200px;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


#faces { 
	position: inherit;
}
 
ul#faces {
	margin: 0;
	padding: 0;
}

ul#faces {
	display:inline;
	white-space: nowrap;
}
 
li.sortme {
	padding: 0px 0px;
	color: #fff;
	cursor: pointer;
	list-style: none;
	display:inline;
}
 
ul#faces li {
	margin: 0px 0;
}


.standout {
	padding: 10px;
	background-color: #EFEFEF;
	border-top: 1px solid #00CCCC;
	border-right: 1px none #00CCCC;
	border-bottom: 1px solid #00CCCC;
	border-left: 1px none #00CCCC;
	display:block;
}