@charset "utf-8";
/* Coded by Pedro J Rivera | bandodesigns.com */

*{
     margin: 0;
}

html, body {
height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background:url(images/background.jpg) repeat-x #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#1F1F1F;
}

div#topImage{
	height:178px;
	background:url(images/topBackground.jpg) #7B8890 no-repeat center;
	width:100%;
}

div#pictureSlideShow{
	margin-top:-150px;
	z-index:1;
	position:static;
	width:800px;
	height:380px;
	border:3px #fff solid;
	background-color:#e6e3db;
	margin-left:auto;
	margin-right:auto;
}

div#slideShow{
	width:100%;
	height:100%;
	background-color:#1b1b1b;
	margin-left:auto;
	margin-right:auto;
}


div#facebook{
	margin-top:-275px;
	z-index:1;
	position:static;
	width:900px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
}
	

div#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-154px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:227px;
}


div#footer p{
	color:#818181;
	font-size:10px;
}

div#footer hr{
	color:#C1C1C1;
	width:100%;
}


div#navLogo{
	width:818px;
	height:52px;	
}

div#navLogo a{
	color:#5b5f64;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

div#navLogo a:hover{
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}


div#firstRow{
	width:800px;
	min-height:260px;
}
	
/* classes */
.shadow {
    -moz-box-shadow: 3px 3px 4px #beb49c;
    -webkit-box-shadow: 3px 3px 4px #beb49c;
    box-shadow: 3px 3px 4px #beb49c;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#beb49c')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='beb49c');
}


.navLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13.5pt;
	font-weight:bold;
	color:#5b5f64;
}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	/* For IE 5.5 - 8 */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;

}
		.botton{
		color:#FFF;
		background: #fccc44 !important; /* Old browsers */
		background: -moz-linear-gradient(top, #fccc44 0%, #ef912f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccc44), color-stop(100%,#ef912f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fccc44 0%,#ef912f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fccc44 0%,#ef912f 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #fccc44 0%,#ef912f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccc44', endColorstr='#ef912f',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #fccc44 0%,#ef912f 100%); /* W3C */
		height:59px;
		width:200px;
		}
		
		.botton a{color:#FFF !;}

p{
	color:#818181;
	padding:10px;
	font-size:13px;
}

em{
	font-size:9px;
	padding:20px;
	color:#818181;
}

h1{
	color:#ffcc00;
	font-size:16px;
	padding-top:20px;
	padding-left:10px;
}

div#blockBenefits h2{
	color:#232323;
	text-decoration:underline;
	font-size:12px;
	padding-left:10px;
}

a{
	color:#ffcc00;
}

a:hover{
	color:#959595;
}
	
	
h3{
	color:#656565;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
}
	
/*--------------------------services--------------------*/

div#servicesList{
	margin-top:20px;
	width:800px;
	height:auto;
	float:left;
	
}
	
.titleGray{
	font-size:14px;
	font-weight:bold;
}


