@charset "ISO-8859-1";
@import url("drop_down.css");
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #808080;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	padding: 20px;
	width: 920px;
}
#content #header {
	background-image: url(../images/header_english.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerSpanish {
	background-image: url(../images/header_spanish.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerPortuguese {
	background-image: url(../images/header_portuguese.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerEnglishPS {
	background-image: url(../images/header_english_ps.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerSpanishPS {
	background-image: url(../images/header_spanish_ps.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerPortuguesePS {
	background-image: url(../images/header_portuguese_ps.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerEnglishENT {
	background-image: url(../images/header_english_enterprise.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerSpanishENT {
	background-image: url(../images/header_spanish_enterprise.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #headerPortugueseENT {
	background-image: url(../images/header_portuguese_enterpris.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 198px;
	width: 920px;
	position: relative;
}
#content #dropDown {
	position: absolute;
	left: 768px;
	top: 168px;
}
#content #navigation {
	height: 20px;
	margin-top: 20px;
	padding-right: 45px;
	padding-left: 20px;
}
#content #navigation ul.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	list-style-type: none;
	float: left;
	width: 615px;
}
#content #navigation ul.main li {
	display: inline;
}
#content #navigation ul.main li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content #navigation ul.main li a:hover {
	color: #F5A11C;
}
#content #navigation ul.main li a.first {
	border: none;
	padding-left: 0px;
	color: #D46223;
}
#content #navigation ul.main li a.first:hover {
	color: #F5A11C;
}
#content #navigation ul.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	list-style-type: none;
	float: right;
}
#content #navigation ul.language li {
	display: inline;
}
#content #navigation ul.language li a {
	text-decoration: none;
	color: #D46223;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content #navigation ul.language li a:hover {
	color: #F5A11C;
}
#content #navigation ul.language li a.first {
	border: none;
	padding-left: 0px;
}
#content #information {
	margin-top: 10px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 41px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content #information #informationLeft {
	width: 530px;
	float: left;
}
#content #information #informationLeft .section {
	background-image: url(../images/divider_line.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 10px;
}
#content #information #informationLeft .section strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #104a7d;
	display: block;
	margin-top: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content #information #informationLeft .section strong.homepage {
	font-size: 1em;
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#content #information #informationLeft .section a {
	color: #D46223;
	font-weight: bold;
	text-decoration: none;
}
#content #information #informationLeft .section a:hover {
	color: #f49a0b;
}
#content #information #informationLeft .section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333333;
	margin-top: 1em;
}
#content #information #informationLeft .section p strong {
	color: #333333;
	display: inline;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #information #informationLeft .section p strong.bullet {
	color: #0099CC;
}
#content #information #informationLeft .section ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333333;
	margin-top: 1em;
	margin-left: 30px;
	list-style-type: square;
}
#content #information #informationLeft .section ul li {
	margin-top: 1em;
}
#content #information #informationLeft .section ul li strong {
	color: #333333;
	display: inline;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #information #informationLeft .section #rssBox {
	background-color: #FFFFFF;
	height: 250px;
	width: 400px;
	margin-top: 20px;
	padding-top: 30px;
	margin-bottom: 75px;
	border: 1px solid #999999;
	text-align: center;
}
#content #information #informationLeft .section #rssBox p {
	margin-top: 15px;
}
#content #information #informationLeft .section #rssBox p img {
	padding-right: 10px;
	border: none;
}
#content  #navigation  ul.language     {
	padding-right: 0px;
}
#content #information #informationLeft .rssEnglish {
	background-image: url(../images/subscribe_english.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 379px;
	margin-top: 30px;
	cursor: pointer;
}
#content #information #informationLeft .rssSpanish {
	background-image: url(../images/subscribe_spanish.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width:473px;
	margin-top: 30px;
	cursor: pointer;
}
#content #information #informationLeft .rssPortuguese {
	background-image: url(../images/subscribe_portuguese.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 473px;
	margin-top: 30px;
	cursor: pointer;
}
#content #information #informationLeft .rssEnglish span, .rssSpanish span, .rssPortuguese span {
	display: none;
}
#content #information #informationLeft #accela {
	margin-bottom: 20px;
	background-color: #f4f4f4;
	width: 375px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #999999;
	margin-top: 20px;
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#content #information #informationLeft #formBG {
	margin-bottom: 20px;
	background-color: #f4f4f4;
	width: 500px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #999999;
	margin-top: 20px;
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#content #information #informationLeft form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
#content #information #informationLeft form fieldset {
	clear: both;
	border: none;
	margin-top: 15px;
	display: block;
}
#content #information #informationLeft form fieldset label {
	float: left;
	width: 165px;
	margin-top: 15px;
}
#content #information #informationLeft form fieldset label span {
	color: #D46223;
}
#content #information #informationLeft form fieldset label input {
	width: 150px;
	margin-top: 3px;
	color: #333333;
}
#content #information #informationRight {
	width: 246px;
	float: right;
	padding-right: 6px;
}
#content #information #informationRight #boxTop {
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 246px;
}
#content #information #informationRight .boxContent {
	background-image: url(../images/box_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 5px;
}
#content #information #informationRight .boxContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-left: 15px;
}
#content #information #informationRight .boxContent p a {
	text-decoration: none;
	color: #333333;
	display: block;
}
#content #information #informationRight .boxContent p a em {
	color:#999999;
	font-size:11px;
}
#content #information #informationRight .boxContent p a:hover {
	color: #f49a0b;
}
#content #information #informationRight .boxContent p a img {
	float: right;
	margin-right: 15px;
	border: none;
}
#content #information #informationRight .boxDividerBottom {
	background-image: url(../images/box_middle_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 16px;
	width: 246px;
}
#content #information #informationRight .boxDividerTop {
	background-image: url(../images/box_middle_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 246px;
}
#content #information #informationRight #boxBottom {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 246px;
}
#pageBottom {
	background-image: url(../images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	width: 960px;
}
.clear {
	clear: both;
	height: 15px;
}
.boxClear {
	clear: both;
	height: 5px;
}
#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	border:10px solid #e3e3e3;
	z-index:2000;
	background-color: #FFFFFF;
	background-image: url(../images/preload.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#tinymask {
	position:absolute; 
	display:none; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background:#000; 
	z-index:1500
}
#tinycontent {
	background:#fff
}
