
/*----------------------------------------------------
@Generic styles
----------------------------------------------------*/
p{
        font-size:12.0pt;
	font-family:"Times New Roman";
}
#top{
        margin-left:auto;
        margin-right:auto;
        width:100%;
        height:130px;
        background-image: url("../images/top/sign.jpg");
        background-repeat: no-repeat;
        background-position: left top;
}
#content{
        position:absolute;
        left:175px;


        /*margin-top: 130px;*/
}
.center{
        margin-left:auto;
        margin-right:auto;
        width:100%;
}
.graytext {
        color: #999999;
}
.centertext {
        text-align: center;
}
ul.none{
        list-style-type: none;
}
/*----------------------------------------------------
@Navigation specific styles
----------------------------------------------------*/
#nav
{
	position:absolute;
        top:140px;
        float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 1em;
	font-size: .8em;
	font-weight:900;
	z-index:10;
	text-shadow: 2px 2px 2px #000; 
        background-color: #000066;
        background-image: url ('../images/cssmenu/bg.png');
        background-repeat: repeat-y;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
        background-color: #000066;

}

#nav ul li
{
	width: 150px;
        float: left;
	line-height: normal;
	margin: 0;
	border-style:solid;
	border-color: transparent;
        background-color: #000066;

	/* border-bottom-color:#000000; */

}

#nav ul li a
{
	float: left;
	display: block;
	padding: 8px 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	/*background: transparent url(images/navspacer.jpg) top right no-repeat;*/
        background-image: url ('../images/cssmenu/bg.png');
        background-repeat: repeat-y;


}

#nav ul li a:hover, #hornav ul li a:active
{
    /* background: #9A7642 top right no-repeat; Was some kind of brown color*/
    background: #000066 top right no-repeat;
}

#nav ul li a#current
{
	background: #7B8955  repeat-x !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

#nav li:hover ul
{
	left:auto;
}

div#nav > ul > li > ul
{
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em;
}
/* -----------------------------------------------------------------
@Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 125px;
	height: 85px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 500px;
	height: 340px;
}

