@charset "utf-8";
/* CSS Document 
Author: Ryan Royer
Website: bequiavillas.com
*/


html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align:left;
	height:100%;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #16669C;
}

html {
	min-height:100%;
	height:100%;
	margin: 0;
	padding: 0;
}


a img {
	border:none;
}

p {
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
}

h2 {
   font-weight: 600;
   font-style: normal;
   color: #16669C;
   font-size:1.5em;
   text-align:left;
}

h3 {
	font-weight: 600;
	font-style:normal;
	font-size: 1.3em;
	color:#16669c;
	text-align:left;
}


#container {
	width: 968px;
	min-height:100%;
	height: auto !important;
	height:100%;
	background-color:#FFFFFF;
	margin: 0 auto -50px;
	border: 4px solid #FFF;
	background-image:url(images/bg_innercontainer.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Hack for IE */
* html #container {
    height: 100%;
}
/* End IE Hack */ 

#container:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#masthead {
	width:968px;
	height:265px;
	border-bottom: 2px solid #fff;
}

#navdiv {
	float: left;
	width:968px;
	height:50px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
}

#indicator {
	float: left;
	width: 764px;
	height: 100px;
	padding-left:200px;
}

#left {
	float: left;
	width:200px;
	min-height:100%;
	height:100%;
/*	height: 595px;*/
	background-color:#FFFFFF;
	text-align:center;
}

#main {
	float: left;
	width: 710px; 
	min-height:100%;
	height:100%;
	padding-right: 0px;
}

#maincontact {
	float: left;
	width: 420px; 
	min-height:100%;
	height:100%;
	padding-right: 0px;
}

#maincontact2 {
	float: left;
	width: 290px; 
	min-height:100%;
	height:100%;
	padding-right: 0px;
}

#push {
	height:50px;
}

#footer {
	float: left;
	clear: both;
	width: 968px;
	height: 48px;
	background-image:url(images/bg_footer.png);
	background-repeat:repeat-x;
	margin-bottom:0px;
}

hr {
	width: 60%;
	text-align:center;
	color:#ccc;
}

li {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:0.6em;
}


.pfooter {
	color:#FFFFFF;
	font-size:1.1em;
	line-height:48px;
	margin: 0 auto;
	vertical-align:middle;
	text-align:center;
}

.blue {
	color:#16669C;
}

/* for thumbnails */

.smallimg {
	position: relative;
	float: left;
	width: 110px;
	height: 79px;
	border-color: #00b1da;
	border-width: 3px;
	border-style: solid;
	padding: 2px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.smallimg img {
	display:block;
	margin-left: auto;
	margin-right: auto;
}