@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	min-width: 950px;
	margin:0;
	padding:0;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#030303;
}
#left-side-outer {
	width:50%;
	float:left;
	margin-right:-455px;
	height: 700px;
}
#left-side{
	margin-right:455px;
	background-color: #030303;
	height: 700px;
}
#center-column {
	width:910px;
	float:left;
	background-color: #FFF;
	position:relative;
	z-index:10;
	height: 700px;
	text-align:center;
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-455px;
	height: 700px;
}
#right-side {
	margin-left:455px;
	height: 700px;
	background-color: #030303;
}
#header{
	clear:both;
	height: 55px;
	text-align: left;
	width:910px;
	margin:auto;
	padding:25px 0px 10px;
}
.title {
	float:left;
	width:300px;
	margin-left:-25px;
}
.redHead {
	color:#c5292d;
	text-transform:uppercase;
	font-size:24px;
}
.heading {
	text-transform:uppercase;
	font-size:24px;
}
.subHeading {
	text-transform:uppercase;
	font-size:12px;
	padding-left:10px;
}
.navigation {
	text-align:right;
	padding-top:40px;
	padding-right:10px;
}
A:link, A:visited, A:active {
	text-decoration:none;
	color:#030303;
}
A:hover {
	color:#c5292d;
	text-decoration:underline;
}
#footer {
	width:950px;
	text-align:right;
	margin-top:10px;
	font-size:10px;
}


/* Styling the contact form */
form{margin:0; padding:0;}
	
#contact_form {
	float:left;
	width:460px;
	text-align: left;
	padding-left: 25px;
	margin-top: 40px;
}
	
.contactform {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	width:300px;
	text-align: left;
}

#contactform textarea {
	padding:5px;
	border:0px solid #757575;
	width:500px;
	height:150px;
	font-size:18px;
	color:#a1a1a1;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #2e2e2e;
}

.contactform label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 25px;
}

.submit {
	margin-top:30px;
	background-image: url(../images/submit.jpg);
	width: 185px;
	height: 44px;
	background-repeat:no-repeat;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.input-textarea {
	padding:5px;
	border:0px solid #757575;
	width:400px;
	height:35px;
	font-size:18px;
	color:#a1a1a1;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #2E2E2E;
}

.small_contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a1a1a1;
	display: block;
	margin-bottom: 10px;
}	

.large_contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e8e8e8;
	text-transform:uppercase;
	display: block;
	margin-top: 30px;
}

.form_error {
	border:  1px solid #757575;
}

#contact p {
	padding:2em;
}
#thanks {
	border:  1px solid #bcbcbc;
	width: 600px;
	padding: 0px 10px 10px 10px;
	background-color:#f2f3ea;
}

#left-contact {
	width:525px;
	float:left;
}

#right-contact {
	width:300px;
	float:right;
	color:#e8e8e8;
	line-height:2em;
	height:250px;
}

.contact_box_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #a1a1a1;
	font-size: 12px;
	padding-left: 20px;
	text-align: left;
	background-color: #2E2E2E;
}

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#message { margin: 10px 0; padding: 0; }
.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }
.loader { padding: 0 10px; }
#contact #success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }



/**********  FOOTER STICKY ****************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 25px; /* .push must be the same height as .footer */
}
.footer {
	background-color:#CCC;
	color:#030303;
	text-align:center;
	font-size:12px;
	padding:10px;
	border-top: solid 1px #c5292d; 
	border-bottom: solid 1px #c5292d; 

}

/*************  Navigation ************/
ul.subnavigation li { 
  display: inline;
  list-style: none; 
  text-align: center; 
  margin: 0; 
}
ul.subnavigation li a { 
  display: inline; 
  padding: 1em;
}

