body
{
	margin: 0;
	padding: 0;
	color: #6D6E71;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size:10pt;
	background: #F0F0F0;
}
#page
{
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	border: none;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: none;
}

#content
{
    padding: 0;
}

#sidebar
{
	padding: 0px;
}

#footer
{
	background: #50924B;
	padding: 10px;
	margin: 0;
	font-size: 0.8em;
	text-align: left;
	border-top: 15px solid #E0E1E2;
}
#footer .privacy {
	padding-top: 20px;
}

#footer .privacy a {
	font-weight:lighter;
	font-size:18px; 
	color: #FFF;
	text-decoration: none;
}

#footer .privacy a:hover {
	text-decoration: underline;
} 

#logo
{
	/*padding: 10px 20px;*/
	font-size: 200%;
	width: 220px;
}
#logo a img
{
	max-width: 100%;
}

#mainmenu
{
	background:none;
	margin: 0;
}

#mainmenu ul
{
	padding:0px;
	margin:50px 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#686868;
	background-color:transparent;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
	padding:5px 5px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #FFF;
	background-color:#F2A563;
	text-decoration:none;
	
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #8FC800;
}

/** Slider Styles */
.flexslider .flex-caption {
    background: none ;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 20%;
    margin-top: 5%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    top: 0;
    width: 300px;
}

.flexslider .flex-caption h2 {
	color: #FFF;
}

h1.layout-title {
	background: #E0E1E2;
	color: #006FAB;
	font-size: 25px;
	text-align: center;
	padding: 10px 0 15px 0;
}

.block {
	background: #FFF;
	padding: 20px 30px 0 30px;
	margin: 0 45px 30px 0;
	width: 230px;
	-moz-box-shadow: 1px 1px 1px 1px #C1C1C1;
    -webkit-box-shadow: 1px 1px 1px 1px #C1C1C1;
    box-shadow: 1px 1px 1px 1px #C1C1C1;
}

.block:nth-child(3n) {
	margin-right: 0;
}

.block img {
	text-align: center;
}

.block h2 {
	color: #686868;
	font-size: 1.7em;
}

.block p {
	color: #6D6E71;
	font-weight:lighter;
	line-height:2em;
	text-align: justify;
	margin: 15px 0;
}

.block a {
	color: #FFF;
	font-size: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.block a:hover {
	text-decoration: underline;
} 

div.block:nth-child(1n) a { background: #F8A25D; }
div.block:nth-child(2n) a { background: #AFBF28; }
div.block:nth-child(3n) a { background: #306CA9; }

.text-align-left { text-align:left; }
.text-align-center { text-align:center; }
.text-align-right { text-align:right; }
.text-align-justify { text-align:justify; }

#sidebar-container {
	margin: 0;
	width: 270px;
}

#content-container {
	margin: 0 0 10px 0;
	width: 690px;
}

#sidebar {
	background: #c9de96;
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 10%, #398235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(10%,#8ab66b), color-stop(100%,#398235));
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 10%,#398235 100%);
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 10%,#398235 100%);
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 10%,#398235 100%);
	background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 10%,#398235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
	width: 235px;
}

#sidebar h1 {
	background: #50924B;
	color: #FFF;
	font-weight:bold;
	font-size:1.9em;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0;
	text-align: center;
}


#sidebar ul li {
	height: 50px;
	
    -moz-box-shadow:    inset 0  8px 8px -8px #8AB66B, 
                        inset 0 -8px 8px -8px #8AB66B;
    -webkit-box-shadow: inset 0  8px 8px -8px #8AB66B, 
                        inset 0 -8px 8px -8px #8AB66B;
    box-shadow: 		inset 0 8px 8px -8px #8AB66B,
    					inset 0 -8px 8px -8px #8AB66B;
}
}

#sidebar ul li:hover,
#sidebar ul li.active  {
	background: #8AB66B;
	
    -moz-box-shadow:    inset 0  8px 8px -8px #8AB66B, 
                        inset 0 -8px 8px -8px #8AB66B;
    -webkit-box-shadow: inset 0  8px 8px -8px #8AB66B, 
                        inset 0 -8px 8px -8px #8AB66B;
     box-shadow:        inset 0  8px 8px -8px #8AB66B, 
                        inset 0 -8px 8px -8px #8AB66B;
}

#sidebar ul li a {
	color: #FFF;
	display: block;
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	padding-left: 15px;
}

.content-block {
	background: #FFF;
	width: 600px;
	min-height: 470px;
	padding: 35px 35px 20px 35px;
	margin: 30px 0;
	-moz-box-shadow: 1px 1px 1px 1px #C1C1C1;
    -webkit-box-shadow: 1px 1px 1px 1px #C1C1C1;
    box-shadow: 1px 1px 1px 1px #C1C1C1;
}

.content-block h2 {
	color: #AFBF28;
	font-size: 1.7em;
}

.content-block p {
	color: #6D6E71;
	line-height: 2em;
	font-weight: lighter;
}


.content-block .important {
	color: #6D6E71;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.content-block img {
	padding: 0 0 0 30px; 
}

.content-block ul li,
.content-block ol li {
	color: #6D6E71;
	font-weight: lighter;
	margin-bottom: 0.5em;
}


.content-block table td,
.content-block table th {
	border: 1px solid #6D6E71;
}

.content-block table td{
	padding: 20px;
	vertical-align: top;
}

.content-block table th {
	background: #AFC486;
	font-weight: normal;
	font-size: 1.2em;
}

.content-block table tr:nth-child(even) {
	background: #E6EFD5;
}

.client-block {
	background: #FFF;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 210px;
	height: 160px;
	position: relative;
}
.client-block img
{
	max-width: 210px;
  	max-height: 150px;
  	display: block;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
}


#location {
	width: 440px;
}

#location .contact-info {
	font-size: 1.4em;
	font-weight:lighter;
	margin: 30px 0;
	text-align: center;
}

#location .contact-info  a {
	color: #B2BB1E;
}

#location h2 {
	color: #B2BB1E;
	font-size: 2.2em;
	font-weight: bold;
}

#contact-form {
	width: 490px;
	padding-top: 30px;
}

#contact-form label {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	width: 150px;
}

#contact-form input[type="text"],
#contact-form textarea {
	width: 315px;
	border: 1px solid #919191;
	background: #FFF;
	padding: 0 5px;
}

#contact-form div.wide.form .buttons, 
#contact-form div.wide.form .hint, 
#contact-form div.wide.form .errorMessage {
	padding-left: 160px;
}

#contact-form input {
	height: 30px;
}

#contact-form textarea {
	height: 200px;
	resize: none;
}

#contact-form input[type="submit"] {
    background: none repeat scroll 0 0 #F8A25D;
    border: medium none;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF;
    cursor:pointer;
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.mapview {
	border: 5px solid #FFF;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
}

.suggest-content {
	width: 335px;
}

.suggest-content .summary {
	display: none;
}

.wide-content {
	background: #FFF;
	padding: 20px 30px 20px 30px;
	margin: 0px;
	text-align: justify;
	width: 880px;
	-moz-box-shadow: 1px 1px 1px 1px #C1C1C1;
    -webkit-box-shadow: 1px 1px 1px 1px #C1C1C1;
    box-shadow: 1px 1px 1px 1px #C1C1C1;
}

.wide-content h1 {
	color: #AFBF28;
}

.wide-content img {
	width: 880px;
	height: 420px;
	padding: 0 0 10px 0;
}

.wide-content a {
	color: #AFBF28;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.wide-content .links a {
	font-size: 1.2em;
}

.wide-content a:hover {
	text-decoration: underline;
}