@charset "UTF-8";
/* RESET */

html, body, div, span, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre, font,
a, code, em, font, img, ins, kbd, q, s, samp, small,strong,dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: none;
color: #fff;
}

a:hover {
text-decoration: underline;
}




/* MAIN STYLES*/

html {
	background-image: url(images/bigBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #d4d4d4;
}

#container {
	width: 976px;
	margin: 10px auto;
	padding-left: 50px;
}

#header {
	overflow: hidden;
	height: 100%; /* Needed for IE 6 */
}

#header img {
	float: left;
	padding-bottom:10px;
	padding-left: 15px;
}

/* NAV MENU STYLES*/

ul#nav {
	background: url(images/menu_bg.png) no-repeat;
	display:inline;
	width: 597px;
	height:68px;
	float: right;
	margin-top: 49px;
	margin-right: 0px;
	list-style: none;
}

ul#nav li {
	margin-left: 35px;
	padding-left: 5px;
}

ul#nav li a {
	outline: none;
	font-size: 16px;
	color:#efa60b;
	font-style:italic;
	float: left;
	padding-top: 40px;
	padding-left: 5px;
}

ul#nav li a.active, ul#nav li a:hover {
	color:#FFF;
	text-decoration: underline;
}
		
		
#main {
	height: 503px;
}

/*MAIN IMAGE AND LANG SUB MENU*/

#display {
	background: url(images/main_image.jpg) no-repeat;
	border: 3px solid #bc9748;
	float:left;
	margin-left: 25px;
	width: 868px;
	height:503px;
}

ul#lang_menu {
	background: url(images/lang_menu.png) no-repeat;
	float:right;
	padding-top: 60px;
	width: 77px;
	height: 123px;
	font-size: 11px;
	color:#efa60b;
	line-height: 18px;
}

ul#lang_menu li {
	padding-left: 12px;
}

ul#lang_menu a {
	color:#efa60b;
}

/*INTRO HOMEPAGE BLURB*/

#welcome {
	background: url(images/welcome_block.png) no-repeat;
	padding-top: 20px;
	padding-left: 27px;
	padding-right: 50px;
	margin-left: 143px;
	margin-top: 250px;
	width: 596px;
	height: 167px;
}

#welcome p {
	font-size: 14px;
	color: #FFF;
	line-height: 22px;	
}

#language {
	height: 44px;
	width: 596px;
	margin-bottom: 15px;
}

/* LANG NAV SPRITE STYLES*/

ul#choose li a {
	float: left;
	outline: none;
	display:block;
	margin-top: 0px;
	height: 44px;
	text-indent: -9999px;
}
	
			ul#choose li a.english {
			width: 115px;
			background: url(images/welcome-sprite.png) no-repeat;
			background-position: 0 0px;
			margin-left: 125px;
			padding-left: 40px;
		}
		
			ul#choose li a.spanish {
			width: 154px;
			background: url(images/bienvenido-sprite.png) no-repeat;
			background-position: 0 0px;
			margin-right: 0px;
		}
		
			/*roll over sprite code*/
			
			ul#choose li a.english:hover, ul#choose li a.english:focus {
			background-position: 0 -44px;
		}
	
			ul#choose li a.spanish:hover, ul#choose li a.spanish:focus {
			background-position: 0 -44px;
		}

/*FOOTER*/

#footer {
	background: url(images/footer.png) no-repeat;
	width: 875px;
	height: 25px;
	margin-left: 25px;
	margin-top: 18px;
	padding-top: 3px;
}


#footer p {
	font-size: 12px;
	color: #FFF;
	line-height: 22px;	
}

#footer p.designby {
	float:right;
	padding-right: 15px;
	padding-top: 0px;
}

#footer p.copyright {
	float:left;
	padding-left: 15px;
	padding-top: 0px;
}