@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
margin: 0px auto;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: url(../../images/home2/bg.jpg) repeat-x #accdef;
}

#main {
	width: 1024px;
	height: 732px;
	margin: 0px auto;
	text-align: LEFT;
}

#header {
	margin: auto;
	width: 1024px;
	height: 82px;
}

a:link {
	color: #606060;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #606060;
}

a:hover {
	color: #7da356;
	text-decoration: none;
}

#langSelect {
	width: 300px;
	height: 50px;
	margin-top: 0px;
	float:right;
}

.linkBox1 {
	width: 70px;
	height: 30px;
	padding-top: 15px;
	padding-left: 3px;
}

.linkBox2 {
	width: 70px;
	height: 30px;
	padding-top: 15px;
	padding-left: 0px;
}

.linkBox3 {
	width: 70px;
	height: 30px;
	padding-top: 15px;
	padding-left: 0px;
}

.linkBox4 {
	width: 70px;
	height: 30px;
	padding-top: 15px;
	padding-left: 10px;
}

.activeBG {
	background: url(../../images/home2/langSelectRollOverspanish.jpg) no-repeat top left;
	color: #7da356;
}

.activeBG2 {
	background: url(../../images/home2/langSelectRollOverspanish2.jpg) no-repeat top left;
	color: #7da356;
}

.nonactiveBG {
	color: #7da356;
}

#footer {
	margin: auto;
	width: 1024px;
	height: 60px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	color: #606060;
}

/* Menu Bar */

#menu {
	background: url(../../images/spanishmenu/menu-home.jpg)  no-repeat;
	width: 1024px;
	height: 50px;
	margin: auto;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5e96cb;
}

/*Middle of Page */
#middle {
	margin: auto;
	width: 1000px;
	height: 550px;
	color: #606060;
	padding-top: 0px;
	position: relative;
}

#left {
	float: left;
	width: 490px;
	position: absolute;
	z-index: 1;
}

#leftSub {
	float: left;
	width: 300px;
}

#leftTop {
	background: url(../../images/subGeneral/greenBoxTop.jpg) no-repeat top left;
	height: 102px;
	width: 247px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}

#leftTopText {
	height: 50px;
	width: 150px;
	margin-left: 40px;
	margin-top: 40px;
}

#leftMiddle {
	background: url(../../images/subGeneral/greenBoxMid.jpg) repeat-y top center;
	width: 247px;
	height: 200px;
	margin-left: 30px;
}

#leftBottom {
	background: url(../../images/subGeneral/greenBoxBottom.jpg) no-repeat top left;
	height: 575px;
	width: 247px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#right {
	float: right;
	width: 480px;
	height: 540px;
	background: url(../../images/home2/spanish/middleBoxesgreen.jpg) top right no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#rightTop {
	margin: auto;
	width: 380px;
	height: 200px;
	margin-top: 110px;
	line-height: 16px;
}


#rightBottom {
	margin-left: 50px;
	float:left;
	width: 410px;
	height: 100px;
	margin-top: 100px;
	line-height: 16px;
	color: #7da356;
	font-weight: normal;
}
/*Footer */

#footer2 {
	width: 1000px;
	height: 40px;
	margin: auto;
	color: #606060;
	font-size: 10px;
	text-align: left;
	padding-bottom: 20px;
}

#footerLeft {
	float: left;
	width: 655px;
	margin-top: 20px;
	margin-left: 15px;
}

#footerLeft p {
	padding-bottom: 5px;
	font-size: 11px;
}

#footer2 a:link {
	color: #606060;
}


#footer2 a:hover {
	color: #FFFFFF;
}


#footer2 a:visited {
	color: #606060;
}

#footerRight {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 75px;
	margin-top: 37px;
}

#footerRight a:hover {
	color: #FFFFFF;
}

