html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #252525 url(images/bg01.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #000000;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 22px;
}

strong {
}

a {
	color: #E94730;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
img.inline {
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
}

label {
	margin-bottom: 4px;
	display: block;
	font-size: 16px;
	float: left
}
.formInput {
	clear: left;
	margin-bottom: 5px;
}
input[type=text],
select,
textarea {
	
	padding: 4px;
	width: 98%;
	background: white;
	border-radius: 3px;
	border: solid 1px #C2C2C2;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	height: 25px;
}

select {
	height: 35px;
	width: 100%;
}
textarea {
	height: 225px;
}

.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
	border-radius: 5px;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

hr {
	display: none;
}

ul.style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li
{
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #242424;
}

ul.style1 a
{
	color: #4E4E4E;
}

ul.style1 .first
{
	padding-top: 0px;
	border-top: none;
}

ul.style2
{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{
	float: left;
	margin-right: 10px;
}

ul.style2 img
{
	display: block;
	border-radius: 4px;
}


ul.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #2D2D2F;
}
ul.style3,
ul.style3 li {
	margin: 10px 0 0;
}

ul.style3 p
{
	margin: 0;
}

ul.style3 a
{
	display: block;
	text-decoration: none;
	color: #2D2D2D;
}

ul.style3 a:hover
{
	text-decoration: underline;
}

ul.style3 h3
{
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 300;
	color: #FFFFFF;
}

ul.style3 .first
{
	padding-top: 0;
	background: none;
}

ul.style3 .phone,
ul.style3 .email {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 7px 12px 7px 7px;
	padding: 0;
	background: #262626;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
}

ul.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

ul.style3 .date b
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}

ul.style3 .date a
{
	color: #FFFFFF !important;
}

ul.style3 .date a:hover
{
	text-decoration: none;
}

ul.style4 {
	margin: 0;
	padding: 0px;
	list-style: none;
}

ul.style4 li
{
	padding: 10px 0px;
	border-top: 1px solid rgba(255,255,255,0.3);
}

ul a {
	color: #2D2D2F;
	text-decoration: none;
}

ul li.first {
	border: 0;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	margin: 0 auto 2em;
	background: #fff;
}

#featured-wrapper {
	overflow: hidden;
	padding: 30px 50px;
	background: #d83032;
	color: #2D2D2D;
}
#featured-wrapper div img {
	width: 100%;
}
#featured-wrapper h2
{
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.8em;
	color: #FFF;
}

#featured-wrapper span
{
	font-size: 0.80em !important;
	color: #323232;
}

#footer-wrapper {
	overflow: hidden;
	padding: 10em 0em;
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	padding-top: 2em;
}

/* Logo */

#logo {
	/*
	height: 150px;
	margin: 0px auto 30px auto;
	*/
	float: left;
	margin: 0px 70px 0 15px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	text-align: center;
	text-transform: uppercase;
}

#logo h1 a {
	font-size: 2em;
	color: #FFF;
}

#logo h1 span {
	color: #E94730;
}

#logo p {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #1F1F1F;
}

/** MENU */

#menu {
	float: right;
	overflow: hidden;
	width: auto;
	margin: 0px 20px 0 0;
	color: #000000;
	border-bottom: 0px solid #272727;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-left: 1px solid #ddd;
}

#menu a {
	display: block;
	margin: 0 1.2em 0;
	padding: 1em 0em;
	text-decoration: none;
	text-transform: uppercase;
/*	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);*/
	text-align: center;
	font-size: 13px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	color: #666666;
	border: none;
}

#menu .current_page_item a {
	text-decoration: none;
	font-weight: 400;
	/*color: #FFFFFF;*/
}

#menu .current_page_item a {
	font-weight: bold;
/*	color: #FFFFFF;*/
}
#menu a:hover{
	text-decoration: underline;
}

#menu .first {
	border-left: none;
}



/** Home PAGE */

#home-page {
	overflow: hidden;
	height: 25em;
	padding-top: 50px;
	padding-left: 50px;
	background: url(images/office-buiding.png) no-repeat 345px top;
	color: #6A6A6A;
}

#home-page .content {
	width: 450px;
}

#home-page .content p {
	font-size: 13px;
}
#home-page .content p em {
	color: #2D2D2F;
	font-style: normal;
	font-size: 14px;
}

#home-page h2 {
	display: block;
	padding-bottom: 0.20em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 500;
	color: #323232;
}

