@charset "utf-8";
/* CSS Document */

#main_container{/*Main container ID is used by template 1, template 2 and template 3 with 2 columns */
 width: 731px;
 float:left;
 position:relative;
 top:0px;left:0px;
 height:auto;
}
#contact_main_container{/*Main container ID is used by template 1, template 2 and template 3 with 2 columns */
 width: 800px;
 height:600px;
 float:left;
 position:relative;
 margin-top:0px; margin-left:0px;
 
}
.middleColumn{  /*This class is used by template 1, template 2 and template 3 with 2 columns */
	width: 17px;
	float: left;
}

/* Begin template 1 with 2 columns */
.leftColumn_template_1{
	width: 170px;
	float: left;
	}
.rightColumn_template_1{
	width: 544px;
	float: right;
}
/*End template 1 with 2 columns */

/* Begin template 2 with 2 columns */
.leftColumn_template_2{
	width: 544px;
	float: left;
	}
.rightColumn_template_2{
	width: 170px;
	float: right;
}
/*End template 2 with 2 columns */

/* Begin template 3 with 2 columns */
.leftColumn_template_3{
	width: 357px;
	float: left;
	}
.rightColumn_template_3{
	width: 357px;
	float: right;
	height:auto;
}
/*End template 3 with 2 columns */

/* Begin template with 4 columns */
.four_columns{
	width: 170px;
	float: left;
	margin-right: 17px;
	
}

.four_columns_simple{
	width: 170px;
	float: left;
	
}
/*End template with 4 columns */

/*Begin Omar's styles*/

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-align: normal;
	word-spacing: normal;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
}
.buttons_gray {font-size: 11px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; }

.buttons_blue {	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	border-style:Solid;
	border-color:#666666;
	border-width: 0.75px;
	background-color: #5FC9F3;
	background-image:  url(images/back_button.jpg);
}
.titles_blue {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #00ADEF;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.titles_green {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #80C342;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.titles_orange {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #F26631;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.titles_yellow {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FAA634;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.subtitles_blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #00ADEF;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_green {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #80C342;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_orange {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F26631;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.subtitles_yellow {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FAA634;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	text-align: justify;
	word-spacing: normal;
}
a {
	font-size: 10px;
	color: #00ADEF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00ADEF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #00ADEF;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.titles_table_1 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titles_table_2 {
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titles_table_3 {
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contents_tables {font-size: 10px;text-align:left;}

.text_fields{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*End Omar's styles*/
