body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url('/images/mainBg.gif');
	background-color: #FFFFFF;
}

h2 {
	font-size:0.9em;
	color: #005661;
}

h3 {
	text-align:left;
	padding-left:30px;
	font-size:0.7em;
	color: #005661;
}

span.required {
  color: red;
  font-weight: bold;
}

span.r_notifier {
  background-color: gold;
  border: solid 1px gold;
  padding: 2px 6px;
  margin-top: 5px;
}

span.y_notifier {
  background-color: pink;
  border: solid 1px red;
  padding: 2px 6px;
  margin-top: 5px;
}

#main_container {
	width: 991px;
	background-color: white;
	margin: auto;
	margin-right: auto;
  border: solid 3px white;
}

#header_container {
  width: 991px;
	height: 176px;
	text-align: center;
	padding: 0px;
}

.flash-header {
	z-index:100;
}

#content {
  width: 991px;
  background-color:#317d88;
}

#content #tbl_content {
  width: 991px;
  border-spacing: 0;
}

#tbl_content td {
  vertical-align: top;
  padding: 0;
}

#tbl_content #sidebar {
	background-color: #317d88;
	width: 210px;
	height: 363px;
}

#sidebar #menu {
	margin: 0px;
  padding: 0px 0px 45px 0px;
}

#sidebar #menu li {
	list-style: none;
	padding-top: 3px;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	text-align: left;
	font-size: .9em;
}

#sidebar #menu li:hover {
	background-color:#97B5B7;
}

#sidebar #menu li a {
  color: white;
  text-decoration: none;
  display: block;
  padding-left: 10px;
}

#sidebar #menu .selected {
	background-color:#97B5B7;
}

#sidebar .mini-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	background-color: #cde1e4;
}

#tbl_content .content {
	margin: 0;
	width: 781px;
  background-color: white;
}
/*
* html #content .content {
  width: 774px;
}
*/
#tbl_content .content h1 {
	text-align: left;
	margin: 0px 0px 5px 35px;
  padding-top: 15px;
	font-size: 125%;
  font-weight: normal;
	color: #005661;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#tbl_content .content hr {
  margin-left: 35px;
	color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}

#tbl_content .content hr.top {
	margin-left: 35px;
	color: #005661;
  background-color: #005661;
  height: 1px;
}

#footer_container {
  width: 991px;
  border-top: solid 2px white;
	background-color: #317d88;
	color: white;
	padding-top: 0px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: .7em;
  text-align: center;
}

#home_left {
  width: 573px;
  height: 363px;
  border-left: solid 2px white;
  border-right: solid 2px white;
}

#home_image {
  width: 577px;
  height: 363px;
  overflow: hidden;
  margin: 0;
  border: 0;
}

#home_right {
	width: 199px;
	height: 363px;
}

#home_right .recent-annoucements {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	background-color: #cde1e4;
	height: 363px;
	width: 199px;
	overflow-y: auto;
	overflow-x: hidden;
}

#page_content {
	margin-right: 20px;
}

.titulo_01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #005661;
}
.titulo_02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-left: 35px;
	color: #005661;
}
.texto_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:60px;
	font-style: normal;
	color: #333333;
	padding-bottom:5px;
}

.texto_01 ul, texto_01 li {
  color: #005661;
}

.gep_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.texto_01_i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #333333;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 317D88;
	font-style: normal;
}

.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: 4F8D97;
}

.name_descrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 1px;
	padding: 1px;
}

.titulo_02_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
}

p { 
	color:#005661;
}

#contact_form label {
	color:#005661;
}

#contact_form table.contactus {
  border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

#contact_form table.contactus td, #contact_form table.contactus th {
  padding: 3px;
  font-size: 80%;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

#contact_form table.contactus th {
  text-align: right;
}

#contact_form input[type="text"], #contact_form textarea, #contact_form select {
  background-color: #F9FBFB;
  border: 1px solid #005661;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: normal;
  text-align: left;
  text-indent: 5px;
  word-spacing: normal;
  font-size: 95%;
}

.contac a:link {
	color: #00626E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.contac a:visited {
	color: #00626E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.contac a:hover {
	color: #00626E;
	text-decoration: underline;
}
.contac a:active {
	color: #FFFFFF;
}
a.boyldone_link:link {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
}
a.boyldone_link:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
}
a.boyldone_link:hover {
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
}
a.boyldone_link:active {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
}
.titulo_02_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: 005661;
	font-style: normal;
	font-weight: bold;
}
.texto_01_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.name_descrip_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: F9FBFB;
	border: 1px solid #005661;
	text-align: left;
	letter-spacing: normal;
	text-indent: 5px;
	word-spacing: normal;
}
.texto_03 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #333333;
}
.texto_03_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #005661;
	font-weight: bold;
}
.text_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 1A2F32;
}
.boyldone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.name_descrip_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
}
.superindice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	vertical-align: 40%;
}
.texto_01p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333;
}
.people-box {
	background-color: #e5f2f3;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:italic;
	padding:5px;
}
.author {
	color:black;
	font-size:.9em;
}
.titulo_02_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	vertical-align: top;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  color:black;
}

