/* 	===================== Begin Drop Down Menu Styles =====================
								Version 1.1
	These styles need to be placed at the top of the style sheet
*/

ul.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	z-index: 200;
}
ul.menu li {
	position: relative;
}
li ul.submenu {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}
ul.menu li a {
	display: block;
}
ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
ul.submenu li a {
}
li.topfix {
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li {
	float: left;
}
* html ul.menu li a {
	height: 1%;
}
/* End */

a.menu {
	position: absolute;
	visibility: hide;
}
/* 	===================== End Drop Down Menu Styles ===================== */
a.MainNav:visited, a.MainNav:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	
	padding-bottom: 10px;
	white-space: nowrap;
}
a.MainNav:hover {
	color: #d2d0b5;
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background: url(/images/navbg.gif) repeat-x 100% 100%;
}
a.MainNavActive:visited, a.MainNavActive:link, a.MainNavActive:hover {
	color: #ffffff;
	font-size: 11px;
	font-family: 'Droid Sans', arial, serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a.subnav:visited, a.subnav:link {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
	text-decoration:none;
}
a.subnav:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
	text-decoration:none;
}
a.subnavActive:visited, a.subnavActive:link, a.subnavActive:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
}
a.subnav2:visited, a.subnav2:link {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
	text-decoration:none;
}
a.subnav2:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
	text-decoration:none;
}
a.subnav2Active:visited, a.subnav2Active:link, a.subnav2Active:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
}
.FinePrint {
	font-family: Arial;
	font-size: 10px;
	color: #87878a;
}
.FinePrint a:visited, .FinePrint a:link {
	font-family: Arial;
	font-size: 10px;
	color: #87878a;
}
.FinePrint a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #a89a39;
}
.MainBodySmallRed {
	font-family: Arial;
	font-size: 11px;
	color: #990000;
}
.MainBodyBoldRed {
	font-family: Arial;
	font-size: 11px;
	color: #990000;
}
* {
	
	font-family: 'Droid Sans', arial, serif;
	font-size:12px;
	line-height:22px;
	color:#575850;
}
body {
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	letter-spacing:0px;
	background-color:#e1e1e1;
	
}

#landingflash-container {
	top:88px;
	height:239px; 
	width:100%;
	position:absolute; 
	background-color:#717f81;
	text-align:center;

	
}
#landingflash{
width:1000px;
height:239px;
margin-left:auto;
margin-right:auto;
background-color:#717f81;


}
#imagecontainer {
	top:88px;
	height:239px; /*the height of the element*/
	width:100%;
	position:absolute; /*the element is removed from the natural flux of the page and positioned in a absolute way*/
	background-color:#717f81;
	text-align:center;
}
#topimage {
	width:1000px;
	height:239px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
}
#content-container {
	top:327px;
	width:100%;
	position:absolute;
	background-color:#ffffff;
	height:auto;
	text-align:center;
}

#content {
	width:1000px;
	background-color:#fff;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#inner-content-container {
	top:327px;
	width:100%;
	position:absolute;
	background-color:#ffffff;
	height:auto;
	text-align:center;
}
#inner-content {
	width:1000px;
	background-color:#fff;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
table#container {
	width:1000px;
	height:100%;
}
td#landingtext {
	width:644px;
	padding-top:40px;
}
td#inner-text {
	width:720px;
	padding-top:40px;
	padding-left:25px;
	padding-right:25px;
}
td#inner-rightpanel {
	width:356px;
}

#footer-container {
	width:100%;
	position:relative;
	background-color:#e1e1e1;
	text-align:center;
}
#footer {
	height:185px;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#e1e1e1;
	text-align:left;
}

#footer a:visited,#footer a:link { 
	color: #445a7d; 
	font-size:11px;
	text-decoration: none;
}
#footer a:hover { 
	color: #afafaf; 
	font-size:11px;
	text-decoration: none;
}

#address {
	position: relative;
	display: inline-block !important;
	display: inline;
	width: 420px;
	vertical-align: top;
	margin-right:30px;
	line-height:normal;
	color:#717f81; 
	font-size:11px;
}

#navigation {
	top:0px;
	height:91px; /*the height of the element*/
	width:100%;
	background-color:#717f81;
	text-align:center;

}
#navcontainer {
	height:91px;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logo {
	position: absolute;
	top: 0px;
	width:287px;
	height:90px;
}
#navitems {
	width:715px;
	height:91px;
	float:right;
}

ul#ctas {
	width:644px;
}
li#ctas {
	display:inline;
	margin: 0px 0px 0px 0px;
}



input.newsletter, textarea.newsletter {
	padding: 3px;
	outline: 0;
	font: normal 12px'Droid Sans', arial, serif;
	color:#FFFFFF;
	width: 165px;
	background: #888559;
	border: 1px solid #666666;
	/*background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;*/
	}


span#tagEscalones {
	position: absolute;
	display: block;
	top: 150px;
	width: 895px;
	text-align: right;
	z-index: 50;
}
span#tagMalku {
	position: absolute;
	display: block;
	top: 85px;
	width: 915px;
	text-align: right;
	z-index: 50;
}

input.SideBarSearch {
	width: 190px !important;
	width: 218px;	
	height: 24px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-right: 0px solid #e4e4e4;
	font: 14px/28px Arial;
	color: #888559;
	padding-left: 10px;
}

div#SearchArea {
	position: absolute;
	display: block;
	height: 31px;	
	margin-left: 510px !important;
	margin-left: 463px;	
	margin-top: 15px;
}

tr#TableHeader {
	background-color: #717f81;
}

tr#TableHeader td {
	color: #ffffff;
}

tr#TableRow1 {
	background-color: #dbe1c7;
	color: #666666;
	padding-top: 10px;
	text-align: left;
}
tr#TableRow2 {
	background-color: #e1e1e1;
	color: #ffffff;
	padding-top: 10px;	
	text-align: left;	
}

ul li.TableRow1{
list-style:square;
color:#888559;
margin:0px 15px 15px 0px;
vertical-align:top;
font: 14px Arial, serif;
}

ul li.TableRow2{
list-style:square;
color:#888559;
margin:0px 15px 15px 0px;
vertical-align:top;
font: 14px Arial, serif;
}

ul li.TableRow1 a:link, ul li.TableRow1 a:visited, ul li.TableRow1 a:hover {
	position: relative;
	display: block;
	color:#888559;
	text-decoration: underline;
	font: 14px Arial, serif;
}

ul li.TableRow2 a:link, ul li.TableRow2 a:visited, ul li.TableRow2 a:hover {
	position: relative;
	display: block;
	color:#888559;
	text-decoration: underline;
	font: 14px Arial, serif;
}

ul li.SquareBullet a:link, ul li.SquareBullet a:visited, ul li.SquareBullet a:hover {
	position: relative;
	display: block;
	color:#888559;
	text-decoration: underline;
	font: 14px Arial, serif;
}

.recentNews h6 {
	color: #fff;
	padding-left: 20px;
}
.recentNews, .recentNews ul, .recentNews ul li {
	list-style-type: none;
	color: #fff;
	margin: 10px;
	padding: 0px;
}
.recentNews a:link, .recentNews a:visited {
	color: #fff;
}