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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Verdana, Arial, Helvetica, Sans Serif; color: #FFF; text-decoration: none;
	text-align: center;
	background-color: #000;
}

img {
	display: block;
	border: none;
}

#container {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#container.homeContainer {
width: 950px;
}

#container img{
	margin-right: auto;
	margin-left: auto;
}


#container h2{
	padding: 120px 0 120px 0;
	margin-right: auto;
	margin-left: auto;
}

/*________ Nav ________*/

#navBg {
	background: #000 url(images/bg-nav-panel.jpg);
	height: 113px;
	padding-top: 78px;
	clear: both;
}

#navBg ul {
	width: 575px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

#navWho {
	float: left;
	width: 189px;
	height: 43px;
}

#navContact {
	float: right;
	width: 66px;
	height: 43px;
}

#navBg li {
	display: inline;
	text-indent: -9000px;
}

#navBg li a:hover, #mainNav li a {
	height: 43px;
}

#navContact { 
	background-image: url(images/nav-contact.gif); 
	width: 66px;
}

#navWho { 
	background-image: url(images/nav-who-is.gif); 
	width: 189px;
}

#navWho:hover { 
	background-image: url(images/nav-who-is-hover.gif);
	width: 189px;
}

#navContact:hover { 
	background-image: url(images/nav-contact-hover.gif);
	width: 66px;
}

/*________ Content ________*/

#container h3 {
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #575757;
	padding: 25px 0 6px 0px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}

#container h3.whoisHeader {
padding-top: 0px;
margin-top: 0px;
}

#container p {
	width: 600px;
	padding: 0 0 13px 0px;
line-height: 17px;
}

#container h3 img {
float: left;
}

#container h3 {
height: 20px;
}

/*________ Flash ________*/

#flash {
padding-bottom: 80px;
background-color: #000;
}

/*________ Footer ________*/

#footer {
	padding-top: 30px;
}

#footer p {
	font-size: 75%;
	color: #2c2c2c;
	text-align: center;
	background-color: transparent;
}

#footer p a {
	color: #2c2c2c;
}

#footer p a:hover {
	color: #212121;
}

/*________ Contact Us ________*/

#contactUs {
}

#contactDetails {
	padding-left: 0px;
}

#contactDetails h3 {
	margin-left: 0px;
margin-top: 0px;
padding-top: 10px;
margin-bottom: 10px;
}

#contactDetails p img {
float: left;
padding-right: 10px;
margin-bottom: 10px;
}

#contactDetails p strong {
color: #656565;
}


#contactForm {
	margin-left: 0px;
}

#contactForm label {
	padding-top: 10px;
	color: #cccccc;
	font-size: 120%;
	float: left;
	clear: left;
	width: 50px;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
}


#contactForm fieldset {
	border: none;
}

#contactForm legend {
	display: none;
}

#contactForm fieldset input {
	background-color: #bbbbbb;
color: #000;
	border: 1px solid #838383;
padding: 2px 0 0 3px;
	height: 18px;
	float: left;
	margin-top: 13px;
	width: 480px;
	font: 100% Verdana, Arial, Helvetica, Sans Serif;
text-decoration: none;
}

#contactForm fieldset textarea {
	background-color: #bbbbbb;
        color: #000;
	border: 1px solid #838383;
padding: 2px 0 0 3px;
	float: left;
	margin-top: 13px;
	width: 480px;
height: 108px;
	font: 100% Verdana, Arial, Helvetica, Sans Serif; text-decoration: none;
}

#submitButton {
	margin-left: 480px;
}

#content p.errorText {
	color: #ff0000;
	font-weight: bold;
	margin-left: 50px;
}
#content p.successText {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	color: green;
	background-color: #fff;
	margin: 15px 0 0 15px;
	padding: 10px;
}

#successText {
width: 597px;
}

#successText p {
color: #5dff78;
text-align: center;
border: 1px solid #3c7429;
background-color: #234218;
width: 597px;
padding: 5px 0 5px 0;
}

#errorText {
border: 1px solid #bc0000;
padding: 0;
width: 597px;
background-color: #ff8686;
}

#errorText p {
color: #e60000;
font-weight: bold;
padding: 0;
background-color: #ff8686;
padding-top: 5px;
width: 597px;


text-align: center;

}

#errorText ul {
color: #e60000;
list-style-type: none;
text-align: left;
padding: 0;
padding-bottom: 5px;
width: 597px;
text-align: center;
}