/*------------------------
	Selectors
------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.7%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

p {
	font-size: 1.3em;
	line-height: 165%;
	margin: 0;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 30px;
}
h4 {
	font-size: 1.5em;
	padding-left: 30px;
	margin-top: 20px;
}
h5 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
}

ol {
	color: #666666;
	font-size: 1.4em;
	padding-left: 30px;
	padding-top: 20px;
	margin-left: 20px;
}
ol p {
	font-size: 0.95em;
	margin-top: -15px;
	color: #666666;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-left: -20px;
}
ul ol {
	font-size: 1em;
	margin-top: -10px;
	list-style-position: outside;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/*------------------------
	General Rules
------------------------*/
#home {
	width: 780px;
	margin: 30px auto 0 auto;
}

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 0 0 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 360px;
	height: 120px;
	background-color: transparent;
	background-image: url(../img/logo_pt.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation {
	position: absolute;
	top: 10px;
	width: 420px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 100px;
	height: 100px;
	background-image: url(../img/navigation_pt.png);
}

#nav_home {
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav_history {
	left: 105px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -100px 0px;
}

#nav_program {
	left: 210px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

#nav_application {
	left: 315px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -300px 0px;
}

#nav_home:hover {
	background-position: 0 -100px;
}
#nav_history:hover {
	background-position: -100px -100px;
}
#nav_program:hover {
	background-position: -200px -100px;
}
#nav_application:hover {
	background-position: -300px -100px;
}

#nav_home.current {
	background-position: 0 -200px;
}
#nav_history.current {
	background-position: -100px -200px;
}
#nav_program.current {
	background-position: -200px -200px;
}
#nav_application.current {
	background-position: -300px -200px;
}


#content {
	width: 780px;
	clear: left;
	padding-top: 10px;
}

#copy {
	margin: 0;
	width: 480px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f8ce2d;
	padding-bottom: 20px;
}
#copy h3 {
	font-size: 2em;
	background-color: #f8ce2d;
	color: #FFFFFF;
	margin-left: -10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../img/header_ho5me.png);
	height: 30px;
	margin-bottom: 10px;
}
#copy ul {
	margin-left: 40px;
	font-size: 1.3em;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 30px;
	list-style-type: disc;
}
#copy ol ul {
	margin-top: -8px;
	font-size: 0.95em;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}




#sidebar {
	width: 299px;
	margin: 0;
	padding: 0;
	float: right;
}
#sidebar #language {
	background-color: #f8ce2d;
	background-image: url(../img/header_ho5me.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 309px;
	margin-right: -10px;
	height: 70px;
}
#sidebar #language ul {
	list-style-type: none;
	background-color: #333333;
	width: 100px;
	height: 70px;
	float: right;
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 0px;
}
#sidebar #language ul a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#sidebar #language ul a:hover {
	background-color: #666666;
}

#pictures img {
	border: 1px solid #f8ce2d;
	margin-top: 15px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding: 9px;
}


#footer {
	position: relative;
	clear: both;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 75px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8ce2d;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
#footer ul {
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
}
#footer a {
	padding: 5px;
	color: #666666;
	text-decoration: none;
	font-size: 1.1em;
}
#footer a:hover {
	padding: 5px;
	color: #333333;
	text-decoration: underline;
	font-size: 1.1em;
}

#history {

	width: 780px;
	margin: 25px auto 0 auto;
}

#history #copy h3 {
	background-color: #f8ce2d;
}
#history #copy {
	border-right-color: #f8ce2d;
}
#history #sidebar #language {

	background-color: #f8ce2d;
}
#history #pictures img {

	border: 1px solid #f8ce2dB;
}
#english #navigation a {
	background-image: url(../img/navigation_en.png);
}
* html #navigation {

	position: absolute;
	top: 0px;
	width: 420px;
	z-index: 4000;
}
* html #sidebar #language li {
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
}
#spanish #navigation a {

	background-image: url(../img/navigation_es.png);
}
#spanish #header h1 a {
	background-image: url(../img/logo_es.png);
}
#english #header h1 a {

	background-image: url(../img/logo_en.png);
}
* html #copy h3 {
	margin-left: -7px;
	position: relative;
}
* html #sidebar #language {
	width: 312px;
	margin-right: -23px;
	position: relative;
}
* html #sidebar #language ul {
	height: 70px;
	float: right;
	margin-right: 9px;
	padding: 0px;
	margin-bottom: 0px;
}
* html #history #copy h3 {

	margin-left: -7px;
	position: relative;
}
#application {


	width: 780px;
	margin: 25px auto 0 auto;
}
#application #copy h3 {

	background-color: #e9c22a;
}
#application #copy {

	border-right-color: #e9c22a;
}
#application #sidebar #language {


	background-color: #e9c22a;
}
#application #pictures img {
	border: 1px solid #e9c22a;
}
#application #copy ol {
	list-style-position: inside;
	font-size: 1.3em;
}
#program {



	width: 780px;
	margin: 25px auto 0 auto;
}
#program #copy h3 {


	background-color: #e9c22a;
}
#program #copy {
	border-right-color: #e9c22a;
	width: 480px;
}
#program #sidebar #language {
	background-color: #e9c22a;
}


