/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	background: #FFF;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #144b8f; /* old #297CE2 */
	font-weight: normal;
	width: 100%;
}

a {
	color: #144b8f;
	text-decoration: none;
}

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

.clearer{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

#container {
	margin: 0px auto;
	padding: 0;
	background: url(../images/inner_background.jpg) no-repeat;
	width: 1000px;
	height: 1021px;
}

#Slogan {
	font-size: 11px;
	font-weight: bold;
	width: 350px;
	text-align: left;
	margin: 20px 0px 0px 70px;
}

#logo {
	margin: 2px 0px 0px 25px;
	width: 75px;
	height: 72px;
	background: url(../images/inner_logo.jpg) no-repeat;
}

.button {
	font-weight: bold;
	font-size: 11px;
	position: relative;
}

#nav {
	margin: 1px 0px 0px 193px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#nav ul li {
	margin: 0px 0px 0px 9px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}

#nav ul li a {
	text-decoration: none;
	color: #144b8f;
}

#nav ul li a:hover {
	color: #ff8040;
	text-decoration: underline;
}

#subnav {
	width: 227px;
	margin: 65px 0px 0px 40px;
}

#subnav ul {
	list-style: inside;
	padding: 0;
	margin: 0;
}

#subnav ul li {
	font-weight: regular;
}

#subnav ul li a{
	text-decoration: none;
	font-weight: bold;
	color: #144b8f;
}

#subnav ul li a:hover {
	color: #ff8040;
	text-decoration: underline;
}

#languageBar {
height:20px;
width: 150px;
float: right;
text-align:right;
margin: 35px 0px 0px 0px;
font-size: 12px;
}

#innerContainer {
	width: 680px;
	height: 650px;
	margin: 40px 0px 0px 20px;
	text-align:justify;
}

.header {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.innerHeader {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.header li, .innerHeader li{
	float: left;
	margin: 0px;
	height: 19px;
}

.headerBg{
	background: url(../images/header_bg.gif) repeat-x;
	width: 560px;
	padding: 2px 0px;
	font-weight: bold;
}

.headerRight{
	background: url(../images/header_right.gif) no-repeat;
	width: 25px;
}

.headerLeft{
	background: url(../images/header_left.gif) no-repeat;
	width: 25px;
}

.innerHeaderBg{
	background: url(../images/header_bg.gif) repeat-x;
	width: 560px;
	padding: 2px 0px;
	font-weight: bold;
}

.innerHeaderRight{
	background: url(../images/header_right.gif) no-repeat;
	width: 25px;
}

.innerHeaderLeft{
	background: url(../images/header_left.gif) no-repeat;
	width: 25px;
}

#content {
	height: 506px;
	width: 650px;
	overflow-y: scroll;
	margin: 10px 0px 0px 15px;
	padding: 0px 10px;
}

#address {
	font-size: 11px;
	width: 450px;
	text-align: left;
	margin: 70px 0px 0px 10px;
}

.error {
	color: red;
}








