/* CSS Document */

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}

a {
	color:#e16921;
	text-decoration:none;
	font-weight:normal;
	}

a:visited {
	color:#e16921;
	text-decoration:none;
	font-weight:normal;
	}

a:hover {
	color:#e16921;
	text-decoration:underline;
	font-weight:normal;
	}

ul {
	margin-top: 0px;
	margin-left: 15px;
	padding-left: -15px;
	margin-bottom: 0px;
}

li {
	line-height: 18px;
	}

form {display:inline;}


#footer {
	margin: 0px; 
	padding: 0px;
	color: #ffffff;
	width: 925px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align:center;
	}

a.footer {
	color: #ffffff;
	text-decoration:none;
	font-weight:normal;
	font-size: 12px;
}

a.footer:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight:normal;
	font-size: 12px;
}

a.footer:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
	font-size: 12px;
}

Select { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.subtitle {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}

.bold {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}

#content {
	margin: 0px 0px 0px 0px; 
	padding: 15px 14px 14px 14px;
	vertical-align: top;
	width: 436px;
	background: #FFFFFF;
	}
	
	#content2 {
	margin: 0px 0px 0px 0px; 
	padding: 15px 14px 14px 14px;
	vertical-align: top;
	width: 660px;
	background: #5a0018;
	}

#sidebar {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 232px;
	background-color: #5a0018;
	color: #e7d7b5;
	}

#sidebarpadding {
	padding: 0px 15px 0px 17px;
	}
	
	
	/* Add curved borders to various elements */
 
#contactForm, .statusMessage, #contactForm input[type="submit"], #contactForm input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}
 
 
/* Style for the contact form and status messages */
 
#contactForm, .statusMessage {
	color: #F9D743;
	background-color: #440013;
*/
	/* background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
	background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% ); */
	border: 3px solid #000;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: .95;
}
 
 
/* The form dimensions */
 
#contactForm {
  width: 40em;
  height: 33em;
  padding: 0 1.5em 1.5em 1.5em;
  margin: 0 auto;
}
 
 
/* Position the form in the middle of the window (if JavaScript is enabled) */
 
#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
 
 
/* Dimensions and position of the status messages */
 
.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}
 
 
/* The header at the top of the form */
 
#contactForm h2 {
	font-size: 2em;
	font-style: italic;
	letter-spacing: 0.05em;
	margin: 0 0 1em -.75em;
	padding: 1em;
	width: 19.5em;
	color: #FFF;
	background: #000 no-repeat 15em -3em; 
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
 
 
/* Give form elements consistent margin, padding and line height */
 
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
 
#contactForm input, #contactForm label {
  line-height: 1em;
}
 
 
/* The field labels */
 
label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}
 
 
/* The fields */
 
input, textarea {
	display: block;
	margin: 0;
	padding: 0.4em;
	width: 67%;
	font-family: "Georgia", serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	background: #fff;
}
 
textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
 
#contactForm *:focus {
	border: 1px solid #66f;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
 
 
/* Display correctly filled-in fields with a green background */
 
input:valid, textarea:valid {
  background: #dfd;
}
 
 
/* The Send and Cancel buttons */
 
input[type="submit"], input[type="button"] {
	float: right;
	margin: 2em 1em 0 1em;
	width: 10em;
	padding: 0.5em;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	color: #fff;
	background: #0a0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	opacity: .7;
	-webkit-appearance: none;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
 
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}
 
input[type="submit"]:active, input[type="button"]:active {
	color: #333;
	background: #eee;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}
 
input[type="button"] {
  background: #f33;
}
 
 
/* Header/footer boxes */
 
.wideBox {
  clear: both;
  text-align: center;
  margin: 70px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}
 
.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}
	






/* IE7 needs the fields to be floated as well as the labels */
 
#contactForm  input, #contactForm  textarea {
  float: right;
}
 
#formButtons {
  clear: both;
}
 
/*
  IE7 needs an ickier approach to vertical/horizontal centring with fixed positioning.
  The negative margins are half the element's width/height.
*/
 
#contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}
 
#contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}
 
.statusMessage {
  margin-left: -15em;
  margin-top: -1em;
}

