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

/*Head Css*/

* { 
	margin:0;
	padding:0;
}

body {
	
	background-color: #363636;
	background-image:url(images/bg.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
}

#wrapper {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/*Banner Css*/

#banner {
	padding: 0px;
	margin: 0px;
	z-index: -2;
}

/* Navigation CSS */

#nav {
	z-index: 2;
	position:relative;
	bottom: 96px;
	left: 258px;
	font-size: 19pt;
}

#header {
	z-index: 1;
	font-size: 27px;
	position:relative;
	height: 244px;
}

/* Content CSS */

#contentbox {
	background-image: url(images/content.png);
	background-repeat:repeat-y;
	width: 950px;
	height: 100%;
	min-height: 510px;
	overflow:auto;
}

#content {
	margin: 0 auto;
	width: 666px;
}

#title {
	margin-bottom: 15px;
	margin-left: 120px;
}

/*Footer Css*/

#footer {
	text-align: center;
	position:relative;
	bottom: 110px;
	font-size: 15pt;
	line-height: 14pt;
}

/*Link Css*/

A:link {
	text-decoration: none;
	color: #e5e5e5;
}
A:visited {
	text-decoration: none;
	color: #e5e5e5;
}
A:active {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline; color: #FFF;
}

/* Contact Form */

.block, label {
	display:block;
	margin: 10px 0 0 0;
}

label {
	font-size: 14px;
}

#form {
	margin-top: 14px;
	margin-left: 140px;
}

input,textarea {
	margin: 0;
	padding: 6px 8px;
	font-size: 13px;
	color: #b3b3b3;
	background: #3c3c3c;
	border: 1px solid #6f6f6f;
	width: auto;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.textfieldRequiredMsg, .textareaRequiredMsg {
	color: #888;
	padding: 2px;
	font-size: 12px;
}

#button {
	background-image: url(images/button.jpg);	
	height: 30px;
	width: 80px;
	font-size: 13px;
	color: #b3b3b3;
	border: 1px solid #6f6f6f;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 12px;
}