/* CSS Document */

/*\*//*/
  @import "ie.css";
/**/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a {	text-decoration: none; border: none;}
a:link { color: #374767; }
a:visited { color: #8a5a0e; }
a:hover { color: #fff; background: #f16625;}
a:active { color: #C00; }

a.imglnk {background: none !important;}

#menu a {
	background: url(../img/nav.gif);
} 
#menu a, #edgebottom a { padding: 0 0.25em;}
#menu a:hover { background: #a4c5d9 !important; color: #fff;}
hr { width: 80%; position: relative; left: -3.5%;}

img { border: none; }

h2 { font-size: 120%; font-weight: bold; }

em { font-size: inherit; font-style: normal; font-weight: bold;}

.note { font-size: smaller !important; }

.mainhead { background: #8598a2; margin-bottom: 0; padding-bottom: 1em; padding-top: 1em; clear: both;}
.maintext { background: #8598a2; margin-top: 0; margin-bottom: 0; padding-bottom: 1em;}

.portrait { height: 11em; float: left; }

.borderblack { border: 2px solid black; }

.titlecontact { margin-bottom: -1em; }

.teamcontact { clear: both; }

.floatleft { float: left; }
.floatright { float: right; }

#container {
	background: url(../img/box/boxtop.gif) top left no-repeat;
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
	padding-top: 45px;
}

#menu {
	background: url(../img/box/boxtop.gif) bottom no-repeat;
	position: relative;
	top: -1em;
	padding-left: 25px;
	text-align: center;
	visibility: inherit;
}

#sidebar {
	background: #f16625;
	width: 150px;
	float: left;
	top: 61px;
	position: absolute;
	z-index: 50;
	left: 18px;
}

#sidebar p {
	margin: 0.25em 0.5em 0.25em 0.5em !important;
}

#content {
	background: url(../img/box/boxbg.gif) repeat-y;
	width: 750px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content p {
	margin-right: 50px;
}

#topimg {
	background: url(../img/banner.jpg) no-repeat;
	width: 713px;
	height: 341px;
	margin-left: -7px;
	top: 0px;
}

#edgebottom {
	background: url(../img/box/boxbot.gif) bottom no-repeat;
	float: left;
	width: 750px;
	padding-bottom: 20px;
}

#edgebottom #footer {
	padding: 0 25px;
	text-align: center;
	font-size: 70%;
}
#edgebottom #footer a {
	font-size: 100%;
}

