@charset "UTF-8";

/* GENERAL BODY DEFINITIONS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(graphics/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:25px 0px 20px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #646464;
}
a:link {
	color: #E8B92D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E8B92D;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}

/* CONTAINER */
#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* CORPORATE MENU */
#corpmenu {
	height: 0px;
	width: 960px;
	/* el rigth se cambia por el left
	background-image: url(graphics/divider_corp.png);
	background-position: right;
*/
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	clear: both;
}
#corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#corpmenu li {
/* el rigth se cambia por el left */
	float:right ;
	height: 26px;
	text-align:right;
	background-image: url(graphics/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 22px 0 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;

}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: underline;
}

/* LOGO */

/* SEARCH */

#search {
	height: 134px;
	width: 226px;
	padding-left: 640px;
	background-image: url(graphics/se.png);
	background-repeat: no-repeat;

}
.textfield {
	border:1px solid #FFFFFF;
	width:180px;
	height:14px;
	background-image:url(graphics/input_back.gif);
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	background-repeat: repeat-x;
	float: left;
}

.button {
	height: 25px;
	width: 70px;
	background-image: url(graphics/bg-button.png);
	background-repeat: no-repeat;
	border:1px;
	margin-top:10px;
	float: right;

}

/* MAIN MENU */
#mainmenu {
	height: 50px;
	width: 900px;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #49392f;
	clear: both;
	font-weight: normal;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 22px 0 20px;
}
#mainmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
}
#mainmenu li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #81620a;
	height: auto;
	width: auto;
}

/* FEATURE */
div.scroller { 
	width: 570px; 
	height: 190px;
	overflow: hidden;
	border:5px solid #c0bbb2;
	float:left;
	margin-top:30px;
}
div.scroller div.section {
	width:580px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:0px;		
}
div.scroller div.content {
	width: 10000px;
}
div#section1 {
	background:#ffffff;
}
div#section2 {
	background:#ffffff;
}
div#section3 {
	background:#ffffff;
}
#previous {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none;
}
#next {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none;
}
#controls {
	float: left;
	height: auto;
	width: 300px;
	margin: 10px 0px 0px 20px;
}
#controls ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#controls li {
	float:left;
	text-align:left;
	background-image: url(graphics/control_divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	width:280px;
	padding:0px 0px 10px 20px;
	margin-top:20px;
}
#controls li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
	line-height:1.5em;
}
#controls li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #49392f;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.controlsdesc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #49392f;
	height: auto;
	width: auto;
}

/* CONTENT */
.clearer {
	clear:both;
}
.leftblock {
	width: 435px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 34px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.leftblock img {
	width:270px;
}
.middleblock {
	width: 430px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.middleblock img {
	width:270px;
}
.rightblock {
	width: 280px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock img {
	width:270px;
}
.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
.squarelink {
	display:inline;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer;
}
.squarelink a {
	padding:10px;
	background-color:#1A205E;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.squarelink a:hover {
	padding:10px;
	background-color:#d8a81e;
	color:#47382e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

/* FOOTER */
#footer {
	background:url(graphics/footer_bg.png) repeat-x;
	height:119px;
	text-align:center;
	float:left;
	width:100%;
}
.footer_text {
	color:#bfbab3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#footer_left {
	float:left;
	width:400px;
}
#footer_right {
	float:right;
	width:400px;
	text-align:right;
}










#footer p {color:#cdcdcd;}

#footer_top {
	height:300px;
	padding-top:30px;
	text-align: left;
	margin: auto;
	width:960px;
}
	
.footer_column {
	width:210px;
	float:left;
	padding-left:40px;
	display:inline;
}

.footer_column_first {
	width:210px;
	float:left;
	padding-left:0px;
	display:inline;
}

#footer_bottom a { text-decoration:none; }

	
	/* Latest news column */
	
	#footer .latest_news_item { margin-bottom:40px; }
	#footer .latest_news_summary{ margin-left:50px; margin-bottom:0px; }
	#footer .latest_news_date {
		background: url(graphics/news_date_bg.png) no-repeat;
		width:39px;
		height:44px;
		float:left;
		margin-right: 10px;
		text-align:center;
		padding-top: 9px;
	}
	#footer p.date {
		color:#333333;
		font-size:24px;
		margin-bottom: 0px;
		line-height:17px;
	}
	#footer p.month {
		color:#f1f1f1;
		text-transform:uppercase;
		font-size: 11px;
		font-weight:bold;
	}
	#footer .news_heading {color:#cdcdcd; text-decoration:none; font-size:13px; }
	#footer .news_heading:hover { text-decoration:underline; }
	
	/* Latest Blog Entries */

	#footer .latest_blog_entry {margin-bottom:20px;}
	#footer .blog_heading { color:#cdcdcd; text-decoration:none; font-size:13px; }
	#footer .blog_heading:hover { text-decoration:underline; }
	#footer .blog_post_date { color:#5f99a9; margin:0; font-size:10px;}
	#footer .blog_post { margin-left:50px; margin-bottom:0px; }
	#footer .blog_icon {float:left; margin-right:14px; }
	
	/* Our services */
	
	#footer .our_services {padding:0; list-style:outside; margin-left:18px;}
	#footer .our_services li { list-style:square; color:#cdcdcd; margin-bottom:10px;}
	#footer .our_services li a {color:#cdcdcd; text-decoration:none; }
	#footer .our_services li a:hover {text-decoration:underline; }


