/********************
STYLES FOR THE GLOBAL RESETS
********************/

* { outline:none; margin:0; padding:0; }


/********************
GENERAL GLOBAL STYLES
********************/

body, html {
	background-color: #365d47;
	background-image: url(../images/bg_main.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	width:100%;
	height:100%;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
}

p {
	margin-bottom:15px;
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

h1 {
	margin-bottom:20px;
	color:#ffffff;
	font-size:28px;
	line-height:38px;
	font-weight:normal;
}

h2 {
	margin-bottom:20px;
	color:#4777A0;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}

h3 {
	margin-bottom:10px;
	color:#557cb0;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#ffffff;
}

a:hover {
	text-decoration:underline;
	color:#4777A0;
}

strong { font-weight:normal; color:#FFFFFF; }






/********************
HEADER STYLES
********************/




#slideshow {
	width: 494px;
	height: 315px;
	margin-top:22px;
	margin-left:398px;
	
}

#select {
	width: 100%;
	
}

#textfield {
	width: 100%;
	
}

#input {
	margin-left:47px;
	
}





/********************
FOOTER STYLES
********************/
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#a7a7a7;
	margin-top: 8px;
	text-align: center;
	}
