/*
Text - 
*/
body, a, b, i, p, u, div, table, td, h1, h2, h3, h4, h5, h6 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}


/*

Layout - Size, images, colors etc.

*/
body {
	text-align:			center;
	background-color:	#2A2D3E;
	margin:				0;
	padding:			0;
}
table.container {
	margin:				0 auto;
	padding:			0;
	width:				730px;
	height:				100%;
}
td.toplogo {
	height:				150px;
	background:			url('img/toplogo.jpg');
}
td.contact {
	height:				30px;
	background:			url('img/address.gif');
	text-align:			center;
	vertical-align:		middle;
	font-size:			11px;
	color:				#28344C;
}
table.menu_page_container {
	height:				100%;
	width:				100%;
}
td.menu {
	width:				143px;
	background:			url('img/menubackground.jpg');
	background-repeat:	repeat-x;
	background-color:	#B0B0AE;
	padding-top:		5px;
}
td.menu_page_seperator {
	width:				4px;
	background-color:	#E5EAF1;
}
td.pageheader {
	height:				85px;
	background:			url('img/board_top.jpg');
	font-size:			28px;
	color:				white;
	padding-left:		1.6em;
}
td.page {
	padding:			0.8em;
/*
	background:			url('img/board_back.jpg');
	background-position: top right;
	background-repeat:	no-repeat;
*/
	background-color:	white;
	font-size:			13px;
}
td.pagefooter {
	height:				5px;
	background:			url('img/board_bottom.gif');
}

/*

Menu - .

*/
td.menucontainer {
	padding-top:		15px;
}
.navlist td {
	padding:			8px 0 10px 10px;
	background-image:	url('img/menu_line2.gif');
	background-repeat:	no-repeat;
	background-position: -3px bottom;
}
.navlist div.submenu {
	padding-left:		18px;
}
.navlist td a.mtop {
	background-image:	url('img/menu_arrow_white_right.gif');
	background-repeat:	no-repeat;
	background-position: 0px -0.2em;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	text-decoration:	none;
	color:				white;
	padding-left:		1.5em;
}
.navlist td a.mtopselected {
	background-image:	url('img/menu_arrow_white_down.gif');
	background-repeat:	no-repeat;
	background-position: 0px -0.2em;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	color:				white;
	padding-left:		1.5em;
}
.navlist div.submenu a {
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	text-decoration:	none;
	color:				white;
	padding-left:		0;
}


/*

Contact - .

*/
.contact {
	font-size:			11px;
}
.contact span.name {
	font-weight:		bold;
}


/*

Firm Linking

*/
.firm {
	text-align:			center;
	border-top:			1px dotted white;
	padding:			8px 10px 10px 5px;
	font-size:			13px;
	color:				white;
}
.firm span.name {
	font-weight:		bold;
}
.firm a {
	text-decoration:	none;
	color:				white;
}
.firm a:hover {
	text-decoration:	none;
	color:				red;
}