﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #855aaa;
	background: #9497ce;
	background: #a092cc;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Century Gothic', Arial, 'Trebuchet MS', Verdana, sans-serif;
	text-align: center;
	padding: 0;

}
blockquote {
 border : 1px solid #f8f8f8; 
 margin: 0px;
 padding: 10px;
 background-color: #fafafa;
 quotes: "\201C" "\201D";
 }
 blockquote:before { content: open-quote; font-weight: bold; font-size: 120%;}
 blockquote:after { content: close-quote; font-weight: bold; font-size: 120%; }

i {
	font-style: italic;
}
.left-img {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #d6d8d7;
}

.right-img {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #d6d8d7;
}

.clear { 
	clear:both;
    height:1px;
    overflow:hidden;
}

.text-center { 
	text-align: center;
}
.h-line {
	background: url("images/h-line.jpg") top left repeat-x;
	height: 2px;
	margin: 5px 0; 
    overflow:hidden;
}

.h-delim {	 
	height: 2px;
	line-height:1px; 
	clear: both; 
    overflow:hidden;
}

a{   
	color: #1e90aa;
}

a:hover{   
	color: #4b69c1;
}


#wrapperBorder { 
	margin: 0 auto;
	text-align: left;
	width: 944px;
	background: #fff;
	border-bottom:2px solid #fff;
}
#wrapper {   
	padding: 0 2px;
}

#header { 
	width: 940px; 
	float: left;
	vertical-align: middle;
}

#header .inner {
	padding:0 0 0px 20px;
	float: left;
}

#header  .logo { 
	float: left;
}

#header  h1 { 
	color: #56575a;
	font-size: 36px; 	
	line-height: 36px;
	font-weight: bold;
	font-family: 'Kalinga', 'Arial', sans-serif;
	text-shadow: #bbb 1px 1px 1px;
	float: left;
	margin: 60px 0 0 10px;
}
#header  h1 span{ 
	color: #855aaa; 
}

.newsletter {
	float: right; 
	text-align: left; 
	width: 300px; 
	padding-top: 5px;
}
.newsletter  form{  
	border: 1px solid #ccc; 
	padding: 6px 20px;
	margin: 0 2px;
}
.newsletter .title { 
	color: orange; 
	font-size: 110%;
	font-weight: bold; 
	text-shadow: 1px solid red;   
	padding: 0;
	background: #fff;
	display: block; 
	float: left; 
	background: #fff;
}

.newsletter .mc-field-group {
	width:100%; 
	padding-bottom:5px;
}

.newsletter  .label{
	display: block; 
	width: 32%;
	float:left; 
	font-size: 80%; 
	font-weight: bold;
}
.newsletter  .input{
	display: block; 
	border: 1px solid #eee;
	width: 65%;
	float:left;
}
.newsletter  .response-ok {
	display: none; padding:5px; margin: 5px 0 0; font-size: 80%; font-weight: bold;float: left;width: 97%;background: #abc990;color: #2f4327;
}
.newsletter  .response-fail {
	display: none; padding:5px; margin: 5px 0 0; font-size: 80%; font-weight: bold;float: left;width: 97%;background: #ed9690;color: #631916;
}
input.input.mce_inline_error  { 
	border: 1px solid #ed9690;
}


#wrapperNavigation {
	float: left;
	width: 940px; 
	height: 45px;
	background: #ffc300;
}

#navigation li {
	display: block;
	position: relative;
	float: left;
	border-right: 1px solid #fff; 	
	font-size: 16px;
	font-weight: bold;
}

#navigation a { 
	height: 35px;
	padding: 10px 30px 0;
	display: block;
	float: left; 
	color: #855aaa; 
	text-decoration: none;
}

#navigation ul {
	position: absolute;	 
	display: block; 
	top:45px;
	width: 300px;
	background: #eee;
	border-top: 1px solid #fff;  
}

#navigation ul  li {
	display: block;  
	width: 300px;
	border-bottom: 1px solid #fff; 
	font-size:13px; 
}

#navigation ul  li :before{ 
	content: '› '; 	
	font-size: 20px;
	padding: 0 5px 0 0;
} 

#wrapperNavigation .social-list  li {
	display: block;
	float: left; 
	padding: 0;
} 
#wrapperNavigation .social-list  li  img{
	width: 47px;
} 
#intro {
	float: left;
	width: 940px;
	height: 300px;
}

