/* CSS Document */

/* ---[ Get rid of browsers default settings ]------------------------------- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
margin: 0;
padding: 0;
border: 0;
}

html, body {
height: 100%;
}

/* -Align table to the top-- */

td { 
	vertical-align: middle;
}

/* -- */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background: #ffffff;
}


#flashcontent {
	height:545px;
	width:706px;
	vertical-align: middle;
	text-align: center;
}

/* ---[ Generic image floaters ]------------------------------- */
/* Use the class selector at the bottom and click select class for images */

.leftimage {
margin-right: 5px;
margin-top: 3px;
float: left;
clear: both;
}

.rightimage {
margin-left: 15px;
margin-bottom: 5px;
float: right;
}


/* ---Main page holder (table class)--- */

.page {
	margin: 0px auto;
	padding: 0;
	width: 706px;
	height: 100%;
	vertical-align: middle;
	}
	


/* ---[ main menu system ]------------------------------- */

#menu {
	float:left;
	clear:none;
	padding-left: 248px;
	margin-top: 40px;
	list-style: none;
	width: auto;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li.selected {
    color: #51543f;
}

#menu a {
    font-size: 12px;
	float: left;
	width: auto;
	padding: 0px 20px 0px 0px;	
	text-decoration: none;
	color: #867A6B;
}

#menu a:hover {
	color: #212125;
	text-decoration: none;
}

#menu a.active {
    color: #212125;
}

/* -- */

#whiteline {
	font-size:0em;
	margin: 0;
	padding: 0;
	border: 0;
	width: 907px;
	height: 3px;
	clear: both;
	background: #FFF;
	}
	
#whitelinebot {
	font-size:0em;
	margin: 0 0 10px;
	border: 0;
	width: 907px;
	height: 3px;
	clear: both;
	background: #FFF;
	}
	
#whitelinetop {
	font-size:0em;
	margin: 10px 0 0;
	border: 0;
	width: 907px;
	height: 3px;
	clear: both;
	background: #FFF;
	}
	
#toptext {
	height: 24px;
	}

.toptextpad {
	padding-top:8px;
	padding-bottom:8px;
	}

#logo {
	float:left;
	clear:both;
	}


/* -- */

#bottombg {
	height: auto;
}

#text {	
	margin-left:428px;	/* Fix no */
	padding-top:21px;
	padding-right:20px;	/* Fix no */
	padding-bottom:120px; /* Fix no */
}







/* ---[ links ]------------------------------- */


a:link, a:visited {
text-decoration: none;
color: #657E95;
}

a:active {
text-decoration: none; 	
color: #51543f;
}

a:hover {
color: #51543f;
text-decoration: none;
}

