a:link, a:visited, .terminology
{
    color: #C7A715;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
textarea:focus, input:focus
{
	background-color: #FFFF9D;
	border: 3px solid red;
}
body
{
    background-image: url(../img/background.png);
    background-repeat: repeat-x;
    background-color: #EF7200;
}
body, div, td, textarea, input
{
    font-family: Calibri, tahoma;
    font-size: 12px;
}
textarea, input
{
    font-family: Calibri, tahoma;
    font-size: 14px;
}

div#mothership
{
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
    width: 99%;
    float: left;
    min-height: 250px;
}

div#command-center
{
    color: #EEB11C;
    width:  590px;
    border: 2px solid #ECA01D;
    overflow: hidden;
    text-align: left;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    background-color: #343434;
    padding: 24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
h1
{
	margin-left:-3px;
	margin-top:3px;
	font-family: georgia,arial,sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #EA8A1E;
}
p
{
	font-family: georgia,arial,sans-serif;
	font-size: 19px;
	text-align: left;
	color: #EA8A1E;
	padding: 0px;
	margin: 0px;
}
div#contact
{
	display: none;
    color: #EEB11C;
    width:  590px;
    border: 2px solid #ECA01D;
    overflow: hidden;
    text-align: left;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #343434;
    padding: 24px;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
#contact_form label
{
	width: 100px;
	display: block;
	float: left;
	clear: none;
	cursor: pointer;
}
#contact_form input
{
	width: 300px;
	height: 20px;
	border: 1px solid #E5AB1D;
	margin-bottom: 5px;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
#contact_form textarea
{
	width: 400px;
	height: 120px;
	border: 1px solid #E5AB1D;
	margin-bottom: 5px;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
#contact_form button
{
	float: left;
	width: 130px;
	height: 28px;
	border: 2px solid #ECA01D;
	background-color: #E5AB1D;
	margin-left: 100px;
	margin-top: 15px;
	color: #343434;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div#contact-link
{
    color: #FFFFFF;
    border: 2px solid #E87F1F;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    float: right;
    background-color: #343434;
    clear: both;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div#command-center-link
{
	display: none;
	color: #FFFFFF;
    border: 2px solid #E87F1F;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    float: right;
    background-color: #343434;
    clear: both;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
ol
{
	list-style-type: square;
	font-size: 15px;
	color: #ffffff;
	padding: 26px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
}
.important
{
	display: none;
}
#status-message
{
	display: none;
	float: right;
	max-width: 250px;
	margin-top: 15px;
	margin-right: 85px;
	padding: 8px;
	background-color: #fff;
	color: #343434;
}