#program #pictures img {
	border: 1px solid #e9c22a;
}
#table {
	position: relative;
	width: 764px;
	border: 1px solid #e9c22a;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#table table {
	position: relative;
	margin: 15px;
	padding: 0px;
}
#table table td {
	text-align: center;
	border: 1px solid #e9c22a;
	margin: 0px;
	color: #333333;
	font-size: 1.1em;
	padding: 2px;
}
#table table th {
	color: #FFFFFF;
	background-color: #e9c22a;
	border: 1px solid #e9c22a;
	margin: 0px;
	font-size: 1.4em;
	padding: 2px;
}
#table .day {
	background-color: #e9c22a;
	font-weight: bold;
}
#table .time {
	font-weight: normal;
	font-size: 1.2em;
}

#notes {
	width: 480px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9c22a;
	padding-bottom: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#notes ul {

	margin-left: 40px;
	font-size: 1.3em;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 30px;
}
#english #program #pictures {
	width: 298px;
	float: right;
	margin-top: -392px;
	margin-right: 2px;
}
#spanish #program #pictures {

	width: 298px;
	float: right;
	margin-top: -430px;
	margin-right: 2px;
}
#portuguese #program #pictures {

	width: 298px;
	float: right;
	margin-top: -395px;
	margin-right: 2px;
}
#more {


	width: 780px;
	margin: 25px auto 0 auto;
}
#more #copy h3 {

	background-color: #f8ce2d;
}
#more #sidebar #language {


	background-color: #f8ce2d;
}
#more #pictures img {


	border: 1px solid #f8ce2d;
}
#form {



	width: 780px;
	margin: 25px auto 0 auto;
}
#form #copy h3 {


	background-color: #f8ce2d;
}
#form #sidebar #language {



	background-color: #f8ce2d;
}
#form #pictures img {



	border: 1px solid #f8ce2d;
}
#form #sidebar {

	width: 299px;
	margin: 0;
	padding: 0;
	float: right;
}
#form #copy {

	margin: 0;
	width: 480px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9c22a;
	padding-bottom: 20px;
}
#form .subsection {
	padding: 15px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 1px dashed #f8ce2d;
	width: 388px;
	background-color: #f8ce2d;
}
#subsection {
	padding: 15px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 1px dashed #f8ce2d;
	width: 388px;
	background-color: #f8ce2d;
}
#form #copy  .label {
	display: block;
	text-align: right;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 5px;
}
#form .input {
	width: 220px;
	font-size: 0.9em;
}

#form .textarea {
	display: block;
	width: 376px;
}
#form .select {
	width: 220px;
	font-size: 0.9em;
}
#form .inputsmal {
	width: 120px;
	font-size: 0.9em;
}
#form .radio {
	display: block;
	padding: 5px;
	font-size: 1.1em;
}
#submit {
	text-align: right;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
}
#form .subsection h5 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#form .subsection p {
	padding: 0px;
	line-height: 1.4em;
	margin-top: 10px;
}
#index {
	background-image: none;
}

#intro {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #f8ce2d;
	color: #FFFFFF;
}
#intro a {
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 320px;
	height: 89px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#index #portuguese a {
	background-image: url(../img/logoindex_pt.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
}
#index #portuguese a:hover {

	background-image: url(../img/logoindex_pt_over.png);
}
#index #english a {

	background-image: url(../img/logoindex_en.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
}
#index #english a:hover {


	background-image: url(../img/logoindex_en_over.png);
}
#index #spanish a {


	background-image: url(../img/logoindex_es.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
}
#index #spanish a:hover {



	background-image: url(../img/logoindex_es_over.png);
}
.color {
	color: #f8ce2d;
}
#form #message .subsection {

	padding: 15px;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border: 1px dashed #f8ce2d;
	width: 388px;
	background-color: #f8ce2d;
}
