/* CSS Document */
body {
	margin: 0;
	padding:0;	
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#b6b010;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper_top {
     margin: 0 auto;
	 width:899px;
	 height:55px;
	 border-right: 1px solid #e2d084; 
}	

#home {
	position:relative;
	float:left;
	margin-left: -110px;
	margin-top: 27px;
	width:70px;
	height:29px;
	z-index:8;
}

#home a {
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#home a:hover {
	color:#000;
}

#home a.current {
	text-decoration:none;
	color:#000;
	}

#topnav {
	position:relative;
	float:left;	
	margin-left: 260px;
	margin-top: 0;
	background-color:#b1aa01;
	width:640px;
	height:55px;
	z-index:4;
	clear:both;
}

#topnav ul {
	margin-top:27px;
	margin-left:75px;
	height:25px;
	list-style:none;
}

#topnav ul li {
	display:inline;
	margin:0;
	padding:0;
}

#topnav ul li a {
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	float:left;
	padding: 0 11px 0 11px;
}

#topnav ul li a.current {
	text-decoration:none;
	color:#000;
}

#topnav ul li a:hover {
	text-decoration:none;
	color:#000;
}

#wrapper_main {
	 margin: 0 auto;
	 margin-top:0px;
	 width:900px;
	 height:auto;
	/* border-right: 1px solid #e2d084; */
}

#sidepic {
	position:relative;
	float:left;
	background-image:url(../images/bg_es1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#999900;
	width:260px;
	height:670px;
	z-index:5;
	margin-top: -55px;
	margin-left:0px;
	z-index:0;
}

#contact {
    position:relative;
	margin-left: 135px;
	margin-top:65px;
	width: 120px;
	height:auto;	
	font-size: 72%;
	padding:5px;
	color:#000;
}

#content {
	position:relative;
	float:left;
	width:639px;
	height:615px;
	z-index:3;
	border-right: 1px solid #e2d084;
}

#logo {
	position:relative;
	background-image:url(../images/leyes_logo.png);
	background-repeat:no-repeat;
	width:389px;
	height:69px;
	margin-left: 125px;
	margin-top: 52px;
	visibility: visible;
}

#gradient {
	position:relative;
	background-image:url(../images/bg_vert.jpg);
	background-repeat:no;
	background-color:#fff;
	width:639px;
	height:37px;
	z-index:6;
	margin-left: 0px;
	margin-top: 32px;
	visibility: visible;
}

#text {
	position:relative;
	margin-top:20px;
	margin-left:125px;
	width:390px;
	height: 350px;
	overflow:hidden;	
}

#text p {
	font-size:71%;
	text-align:justify;
}

#text li, #text_alt li {
	font-size:71%;
	text-align:left;
	list-style: round;
	margin-left:-25px;
}

#Acc1 li {
	text-align:left;
	list-style: round;
	margin-left:-25px;
}

#text a, #text_alt a {
	color:#000;
	text-decoration: underline;
}

#text a:hover {
	font-weight:bold;
}

/* form */

form { 
}

input, textarea { 
	width:275px;
	color:#000;
	padding:2px;
}

label {
	width: 85px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight:bold;
	padding-top:3px;
	}

.submit input {
	width: auto;
	display:inline;
	float:right;
	color:#000;} 

/*Accordion styling classes*/

#transparant {
	position:relative;
	margin-top:20px;
	margin-left:125px;
	width:410px;
	height:330px;
	background-color: none;
	line-height:16px;
}

.Accordion {
	overflow: hidden;
	height:100%;
	margin:0;
	padding:0;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	margin: 0;
	padding-bottom:5px;
	font-weight:bold;
	cursor: pointer;
	height:15px;
	font-size:11px;
	text-decoration:underline;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding-right:10px;
	height: 250px;
	font-size: 11px;
	line-height: 16px;
}

.AccordionPanelOpen .AccordionPanelTab {
}

.AccordionPanelClosed .AccordionPanelTab {
}

/*Accordion behaviors  classes*/

.AccordionPanelTabHover {
	color: #000;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
}

.AccordionFocused .AccordionPanelTab {
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
