@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(../_images/mouse2.png);
	color: #000;
	background-repeat: repeat;
	background-position: center center;
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 320px;
	position: relative;
}


#navigation {
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
	background-color: #FFFFFF;
	height: 300px;
}
#navigation table {
	font-size: 0.8em;
	margin-top: 0.6em;
}
#navigation table tr td a:link, #navigation table tr td a:visited {
	text-decoration: none;
	color: #283887;
	background-image: url(../_images/nav_rollover2.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 30px;
	/* [disabled]margin-right: 10px; */
}
#navigation table tr td a:hover {
	background-position: left bottom;
	color: #FFF;
}
#navigation table tr td a.holder {
}

#navigation table tr td a.current:link, #navigation table tr td a.current:visited {
	color: #FFFFFF;
	background-position: left bottom;

}
#navigation table tr td a.current:hover {
	background-position: left bottom;
}





#mainContent {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 570px;
	float: right;
	font-size: 0.9em;
	line-height: 1.6;
}
#mainContent div ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,pre ,address ,blockquote ,span ,ul ,ol ,li ,dl ,dd ,dt ,img  {
	padding: 0px;
	margin: 0px;
}
#mainContent p {
	margin-bottom: 1.4em;
	margin-right: 1.5em;
}
#mainContent h1 {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-size: 1.6em;
	color: #283887;
}
#mainContent h2 {
	font-size: 1.2em;
	margin-bottom: -0.2em;
	color: #0C74BA;
}
#mainContent table {
	font-size: 1em;
}

#mainContent #enquiry input.text {
	width: 200px;
}
#mainContent #enquiry input.text:focus, #mainContent #enquiry textarea:focus {
	border: 1px solid #9d6124;
}
#flash {
	background-color: #FFF;
	height: 285px;
	clear: both;
}




#footer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 70px;
	clear: both;
}


#footer table {
	font-size: 0.7em;
}

#footer table tr td a:link, #footer table tr td a:visited {
	color: #283887;
	text-decoration: none;
}

#footer table tr td a:hover {
	text-decoration: underline;
}
#footer table tr td a.holder {
}
#footer table tr td a.current:link, #footer table tr td a.current:visited {
	text-decoration: underline;
}
