/********************
*main divs
********************/

body {
	background-color: #CACDD3;
	height:100%;
}

#container {
	margin: 30px auto;
	width: 960px;
	border: 3px solid #FFFFFF;
	padding-bottom: 10px;
	/*height:100%;*/
}

#banner {
	
	margin-left: 10px;
	margin-top: 15px;

}

#left {
	/*for ie 6 margin problem*/
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top:10px;
	width: 670px;
	background-color: #FFFFFF;
    /*height: 465px; TEMP*/

}

#right {
	/*for ie 6 margin problem*/
	display: inline;
   	float: right;
	margin-right:10px;
	margin-top:10px;
	width: 260px;
	height: 485px;
	background-color: #AD312E;
}

/*navigation*/

#nav {
	background: #CACDD3 url(vdmenubar.jpg) no-repeat top left;
	height: 24px;	
}

#nav ul {
	margin-left: 10px;
	padding-top: 3px;
}

#nav li {
	display: inline;
	list-style: none;
	font-size: 10pt;
	line-height:12pt;
	color: #C9E1F3;
	padding: 10px;
	text-decoration: none;
}


#nav li a {
	color: #ffffff;
	text-decoration: none;
	
}

#nav li a:hover {
	color: #C9E1F3;
	
}

#nav li a:active {
	color: #C9E1F3;
}

#content {
	background-color:#FFFFFF;
}

.eventsheader {
	color: #FFFFFF;
	font-size: 18pt;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.event {
	width: 235px;
	height: 50px;
	background-color: #BF5E5C;

}

.eventlink {
	padding-top: 15px;
	text-indent: 5px;
	color: #FFFFFF;
	font-size: 12pt;
	float: right;
	height: 35px;
	width: 175px; /*175*/
}

.event img {
	float:left;
}

.event a {
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;

}

.event a:hover {
	color: #C9E1F3;
}


.event a:active {
	color: #C9E1F3;
}

.eventholder {
	margin-top: 10px;
	border-bottom: 1px dotted #FFFFFF;
	margin-left: 15px;
	height: 60px;
}

.date {
	color: #C9E1F3;
	font-size: 10pt;
}


#topcontent {
	width:620px;
}

.hometoptext {
	/*for ie 6 margin problem*/
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:350px;
	height: 280px;
	font-size:1.3em;

}

.hometopimage {
	/*for ie 6 margin problem*/
	display: inline;
	float:right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:260px;
	height: 280px;	

}



#redline {
	clear: both;
	margin-left:20px;
	width:630px;
	height: 10px;
	background-color: #AD312E;
}


.homebottomimage {
	/*for ie 6 margin problem*/
	display: inline;
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	width:100px;
	border: 2px solid #000;
	height: 100px;	

}

.homebottomimage img{
	display:inline;
}

.homebottomtext {
	/*for ie 6 margin problem*/
	display: inline;
	background-color: #FFFFFF;
	float:right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	width:500px;
	/*height: 100px;	TEMP*/

}

.nothomeimage {
	/*for ie 6 margin problem*/
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	width:350px;
	height: 280px;
}

.nothometoptext {
	/*for ie 6 margin problem*/
	display: inline;
	position: relative;
	bottom: -10px;
	float:right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:10pt;
	width:260px;
}



.nothomebottomtext {
	background-color: #FFFFFF;
	background-repeat: repeat;
	background: url(stripes_tile.png) top left;
	margin: 0 20px 20px 20px;
	padding: 10px;
	clear: both;

}

#content h1 {
	font-size: 13pt;
	font-weight: 700;
	color: #AD312E;

}

#content p {
	font-size:10pt;
	
}

#content .red {
	color: #AD312E;
}

#content .blue {
	color: #77A5C7;
	font-size: 13pt;
	font-weight: 700;
}

#content ul {
font-size:10pt;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
list-style-type:disc;
list-style-position: inside;
}

#content li
{
margin-bottom: 2px;
}

#content a:link
{
color: #AD312E;
}

#content a:hover
{
color: grey;
}



/******************************
* Forms
******************************/

form.form {
	margin-top: 0px;
	font-size:12pt;
}

form.form input, form.form select, form.form textarea {
	float: right;
	margin-top:5px;
	margin-bottom: 5px;
}


form.form fieldset {
	margin: 5px 0;
	padding: .3em 1em;
	border: 1px solid #054A7D;
}

form.form fieldset br {
	display: none;
}

form.form legend {
	font-weight: bold;
	color: #054A7D;
	padding: 2px 5px;
	border: 1px solid #054A7D;
	font-size: 10pt;
}

form.form fieldset div {
	clear: both;
	margin: 2px 0;
	position: relative;
}

form.form fieldset div span {
	display: none;
}

form.form fieldset div:hover span {
	font-size: 90%;
	color: #c96;
	background-color: #faf0e6;
	margin-left: 20em;
	padding: .2em .5em .3em;
	border: 1px solid #c96;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html form.form fieldset div span {
	font-size: 90%;
	color: #c96;
	margin-left: 16em;
	padding: .3em;
	border-left: 1px solid #c96;
	display: block;
}

form.form label, form.form fieldset div.cr p {
	margin: 0;
	display: block;
	text-align: right;
	float: left;
	font-size: 10pt;
}

form.form fieldset div.cr label {
	text-align: left;
	width: auto;
	float: none;
}

.mandat {
	color: #930;
}

.mandat:before {
	content: "* ";
}
form.form .buttons{
	text-align:center
}
.formbutton{
   border:1px solid #838DCE;
   background-color:#f4f8ed;
   font-size:90%;
   font-weight:bold;
   color:#696;
   padding: 1px 3px 1px 3px;
   
}

.formbutton:hover {
	background-color:#ded;
    border:1px solid;
    border-color:#696;
	
}

.prop {
    height:670px;
    float:right;
    width:1px;
}

.prop95 {
    height:95px;
    float:right;
    width:1px;
}

.prop50 {
    height:500px;
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #8da596;

}




