/*
 * Colors
 * rgb(106,170, 67) - bacgkround green
 * rgb(  0, 74,131) - dark blue
 */
 

body {
    background: rgb(106, 170,67) url('/images/background.jpg') top center no-repeat;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 74, 131);
}

header#mainHeader {
    width: 960px;
    margin: 0 auto;
    height: 205px;
}

header#mainHeader a {
    display: block;
    float: left;
    margin: 30px 0 0 0;
}

header#mainHeader img {
    border: 0;
}

header#mainHeader div {
    float: right;
    margin: 90px 120px 0 0;
}

nav#mainMenu {
    width: 960px;
    height: 55px;
    margin: 0 auto;
    background: rgb(0, 74, 131);
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(0, 64, 0, 0.5) 0px 2px 5px;
    line-height: 55px;
}

nav#mainMenu ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav#mainMenu li {
    float: left;
    border-right: 1px solid rgb(0, 60, 120);
    height: 55px;
}

nav#mainMenu a {
    display: block;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
}

nav#mainMenu #contactMenuItem {
    float: right;
    border-left: 1px solid rgb(0, 60, 120);
}

div#content {
    width: 880px;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 64, 0, 0.5) 0px 2px 5px;
    overflow: hidden;
}

.callButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.callButton:hover {
	text-decoration: none;
}
.calLButton:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.callButton {
    font-size: 14px;
    font-weight: bold;
    line-height:24px;
}
.callButton span {
    font-size: 20px;
}

#homeLeft {
    float: left;
    width: 279px;
}

#homeRight {
    float: right;
    width: 279px;
}

#homeLeft p, #homeRight p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
}

#content h1 {
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#content h2 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#content ul {
    list-style-type: none;
}

#content li {
    list-style-type: none;
}

#sidebar {
    float:right;
    width:200px;
    padding:0 0 0 40px;
}

#sidebar h1 {
    font-size: 16px;
    font-weight: bold;
}

#sidebar h2 {
    font-size: 16px;
    font-weight: bold;
}

#mainContent {
    width: 599px;
    padding: 0 40px 0 0;
    border-right: 1px solid rgb(0,74,131);
    overflow: hidden;
}

footer {
    width: 960px;
    height: 30px;
    line-height: 18px;
    margin: 15px auto 0 auto;
    color: #fff;
    text-align:center;
    letter-spacing: 1px;
}