/* Entire page */
body {
	background : #f5f6f6 url('/images/bodybg.gif') repeat-y scroll center top;
	font-family : "Avante Garde", "Century Gothic", arial;
	margin : 0px 0px 0px 0px;
	padding: 0px;
	font-size : 8.5pt;
	color : #8a8a8a;
	text-align: center;
}

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

#screen
{
    background-color: #ffffff;
    width: 957px;
    margin: auto;
    padding:0px;
    text-align: left;
    border:0px dashed black;
}


/* Zone divs */
#zone0
{
    background-color: #ffffff;
	height: 119px;
    width: 955px;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 7px 0px;
	border: 0px solid black;
}

#zone1
{
    width: 120px;
    float: left;
	border: 0px solid black;
	border-right: 1px solid #dddddd;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

#zoneMain
{
	margin: 0px;
    margin-left: 135px;
    _margin-left: 132px;
    width: 822px;
    background-color: #ffffff;
    padding:0px;
	border: 0px dashed red;
}

#zone2
{
    width: 570px;
	border: 0px solid red;
	padding: 3px;
	font-family : arial;
}


#zone3
{
    width: 225px;
	border: 0px solid black;
	float: right;
}


#zone4
{
    width: 635px;
    height: 45px;
    margin: 20px 0px 0px 135px;
	font-family : arial;
    color: #8a8a8a;
	border: 0px solid #000000;
	clear: both;
}


#search 
{
	width: 140px;
	margin: 25px 0px 0px 30px;
	border: 0px solid black;
	color: #ffffff;
}

#helpBox
{
    display:none;
}

/* Min height hacks */
#prop2
{
    height:400px;
    float:right;
    width:1px;
}

#clear2
{
    clear:both;
    height:1px;
    overflow:hidden;
}

#zone1prop
{
    height:470px;
    float:right;
    width:1px;
}

#zone1clear
{
    clear:both;
    height:1px;
    overflow:hidden;
}
/* Headers */
H1 
{
	color: #808384;
    font-size: 28px;
    padding: 0px 0px 0px 19px;
    margin: 0px 0px 9px 0px;
	font-family : "Avante Garde", "Century Gothic", arial;
	font-weight: bold;
}

h2 sup
{
    font-size: 8px;
}

H2 
{
	color : #808284;
	font-weight : bold;
	font-size : 13px;
}


H3 
{
	color : #014489;
	font-weight : bold;
	font-size : 13px;
}

a, a:visited 
{
    color: #0089cf;
    font-weight: bold;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}

p a:link

{
	color: #990000;
	text-decoration: none;
}

p a:visited

{
	color: #990000;
	text-decoration: none;
}

p a:hover

{
	color: #0089CF;
	text-decoration: underline;
}

div.red a:link

{
	color: #990000;
	text-decoration: none;
}

div.red a:visited

{
	color: #990000;
	text-decoration: none;
}

p a:hover

{
	color: #0089CF;
	text-decoration: underline;
}


EM 
{
	font-style : italic;
}

.small 
{
	font-size: 9px;
}


/* Tables */
TABLE.box 
{
	border : 1px solid #800000;
	width:750px;
}

TABLE.halfbox 
{
	border : 1px solid #800000;
	width:325px;
}

th
{
    background-color: #800000;
    color: White;
    font-weight: bold;
    padding:2px 3px 2px 4px;
}

th a
{
    color: White;
}


/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
	background-color: white;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}

/* Form elements */
.button 
{
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

INPUT, TEXTAREA, SELECT 
{
	font-size: 12px;
	font-family: Arial;
	padding:2px;
	font-style : normal;	
	color: black;
	background-color : white;
	border : 1px solid black;
	margin-right:5px;
}
/* Sukerfish menus. http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav
{
    width: 947px;
	background-color: #8d8e90;
	height: 18px;
	position: absolute;
	top: 99px;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	border: 0px solid black;
	padding: 0px 0px 10px 10px;
	_padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	z-index: 80;
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
}

/* Top level menus */
#nav li div.off
{
    background-color: Transparent;
    height: 28px;
    padding: 0px 15px 0px 15px;
}

#nav li .cursection
{
    background-color: #1289ca !important;
}

#nav li div.over
{
    background-color: #1289ca;
    height: 28px;
    padding: 0px 15px 0px 15px;
}

.menutoplevel {
	font-size: 9px;

}

#nav li div.off a 
{
    padding-top: 7px;
	font-weight: bold;
    font-size: 12px;
    height: 18px;
}

#nav li div.over a 
{
    padding-top: 7px;
	font-weight: bold;
    font-size: 12px;
    height: 18px;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 125px;
	font-weight: normal;
	margin: 3px 0px 0px -15px;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
    background-color: #c0baba;
}

#nav li li {
	width: 120px;
	padding: 0px 0px;
    height: 26px;
}

#nav li ul a {
	width: 110px;
	margin-left: -1px;
}

#nav li ul ul {
	margin: -18px 0 0 125px;
    background-color: #436820;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index: 80;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index: 80;
}

#nav li:hover, #nav li.sfhover {
	background: transparent;
	z-index: 80;
}

#nav .item:link, #nav .item:visited
{
    font-size: 12px;
    font-weight: bold;
	color: white;
	height: 20px;
	padding-left: 17px;
}

#nav .item:hover, #nav .item.sfhover 
{
    background-color: #1289ca;
}

#nav li ul ul .item:hover, #nav .item.sfhover 
{
    background-color: #1289ca;
}


