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

html {
	 overflow-y: scroll; 
}

* {
	padding: 0;
	margin: 0;
}

.splash {
	color: #fff;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 13px 0 0 0;
	
}

body {
	background: url(../images/bg.gif) top center repeat-x;
	color: #999999;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
	line-height: 1.4em;
	background-color: #b9bab9;
	text-align: center;
}

A:LINK { 
	color: #00aeef;
	text-decoration: none;
}

A:VISITED { 
	color: #00aeef; 
	text-decoration: none;
}

A:HOVER { 
	color: #00aeef; 
	text-decoration: underline;
}

A:ACTIVE { 
	color: #00aeef;
	text-decoration: underline;
}

p {
	margin:0px;
	padding: 0 0 10px 0;
}

.highlight {
	color: #00aeef;
	font-weight: bold;
}

.big_highlight {
	color: #00aeef;
	font-size: 1.8em;
	line-height: 1.2em;
}

p.form {
	margin:0px;
	padding: 20px 0 240px 0;
}


h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0px 0px 0px;
}

h2 {
	font-family: verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 12px 0px;
	color: #98c830;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
	
	
ul li  {
	margin: 0;
	padding: 0 0 8px 14px;	
}


#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
	padding: 0px;
	position:relative;
}

#nav {
	width: 860px;
	padding: 0 20px 0 20px;
	background:url(../images/nav_bg.jpg) no-repeat;
	height: 70px;
	
}

#nav img {
	float: left;	
}

#content_wrapper {
	background: url(../images/content_wrapper_bg.gif) top left repeat-y;	
	width: 900px;
	
}

#content {
	background: url(../images/content_bg.gif) top left no-repeat transparent;	
	padding: 20px 40px 20px 70px;
	text-align: left;
	
	
	
}

.big_column {
	width: 300px;
	float: left;
	padding: 10px 15px 10px 0;
}

.big_column p {
	font-size: 2.2em;
	line-height: 1.2em;
}

.small_column {
	width: 200px;
	float: left;
	padding: 10px 0 0 30px;
	
}

.small_column.left {
	border-left: 2px solid #cecece;
}


.form_column {
	width:360px;
	padding: 10px 0 0 20px;
	float: left;
}


#image {
	width: 900px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

/* ----- FORMS ----- */	

div.label {	
	font-family: Arial, Helvetica, san-serif;
	padding: 5px 0px 0px 0px;
}	

div.input {
	padding: 5px 0px 0px 0px;
}	

div.submit {
	padding: 10px 0px 20px 0px;
}	

input {	
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	background-color: #f5f5f5;
	border:none;
	width: 370px;
	color: #999999;
}	

textarea {
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	background-color: #f5f5f5;
	border:none;
	font-size: 1.2em;
	width: 370px;
		color: #999999;

}	

.button {
	background-color: #f5f5f5;
	color: #999999;
	width: 60px;
		font-size: 1em;

}	
	
.button:hover {	
	background-color: #00aeef;	
	color: #fff;

}
