﻿body
{
    background-position: center top;
    color: #6e6e6e;
    font-size: 12px;
    font-family: verdana, arial, helvetica, geneva, sans serif;
    margin: 0;
    padding: 0;
    background: #07091c url(../images/background.png) top center no-repeat fixed;
}
#wrapper
{
    width: 951px;
    margin: 0 auto;
    overflow: hidden;
}
#main-content
{
    padding: 10px;
    width: 929px;
    margin: 0;
    overflow: auto;
    background-color: #FFFFFF;
    height: 300px;
}
.breadcrumb
{
    color: #251c31;
    font-size: 16px;
    font-family: verdana, arial, helvetica, geneva, sans serif;
    padding-top: 0px;
    padding-left: 6px;
    font-weight: 400;
}
a
{   
    color: #6e6e6e;
    font-size: 12px;
    font-family: verdana, arial, helvetica, geneva, sans serif;
}
a:hover
{
    color: #6e6e6e;
    font-size: 12px;
    font-family: verdana, arial, helvetica, geneva, sans serif;
}
.label
{
    color: #6e6e6e;
    font-size: 11px;
    font-family: verdana, arial, helvetica, geneva, sans serif;
    text-align: center;
    text-decoration: none;
}

.label:hover
{
    text-decoration: underline;
    font-size: 11px;
}
.box
	        {
	            width:200px;
	            height:65px;
	            background-image:url(../images/box.png);
	            background-repeat:no-repeat;
	            overflow:hidden;
	            padding-left:4px;
	            padding-right:10px;
	            padding-top:7px;
	            position:absolute;
	        }
.mapText
{
    font-family: tahoma;
    font-size: 10pt;
    text-align: left;
}
	        
.mapTextsm
	        {
	            font-family:tahoma;
	            font-size:8pt;
	        }

.portfolioimage
{
    color: #6e6e6e;
    font-size: 1.1em;
    font-family: verdana, arial, helvetica, geneva, sans serif;
    padding-top: 3px;
    padding-right: 12px;
    font-weight: 400;
}

ght: 12px;
    font-weight: 400;
}
.BX_PanoThumb
{
    background-color: #cccccc;
    font-family: Tahoma, Verdana, Times, serif;
    font-size: 11px;
    font-weight: bold;
    color: #5c5648;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-top: 2px;
    vertical-align: middle;
    line-height: 12px;
}

/*Page related styles for you to view*/
#customscroll
{
    /* Typical fixed height and fixed width example */
    width: 888px;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color: #ffffff;
    margin: 0.3em auto;
    padding: 0px 20px 15px 0px;
    height: 255px;
}


.footer
{
    color: #ffffff;
    font-size: .8em;
    font-family: verdana, arial, helvetica, geneva, sans serif;
    line-height: 1.2em;
    padding-right: 6px;
    padding-top: 7px;
    padding-left: 6px;
}
/* ================================================================ 
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_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.menu
{
    margin: 133px 0px 0px 0px;
    width: 733px;
    height: 26px;
    font-size: 12px;
}
/* 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:122px;
}
/* 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:122px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    width: 121px;
    height: 26px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    background: #f9bd1f;
    padding-left: 0px;
    line-height: 29px;
    font-family: 'Times New Roman' , Times, serif;
    text-align: center;
    font-weight: 500;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:122px;
w\idth:111px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#07091a;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#07091a;
}
.menu ul ul :hover > a.drop {
background:#07091a;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#07091a;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#fff;
}
.menu ul ul ul :hover > a {
background:#fff;
}

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

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:27px;
left:0; 
width:175px;
}
* html .menu ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:180px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background: #07091a;
    color: #fff;
    height: auto;
    line-height: .8em;
    padding: 5px 10px;
    width: 159px /* yet another hack for IE5.5 */;
    text-align: left;
}
* html .menu ul ul a{
width:180px;
w\idth:159px;
}


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

/* 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;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    display: block;
    bottom: 0px;
}
.menu ul :hover ul :hover ul.second
{
    display: block;
    bottom: -22px;

}
.menu ul :hover ul :hover ul.third
{
    display: block;
    bottom: -44px;

}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}

