@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1f1f1f;
}

/********************** GLOBAL ************************/

.wrapper, main, header, footer {
	margin-left:auto;
	margin-right:auto;
	width:794px;
}

#flashcontent {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

h1 {
	margin-top:20px;
	line-height:22pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:160%;
	color:#afbd36;
}

.small {
	font-size:70%;
}



/*********************** HEADER ***********************/

.header {
	text-align:right;
	line-height:35px;
	background-position:top;
	background-repeat:no-repeat;
}

.navigation {
	font-size:10pt;
	position: relative;
	list-style: none;
	margin:0px;
	padding:0px;
	margin-right:auto;
	margin-left:auto;
}

.navigation li{
	display: inline;
	vertical-align: bottom;
}

.navigation li a{
	color:#636363;
	padding-right:0;
	padding-left:20px;
	text-decoration:none;
	text-transform:uppercase;
}

.navigation li a.selected{
	color:#FFFFFF;
}

.navigation li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/*********************** BODY **************************/

.main {
	height:470px;
	background-color:#FFFFFF;
	overflow:visible;
}

.home {
	background-image:url(../images/backgrounds/home.jpg);
}

.logo {
	padding-top:25px;
	padding-left:25px;
}

.title_container {
	width: 500px;
	float:right;
	margin:0px;
	padding:0px;
}

#container {
	width: 500px;
	height: 340px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	float:right;
}

.content {
	width:440px;
	margin-right:60px;
	line-height:18pt;
	float:left;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content h2 {
	font-size:110%;
	font-weight:normal;
	color:#c3c993;
	margin-top:0px;
	padding-top:0px;
}


.content a {
	font-size:110%;
	margin-right:10px;
	color:#333333;
	font-style:normal;
}

.content a:hover {
	color:#FFFFFF;
	background-color:#000000;
}


/********************* TESTIMONIALS **************************/
 
.main-content {
	width: 7000px;
	height:inherit;
}

.main-content p {
	margin-top:0px;
	padding-top:0px;
}

.quotes {
	width:440px;
	margin-right:60px;
	line-height:18pt;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:120%;
}

.quotes p {
	margin-top:0px;
	padding-top:0px;
}

.quotes h2 {
	font-size:110%;
	font-weight:normal;
	color:#c3c993;
}

.quotes a {
	font-size:110%;
	margin-right:10px;
	color:#333333;
	font-style:normal;
}

.quotes a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

.font_correct {
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/********************* CONTACT *************************/

.left {
	width:210px;
	float:left;
	margin-top:67px;
	margin-left:20px;
	margin-right:10px;
	padding:20px;
	font-size:90%;
	background-color: #E8F0D5;

}

.left b {
}

.left a, #container a {
	color:#333333;
	font-style:normal;
}

.left a:hover, #container a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

/********************* PRESS *************************/

.press {
	width:inherit;
	text-align:center;
}

.press img {
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
}



/********************* FOOTER **************************/

.footer {
	text-align:center;
	color:#636363;
	font-size:70%;
	line-height:30px;
	text-transform:uppercase;
}

.bright {
	color:#dedede;
}

.footer a {
	color:#636363;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}
