body { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: transparent; margin: 0; padding: 0; }

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}
h1 { color: #7f7f7f; font-size: 11px; font-weight: lighter; line-height: 18px; letter-spacing: 1px; float: right; margin-top: 25px; }
h2 { color: #758279; margin:0; padding:0; font-size: 15px; letter-spacing: 1px; }
h3 { color: #a8a8a8; font-size: 14px; letter-spacing: 1px; margin: 0; padding: 0; }
h4 { color: #6c6c6c; font-size: 11px; letter-spacing: 1px; }
ul { font-size: 11px; margin:0; padding:0; list-style-type: square; }
a {
	color: #56677c;
}

a:hover { color: #8b0000; text-decoration: none; }

blockquote{ color: #606060; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 10px; }

#textcontainer { background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: center; position: relative; width:860px; height:auto; margin: 10px auto 0; padding: 5px 20px 20px; border-color: white #c0c0c0; border-style: solid; border-width: 1px; }
#panowrap { width: 682px; height: 462px; margin: 25px auto; border: solid 1px #c0c0c0; }
#panocontainer { position: relative; left: 40px; width: 600px; height: 380px; border: solid 1px silver; }
#picframe { width: 650px; margin-right: auto; margin-left: auto; padding: 10px; border: solid 5px #e6e6e6; }
#picframe a { text-decoration: none; }
#picframe a:hover { text-decoration: none; }
/**** Main Container ***/


#wrap { background-image: url(../img/top-grey.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 55px; margin-left: auto; margin-right: auto; width: 902px; }


/**** Top ***/


#top { background-image: url(../index_img/fg-logo.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left 7px; height: 45px; width: 100%; overflow:hidden; }
#header { position: inherit; height: 45px; margin-top: -45px; }
/**** Content Container ***/
#content { width: 100%; margin-top:30px; }

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 520px;
	float:left;
	display: block;
        display: block;
}


/**** Sidebar ***/


#right {
	width: 315px;
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box { width: 278px; background: #f7f7f7; border: solid 1px #e1e1e1; padding:10px; float: right; }

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0;
	color: #56677c;
	font-size: 11px;
}
#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li { line-height: 18px; margin-top:5px; }


/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer { text-align: center; width: 90%; margin-right: auto; margin-bottom: 0; margin-left: auto; border-top: 1px solid #c0c0c0; padding: 20px 0; }

#footer p { color: #c0c0c0; margin: 0; padding: 0; }
/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Drop Down Menu */
.menu {
	width:600px;
	font-size:0.85em;
	position:relative;
	top: -19px;
	z-index:100;
	float: right;
}
/* 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:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited { display:block; font-size:11px; text-decoration:none; color:#999; width:139px; height:30px; line-height:29px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: right; padding-right: 10px; border-color: white silver black black; border-style: solid; border-width: 1px 1px 0 0; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background: #e6e6e6 url(../img/pointer.gif) no-repeat right bottom; }
/* style the second level hover */
.menu ul ul a.drop:hover{ background: #a8a8a8 url(../img/pointer.gif) no-repeat right bottom; }
.menu ul ul :hover > a.drop { background: #a8a8a8 url(../img/pointer.gif) no-repeat right bottom; }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#d2d2d2;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#999;
}


/* 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:150px;
}
/* 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:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* 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;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#e6e6e6; 
color:#000; 
height:auto; 
line-height:1em; 
padding:10px; 
width:129px
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


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

/* 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;
}
