/* CSS Document */

/* Basics - big blocks
--------------------------------------------------*/
* {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px; 
	padding: 0px;
	font-size: 1em;
	color: #000000;
	background-color: #000000;
}
.clear {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Basic - text and links
--------------------------------------------------*/
p {
	font-size: .85em;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.4em;
	clear: both;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #57ae4c;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 10px 0 25px 0;
	color: #57ae4c
}
h3 {
	font-size: .65em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #EB8521;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #EB8521;
}

input {
	font-size: 1em;
	color: #000000;
}

textarea {
	font-size: 1em;
	color: #000000;
}


/* Header - container & elements
--------------------------------------------------*/
#logo{
	position: relative;
	width: 610px;
	height: 166px;
}



/* Content - container & elements
--------------------------------------------------*/
#title{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
}

#nav{
	font-size: .8em;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;	
}


/* Form - elements
--------------------------------------------------*/
#form{
	font-size: .80em;
	line-height: 1em;
	top: 5px;
	color: #6E6E6E;
}

.vertical_line_right{
	border-right: thin solid #000000;
}

.vertical_line_left{
	border-left: thin solid #000000;	
}

/*For the error message(s) that appear at the top when the form is not submitted properly*/
#errormsg {
	list-style-type: disc;
	margin: 25px 0 25px 0;
	padding: 0 0 0 18px;
}
#errormsg li{
	font-size: .80em;
	line-height: 1.3em;
	color: #CC0000;
}
/*Text next to the form input fields*/
label {
	position: relative;
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
	font-size: .80em;
	line-height: 1em;
	text-align: right;
	top: 5px;
	color: #000000;
}
#wordinput label {
	position: relative;
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
	font-size: .80em;
	line-height: 1.2em;
	text-align: right;
	top: 5px;
	color: #000000;
}
/*Input fields*/
input {
	width: 190px;
	font-size: 11px;
}
textarea {
	width: 200px;
	font-size: 11px;
}
#wordinput input {
	width: 245px;
	font-size: 11px;
}
/*Freecap Image*/
#freecap {
	margin: 0 0 5px 5%;
	font-size: .7em;
	line-height: 2em;
}
/*Submit Button*/
#submitbut   {
    font-family:Verdana;
    font-weight:bold;
    font-size: 8pt;
    color:#000000;
    background-color:#eee;
    border-style:none;
    border:1px solid black;
 	width: 100px;
	height: 20px;
}





/* Footer - container & elements
--------------------------------------------------*/
#footer{
	text-align: center;
    font-family:Verdana;
    font-size: .6em;
}

hr {
	width: 95%;
	color: #EB8521;
	background-color: #EB8521;
	height: 2px;
	margin: 0;
}


