/* -------------------- GENERAL -------------------- */
a {
	color:#7d0000;
	text-decoration:none;
}
form div {
	text-align: right;
	padding-bottom: 3px;
}
input.Contact {
	width: 248px;
}
select.Contact {
	width: 254px;
}
textarea.Contact {
	width: 315px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color:#ff0000;
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2, h3, h4, h5, h6 {
	text-align:left;
	display: inline;
}
.center {
	text-align: center;
}
.Half-Section-Left, .Half-Section-Right {
	padding: 15px;
	width: 319px;
	background-image: url(images/content-bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: justify;
}
.Half-Section-Left {
	float: left;
}
.Half-Section-Right {
	float: right;
}
.Half-Left { 
	float: left; 
	width: 350px;
	background-image: url(images/half-separator-l.png);
	background-position: right;
	background-repeat: repeat-y;
}
.Half-Right { 
	float: right; 
	width: 350px;
	background-image: url(images/half-separator-r.png);
	background-position: left;
	background-repeat: repeat-y;
}
.Full {
	padding: 15px;
	padding-right: 15px;
	background-image: url(images/content-bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	text-align: left;
}
.Content-End {
	clear: both;
	font-size: 1px;
	height:1px;
	background-color: #E0E0E0;
}


/* -------------------- HEADER -------------------- */
.Header-Container {
	min-width: 580px;
	height: 135px;
	text-align: center;
	width: 100%;
	z-index: 10;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}
.Header-Spacer {
	height: 15px;
	width: 100%;
	background-image: url(images/content-top-spacer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	display: inline-block;
}
.Header {
	width: 100%;
	height: 100px;
	color: #FFFFFF;
	display: inline-block;
}
.Header-Logo {
	float: left;
	margin-top: 20px;
	background-image: url(images/header-logo.png);
	width: 170px;
	height: 75px;
}
.Header-Text {
	float: left;
	margin-top: 65px;
	margin-left: -45px;
	width: 370px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/* -------------------- TAB MENU -------------------- */
.Tab-Left, .Tab-Right, .Tab-Center {
	float:left;
	height: 24px;
}
.Tabs {
	height: 24px;
	margin-top: 76px;
	float: right;
}
.Tab-Left {
	width: 19px;
	background-image: url(images/tab-left.png);
	background-repeat: no-repeat;
}
.Tab-Right {
	width: 19px;
	background-image: url(images/tab-right.png);
	background-repeat: no-repeat;
}
.Tab-Center {
	background-image: url(images/tab-center.png);
	background-repeat: repeat-x;
	font-size: 11px;
}
.Tab-Spacer {
	height: 6px;
	width: 20px;
	font-size: 1px;
}
.Tab-Center a {
	color: #999999;
	text-decoration: none;
}

/* -------------------- COMMON MENU -------------------- */
.Menu-Button a, .Menu-Bottom-Button a, .Menu-TopOfPage a {
	color: #EEEEEE;
	text-decoration: none;
}
.Menu-Button a:hover, .Menu-Bottom-Button a:hover, .Menu-TopOfPage a:hover, .Menu-Button-Hover a:hover, .Menu-Bottom-Button-Hover a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.Menu-Button-Current a, .Menu-Bottom-Button-Current a {
	color: #FFFFFF;
	text-decoration: none;
}


/* -------------------- TOP MENU -------------------- */
.Menu {
	width: 100%;
	min-width: 580px;
	height: 35px;
	display: inline-block;
}
.Menu-Button, .Menu-Button-Hover {
	float: left;
	height: 26px;
	width: auto;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.Menu-Button-Hover {
	background-image: url(images/menu-hover.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.Menu-Button-Current {
	float: left;
	height: 26px;
	width:auto;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/menu-marker.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}


/* -------------------- BOTTOM MENU -------------------- */
.Menu-Bottom {
	width: 100%;
	min-width: 580px;
	height: 20px;
	display: inline-block;
}
.Menu-Bottom-Button, .Menu-Bottom-Button-Hover, .Menu-TopOfPage {
	float: left;
	height: 17px;
	width:auto;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}
.Menu-Bottom-Button-Hover {
	background-image: url(images/menu-bottom-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.Menu-Bottom-Button-Current {
	float: left;
	height: 17px;
	width:auto;
	padding-top: 3px;
	font-size: 10px;
	background-image: url(images/menu-bottom-marker.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.Menu-TopOfPage {
	float: right;
}


/* -------------------- CONTENT AREA -------------------- */
.Content-Container {
	text-align: center;
	min-width: 580px;
	width: 100%;
	background-color: #F4F4F4;
	z-index: 2;
}
.Content {
	min-width: 580px;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	display: inline-block;
}


/* -------------------- FOOTER -------------------- */
.Footer-Container {
	text-align: center;
	bottom: 0px;
	min-width: 580px;
	width: 100%;
	z-index: 10;
	height: 40px;
	background-color: #000000;
	background-image: url(images/menu-bottom-bg.png);
	background-repeat: repeat-x;
}
.Footer-Spacer {
	height: 15px;
	min-width: 580px;
	width: 100%;
	background-image: url(images/content-bottom-spacer.png);
	background-position: top;
	background-repeat: repeat-x;
	display: inline-block;
	margin-top: -1px;
}
.Footer {
	width: 100%;
	min-width: 580px;
	height: 20px;
	color: #999999;
	margin-top: 3px;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

