/* CSS Document */

/* =universals  */

* { margin : 0; padding : 0; 
}
h2, h3, h4, h5, p, ul, ol  { margin : 0; padding : 0;
}

/* =body */
body {
	font : 13px Verdana, Arial, sans-serif;
	color : #333333;
	text-align : center;
}
h1, h2, h3 {
	font-weight : bold;
	text-align: left;
	margin-left: 10px; padding-left: 5px;
}
h1 {
	padding-bottom: 0.5em;
	color: #990000;
	font-size: 16px;
}
h2 {
	font-size : 14px;
	color: #CC6633;
	padding-bottom: 3px; padding-top: 3px;
}
h3 { font-size : 14px;  color: #666666; padding-bottom: 3px; padding-top: 3px;
}
img { border: none;
}

p {
	font-size : 13px;
	text-align: left;
	padding: 0 0 .75em 15px;
	line-height: 1.3em;
}
ol, ul {
	text-align: left;
	padding: 0 2em .5em 2em;
	margin-left: 10px; line-height: 1.3em;
}
ul {
	list-style-type: square;
}
ul p {
	margin-left: -2em;
}

a {
	color: #CC6600;
	text-decoration: none;
}
a:hover { color: #990000; text-decoration: underline;
}

#container {
	position:relative;
	float: left;
	width: 100%;
	margin: 0;
	z-index: 1;
	background-image: url(Images/container.jpg);
	background-repeat: repeat-y;
	padding: 0;
}

#content {
	width: 480px;
	height: auto;
	z-index: 2;
	position: relative;
	float: left;
	margin: 0 0 auto 10px;
	padding: 2em 0 1em 0;
}


#bubble {
	position: relative;
	height: 185px;
	width: 235px;
	z-index: 200;
	margin: -25px 0 0 0;
	text-align: center;
	background-image: url(Images/bubble.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #999999;
	padding: 2.5em 0 0 0;
	background-position: 110% top;
}

#bubble p {
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: bold;
	padding-left: -20px;
}

#bubble a {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	line-height: 1.75em;
	text-decoration: none;
}

#bubble a:hover {
	color: #990000;
	text-decoration: underline;
}

.bubbletext {
	text-align: center;
	color: #333333;
	padding-left: 2em;
	font-size: 16px;
	line-height: 1 em;
	font-weight: bold;
}

#logo {
	height: 180px;
	z-index: 500;
	position: absolute;
	margin: 0 0 0 20px;
	text-align: left;
	width: 170px;
	padding-top: 7px;
	top: 5px;
	left: 2px;
}

#logo img { z-index: 500;
}


#banner {
	background-color:#FFFFFF;
	width: 100%;
	z-index: 2;
	position: relative;
	float: left;
	margin: 0px 0px 0 180px;
	text-align: left;
	padding: 25px 0 23px 0;
}

#navbar {
	background-color: #FFCC33;
	width: 100%;
	height: 20px;
	z-index: 2;
	float: left;
	margin: 0 0 0 150px;
}

#spanish {
	width: 155px;
	height: 20px;
	z-index: 2000;
	position: relative;
	float: left;
	margin: 1.5em 0 0 0;
	padding: 0;
	background-color: #FFCC00;
	display: block;
}

#spanish p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-align: right;
}

#spanish a {
	display: block;
	padding: .2em 1em 0 0;
	margin-left: -2em;
	color: #000000;
	width: 150px;
	height: 20px;
}

#spanish a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

#photo {
	width: 290px;
	z-index: 200;
	position: relative;
	float: left;
	margin: 2em 0 0 30px;
	padding: 0;
}
#photo p{
	font-size: 10px;
	padding-bottom: 0.5em;
	padding-left: 0;
}

#footer {
	width: 100%;
	height: 20px;
	background-color: #e6e6e6;
	position: relative;
	font-size: 9px;
	padding: 0.75em 0 0 20em;
	text-align: left;
	line-height: 1em;
	float: left;
} 

#footer a {
	width: 120%;
	height: 20px;
	background-color: #666666;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1em;
	line-height: 1em;
} 

#footer a:hover {
	width: 120%;
	height: 20px;
	background-color: #CC6600;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1em;
	line-height: 1em;
} 
 
.update-tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-variant: normal;
	color: #000000;
	text-align: right;
}
