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


* {
	margin:0;
	padding:0;
}

body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Impact, Charcoal, sans-serif;
	margin-bottom:1em;
	font-weight:normal;
}
p,ul {
	margin-bottom:.5em;
}
ul {
	margin-left:1em;
}
li {
}
a img {
	border:none;
}

a, a:visited {
	text-decoration:none;
	cursor:pointer;
}
a {
	color:blue;
}
a:visited {
	color:purple;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}
/* sitewide */

.invisible {
	display:none;
}
/* lower logo */
#signature {
	position:fixed;
	z-index:99;
	bottom:0;
	right:0;
	width:515px;
	height:134px;
}
/* menu */

#main-menu {
	position:fixed;
	top:0px;
	left:5px;
	width:805px;
	z-index:99;
}
#main-menu img {
	float:left;
}

.menu-item {
	font-size:17px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:67px 15px 45px 15px;
	float:left;
	background: url(../images/menu-item-background.gif) top left no-repeat;
}
.menu-item a, .menu-item a:visited {
	color:#f1f1f1;
}
.menu-item:hover {
	background: url(../images/hover-animation-unselected.gif) left no-repeat;
}
.menu-item:hover a, .menu-item:hover a:visited,.menu-item:hover a:hover, .menu-item:hover a:visited:hover {
	color:black;
	text-decoration:none;
}

.selected {
	background: url(../images/menu-item-selected-background.gif) top left no-repeat;
}
.selected a,.selected a:visited {
	color:black;
}
.selected:hover {
	background: url(../images/hover-animation.gif) left no-repeat;
}

/* content */


#content {
 	position:absolute;
	top:180px;
	left:118px;
	width:590px;
	clear:both;
	padding:0px 0px 100px 3px;
}
#content {
	overflow:visible;
	z-index:5;
}
#content-block {
	position:fixed;
	z-index:89;
	bottom:0;
	left:30px;
	width:680px;
	height:1px;
}
.inset-links {
	float:right;
	margin-left:1em;
	margin-right:-100px;
	width:200px;
	overflow:visible;
}
.inset-links p {	
	margin-bottom:2px;
	white-space:nowrap;
}
.inset-links h3 {	
	margin-bottom:5px;
}
.preview-image-left {
	float:left;
	margin: 5px 10px 5px 0;
	border-bottom:1px #ddd solid;
	border-right:1px #eee solid;
}.preview-image-right {
	float:right;
	margin: 5px 0px 5px 10px;
	border-bottom:1px #ddd solid;
	border-right:1px #eee solid;
}

blockquote, .indent {
	margin-left:1em;
}

/* forms */

label {
	display:block;
}

input[type='radio'] {
	margin-right:1em;
}