/* STANDARD STYLES */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #e8d2a0;
}

table, tr, td, p, hr, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

hr {
	display: none;
}

a {
	text-decoration: underline;
	color: #991a38;
}

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

address {
	font-style: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
}


/* HEADER ELEMENTS */

.headersection {
	background-color: #000000;
	color: #ffffff;
	height: 118px;
}

.header {
	width: 920px;
	margin: 0 auto;
}

.header h1 {
	display: none;
}

.headimg {
	float: left;
	width: 340px;
}

.headimg img {
	padding: 12px;
}

.hdcontact {
	float: right;
	width: 560px;
	padding-top: 0px;
}

.hdaddress {

	float: left;
	font-size: 70%;
	font-style: italic;
	padding-top:86px;
}

.hdtelephone {

	float: right;
	font-size: 110%;
	padding-top:4px;
}


/* CONTENT CONTAINERS */

.container {
	width: 920px;
	margin: 18px auto 0 auto;
}

.container18 {
	height: 18px;
}

.navsection {
	float: left;
	width: 216px;
}

.bodysection {
	float: right;
	width: 678px;
	font-size: 70%;
}

.copysection {
	float: left;
	width: 398px;
	padding-right: 18px;
	background-color: #e8d2a0;
}

.sidesection {
	float: right;
	width: 262px;
	text-align: center;
	background-color: #e7c57a;
}

.sideback {
	background-image: url(../images/site/side_bar.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.boxlinks {
	margin-top: 8px;
}

.boxlinks a {
	background-color: #bf836c;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 30px;
}

.boxlinks a:hover {
	background-color: #991a38;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 30px;
}

/* NAVIGATION ELEMENTS */

.navigation {
	text-align: right;
	font-weight: bold;
	padding: 16px 12px 0 12px;
}

.navigation li {
	list-style: none;
	padding: 3px 0 6px 0;
}

.navigation a {
	text-decoration: none;
	font-size: 70%;
	color: #911a38;
}

.navigation a:hover {
	text-decoration: none;
	color: #000000;
}

.btmline {
	border-bottom: 1px solid #d5c067;
}


/* SEARCH AREA */

.searchbox {
	font-size: 70%;
	padding: 30px 12px 0 12px;
}

.searchhead {
	color: #ffffff;
	background-color: #911a38;
	padding: 4px 6px;
	margin-bottom: 6px;
}

.searchbox em {
	color: #991a38;
	font-size: 80%;
	font-style: normal;
}


.searchbox select {
	font-size: 100%;
	width: 192px;
	margin-bottom: 6px;
}

.searchbox input {
	font-size: 100%;
}

.submit {
	text-align: right;
}

#googleLogo img  {
	margin-top:3px;
	display:inline;
	float:left;
	padding-top:5px;
}

#googleLogo .submitButton {
	background:#911A38;
	border:0px;
	color:#fff;
	padding:4px 10px;
	float:right;
	display:inline;	
	margin-top:15px;
}



/* BASE ELEMENTS */

.footersection {
	background-color: #000000;
	color: #ffffff;
	font-size: 60%;
	height: 26px;
}

.footer {
	width: 920px;
	margin: 0 auto;
	padding-top: 7px;
}

.footerleft {
	width: 300px;
	float: left;
	padding-left: 12px;
}

.footerright {
	width: 600px;
	float: right;
	text-align: right;
	padding-right:5px;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #991a38;
	text-decoration: underline;
}

.footspace {
	height: 26px;
}

/* MAIN CONTENT */

.mainimg {
	padding-bottom: 12px;
}

.bodysection h2 {
	padding: 6px 8px 6px 8px;
	background-color: #991a38;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 180%;
	color: #ffffff;
}

.textpadding {
	padding: 8px;
}

.textpadding ul {
	margin-left: 16px;
}

.copysection p {
	padding: 6px 0;
}

.std strong {
	color: #991a38;
	font-size: 120%;
}

.smallprint {
	color: #991a38;
	font-style: italic;
	font-size: 85%;
}

/* SIDE BAR */

.sidepadding {
	padding: 16px;
}

.sidesection img {
	padding-bottom: 14px;
}

.sidefoot {
	background-image:url(../images/international/int_strapline.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
}

.sidepanelText 
{
	text-align:left;
	
}

.sidepanelText ul
{
	padding-left:16px;
	
	
}

/* PEOPLE STYLES */

.people {
	border-top: 1px solid #991a38;
	padding: 10px 0;
}

.peoplebase {
	border-bottom: 1px solid #911a38;
}

.people img {
	float: right;
	padding: 0 0 18px 16px;
}

.people strong {
	color: #991a38;
	font-size: 120%;
}

/* CONTACT FORM ELEMENTS */

.formstyle td {
	padding: 6px;
	border-bottom: 2px solid #e8d2a0;
}

.formline {
	background-color:#e7c57a;
}

.formhead {
	background-color:#991a38;
	color: #ffffff;
}

.formbreak {
	height: 10px;
}


.formstyle input, textarea {
	padding: 3px;
	border: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* SLIDESHOW */

#imageContainer {
	height:220px;background:url(uploads/slideshow/1.jpg	) no-repeat;
	position:relative;
	top:0; left:0;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	height: 202px;
	width:398px;
}

#search {
	font-weight:bold;
}