#mnu3 { width: 40px;}
#mnu4 { width: 57px;}
#mnu5 { width: 55px;}
#mnu6 { width: 75px;}
#mnu7 { width: 40px;}
#mnu8 { width: 55px;}
#mnu9 { width: 50px;}
/* Site specific */
#logo
{
    border: 0px;
    margin: 20px 0px 0px 20px;
}

div.breadcrumb
{
    margin: 5px 0px 8px 20px;
    #margin: 7px 0px 10px 20px;
	font-size: 7.5pt;
    color: #8d8e90;
}

div.breadcrumb a, div.breadcrumb a:visited
{
    text-transform: lowercase;
    color: #8d8e90;
    text-decoration: underline;
}

div.breadcrumb .bcyah
{
    font-weight: bold;
    color: #8d8e90;
}

div.breadcrumb .curpage
{
    font-weight: bold;
}

.adminlinks
{
    position: absolute;
    margin-left: 50px;
}

.adminlinks a
{
    padding-left: 20px;
}

.vbrsidebar .signup
{
    background-color: #dcddde;
    padding: 10px 0px 13px 10px;
    height: 37px;
    margin-bottom: 3px;
    #position: absolute;
    #width: 110px;
    
}

.vbrsidebar .signup a
{
    color: #1289ca;
	text-decoration:none;
}

.vbrsidebar .login
{
    background-color: #dcddde;
    #margin-top: 65px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
}

.vbrsidebar .login h1
{
    color: #1289ca;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #c4c5c6;
    padding: 5px 0px 8px 10px;
    margin-bottom: 5px;
}

.vbrsidebar .login form
{
    padding: 0px 0px 20px 10px;
    color: #7d7e80;
    line-height: 26px;
}

.vbrsidebar .login form .forgotten
{
    font-family: Arial;
    font-weight: normal;
	font-size: 7.5pt;
    text-decoration: underline;
}

.vbrsidebar .login form input
{
    border: 1px solid #b9babb;
    color: black;
    margin-bottom: 5px;
    width: 93px;
}

.vbrsidebar .login form input.button
{
    background-color: #315cb5;
    border: 0px solid #8d8e90;
    width: auto;
    color: White;
    font-size: 1em;
    padding: 3px 10px;
    float: right;
    margin: 10px 17px 0px 0px;
}

.vbrsidebar .login form .remember
{
    border: 0px solid black;
    text-align: right;
    padding-right: 7px;
    margin-bottom: 30px;
}

.vbrsidebar .login form .remember .chk
{
    width: auto;
    border: 0px solid black;
    background-color: #dcddde;
}

.vbrsidebar .login form #rememberme
{
}

.vbrsidebar .login form label
{
    border: 0px solid black;
    padding-right: 3px;
    float: left;
    position: relative;
    top: -3px;
    #top: -6px;
}

.greybackground
{
    background-color: #f0f1f1;
    padding: 5px 10px 5px 20px;
}

.largepara
{
    color: #1289ca;
   font-family : "Avante Garde", "Century Gothic", arial;
    font-weight: bold;
    font-size: 13px;
}

#zone2 h1
{
    padding-left: 20px;
}

ul
{
    padding-left: 15px;
    margin-left: 0px;
}
/*
.vbrsector
{
    position: absolute;
    top: 99px;
    margin-left: 705px;
    padding: 6px 0px 0px 10px;
    background-color: #dddee0;
    width: 242px;
    height: 22px;
}

.vbrsector form
{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #808284;
}

.vbrsector select
{
    font-weight: normal;
    font-size: 10px;
    border: 0px;
    padding: 0px;
}
*/
.rightbartop
{
    height: 50px;
    font-size: 1em;
    border-bottom: 1px dotted #939496;
    padding: 11px 3px;
    color: #808384;
    font-weight: bold;
    margin-bottom: 10px;
}



.sectionlink
{
    background: transparent url('/images/sectionbullet.gif') no-repeat scroll left center;
    padding-left: 15px;
    margin-left: 22px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

h2.sectionheading
{
    background: transparent url('/images/sectionbullet.gif') no-repeat scroll left 6px;
    margin: 0px 0px 0px -15px;
    padding-top: 0px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

h2.sectionservices
{
    background: transparent url('/images/sectionbullet.gif') no-repeat scroll left 6px;
    margin: 0px 0px 5px -15px;
    padding-top: 0px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

.bannerad img
{
    border: 1px solid #cdcdce;
}

#zone0 .bannerad
{
    position: absolute;
    top: 12px;
    margin-left: 475px;
}

#zone1 .bannerad
{
    margin: 20px 0px 30px 15px;
}

.leftbargap
{
    height: 100px;
    border-bottom: 1px solid #dddddd;
    width: 122px;
    position: absolute;
}

.rightbarlinks
{
    padding: 5px 0px 0px 0px;
	font-size : 10.5pt;
}

.rightbarlinks ul li
{
    list-style-image: url('/images/rightlinkbullet.gif');
    #list-style-image: url('/images/rightlinkbulletie7.gif');
}

.rightbarlinks ul li a, .rightbarlinks ul li a:visited, .rightbarlinks ul li a:hover
{
    color: #9D70AF;
    text-decoration: none;
	font-size: 7.5pt;
}


.panelinner img
{
	float:left;
}


.panelinner .linkedin a
{
	float:left;
	padding:62px 0 0 10px;
	width:120px;
}

.panelinner .linkedin a img
{
	float:right;
	padding: 0 0 0 2px;
}


