/* CSS Document */

body {
	background-color: #6D7443;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

img {
	border: none;
}
img.picright {
	float: right;
	padding: 5px 0 8px 5px;
}

img.nopadding {
	padding: 0px;
}

a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
}
li {
	color: #414A3E;
	line-height: 1.4em;
}

h1 {
	color: #CC6600;
	font-size: 150%;
	padding: 0 0 0 20px;
	text-align: center;
}
h1.bolder {
	font-size: 225%;
	color: #FFFFFF;
	margin: 0;
	padding-top: 15px;
}

h2 {
	color: #6D7443;
	font-size: 125%;
	padding-left: 20px;
}

h3 {
	color: #CC6600;
	font-size: 160%;
	padding: 15px;
	margin-left: 120px;
	font-weight: normal;
}
h4 {
	color: #6D7443;
	margin-bottom: 0px;
	margin: 0 20px -15px 140px;
	border-bottom: 1px solid #CC6600;
	font-size: 125%;
	width: 40%;
	font-weight: normal;
}

p {
	line-height: 1.3em;
	color: #4F4E2F;
}

p.aligncenter {
	text-align: center;
	font-style: italic;
}
.floatleft {
}

div#wrapper {
	background-color: #FFFFCC;
	border-top-color: #330000;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-left-color: #330000;
}
div#header {
	height: 134px;
	background-image: url(assets/header.jpg);
}
div#headercontact {
	float: right;
	color: #330000;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
div#headercontact a {
	color: #330000;
}

div#headercontact a:hover {
	color: #660000;
}
	
div#maincontent {
}

div#maincontent p {
	color: #414A3E;
	padding: 15px;
	margin-right: 125px;
	margin-left: 125px;
}


div#leftnav {
	float: left;
	text-align: center;
	padding: 10px;
	width: 100px;
}

div#leftnav a {
	color: #5C3635;
	font-weight: bold;
	font-size: 80%;
}
div#leftnav a:hover {
	color: #CC3300;
}

div#secondarycontent {
	float: right;
	background-color:#FFFF99;
	width: 25%;
	margin: 15px;
}
div#secondarycontent p, div#secondarycontent li {
	color: #3D4125;
	padding: 0 15px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
	font-size: 90%;
}


div#clear {
	clear: both;
}

div#footer {
	background-color: #3D4125;
}
div#footer p {
	color: #889852;
	text-align: center;
	font-size: 90%;
}

/* main menu */

table#mainmenu {
	bottom: 0px;
	height: 40px;
	margin-top: 94px;
	border-top-color: #411111;
	border-top-style: solid;
	border-top-width: thin;
}

table#mainmenu td{
	padding: 2px 0;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	background-image: url(assets/background_marroon_bar.jpg);
}
table#mainmenu td a {
	text-decoration: none;
	color: #CED6B4;
	font-weight: bold;
	font-size: 85%;
}
table#mainmenu td a:hover {
	color: #FFFFCC;
}
table#international {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
table#international td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
td#placeheader {
	background-color: #6D7443;
	border-bottom: 4px solid #3D4125;
	padding: 0;
}
td#overview {
	width: 100%;
}

td#overview p {
	padding: 0 20px;
	margin-left: 0px;
}
td#overview h4 {
	margin-left: 20px;
}


td#placeimages {
	width: 220px;
	padding-top: 50px;
}
td#placeimages p {
	margin: 0px;
}

p.caption {
	font-style: italic;
	font-size: 10pt;
}