#notice {
	padding: 5px;
  margin: 0px;
	background-color: #FFCC80;
}

#error {
	padding: 5px;
  margin: 0px;
	background-color: red;
}
/* Active Record Error Div */
.fieldWithErrors input{
 border: solid 2px red;
}
.fieldWithErrors select{
 border: solid 2px red;
}
.fieldWithErrors textarea{
 border: solid 2px red;
	padding:3px;
}
.fieldWithErrors .mceEditor
{
	border: 2px solid red;
	padding:2px;
}
.fieldWithErrors .mceEditor select
{
	border:0;
}
.full_profile{
	border-bottom: 1px dotted black;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.full_profile p {
	font-size:.75em;
	padding-left:60px;
}
.full_profile p img{
	float:right;
	padding-right:30px;
}

table.team-no-profile {
  width: 65%;
  margin: auto;
}

table.team-no-profile td {
  text-align: center;
  margin: auto;
}

table.team-no-profile td p {
	font-size:.7em;  
}

table.team-no-profile td h3 {
  padding-left:0px;
	font-size:.5em;
}

.full {
	margin-left:40px;
}

#gallery table {
	margin-right:auto;
	margin-left:auto;
	width: 85%;
}

#gallery table tr.pic-row {
	background-image:url('/images/fondo_photo.jpg');
	background-repeat: repeat-x;
}

#gallery table td.pic {
	text-align: center;
	padding: 10px;
	font-size: .5em;
	width: 25%;
}

#gallery table td.pic a img {
	border: none;
}

#gallery table td.pic p.pic-caption {
	color:#005661;
}

.about-page-table{
  text-align: center;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
  width: 90%;
}
.about-page-table td {
  margin: auto;
  vertical-align: middle ! important;
}
/* .about-page-table div.about-image {
  display: block;
  width: 350px;
} */
.city-image-table{
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#errorExplanation li {
	color:black;
}
.footer-content {
	word-spacing: 3px;
	text-align:center;
}

a img {
	border:none;
}

.service-h3{
	font-size:9pt;
	font-weight:none;
	color:#005661;
	padding:0;
	margin:0;
	margin-left: 55px;
	margin-top:11px;
}

.service-table{
	margin-right:auto;
	margin-left:auto;
	width:90%;
}

.service-table td{
	padding:0;
	margin:0;
}

.service-table ul{
	padding:0;
	margin:0;
}

.service-table li{
	padding:4px;
	margin-left:35px;
	font-size:10pt;
}

.service-item{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #005661;
	padding-left:10px;	
	text-align:left;
}

.dotted-line {
  text-align:left;
	border-bottom: 1px dotted black;
	margin-left: 30px;
	margin-bottom: 12px;
}

.dotted-line h2 {
	margin:0;
	padding:0;
	margin-left: 1px;
	padding-bottom: 2px;
}



/* begin css tabs */

.page-list { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 9px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
padding: 0px 10px 0px 10px; /* THIRD number must change with respect to padding-top (X) below */
width :85%;
margin-left:auto;
margin-right:auto;
}

.page-list li { /* do not change */
display: inline;
}

.page-list li a.selected { /* settings for selected tab link */
background-color: #97B5B7; /* set selected tab background color as desired */
color: #000;
}

.page-list li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #03F48; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #005661; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

.page-list a:hover { /* settings for hover effect */
  background: #97B5B7; /* set desired hover color */
}

/* end css tabs */

/* added Feb-2009 */
hr.storysep { background-color: #43abba ! important; color: #43abba ! important; height: 1px; }
div.hr { height: 18px; }
div.hr hr { display:none; } 

.texto_01 span.city-image img {
  margin:0 0 20px 20px;
  /* for CSS 2.0 compliant browsers */
  max-width: 350px;
  /* for IE only */
  width: expression(this.width > 350 ? 350 : true); 
  float: right;
}

.texto_01 span.city-image div.swf-container {
  padding-left: 20px;
  padding-bottom: 20px;
}

/*  <div class="pagination">
 *    <span class="disabled">« Previous</span>
 *    <span class="current">1</span>
 *    <a href="/gallery?page=2">2</a>
 *    <a href="/gallery?page=2">Next »</a>
 *    </div>
 */ 
div.pagination {
  margin: 0 0 8px 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10pt;
  font-style:normal;
}

div.pagination span {
	color:#005661;
}

