body {
	color: #fff;
	font-family:"Gill Sans",Arial,Helvetica,Tahoma,Geneva,sans-serif;
	font-style:normal;
	font-size:16px;
	font-weight:300;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
}

a:active{outline: none;}
a:focus{outline: none;}
a img { border: 0; }
a:hover { text-decoration: underline; }
form, input, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
fieldset {border:none; padding: 0; margin: 0;}
.clear {clear:both;}
.clear hr{display:none;}
.sep { background: url(../images/seperator.gif) no-repeat center center; height:9px; width:860px; padding:25px 0;}


#container {
	width:1000px;
	margin:5px auto;
	padding:0px 14px 0px 14px;
}
h2 {
	color:#3C636A;
	font-family:"Gill Sans",Arial,Helvetica,Tahoma,Geneva,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.15em;
	text-transform:uppercase;
}
h3 {
	color:#CCCCCC;
	font-family:"Gill Sans",Arial,Helvetica,Tahoma,Geneva,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	padding:15px 0 5px 0;
	text-align: center;
}

/* Contact Area */
#contact {	
	position:absolute;
	top:-5px;
	width:100%;
	z-index:150;
}
#contact_area {
	border:1px solid #A0A0A0;
	display:none;
	height:325px;
	margin:0 0 -8px;
	width:100%;
	background-image: url(../images/contactbg.png);
	background-repeat: repeat;
}
.contactForm {
	margin:0 auto;
	padding:15px 0 10px;
	width:655px;
}
.formHolder {
	float:left;
	width:400px;
	position:relative;
}
#contact_form label {
	color:#FFFFFF;
	padding:3px 0;
	float: left;
	width: 65px;
	text-align: right;
	margin-right: 15px;
}
#contact_form input.field {
	background-color:#F5F5F5;
	border:2px solid #59848B;
	color:#616161;
	font-size:1em;
	line-height:20px;
	padding:4px 3px 4px;
	width:200px;
	float: left;
}
#contact_form textarea {
	background-color:#F5F5F5;
	border:2px solid #59848B;
	color:#616161;
	font-size:1em;
	height:75px;
	line-height:20px;
	padding:5px 3px;
	width:310px;
}
#contact_form input.submit {
	margin-top:10px;
}

#contact_details {
	color:#FFFFFF;
	float:right;
	padding-top:5px;
	width:250px;
}
#contact_details h2 {
	border-bottom:2px solid #59848B;
	color:#FFFFFF;
	padding-bottom:5px;
	font-size: 18px;
}
#contact_details span {font-weight:bold;}
#contact_details p {
	background:transparent url(../images/arrow.png) no-repeat scroll left 5px;
	padding-left:25px;
}

#note {
	width:200px;
}
#note a {
	color:#FFF;
}

.notification_error {
	color:red;
	font-weight:bold;
	left:-200px;
	position:absolute;
	top:15px;	
}
.notification_ok {
	color:#FFFFFF;
	font-size:1.3em;
	line-height:1.5em;
	padding-top:100px;	
}

#contact_button {
	margin:-1px auto 0;
	padding-top:7px;
	text-align:right;
	width:860px;
}
#contact_button a {
	background:transparent url(../images/contact.png) no-repeat scroll 0 0;
	float:left;
	height:55px;
	margin-left:700px;
	overflow:hidden;
	text-indent:-9999px;
	width:130px;
}
#contact_button a span {
	margin-top:-100px;
	float:left;
}
/* Header */

#header {
	margin-bottom: 10px;
	margin-top: 10px;
}
#header .logo {
	width:600px;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
}
#header .header_nav {
	background:transparent url(../images/topNavBg.gif) repeat-x scroll 0 0;
	clear:both;
	height:32px;
	padding:9px 10px 8px 0;
	text-align:right;
}
#header .header_nav a {
	padding:0 10px;
	color:#FFF;
	font-weight:bold;
}

#header .header_nav a.current {
	text-decoration:underline;
}
/* Welcome Area */
.specialpic {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.welcome_left {
	display:inline;
	float:left;
	width:308px;
}

/* Content Area */
#content_area {
	clear:both;
	float:left;
	padding:0 25px;
}
#content_area h2 { margin-bottom:25px; }
.content_block {
	display:inline;
	float:left;
	margin-right:35px;
	width:245px;
}
.last {margin-right:0px;}


#alpha #footer {
	width: 860px;
	margin: auto;
	text-align: left;
}
#alpha #footer p {
	color: #FFFFFF;
}

#alpha #footer a{
	color: #FFFFFF;
	text-decoration:none;
	font-style:italic;
}

#alpha #footer a:links{
	color: #FFFFFF;
	text-decoration:none;
		font-style:italic;
}

#alpha #footer a:visited{
	color: #FFFFFF;
	text-decoration:none;
		font-style:italic;
}


#alpha #footer a:hover{

	text-decoration:none;
		font-style:italic;
}


#alpha #footer a:active{
	color: #FFFFFF;
		font-style:italic;

}
#alpha #container #welcome_area #menu {
	width: 100%;
}
#alpha #footer {
	width: 978px;
	margin: auto;
}
#contact_form .hold {
	margin-bottom: 15px;
}
