﻿body 
{
	display:block;
	text-align:center;
	font-family:'Gill Sans MT', 'GillSans', 'Gill Sans', 'Trebuchet MS', Arial;
	border:0;
	padding:0 0 0 0;
	color:#333300;
	font-size:13px;
	margin-bottom:400px;
	background-image: url(/include/images/backgrounds/background_graphic_gv.gif);
	background-attachment:fixed;
	background-position:right;
	background-repeat:no-repeat;
}
h2
{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:0;
	padding-top:3px;
	margin-top:0;
}
a
{
	color:#333300;
	font-weight:bold;
	text-decoration:underline;	
}
a:hover
{
	text-decoration:none;
}


#maincontainer
{
	width: 895px;
}

#topbar
{
	height:155px;
}

#topbar_logo
{
	float:left;
	margin-right:15px;
}

#topbar_banner
{
	padding-top:10px;
	height:100px;
}

/*************** Navigation menu ******************/

#topbar_navmenu
{
	width: 500px;
	padding-top:20px;
	text-align:left;
	float:left;
}
#navbar{
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

/* NAVBAR LINKS */
#navbar a
{
    display:block;
    font-weight: bold;
    white-space: nowrap;
    font-size:11px;
    line-height:24px;
    text-decoration:none;
    height: 24px;
    text-align: center;
    color:inherit;
	text-transform:uppercase;
	width:100%;
}

#navbar ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color:#333300;
}

#navbar li, div#navbar li:hover{
    position:relative;
}

#navbar li{
    list-style: none;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
}

/* NAVBAR HOVER */
#navbar li:hover
{
    background-color: #99CC66;
    color:#fff;
}

#navbar a:hover{
    border-style: none;
    color:#fff;
    /*background-color: #336633; */
}

#navbar a:active{
    color:#fff;
}

/* POPOUT MENU */
#navbar li ul
{
	border: solid 1px #fff;
    background-color: #99CC66;
    position: absolute;
    top: 24px;
    left: 0;
    display:none;
    z-index: 1;
}

#navbar li ul li
{
    float: none;
    margin: 0;
    padding: 0 5px 0 0;
    text-indent: 5px;
    border:none;
}

/* POPOUT MENU LIST ITEM HOVER */
#navbar li ul li:hover
{
    background-color: #336633;
    color: #fff;
    border:0;
}

/* POPOUT MENU LINK */
#navbar li ul a{
    font-size: 12px;
    text-align: left;
    color:#fff;
    width:100%;
    display:block;
    text-transform:none;
    letter-spacing: 1px;
}

#navbar ul ul,
#navbar ul ul ul,
#navbar ul li:hover ul ul,
#navbar ul li:hover ul ul ul
{
    display:none;
}

#navbar ul li:hover ul,
#navbar ul ul li:hover ul,
#navbar ul ul ul li:hover ul
{
    display:block;
}

#navbar a.x, #navbar a.x:visited{
    background:#333300;
}

#navbar a.x:hover{
    background:#333300;
}

#navbar a.x:active{
    color:#000;
    background:#333300;
}

#navbar img{
    margin-right: 5px;
    border-style: none;
}

/****************** End Navigation Bar **************/

#topbar_search_outer
{
	height:45px;
	float:right;
	vertical-align:bottom;
	background-image: url(/include/images/round_topright.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#336633;
}

#topbar_search
{
	padding:8px 10px 0px 7px;
	margin-left:0px;
	background-image: url(/include/images/round_topleft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
	font-size:10px;
}
#topbar_search a
{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	/*margin-bottom:10px;*/
}

#titlebar, #footerbar
{
	background-color: #336633;
	width:100%;
	height: 40px;
}
#titlebar
{
	text-align:left;
}
#footerbar
{
	text-align:right;
	vertical-align:middle;
	line-height:40px;
}
#footerbar a
{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	vertical-align:middle;
	margin-right:20px;
}
#footerbar a:hover
{
	text-decoration:underline;
}

#footercontent
{
	padding-top:10px;
	width:100%;
	text-align: justify;
}

#footercontentleft
{
	width: 50%;
	float:left;
	color: #323300;
	font-size: 10px;
	line-height: 13px;
	margin: 0; 
	padding:3px;
}

#footercontenttopleft
{
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color:#710000;
	margin: 0; 
	padding:3px;
}

#footercontentright
{
    width:45%;
    float:right;
    text-align:center;
}
#footercontentright img
{
    width:400px;
	float:right;
	margin: 0; 
	padding:3px;
	border:none;
}
#asureshot
{
     font-weight:normal;
     color:#aaaaaa;
     text-decoration:none;
}
#asureshot:hover
{
    color: #0099ff;
}
/* Content area */
#content
{
	height:535px;
	width:100%;
	background-color:#99CC66;
	background-image:url(/include/images/GVTreeLogo_large.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:left;
	font-size:13px
}

.contentph
{
	height:535px;
	width:100%;
}
.content_shaded_right, .content_shaded_left
{
	color:#fff;
	padding: 5px 5px 0 5px;
	background-image:url(/include/images/shaded_background.png);
	background-repeat:repeat-x repeat-y;
	height: 530px;
	overflow:auto;
}
.content_shaded_right ul, .content_shaded_left ul
{
	margin-top:0;
	margin-bottom:0;
	padding-top: 3px;
	padding-bottom:3px;
}
.content_shaded_right
{
	float:right;
}
.content_shaded_left
{
	float:left;
}

.content_shaded_right h2, .content_shaded_left h2
{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:0;
	padding-top:3px;
	margin-top:0;
}
.content_shaded_right p, .content_shaded_left p
{
	padding-top:3px;
	margin-top:0;
	padding-bottom:5px;
	margin-bottom:0;
}
.content_shaded_right a, .content_shaded_left a
{
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}
.content_shaded_right td, .content_shaded_left td
{
	font-size:12px;
}
.content_shaded_right a:hover, .content_shaded_left a:hover
{
	text-decoration: none;
}

#columnleft
{
	padding:10px 10px 10px 10px;
	float:left;
	width:50%;
}
#columnright
{
	padding:10px 10px 10px 10px;
	float:right;
	width:40%;
}
#columnleft p, #columnright p
{
	margin: 0;
	padding: 3px 0 5px 0;	
}
#columnleft ul, #columnright ul
{
	margin-top:0;
	margin-bottom:0;
	padding-top: 3px;
	padding-bottom:3px;
}
