/* Imports */

@import url("html5-reset-1.4.css");

header {
	background-image: url(images/RGB-Logo.png);
	width:322px;
	height:47px;
	overflow: auto;
	margin: 2px;
}

a :active {
	background-image: url(about.html);
	width:322px;
	height:47px;
	overflow: auto;
	margin: 2px;
}

@font-face {
	font-family: "Vollkorn";
		src: url('./fonts/vollkorn.otf') format("opentype");

}

body {color: #666666;
margin: 0;
border-style: none;
text-align: left;
	line-height: 1.4em;
	font-size: 0.9em;
}

section {
	background-color: white;
	margin-left: 198px;
	margin-top: 25px;
	font: 1.15em vollkorn;
	width: 75%;
	padding-bottom: 15px;
}
h1 {font-family: "Vollkorn", Arial, Helvetica;
	color: #666666;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
}

section ul li a {
	color: #ffaa44;
	text-decoration: none;
	font-size: .9em;
	text-align: left;
	list-style-type: none;
}

li {
	list-style-type: none;
	text-align: justify;
	line-height: 1.2em;
	font-size: .75em;
}

section a {
	font-size: 1em;
	color: #ffaa44;
	text-decoration: none;
}

p {
	text-align: justify;
	line-height: 1.7em;
	margin-top: 3px;
	font-size: .75em;
}

p#main-text {
	line-height: 1.7em;
	margin-top: 3px;
	font-size: .75em;
	text-align: justify;
}

nav {
	top: 0;
	left: 0;
	width: 150px;
	margin-right: 10px;
	margin-top: 80px;
	margin-left: 5px;
	color: #ffaa44;
	font: 1.125em "Vollkorn", Arial, Helvetica;
	vertical-align: super;
	position: fixed;
}

footer {
	text-align: center;
	font-weight: bold;
	margin-top: 32px;
	font-size: .7em;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li a:hover {
	text-decoration: none;
	background-color: #557795;
	color: #fdfffb;
	border-width: .25px;
	border-style: outset;
}

a:hover {
	text-decoration: none;
	background-color: #557795;
	color: #fdfffb;
	border-width: .25px;
	border-style: outset;
}

nav ul li a:link {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffaa44;
	font-weight: bold;
	text-decoration: none;
}

.nav_vollkorn { font-family: "Vollkorn", Arial, Helvetica;
	color: #ffaa44;
	font-weight: bold;
	font-size: 1.2em;
}

nav ul li a:visited {
	font-family: "Vollkorn", Arial, Helvetica;
	color: #ffaa44;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

#form_box {
	width: 500px;
	background: #557795;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #ffaa44;
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#form_box div {
	padding: 0.2em 0.5em;
}

#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}

#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}

#log {
	width: 590px;
	margin-top: 10px;
}

#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

form#contact {
	line-height: 1.7em;
}

input {
	width: 225px;
}
