/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =========== Main Layout Styles ============= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#header {
	height: 177px;
}

#container {
	position: relative;
	width: 760px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #364A31;
	background: #BDCE34 url("images/perrosdeasistencia-background.png") 0 0 repeat-x;
}

/* =========== Header Styles ============= */

h1 {
	position: relative;	left: 20px;
	top: 11px;
	height: 160px;
	width: 186px;
	background: transparent url("images/perrosdeasistencia-logo.gif") 0 0 no-repeat;
}

h2 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	z-index: 200;
}

h2#part1 {
	position: absolute;
	top: 10px;
	left: 322px;
}

h2#part2 {
	position: absolute;
	top: 50px;
	left: 372px;
}

h1 span, #extraDiv1 span, #extraDiv2 span, #extraDiv3 span, #extraDiv4 span {
	display: none;
}

ul#language {
	position: absolute;
	top: 120px;
	left: 515px;
	text-align: right;
	list-style-type: none;
	font-size: 12px;
	color: #364A31;
}

ul#language a {
	color: #364A31;
	text-decoration: none;
}

ul#language a:hover {
	color: #E2D112;
}

/* =========== Main Navigation Styles =========== */

#nav {
	position: relative;
	background: #364A31;
	color: #E2D112;
	font-size: 16px;
	border-top: 1px solid #364a31;
	border-right: 1px solid #364a31;
	border-bottom: 1px solid #364a31;
	width: 230px;
	height: 210px;
	margin-bottom: 25px;
	z-index: 500;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	width: 230px;
	display: block;
	line-height: 21px;
}

#nav a {
	display: block;
	width: 134px;
	color: #E2D112;
	text-decoration: none;
	padding: 0 45px 0 35px;
	border-left: 8px solid #364a31;
	border-right: 8px solid #364a31;
	overflow: hidden;
}

#nav a:hover {
	border-left: 8px solid #bacc35;
	border-right: 8px solid #bacc35;
	color: #9ab843;
	text-decoration: none;
}

#nav a span {
	display: none;
}

#nav a:hover span {
	display: block;
	position: absolute;
	top: -1px;
	left: 231px;
	
}

#nav li.current a {
/*	color: #9ab843;
*/	border-left: 8px solid #bacc35;
	border-right: 8px solid #bacc35;
}


#pageImage {
	position: absolute;
	top: 177px;
	left: 231px;
	z-index: 300;
}


/* =========== Content Styles =========== */

#content {
	position: relative;
	width: 720px;
	margin: 0 auto;
	background: #fff url("images/perrosdeasistencia-content-divider.gif") 0 0 repeat-y;
	border-top: 1px solid #364a31;
	color: #1D271B;
	z-index: 500;
}

#contentLeft {
	float: left;
	width: 170px;
	padding: 12px 23px;
}

#contentRight {
	display: block;
	margin-left: 225px;
	font-size: 12px;
	padding-right: 20px;
}

/* Hide from IE5-mac \*/

* html #contentLeft {
	margin-right: 11px;
}

* html #contentRight	 {
	height: 1%;
	margin-left: 0;
}

/* End IE5/mac hide */


/** html #contentRight {   Stu's solution - CSS doesn't validate
	display: inline-block;
	padding-left: 2px;
}

*/
#contentRight h3 {
	font-size: 25px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	background: transparent url("images/perrosdeasistencia-header-paw.gif") 0 0 no-repeat;
	padding-left: 35px;
}

#contentRight h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding-left: 35px;
}

#contentRight h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding-left: 35px;
}

#contentRight p {
	margin: 10px 0;
	padding-left: 35px;
	line-height: 18px;
}

#contentRight a {
	color: #88a53b;
	color: #364a31;
	text-decoration: underline;
}

#contentRight a:hover {
	color: #364a31;
	color: #88a53b;
	text-decoration: none;
}

ul.subNav {
	list-style-type: none;
	color: #88A53B;
	text-align: left;
}

ul.subNav a {
	font-size: 12px;
	color: #88A53B;
	text-decoration: none;
}

ul.subNav a:hover {
	font-size: 12px;
	color: #364a31;
	text-decoration: none;
}

ul.subNav li {
	line-height: 15px;
	margin: 0 0 6px 0;
}

ul.subNav li.current a {
	color: #364a31;
/*	border-left: 8px solid #bacc35;
	border-right: 8px solid #bacc35;
*/}

ul.list {
	padding-left: 55px;
	list-style-type: disc;
	line-height: 18px;
}

ul.list li, ul.indent li, #contentRight ol li {
	margin: 0 0 5px 0;
}

ul.indent {
	padding-left: 35px;
	list-style-type: square;
	line-height: 18px;
}

#contentRight ol {
	padding-left: 55px;
	line-height: 18px;
}

/*ul.peopleList {
	padding-left: 55px;
	list-style-type: disc;
	line-height: 18px;
}

ul.peopleList li {
	margin: 0 0 100px 0;
}

*/

.peopleDiv {
	padding-left: 0;
	margin: 0;
	clear: both;
}

.fotoRight {
	float: right;
	padding: 5px 0 0 10px;
}

.fotoPeople {
	float: right;
	clear: both;
	margin: 5px 0 15px 10px;
	border: 2px solid #364a31;
}

/*========== Hidden text CSS Play method ===========*/
a.hid {color:#000; text-decoration:none; outline-style:none; padding-left:35px;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; color:#1D271B; width:100%; font-style:normal; cursor:default; text-decoration: none;}
.clear {clear:both;}

#FLVPlayer {
	padding-left: 40px;
/*	border: 1px solid #364a31;
*/}

#contentFooter {
	clear: both;
	width: 720px;
	margin: 0 auto;
	height: 26px;
	background: #BDCE34 url("images/perrosdeasistencia-content-footer.gif") 0 0 no-repeat;
}

/* =========== Footer Styles =========== */

#footer {
	padding: 30px 0 20px 20px;
	font-size: 10px;
	color: #364a31;
}
	
#footer a {
	color: #364a31;
	text-decoration: none;
}

#footer a:hover {
	color: #fe0000;
/*	text-decoration: overline;
*/}

/* =========== Extra divs for placement of imagery, etc. =========== */

#extraDiv1 {
	position: absolute;
	top: 17px;
	left: 230px;
	width: 300px;
	height: 450px;
	background: transparent url("images/perrosdeasistencia-paws-background.png") 0 0 no-repeat;
	z-index: 100;
}
