@charset "utf-8";
html, body { height:100%; }
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#696969;
}
a {
	color:#4682B4;
	text-decoration:none;
}
a:hover {
	color:#4682B4;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
}
/* centre within browser */	
#container {
	position:absolute;
	width:956px;
	padding:0px;
	left: 50%;
	/* hide from ie-Mac \*/
	margin-left:-478px; /* this value should be half the container width */
	/* end hide */
}
#top_menu {
	height:35px;
	background-image:url(../images/menu_bg.jpg);
}
#header {
	position:relative;
	height:200px;
}
#logo {
	position:absolute;
	left:0px;
	height:200px;
	width:200px;
}
#picture {
	height:200px;
	width:200px;

}
#login {
	width:200px;
	text-align:left;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
#login form {
display:inline;
}
#login p {
margin:8px 0px 8px 0px;
}
#login .box {
border:1px solid #000000;
background-color:#FFFFFF;
color:#000000;
height:16px;
width:106px;
}
#login .button {
border:1px solid #000000;
background-color:#999999;
color:#000000;
height:20px;
}
#login_box {
	border:1px solid #666666;
	padding:10px;
	text-align:center;
}
#login_button {
	padding:11px 11px 0px 11px;
	text-align:center;
}
#testimonial {
	margin: 0px;
	padding: 10px 5px 10px 5px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#999999;
}

#searchcontainer {
	padding:0px 10px 10px 10px;
}
.searchbox {
	height:16px;
	width:120px;
	border:1px solid #2F4A6C;
	background-color:#FFFFFF;
}
.searchbutton {
	height:20px;
	width:30px;
	background-color:#648FBF;
	border:1px solid #2F4A6C;
	font-size:11px;
	color:#FFFFFF;
}
#bot_menu {
	height:35px;
	background-color:#F4F6F8;
}
#copyright {
	height:20px;
	background-color:#D9D9D9;
	font-size:10px;
	color:#999999;
	text-align:center;
	padding-top:4px;
}












/*
////////////////////////////////////////
// HORIZONTAL TABLE NAVIGATION        //
////////////////////////////////////////
*/
/* TOP NAV */
#horizontal_table_nav {
text-align:right;
}
#horizontal_table_nav td {
	/* background-color: #FFFFFF; */
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	text-align: center;
	padding:0px 10px 0px 10px;
	background-image:url(../images/menu_spacer.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#horizontal_table_nav td:hover {
	background-image: url(../images/menu_ov.jpg);
}
#horizontal_table_nav td.current {
background-color:#21407D;
}
#horizontal_table_nav div {
	height: 35px;
}
#horizontal_table_nav div.current {
	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
	height: 35px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	line-height: 35px;
}
#horizontal_table_nav a.current {
/*	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 24px; */
	color: #FFFFFF;
}
#horizontal_table_nav a:hover.current {
	color: #DDE6F7;
}
#horizontal_table_nav a:hover {
background-image: url(../images/menu_ov.jpg);
	text-decoration: none;
	color: #21407D;
}


/* BOTTOM NAV */
#horizontal_nav {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909FBE;
	padding-top:10px;
	padding-bottom:10px;
}
#horizontal_nav a {
	color:#21407D;
	text-decoration:none;
}
#horizontal_nav a:hover {
	text-decoration:underline;
}

/* SIDE NAV*/
#navcontainer {
	margin: 0px;
	padding: 30px 25px 30px 25px;
	background-color:#EEF2FB;
	text-align:left;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #21407D;
	padding: 6px 0px 3px 0px;
	width: 200px;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration:underline;
}
#navcontainer a.current {
	text-decoration:underline;
}
#navcontainer li li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #21407D;
	padding: 6px 0px 3px 0px;
	width: 200px;
	text-decoration: none;
}