﻿body 
{
	font-size:100%; 
	font-family: Tahoma, Geneva, sans-serif;
	color: #000; 
	background: #000000;
}

#minMax 
{
	min-width:700px; 
	max-width:1100px; 
	margin:0 auto;
}

#wrapper 
{
	margin-bottom: 20px;
	width: 100%; 
	float: left;
	background-color: #fff;
 }

.clear
{
	clear: both;
}

#header 
{
	/*background: url('images/#') repeat;*/
	background: #000000;
}

/*layout*/
.ColumnLeft 
{
	float:left; 
	width:25%;
}

.ColumnCenter 
{
	width: 50%;
	float:left; 
 }

.ColumnRight 
{
	float:right; 
	width:24.5%; 
}

#footer {clear:both;}

.ContentPadding {padding: 10px; padding-bottom: 25px;}


/*forms*/

.ColumnTableLeft 
{
	float: left; 
	width: 75px; 
	padding: 10px 0 10px 0; 
	font-size: .90em; 
	color: 	#666;
}

.ColumnTableRight 
{
	float: left; 
	padding: 10px 0 10px 0;
}


.FormFieldChange
{
	width: 210px;
	color: #6c674c;
	font-size: 1.2em;
	border: 1px solid #bebaa7;
	font-family: Arial;
}


.ContactRightColumnLayout
{
    float: left;
    margin-bottom: 6px;
}
/*forms*/

/*layout*/

h1
{
	font-family: Georgia;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
}

/*buttons and links*/
.MainMenuButtonBoxes
{
	float: left; 
	height: 25px;
	width: 155px;
	text-align: center; 
	/*background: url('Images/button_MainMenu_a.png') no-repeat;*/
	font-family: Verdana;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #363535;
} 

.MainMenuButtonBoxes:hover
{
	/*background: url('Images/button_MainMenu_b.png') no-repeat;*/
	color: #ccc;
	text-decoration: underline;
}

/**/
.ListSpacing li
{
	padding: 5px 0 5px 0;
}

/*QUOTES*/

.Quote
{
	float: left; width: 90%; padding: 10px; margin: 0 0 10px 10px; font-size: 2em; font-family: Georgia; border: 1px solid #ccc;
}

.QuoteAuthor
{
	text-align: right; 
	font-size: .5em; 
	color: #666; 
	font-style: italic; 
	padding: 10px;
}

.QuoteCompact
{
	float: left; width: 35%; padding: 10px; margin: 0 0 10px 10px; font-size: 2em; font-family: Georgia; border: 1px solid #ccc;
}
