#col1, #col2 {
	overflow: hidden;
}

.highlight {
	background-color: #ddf1f1;
	border: 1px solid #a5c9c9;
	margin: 10px 0;
	padding: 10px;
}

/* Standard styles */
.subPage #col1 ul, .subPage #col1 ul li {
  list-style: disc;
}

.subPage #col1 ul {
    margin: 0 10px 10px 30px;
}

.subPage #col1 table.countries ul {
    margin-left: 20px;
}

.subPage #col2 .content img {
  margin: 1em 0;
}

table.countries li {
/*    background:url(../images/bull_square.gif) 0 5px no-repeat; */
    padding: 0 0 0 0px;
    line-height:15px;
}

table.countries li a {
    font-weight:normal !important;
}

#topNav select {
  width: 200px;
  font-size: 11px;
}

/* Sitemap styles */

#sitemap_col1 {
    width: 350px;
    float: left;
    clear: left;
    margin-left: 10px;
}

.sitemap_content {
    padding-left: 10px;
}

#sitemap_col1 ul {
    margin: 0 10px 10px 15px;
    list-style: none;
    padding:0;
}

#sitemap_col1 li {
    padding-bottom: 0px;
    line-height: 18px;
    list-style: none;
}

.sitemap_sub ul, .sitemap_sub li {
    font-weight: normal;
}

#col1 a.sitemap_header_link {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}

#col1 a.sitemap_link {
    text-decoration: underline;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
}

#sitemap_col2 {
    width: 178px;
    float: left;
    margin: 0 0 5px 0px;
}

.jumpCtry_sitemap {
    font-size:11px;
    margin:0;
    padding:0;
    width: 250px;
}

/* 90 year history */

#history {
    float: left;
    padding: 20px 0 80px 10px;
    margin-left: 10px;
    width: 500px;
    background: white;
}

#history a.launchButton {
   display:block;
    width:185px;
    height:23px;
    line-height:20px;
    margin:10px 30px;
    padding-left:30px;
    background:url(/images/90-year/button_launch.gif);
    color:#fff !important;
    text-decoration:none;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 155px;
    font-size: 11px
} html>body .launchButton {
    width: 155px;
}

#history h1 {
    width:200px;
    position:relative;
    top:0;
    left:0;
    font-size: 18px;
    padding: 59px 0 5px 30px;
    margin: 0;
    line-height: 21px;
}

#history_landing {
    width:542px;
    height:323px;
    margin:0;
    padding:0;
    background:url(/images/90-year/bg_landing.jpg) #e3d696;
}

#iframe {
    width: 577px;
    float: left;
    background: white;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/**************** EVENTS RELATED ********************/

.event {
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px #cccccc solid;
}

.event table {
    border: 0;
}

.event td {
    padding: 5px 10px 10px 0;
    vertical-align: top;
}

.event td.type {
    font-weight: bold;
}

table.event_list td {padding: 0.5em 0;}
table.event_list td.date {padding-right: 1em; text-align: right;}

ul.event_list, ul.event_list li {list-style: none !important; list-style-type: none !important; color: #444; margin-left: 0 !important; margin-right: 0 !important;}
ul.event_list li {margin-bottom: 1em !important;}

#event_listing {
    padding: 0 0 10px;
}

#event_listing h2 {
    background: transparent;
    font-size:12px;
    font-weight:bold;
    color: black;
    padding: 0;
    margin:0 0 10px 0;
    clear:both;
    border: 0;
}
/**************** end EVENTS RELATED ****************/

#leftNav ul li.spYel ul {
  border: 0;
}

#leftNav ul li.spYel ul li {
  border:0;
  background-color: #ffe57f;
  padding: 4px 0 0 11px;
}

.section {
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
	margin-top: 10px;
}

/*
FORMS - Right aligned, simple
*/

dl.form, div.non_dl_form {
	padding: 10px;
	background-color: #f0ead6;
}

dl.form dt {
  float: left;
	width: 150px;
	text-align: right;
	padding: 4px 10px 4px 5px;
}

dl.form dd {
	padding: 4px 0;
	font-size: 1em;
}


/* overwrite the original h4 */
.subPage #col1 div.non_dl_form h4 {
	margin: 5px 0 3px 0;
}

/* forms */

form {
	padding: 0;
	margin: 0;
}

.subPage #col1 form ul, form ul {
	margin:0; 
	padding:0;
	list-style:none;
	list-style-type: none;
	width:99%;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	width:96%;
}
form ul li.first{
	border-top:none;
	margin-top:0px;
	padding-top:1px;
}

.subpage #col1 .content form .section p, form .section p {
	font-size:1em;
	padding: 0;
	margin:0 0 1em 0;
}

table.checkboxes td {
	vertical-align: top;
	padding-bottom: 6px;
}

/* form elements */
input, select, textarea {
	font-size: 1em;
}
input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}
input.text, textarea.textarea, select.select, form select{
}

select.country {
	width: 150px;
}

/* errors */
.fieldWithErrors {
	padding: 2px;
	background-color: #d5bb88;
}

.galatti_winner {
  font-size: 10px;
  text-align: center;
  width: 85px;
  margin: 0;
  margin-right: 5px;
  float: left;
}

.winner_photo {
  background: white url("../images/galatti-bio-photo-back.jpg");
  width: 67px;
  height: 84px;
  text-align: left;
  margin: auto;
}

.galatti_clear {
  clear:both;
  height:5px;
}

label.required {
	font-weight: bold;
}