#footer_bottom {
	height:29px;
	text-align: left;
	margin:0 auto;
	width:960px;
	padding-top:20px;
	color:#616161;
}

.footer_heading {
	color:#f1f1f1;
	font-size:22px;
	margin-bottom:6px;
	font-weight:lighter;
}

.footer_line {
	background:url(graphics/footer_line.png) repeat-x;
	height:2px;
	width:100%;
	margin-bottom:20px;
}
	
	
/* BUTTONS */

.button_more_information{
	background:url(graphics/more_information.png) no-repeat;
	height:44px;
	width: 134px;
	display:block;
}


/* SUBPAGE */
#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 30px;
	padding: 20px 20px 0px 20px;
	background-image: url(graphics/subpage_back.png);
	background-repeat: no-repeat;
	background-position: top;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.rightblock_sub {
	width: 280px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock_sub img {
	width:270px;
}
.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:0px 20px 10px 20px;
	float:right;
}
.img_container_sub2 {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}

table {
	border-collapse: collapse;
	width: 600px;
}
th {
	padding: 0 0.5em;
	text-align: left;
}
tr.gray td {
	border-top: 1px solid #bfbab3;
	border-bottom: 1px solid #bfbab3;
	background: #e2ded8;
	height:30px;
	font-size:13px;
	font-weight:bold;
}
tr.classic td {
	background: #e2ded8;
	padding:10px;
	font-size:13px;
}
tr.classicalt td {
	background: #ffffff;
	padding:10px;
	font-size:13px;
}
td {
	border-bottom: 1px solid #bfbab3;
	padding: 0 0.5em;
}
td.width {
	width: 150px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-top:5px;
}
td.right {
	text-align:left;
	vertical-align:top;
	padding:5px 0px 10px 5px;
}
td.widtht {
	width: 150px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-top:10px;
}
td.rightt {
	text-align:left;
	vertical-align:top;
	padding:10px 0px 10px 5px;
}
td.adjacent {
	border-left: 1px solid #bfbab3;
	text-align: center;
}
form {
	padding: 20px;
}
.text_field {
	border:1px solid #bfbab3;
	width:274px;
	height:20px;
	margin:5px 0px 5px 0px;
	background-image:url(graphics/input_back.gif) repeat-x;
	padding:5px;
}
.text_area {
	border:1px solid #bfbab3;
	width:548px;
	height:100px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.form_button {
	height: 30px;
	width: 90px;
	background-image: url(graphics/submit.png);
	background-repeat: no-repeat;
	border:none;
	margin-top:10px;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
