﻿div.contacter
{
	visibility: hidden;
	height: 0px;
}


/*
div#content_container
{
	position: relative;
	padding: 10px;
}
div#content
{
	border: solid 1px #564531;
	background-color: #fff;
	min-height: 330px;
	padding: 10px;

	font-size: 12px;
	color: #4F4F4F;
	line-height: 1.5em;
}
*/

h3
{
	font-size: 16px;
	color: #631F05;
	margin: 0px;
	padding: 0px;
}
h4
{
	font-size: 14px;
	margin: 3px;
	padding: 3px;
}

.form_header
{
	background-color: #77270C;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.form_field
{
	background-color: #f7f1de;
	text-align: left;
}
.form_command
{
	background-color: #C6AC61;
	text-align: center;
}
.form_section
{
	border: solid 1px #303614;
}

textarea, select, input
{
	font-family: Airal, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a { color: #3C5AB4; text-decoration: underline; }
a:hover { color: #CC0000; text-decoration: underline; }

a.white { color: #ffffff; text-decoration: underline; }
a.white:hover { color: #ffffff; text-decoration: underline; }

a.leftlink
{
	padding-bottom: 5px;
	color: #E6BE5D;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.leftlink:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


ul.lists
{
	font-size: 11px;
	color: #4F4F4F;
	line-height: 1;
}
ul.lists li
{
	padding: 2px;
}
ul.lists a
{
	text-decoration: none;
}
ul.lists a:hover
{
	text-decoration: underline;
}

ul.lists_underline li
{
	padding: 2px;
}
ul.lists_underline a
{
	text-decoration: underline;
}
ul.lists_underline a:hover
{
	text-decoration: underline;
}

div#leftlinks ul
{ 
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	div#leftlinks ul li
	{
		padding: 7px 0px 7px 0px;
		background: url(images/leftlink_spacer.png) 0 100% no-repeat;
	} 

/* Update Progress meter */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: #cccccc;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: solid 1px #000000;
}

/* MENU NAV */

/* Use to put a background behind the menu */
.menu_container
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 38px;	
	clear: both;	
}
/* Use to position within the menu container (bar background) */
.menu_items
{
	padding-top: 13px;
	padding-left: 5px;
}

/* Use to set the font style of the parent menu item */
.MenuStyle, .MenuStyle a:link, .MenuStyle a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: Transparent;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	padding-top: 7px;
	z-index: 100;	
}
/* Use to set the font style of the dropdown menu items */
.MenuSubStyle, .MenuSubStyle a:link, .MenuSubStyle a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #973010;
	font-weight: bold;
	background-color: #EFDDC2;
	padding: 3px;
	z-index: 100;
}
/* Use to set the font style of the dropdown menu items ON HOVER */
.MenuSubSytleHover, .MenuSubSytleHover a:link, .MenuSubSytleHover a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #973010;
	padding: 3px;
}
/* Use to set style on all sub level menu items */
.MenuMainStyle
{
	border: solid 1px #D4BB95;
	z-index: 100;
}


table.sponsors td
{
	border: dashed 1px #cc0000;
}