#intro  .links {
	float: left;
	padding: 15px 0 0 25px;
}

#intro .links ul li {
	padding:0 0 10px 0;
}
#intro .links a{
	color: #ffc300;
	font-size: 16px;
	line-height: 20px;
	vertical-align:top;
	padding-left: 4px;
}

#intro .links a:hover {
	color: #855aaa;
}

#intro #imageSlideWrapper {
	float: right;
	width: 710px;
	height: 300px;
	overflow: hidden;
}

#introSection {
	width: 100%;
	background:#f6f6f6;
	color: #676769;
}

#introSection .section {
	float: left; 
	width: 305px;
}
#introSection .section-padding { 
	padding: 15px 10px 5px 20px; 
}

#introSection .v-line {
	float: left;
	height: 160px;
	background: url("images/v-delim.png") top right no-repeat;
	width: 10px;
}
#introSection  .intro-text {
	height: 160px;
	padding: 5px 0;
	font-size: 13px;
}

#introSection  h2{
	color: #8359ab;	
	font-size: 130%;
	font-weight: bold;
}

#introSection  .section-img {
	float: right;
	width: 100px; 
	margin:0 0 10px 10px;
	border: 1px solid #d6d8d7;
}

#footer { 
	border-top: 5px solid #a57ec7;
	color: #646464;
	font-size: 90%;
	padding: 0px 30px;
	clear: both; 
	text-align: center;
	background: #d5b8ee;
}  

#footer  p { 
	padding: 10px 0;
} 
 
#footer .three-columns {
	margin: 30px 0 0 0; 
	width:100%;    
	text-align:left;
}
#footer .three-columns .column-3 {
	width:34%;
	float:right;
	margin:0;
	padding:0;
}
#footer .three-columns .column-1-2 {
	width:65%; 
	margin:0;
	padding:0;
}
#footer .three-columns .column-1 {
	width:50%;
	float:left; 
	margin:0;
	padding:0;
}

#footer h2 {
	padding:10px 0px 15px 0;
	font-weight: bold; 
}
#footer .three-columns ul {
	padding: 0 30px 0 0;
}
#footer .three-columns ul li{
	padding: 6px 0px;
	line-height: 115%;
} 

#footer  a {  
	color: #555;
} 

#footer  a:hover { 
	color: #855aaa;
} 

#rightcolumn { 
 color: #333;  
 width: 300px;
 float: left;
}

#rightcolumn  .block {
	margin: 10px 0 0;
	padding:15px 20px; 
	color: #58492a;
}

#rightcolumn  .block  p{ 
	padding: 5px 0px;
}

#rightcolumn  .block  h2{ 
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0px; 
	text-shadow: #ccc 1px 1px 1px;
}

#rightcolumn  .block  h3{ 
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0px; 
	text-shadow: #ccc 1px 1px 1px;
}

#rightcolumn  .block  a{
	color: #4b69c1;
}
#rightcolumn  .block  a:hover{
	color: #5b5756;
}

#rightcolumn  .telephone {
	background: #ffc300; 
}

#rightcolumn  .testimonials {
	background: #eee;
}
#rightcolumn  .testimonials i{
	font-size: 90%;
	font-style: italic;
}

.client {
	display: block;
	text-align:right;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
}

#rightcolumn  .find-us {
	background: #eee;
}

#wrapperContent { 
	float: left;
	color: #5b5756; 
	width: 640px;
	display: inline; 
}

#content { 
	padding:0px 30px 30px;	 
}

#content  h1, #content  h2{   
	font-size: 200%;  
	padding:20px 0 5px 0px;
}

#content  h3{   
	font-size: 160%;   
	padding:20px 0 5px 0px;
}

#content  p{    
	padding:10px 0;
}

#content  b{   
	font-weight: bold;
}
#content  a{   
	color: #1e90aa;
}

#content a:name{
	color:#5b5756;
}

#content  a:hover{   
	color: #4b69c1;
}

#content .block {
	background: #f8f8f8;
	padding: 15px 30px;
} 
#content strong {
	font-weight: bold;
}

#content ul.block  { 
	padding: 15px 20px;
} 
#content ul li { 
	margin: 4px 0px;
	background: url("images/bullet_blue.png") 0px 2px no-repeat;
	padding-left: 20px;
	display: block;
} 

.left-img {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #d6d8d7;
}
.left-right {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #d6d8d7;
}

