/**************** General Classes *****************/
body {
	margin: 0px; /* Global Gray Light */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666;
	background-image: url(../fondos/otro_verde.jpg);
	background-repeat: repeat-x;
	background-color: #587557;
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 780px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #578557; /* Accent 1 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #78A769; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #017A20; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #2170bd; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

#homePage h1, #homePage h2, #homePage h3 {
  clear: none;
}

#footer {
	text-align: center;
	padding: 5px;
	color: #666666;
	clear: both;
	width: 770px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#footer a {
  text-decoration: none;
}

#borderTop {

}

#borderBottom {
	height: 9px;
}

/**************** Header Classes *****************/
#logo {
	padding: 8px 0px 0px 8px;
}

#homePage #header {
	height: 225px;
	vertical-align: top;
}


#subPage #header {
	height: 112px;
}

#homePage #header h1 {
	color: #FFFFBF; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	padding: 90px 30px 0px 30px;
	margin: 0px;
}

#homePage #header p {
	padding: 8px 425px 0px 30px;
	color: #F1F0EE; /* Global Gray Light */
}

#subPage #header h1{
	color: #FFFFBF; /* Accent 7 */
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 236px;
	text-transform:lowercase;
	line-height: 18px;
	margin: 0px;
}

/**************** Top Nav Classes *****************/
#topNav {
	padding: 5px;
	background-image: url(../fondos/fondo_verde1.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#innerContainer {
	background-repeat:repeat-y;
	margin: 10px 8px 15px 0px;
}
#homePage #innerContainer {
	background-image: url(../fondos/side_background_gral.jpg);
}
#subPage #innerContainer {
	background-image: url(../siteassist_images/side_background.jpg);
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 180px;
}
#subPage #innerContainer #innerLeft {
	width: 170px;
}

#homePage #innerContainer #innerRight {
	margin-left: 185px;
}
#subPage #innerContainer #innerRight {
	margin-left: 195px;
	padding: 10px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 5px 5px 10px 0px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px 0px;
	width: 170px;
}

#homePage #sideNav a {
  text-decoration: none;		
}

#homePage #sideNav a {
	display: block;
}

#homePage #featured {
	padding: 0px 0px 10px 5px;
	clip: rect(auto,auto,auto,auto);
}

#homePage #featured .featuredLeft {
	width: 395px;
	float: left;
	padding-right: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
}

#homePage #featured .featuredRight {
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #999999;
	width: 170px;
	float: right;
}

#homePage #featured a {
	font-weight: bold;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #featured li {
	padding-bottom: 10px;
}
#logo_bajo {
	padding: 8px 0px 0px 8px;
	background-image: url(../fondos/fondo_verde2.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 24px;
}
#breadcrumb {
	padding: 10px;
	background-image: url(../fondos/fondo_verde.jpg);
	background-repeat: repeat-x;
}
