/* ----------container to center the layout---------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
cursor:pointer;
background: url(../imgs/header-background.gif);
height: 140px;
text-align: center;
padding: 0px;
margin: 0px; }

#banner h1 {
	font-variant: small-caps;
	text-align: center;
	font-size: 72px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
}

#banner h2 {
	line-height: 0.6em;
	color: #c87226;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.24em;
	margin:0;
}

#banner h3 {
	line-height: 0.6em;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.36em;
	margin:0;
}

/* ----------outer and inner----------------- */
#outer{ 
	border-left: solid 170px #f2a35c;  /* color of the left column  */ 
	background: url(../imgs/menu-border.gif);
	background-repeat:repeat-y;
	background-position:0px; 	
} 

#inner{ margin:0px; width:100%; padding-bottom:10px; padding-top:10px} /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:170px; 
 float:left; 
 position:relative; 
 margin-left:-170px; 
 margin-right:1px;
 }

/* -----------------content--------------------- */
#content{ 
	padding:10px; 
	margin: 0 0 0px 34px;	
}

#contentInside{
	padding:20px; 
	margin: 0 0 0px 34px;
}

#content h1, #content h2, #content h3 {
	padding: 0.5em 0;
	margin: 0;
}

#content img{
	padding:10px 0;
	margin:0;
}

#content p {
	text-align: justify;
}

.textCentered{
	text-align: center;
}

.textRight{
	text-align: right;
}

#content a, #contentInside a{ 
	text-decoration:none;
	color:#FF9900;
}

#content li a, #contentInside li a{ 
	color:#000000;
}

#content a:hover, #contentInside a:hover{ 
	text-decoration:underline;
	color:#FF9900;
}

.contentUL li {
	list-style-image: url(../imgs/orange-square.gif);
	text-align: justify;
	margin: 10px 0;	
}

#content ol {
  font: italic 1em Georgia, Times, serif;
  color: #999999;
}

#content ol  p{
  font: 1em Verdana;
  color: #000000;
}

.sliderIndex span a{
	text-decoration:underline;
	color:#000000;
	text-align: left;
}

.sliderIndex span a:hover{
	color:#000000;	
}

.sliderIndex {
	font-size: 10px;	
	float: right;
	border-left: 1px solid #ffc474;
	padding-left:5px;
	width: 225px;
}

.imageSlider {
	margin-bottom:10px;
}

.orangeDiv{ 	
	text-align:center;
	padding:10px; 
	margin: 7px 0 0 0;
}

.orangeTitleDivContainer{
	height: 150px;
	margin-bottom: 10px;
	cursor:pointer;
}

.orangeTitleDiv {
	cursor:pointer;
	position: absolute;
	float: left;
	text-align:left;
	padding:10px; 
	margin: 68px 7px;
	width: 650px;
}

.orangeTitleDiv  h2, .orangeTitleDiv  h3{
	display: inline;
}

.orangeTitleDiv  h3{
	font-size: 14px;
	color: #e29550;
}

.orangeTitleDiv  p{
	margin: 0px;
	padding: 0px;
}

#subcontent, .subcontent, .faqcontent { 
	padding:20px; 
	margin: 7px 0 0 0;	
}

.question{
	background-color: #FFEAC6;
	padding:10px;
}

.imgLeft {
	float:left;
	padding-right: 10px !important;
	
}

.imgRight {
	float:right;
	margin-right: 10px !important;
}
/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	height: 24px;
	background: url(../imgs/footer-background.gif);
	background-repeat:repeat-x;	
	padding:5px;
	margin:0px;
	text-align: center; 
} 

#bottomMenu a {
	text-decoration: none;
	color: #000;
}

/*  ----------------menu---------------------- */ 

#menu {
	width: 170px;
	border: 0px;
	margin: 0px;
	padding-right: 24px;
	}
	

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
}
	
#menu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 19px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(../imgs/menu-item-background.gif);
	padding: 9px 0px 0 15px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #fff;
	background: url(../imgs/menu-item-background.gif) 0 -28px;
	padding: 9px 0 0 15px;
	}

#menu ul li .menuSelected {
	color: #ffff;
	background: url(../imgs/menu-item-background.gif) 0 -28px;
	padding: 9px 0 0 15px;
	cursor:default;
	}	

/* forms */
#budgetForm label, #budgetForm input, #budgetForm select, #budgetForm textarea{
    width: 330px;
	display:block;
	margin:0 10px;
}

/*buttons*/
button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}
button.submitBtn { 
  background:url(../imgs/button-right.png) right no-repeat; 
  font-size:1.2em; 
}
button.submitBtn span { 
  height:41; 
  line-height:41px;
  background:url(../imgs/button-left.png) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(../imgs/button-right-hover.png) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(../imgs/button-left-hover.png) left no-repeat; 
}
.date {
	font-size: 10px;
	color: #AAAAAA;
	line-height: 0.1em;
}
.subcontent li {
	list-style-image: url(../imgs/orange-square.gif);
	text-align: justify;
	margin: 10px 0;	
}
.user-comments {
	font-weight: bold;
}
.comments-container {
   position: relative;
   height: 45px;
   }

.comments-left-element {
   position: absolute;
   text-align:left;
   }

.comments-right-element {
   position: absolute;
   right: 0;
   text-align: right; /* depends on element width */
   } 
.comments-right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   } 

#budgetForm input, #budgetForm textarea, #budgetForm select{
	font-size:14px;
	padding:3px; 
	border: solid 1px #ffc474;
}   
.inputOk{
	border: 1px solid #ffc474;
	background-color: #ffffff;
}
.inputError{
	border: 1px solid #ff0000;
	background-color: #ff6666;
}
#budgetForm label {
	font-size:11px;
	font-weight:bold;
	color:#666;
}
#budgetForm label.opt {
	font-weight:normal;
}

#dateForm {
	padding-bottom:0px;
	margin-bottom:0px;
	width:100%;
	font-size: 10px;
	color: #AAAAAA;	
}
.aviso-legal {
	position:absolute; bottom: 15px;margin:0 auto 0 auto; width:100%;
}

