/* general formatting */

body {
	margin: 0px;
	padding: 28px 0px 10px 0px;
	font-family: Times New Roman, Times Roman, serif;
	color: #404040;
	font-size: 62.5%;
	background: #FFFFFF url(/images/bgtile.gif) repeat-x scroll top;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2.8em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	color: #b00c4a;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text, input.password, textarea {
	font-family: Times New Roman, Times Roman, serif;
	color: #000000;
	padding: 1px;
	border: 1px solid #a9aaab;
}

select {
	font-size: 1em;
	line-height: 1em;
}

textarea {
	height: 8em;
	line-height: 1.3em;
}

a {
	color: #b00c4a;
}

a:hover {
	text-decoration: none;
	color: #6c6c6c;
}

.white {
	color: #FFFFFF;
}

ul {
	margin-top: 5px;
}

.clearer {
	clear: both;
}

.red {
	color: #b00c4a;
}

.blue {
	color: #4f6eb1;
}

a.linkicon, a.linkicon_white {
	text-decoration: none;
	background: transparent url(/images/greyarrow.png) no-repeat scroll right 5px;
	padding-right: 7px;
	color: #b00c4a;
}

a.linkicon_white {
	background: transparent url(/images/whitearrow.png) no-repeat scroll right 5px;
	color: #FFFFFF;
}

a.linkicon:hover {
	text-decoration: underline;
}




/* structural styles */

#pageContainer {
	position: relative;
	width: 986px;
	margin: 0 auto;
}

#topContainer {
	height: 91px;
}

#logo {
	position: absolute;
	width: 227px;
	height: 70px;
	left: 0px;
	top: 12px;
	background: transparent url(/images/logo.gif) no-repeat scroll top;
}

#logo h1 {
	position:absolute;
	left: -999em;
}

#topcall {
	position: absolute;
	left: 617px;
	width: 368px;
	top: 0px;
	color: #818181;
	font-size: 1.9em;
	line-height: 1em;
	text-align: right;
}

#topcall.french {
	position: absolute;
	left: 350px;
	width: 635px;
	top: 0px;
	color: #818181;
	font-size: 1.9em;
	line-height: 1em;
	text-align: right;
}


#topcall.spanish {
    left: 580px;
    width: 400px;
}

#topcall span {
	color: #b00c4a;
	font-size: 1.1em;
}

#topNav {
	position: absolute;
	left: 244px;
	height: 15px;
	top: 37px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topNav.french {
	position: absolute;
	left: 244px;
	height: 15px;
	top: 22px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topNav2 {
	position: absolute;
	left: 244px;
	height: 15px;
	top: 44px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topNav li {
	float: left;
	font-size: 1.4em;
	height: 16px;
	padding: 1px 20px 0px 16px;
	background: transparent url(/images/navicon.gif) no-repeat scroll 0px 2px;
}

#topNav2 li {
	float: left;
	font-size: 1.4em;
	height: 16px;
	padding: 1px 20px 0px 16px;
	background: transparent url(/images/navicon.gif) no-repeat scroll 0px 2px;
}

#topNav.spanish li {
    padding: 1px 13px 0px 9px;
}

#topNav.german li, #topNav.German li {
	padding: 1px 25px 0px 16px;
}

#topNav a, #topNav.french a, #topNav2 a {
	color: #404040;
	text-decoration: none;
	display: block;
}

#topNav a:hover, #topNav.french a:hover, #topNav2 a:hover{ color: #c6dbea; }

#searchBox {
	position: absolute;
	width: 196px;
	left: 770px;
	top: 31px;
	font-size: 1.3em;
	line-height: 1em;
	background-color: #b2b2b2;
	padding: 6px 10px;
}

#searchBox input.text {
	float: left;
	border: none;
	color: #909090;
	width: 161px;
	height: 16px;
	padding: 1px 1px 1px 3px;
}

#searchBox img {
	float: left;
}




/* footer styles */

#footer {
	clear: left;
	border-top: 1px solid #c95b85;
	font-size: 1.1em;
	padding: 6px 0px 0px 0px;
}

#footer div {
	float: right;
}

#footer div a {
	color: #404040;
	text-decoration: none;
}

#footer div a:hover {
	color: #b00c4a;
}

#langs {
	width: 255px;
	font-weight: bold;
}

#footer #langs a {
	color: #b00c4a;
}
