@charset "UTF-8";

@import url("reset.css");

@import url("content.css");

#system-message
{
    display:none;
    background-color:#ffffe6;
    border:1px solid #cccccc;
    padding:10px;
    color:#333333;
}

dt.message, dt.error
{
    font-size:10pt;
    font-weight:bold;
}

dd.message
{
    
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

@font-face {
	font-family: 'AgencyFB-Reg';
	src: url('../fonts/agencyr.eot');
	src: url('../fonts/agencyr.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/agencyr.woff') format('woff'),
			 url('../fonts/agencyr.ttf') format('truetype'),
			 url('../fonts/agencyr.svg#agencyr') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AgencyFB-Bold';
	src: url('../fonts/agencyb.eot');
	src: url('../fonts/agencyb.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/agencyb.woff') format('woff'),
			 url('../fonts/agencyb.ttf') format('truetype'),
			 url('../fonts/agencyb.svg#agencyr') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background-color: #353535;
	background-image: url('../images/diagonal.jpg');
	color: white;
	font-size: 14px;
	font-family: Arial, sans-serif;
	-webkit-text-size-adjust: none;
}

.centered{
	display: block;
	width: 950px;
	margin: auto;
}

#logo img{
	displaY: block;
	floaT: left;
}
.menu{
	float: right;
	margin: 0px;
}

.menu li{
	displaY: block;
	float: left;
	margin: 10px 0px 0px 25px;
}

.menu li a{
	color: white;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	font-family: 'Agency FB', 'AgencyFB-Reg', sans-serif;
}

.menu li.active a, .menu li:hover a{
	border-bottom: 5px solid #2c7ed0;
}

.banner{
	background-color: white;
	height: 315px;
}

#slideshow{
	display: block;
	width: 1050px;
	margin: auto;
	height: 315px;
}

#slideshow>.images{
	float: left;
	display: block;
	height: 315px;
	width: 950px;
}

#prev, #next{
	display: block;
	width: 50px;
	height: 315px;
	float: left;
	text-align: center;
}

#prev img, #next img{
	margin-top: 100px;
	cursor: pointer;
	cursor: hand;
}

.content{
	background-image: url('../images/vertical.jpg');
	border-bottom: 5px solid #232323;
	padding: 15px 0px 40px 0px;
}

#left{
	width: 635px;
	floaT: left;
}

#right{
	float: right;
	margin-lefT: 70px;
	padding-top: 50px;
}

footer>div>div{
	width: 50%;
	float: left;
	font-size: 12px;
	color: #999;
	padding: 10px 0px;
}

#credit{
	text-align: right;
}

#credit a{
	text-decoration: none;
	color: #999;
}


.rsform legend{
	display: none;
}

.rsform input, .rsform textarea{
	display: block;
	margin-top: 3px;
	font-size: 16px;
}

.rsform textarea{
	width: 440px;
}

.formCaption2{
	display: block;
	margin-top: 5px;
}

.formdetails{
	position: absolute;
	margin-left: 250px;
	margin-top: 25px;
	width: 200px;
	line-height: 17px;
}

.moduletable{
	display: block;
	width: 500px;
	floaT: left;
}

#Send, .rsform-submit-button{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font: bold 11px/1 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0 1px 0 #EEEEEE;
    width: 100px;
	font-family: 'Agency FB', 'AgencyFB-Reg', sans-serif;
	font-size: 24px;
	cursor: pointer;
	cursor: hand;
}

#Send:hover, .rsform-submit-button:hover{
	background-image: -moz-linear-gradient(center top , #cccccc, #eeeeee);
}