#home-page span {
	display: block;
	padding-bottom: 0.50em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 200;
	color: #E94730;
}


/** PAGE */

#page {
	overflow: hidden;
	padding: 0 25px 20px; 
	color: #000;
}


#page .content p
{
	font-size: 14px;
}
#page h1,
#page h2,
#page h3 {
	font-weight: 500;
}
#page h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
#page h2 {
	display: block;
	padding-bottom: 0.20em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 20px;
	color: #323232;
	margin-bottom: 10px;
}

#page span {
	display: block;
	padding-bottom: 0.50em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 200;
	color: #E94730;
}
#page span.example {
	display: inline;
	padding: 0;
	text-transform: lowercase;	
	font-size: 14px;
}
#page span.label {
    color: #000;
	display: inline-block;
	text-transform: capitalize;	
	font-size: 14px;
	font-weight: normal;
	margin-right: 5px;
    width: 25px;
    padding: 0;
}
.column-one {
	width: 49%;
	float: left;
}
.column-two {
	border-left: 1px solid #ddd;
	float: left;
	margin: 10px 0 0 2.5%;
	padding: 0 0 0 2.5%;
	width: 45%;
}

/** CONTENT */

#content {

}
#page .block {
	display: block;
	vertical-align: top;	
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
#page .last-block {
	border-bottom: 0;
}
#page .block h2 {
	color: #E94730;
    font-size: 18px;
    margin-bottom: 0;
}
#page .service-block {
	display: inline-block;
	width: 31%;
	vertical-align: top;	
	margin: 0 2% 10px 0;
}
#page .profile-list {
	margin-bottom: 20px;
}
#page .profile-block h1{
	padding: 0;   
    margin: 0;
}
#page .profile-list h2,
#page .profile-block h2 {
	font-weight: 600;
    padding: 0;   
    margin: 0;
}
#page .profile-list h2 a {
	color: inherit;
}
#page .profile-list h3,
#page .profile-block h3 {
    font-size: 15px;   
    margin-bottom: 5px;
}
#page .profile-list img,
#page .profile-block img {
	width: 150px;
	float: left;
	margin: 0 10px 0px 0;
}
#page .profile-block img {
	width: 250px;
}
#page .profile-list a img,
#page .profile-block img {
	display: none;
}
#page .profile-list a,
#page .profile-block a {
	text-decoration: none;
}

.location-block {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}


/** SIDEBAR */

#sidebar {
}

/* Footer */

#footer-content {
	background: #000;
	overflow: hidden;
	padding: 4em 1em;
	color: #4D4D4D;
}

#footer-content a
{
	color: #fff;
}

#footer-content h2
{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 300;
	color: #FFF;
}

#footer-content strong
{
	color: #9F9F9F;
}

#footer-content .button-style
{
	color: #FFFFFF !important;
	padding: 1em;
}

#footer-content #fbox1
{
	float: left;
	width: 314px;
	margin-right: 24px;
	padding-left: 50px;
}

#footer-content #fbox2
{
	float: left;
	width: 500px;
	padding: 0px 20px;
}

#footer-content #fbox3
{
	float: right;
	width: 300px;
	padding-right: 50px;
}


#box1
{
	float: left;
	width: 30%;
	margin-right: 24px;
}

#box1 .style4 {
	
}

#box2
{
	float: left;
	width: 30%;
	padding: 0px 20px;
}

#box3
{
	float: right;
	width: 30%;
}

/* Footer */

#footer {
	overflow: hidden;
	padding-bottom: 3em;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	font-size: 0.80em;
	color: #525252;
}

#footer a {
	color: #666666;
}

/* Button Style 1 */
input[type=submit],
input[type=reset],
a.button,
.button-style {
	display: inline-block;
	margin-top: 15px;
	padding: 0;
	background: #d83032;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
input[type=submit],
input[type=reset],
a.button {
	background-color: #E94730;
	border: 0;
	font-size: 12px;
	padding: 7px 15px;
}
input[type=reset] {
	background-color: #ddd;
	color: #4D4D4D;
}

.button-style-alt {
	background: #E94730;
	padding: 15px 20px;
	font-size: 1.3em;
	font-weight: 600;
}

#result {
	display: inline-block;
	margin: 10px 0;
}
#result .error {
	color: #E94730;
}
#result .success {
	color: #25A83A;
}