/*  
///////////////////////////////////////////////////////////////
//            Design/Diseno - Marcelo Montes Deoca           //
//               { http://www.studios29.com }                //
//   - Copyright - Marcelo Montes Deoca - studios29.com -    //
//  - All rights reserved - Todos los derechos reservados -  //
///////////////////////////////////////////////////////////////
*/

* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 100.01%;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	text-align: center;
}
#wrapper {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
}
#bg {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 100px;
}
#logo {
	display: inline;
	float: left;
}
#wsa {
	display: inline;
	float: right;
}

#nav {
	background-color: #64879A;
	height: 38px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	clear: both;
	margin-bottom: 3px;
	font-size: 14px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:hover {
	background-color: #516D7D;
	text-decoration: underline;
}
#nav #espanol {
	float: right;
}
#nav #espanol a {
	background-color: #516D7D;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#nav #espanol a:hover {
	text-decoration: underline;
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 170px;
	position: relative;
	clear: both;
}
#message {
	color: #FFFFFF;
	width: 600px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/message.png);
	height: 30px;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#message h3 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 10px;
}
#content {
	padding: 5px;
}
#left {
	float: left;
	background-color: #BFC9F9;
	width: 470px;
	border: 1px solid #333333;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 850px;
}
#right {
	margin-left: 5px;
	width: 256px;
	float: right;
	background-color: #BCE7A2;
	height: 855px;
	border: 1px solid #333333;
}
#contact {
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#hours {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
#board {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#bottom {
	background-color: #CDCDCD;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	height: 470px;
}
.toWSA {
	display: none;
}
#contact_print {
	display: none;
}
#hours_print {
	display: none;
}
.backTop {
	text-align: right;
	float: right;
	margin-top: 20px;
}
.print {
	margin-top: 20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	line-height: 20px;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-style: italic;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}
h5 {
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 3px;
}
a:link {
	color: #64879A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #64879A;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
a:visited {
	color: #64879A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #64879A;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
a:hover {
	color: #FFFFFF;
	background-color: #64879A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #64879A;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
a:active {
	color: #FFFFFF;
	background-color: #64879A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #64879A;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.alignCenter {
	text-align: center;
}
.signature {
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
	font-style: italic;
}

/* Copyright Marcelo Montes Deoca - studios29.com - All rights reserved - Todos los derechos reservados */
.bold {
	font-weight: bold;
}
