
/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Verdana, Helvetica, Sans Serif;
	color: #d6d6d6;
	text-decoration: none;
	text-align: left;
	background: url(images/bg.gif) no-repeat #000;
}

img {
	display: block;
	border: none;
}


a {
	color: #ee2f7d;
	text-decoration: none;
}
a:hover {
	color: #ee2f7d;
	text-decoration: underline;
}

#container {
	width: 950px;
}

h2 {
clear: both;
padding-left: 30px;
margin-bottom: 10px;
color: #b8b8b8;
font-size: 120%;
padding-top: 4px;
}
h2 img {
float: left;
margin: -4px 10px 10px 0;
}

/*________ HEADER ________*/

#header {
	width: 950px;
	height: 211px;
}
#header h1 {
	padding: 72px 0 0 454px;
}



/*________ FLASH AREA ________*/

#slideshow {
	background-color: #000;
	margin: 0 30px 20px 30px;
	float: left;
}


/*________ CONTENT ________*/

#content {
	padding-top: 10px;
overflow: hidden;
}
#content p {
	padding-bottom: 15px;
	line-height: 1.6;
}
#content strong {
	font-weight: bold;
	color: #FFF;
}


/*__________FOOTER__________*/

#footer {
	font-size: 10px;
	color: #333333;
	width: 920px;
	border-top: 1px solid #171717;
	padding: 5px 0 10px 0;
	margin-left: 30px;
	clear: both;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
}

/*________ CONTACT US _______*/

#EmailMe {
display: block;
padding: 6px 0 10px 0;
overflow: hidden;
margin-bottom: 20px;
}

#contactUs {
	width: 400px;
	margin-left: auto;
}

#contactUs fieldset {
	border: none;
}
#contactUs fieldset legend {
	display: none;
}

#contactUs fieldset label {
	float: left;
	width: 85px;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
	color: #ed0081;
clear: left;
}

#contactUs fieldset input {
	display: block;
	width: 200px;
	height: 20px;
	margin-bottom: 7px;
	padding: 4px 0 0 3px;
	background-color: #b8b8b8;
	border: 1px solid #838383;
}

#contactUs fieldset textarea {
        display: block;
	margin-bottom: 7px;
	width: 200px;
	height: 86px;
	padding: 4px 0 0 3px;
	overflow: auto;
	background-color: #b8b8b8;
	font: 90% Arial,sans-serif;
	border: 1px solid #838383;
}

#contactUs input#submitButton {
	margin-left: 95px;
	margin-bottom: 10px;
}

#errorText {
	border: 1px solid #d50606;
	background-color: #fdb3b3;
	width: 388px;
	margin: 0 0 10px 0;
	color: #1f3878;
}

#errorText p {
	padding: 10px 0 5px 15px;
}

#errorText p strong {
color: #d50606;
}

#errorText ul {
	padding: 0 15px 10px 40px;
	color: #d50606;
}

#successText {
	border: 1px solid #075209;
	background-color: #63ff67;
	width: 388px;
	margin: 0 0 10px 0;
}

#successText p {
	text-align: center;
	padding: 10px 0;
	color: #075209;
}