@charset "utf-8";

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote
	{margin:0px; padding:0px;}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, th, var, br, p
	{font-style:normal; font-weight:normal;}



body {
	background-color:#fff;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size: 12px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#2d5f8d;
	}

#wrapper {
	width:1005px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFF;
	margin-bottom:20px;
	padding-bottom:30px;
		}

#top {
	width:1005px;
	height:89px;
	position:relative;
	float:left;
	}

#banner {
	width:775px;
	height:288px;
	position:relative;
	float: right;
	margin-right:20px;
	padding-top:4px;
	}

#nav {
	width:200px;
	height:522px;
	position:relative;
	float:left;
	left:10px;
	background-image: url(../images/nav.jpg);
	margin-top:2px;
	}

#content {
	width:770px;
	height:auto;
	position:relative;
	float: right;
	margin-right:20px;
	padding-top:20px;
}

#main {
	width:532px;
	height:auto;
	position:relative;
	float: left;
	margin-left:18px;
}

#main h1{
	color:#000;
	font-size:20px;
	padding-bottom: 10px;
}

#main h2{
	position:relative;
	float: left;
	color:#fda100;
	font-size:25px;
	height:auto;
	width: auto;
}

#main h3{
	position:relative;
	float: left;
	color:#3780bb;
	text-align:center;
	font-size:20px;
	height:43px;
	width: 525px;
	border: solid 1px #CCC;
	padding-top:17px;
	margin-top:25px;
}

#main h3 a{
	color:#3780bb;
	text-decoration:none;
}

#main h3 a:hover{
	color:#3780bb;
	text-decoration: underline;
}

#main p{
	
	color:#5b5b5b;
	font-size:12px;
}

#main ul {
	/*float:left;
	position:relative; */
	height:auto;
	width:auto;
}

#main li {
	/* float:left;
	position:relative; */
	list-style-position: outside;
	list-style-image: url(../images/dot.jpg);
	/* display: list-item; */
	font-size:17px;
	margin-left:20px;
	padding-left:5px;
	line-height:22px;
	margin-bottom: 10px;
}



#banner_contact {
	width:200px;
	height:224px;
	position:relative;
	float: right;
}
	
#logo {
	width:398px;
	height:89px;
	position:relative;
	float:left;
	}
	
#phone_login {
	width:280px;
	height:84px;
	position:relative;
	float: right;
	margin-right:20px;
	padding-top:15px;
	}
#phone_login p{
	width:280px;
	height: auto;
	text-align:right;
	position:relative;
	float: right;
	font-size: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#767676;
	text-transform:uppercase;
	}

#phone_login img{
	width: auto;
	height: auto;
	position:relative;
	float: right;
	margin-top:7px;
	}
	
#footer {
	width:100%;
	height:35px;
	position:relative;
	color:#666666;
	font-size:10px;	
	background-color:#e5e5e5;
	position: relative;
  	bottom:0;
	margin-top:20px;
	padding-top:15px;
	text-align:center;
	
}

#footer p{
left:0px;

}


#footer a{
	font-size:10px;
	text-align:right;
	text-decoration:none;
	color:#666;
	}

#footer a:hover{
	color:#999;
	text-decoration:underline;
	}
	
#nav li{
	position:relative;
	float:left;
	display:list-item;
}	
	
li.home_bot a{
	background-image:url(../images/about_bot.png);
	width:172px;
	height:120px;
	position: relative;
	float:left;
	left:52px;
	top:17px;
}

li.home_bot a:hover{
	background-image: url(../images/home_bot_active.png);
	width:172px;
	height:120px;
	position: relative;
	background-position:top;
	float:left;
	background-repeat:no-repeat;
	left:52px;
	top:17px;
}

li.services_bot a{
	background-image:url(../images/services_bot.png);
	width:172px;
	height:121px;
	position: relative;
	float:left;
	left:52px;
	top:10px;
}

li.services_bot a:hover{
	background-image: url(../images/services_bot_active.png);
	width:172px;
	height:121px;
	position: relative;
	background-position:top;
	float:left;
	background-repeat:no-repeat;
	left:52px;
	top:10px;
}


li.about_bot a{
	background-image:url(../images/about_bot.png);
	width:172px;
	height:125px;
	position: relative;
	float:left;
	left:53px;
	top:1px;
}

li.about_bot a:hover{
	background-image: url(../images/about_bot_active.png);
	width:172px;
	height:125px;
	position: relative;
	background-position:top;
	float:left;
	background-repeat:no-repeat;
	left:53px;
	top:1px;
}

li.contact_bot a{
	background-image:url(../images/contact_bot.png);
	width:172px;
	height:128px;
	position: relative;
	float:left;
	left:52px;
	top:-17px;
}

li.contact_bot a:hover{
	background-image: url(../images/contact_bot_active.png);
	width:172px;
	height:128px;
	position: relative;
	background-position:top;
	float:left;
	background-repeat:no-repeat;
	left:52px;
	top:-17px;
}

.footer_int{
	width:auto;
	height:40px;
	position:relative;
	float:left;
	text-align:center;
	
	}

/* CMS CSS */

.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
}

