﻿/* `Elements
----------------------------------------------------------------------------------------------------*/
a 
{
	color: #595a5c;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #4665ac;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1, h3
{
	color: #e28007;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    color: #4665ac;
}
/* `Page
----------------------------------------------------------------------------------------------------*/	

span#home 
{
	height: 15px;
	left: 60;
	position: absolute;
	width: 48px;
}

span#about 
{
	height: 15px;
	left: 108px;
	position: absolute;
	width: 66px;
}

span#previousConf 
{
	height: 15px;
	left: 173px;
	position: absolute;
	width: 193px;
}

span#faqs 
{
	height: 15px;
	left: 367px;
	position: absolute;
	width: 40px;
}

div#container
{
	margin-top: 10px; 
	margin-left: 30px;
}
	
div#header
{
	background: #6B8BC6 url('../VBAC/Images/header.jpg') no-repeat center;
    color: #fff;
    height: 106px;
    width: 650px;
    text-align: right;
    cursor: pointer;
}

div#skipNav a, div#skipNav a:hover, div#skipNav a:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#skipNav a:active, div#skipNav a:focus
{
	position: static;
	width: auto;
	height: auto;
} 
	
div#menu
{
	margin-bottom: 0px;
}

div#menu ul
{
	list-style: none;
}

div#menu ul li
{
	padding: 3px;
	margin: -3px;
	text-indent: 0;
	font-size: 12pt;
	font-weight: bold;
}

#pageTitle
{
	color: #4665AC;
	font-size: 12pt;
	font-weight: bold;	
}

#pageTitle h1
{
	font-size: 17pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4665AC;
}
	
#artWork
{
	background: #fff url('../VBAC/Images/artwork.jpg') no-repeat center;
cursor: pointer;
	height: 300px;
	width: 320px;
}
	
#getInvolved
{
	background: #fff url('../VBAC/Images/get_involved_vbac.gif') no-repeat center;
	cursor: pointer;
	height: 80px;
	width: 104px;
}
	
div#footer
{
	text-align: center;
}
	
div#footer div#links
{
	font-size: 11pt;
	font-weight: normal;
}

div#footer div#links a
{
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

div#bodyContent
{
	background-color: #fff;
	padding-top: 10px;
}

div.section
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: Transparent;
	border-top: solid 1px #628042;
	width: 640px;
}
	
.tag
{
	font-size: 11pt;
	font-weight: bold;
}

.required
{
    color: #6B8BC6;
    font-weight: bold;
}

a.top
{
    font-size: 8pt;
}

table.formTable
{
    width: 100%;
}

table.formTable thead tr th
{
    background-color: #F1F2F7;
    border: 1px solid #FFFFFF;
    padding: 4px;
    text-align: center;
}

table.formTable tbody td
{
    padding: 4px;
    vertical-align: top;
}

table tbody td.tag 
{
	padding: 4px;
    text-align: right;
    vertical-align: top;
}

table.registration tbody td.tag 
{
	padding: 4px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    width: 175px;
}

.hint, .counter
{
	font-size: 10px;
	color: gray;
}

.alt
{
	background-color: #ededed;
}

div#pageLinks ul
{
	list-style: none;
}

div#pageLinks ul li
{
	line-height: 1.7em;
	font-size: 11pt;
}
	
div#pageLinks ul li a
{
	font-weight: bold;
}

table#travel, table#hotels
{
    border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
   
table#travel tr th, table#hotels tr th
{
    border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	text-align:left;
    font-weight:normal;	
}
table#travel tr td, table#hotels tr td
{
    border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

div#registerContainer
{
	text-align: right;
	width: 290px; 
}

.current 
{
	color: #f47f20;
}

table#contactUs tbody tr td
{
	padding: 5px;
}