body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #D4D4D4;
	line-height: 1.7;
	background: #111414;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	background: url(images/border.png) repeat-x left bottom;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	font-weight: normal;
	background: url(images/h2.png) no-repeat left center;
	padding-left: 24px;
}

a {
	color: #D4D4D4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #1492BE;
}

small {
	font-size: 12px;
}

a:focus {
	outline: none;
}

.blue {
	color: #1492BE;
}

.thumb-left {
	background: #000;
	padding: 8px;
	float: left;
	margin-right: 15px;
	border: 1px solid #424242;
	margin-top: 5px;
}

img {
	border: none;
}

#wrapper-1 {
	background: url(images/wrapper-1.png) repeat-x left top;
}

#wrapper-2 {
	background: url(images/wrapper-2.png) repeat-x;
}


#action {
	height: 333px;
	width: 960px;
	margin: 0px auto;
	background: url(images/action2.jpg) no-repeat left top;
	clear: both;
	padding: 0px;
}

/*#action h1 {
	color: #C7C7C7;
	margin: 0px;
	position: relative;
	left: 15px;
	top: 190px;
	width: 945px;
	text-shadow: 1px 1px 0 #000;
	background: url(none);
	font: normal 22px/1.4 Arial, Helvetica, sans-serif;
}*/

#quote {
	margin: 0px auto;
	height: 100px;
	width: 960px;
	padding: 0px;
}

#quote p {
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding: 20px 0px 0px;
}

#header {
	width: 960px;
	height: 125px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat;
	padding: 0px;
}

/* Menu */

#menu {
	width: 960px;
	height: 125px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 62px 0px 0px;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 27px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	padding: 4px 0px 0;
	float: left;
	width: 91px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-right: 20px;
}

#menu a:hover {
	color: #1592BE;
}

#menu .active a {
	color: #1592BE;
	background: url(images/menu-active.png) no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px 10px;
}

/* Content */

#content {
	width: 960px;
}

#content ul {
	margin: 0px;
	padding: 10px 0px 0px 35px;
}

#content li {
	margin-bottom: 4px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

.post .column1 {
	float: left;
	height: 350px;
	width: 280px;
	margin-right: 20px;
	padding: 10px;
}

.post .column2 {
	float: left;
	height: 350px;
	width: 390px;
	margin-right: 20px;
	padding: 10px 0px;
	text-align: left;
}

.post .column3 {
	float: left;
	height: 350px;
	width: 210px;
	padding: 10px;
}

/* Footer */

#footer {
	height: 150px;
	width: 960px;
	margin: 0px auto;
	background: url(images/border.png) repeat-x left top;
}

#footer p {
	text-align: center;
	color: #808080;
	margin: 0px;
	padding-top: 30px;
	line-height: 2.4;
	font-size: 12px;
}

#footer a {
	color: #808080;
	text-decoration: none;
	padding: 5px 10px;
}

#footer a:hover {
	color: #FFF;
	background: #1592BE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contact h1 {
	margin: 10px 0 10px;
	font-size: 22px;
	color: #D4D4D4;
}

#contact hr { 
	color: inherit;
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid; 
}

#contact {
	display: block;
	width: 560px;
	padding: 10px;	
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 32px;
	width: 100px;
}

#contact input, textarea, select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0 15px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
} 

#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

#contact input.submit {
	width: 85px;
	cursor: pointer;
	color:#fff;
	background-color: #1492BE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact input.submit:hover {
	background-color: #2D2E30;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#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;  
}

.loader { 
	padding: 0 10px;
}

#contact #success_page h1 {
	background: url(images/success.gif) left no-repeat;
	padding-left:22px;
	color: #FFF;
}
