/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	background: #ccc;
}

em{
	background: none;
}

#topbar {
	margin:0;
	padding:0;
	background: #40403f;
	height:24px;
}

#topbar ul{
	list-style:none;
	margin:0;
	padding:0;
}

#topbar ul li{
	float:right;
	height:22px;
	margin-top:2px;
	margin-left:8px;
	margin-right:8px;
	padding:0;
}

#topbar ul li input{
	height:12px;
	font-size:10px;
}

#topbar ul a{
	color: #ccc;
	font-size:0.8em;
}

#search{
	margin:0;
	padding:0;
	background-image: url('images/search.gif');
	width:52px;
	height:13px;
	cursor:pointer;
	border-style:solid;
	border-width:0px;
}
#body{
	width: 960px;
	margin: 0 auto;
	padding:0;
	border-top:1px solid #40403f;
}

#header{
	margin:0;
	padding:0;
	height:143px;
	background:url('images/header_bg.jpg') top left no-repeat;
}

#motto{
	margin:0;
	padding:0;
	font-family:'Coronet';
	font-size:28px;
	color: #000;
	font-style:italic;
	font-weight:bold;
	position:relative;
	top:80px;
	left:110px;
}

#normal{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:24px;
	color: #000;
	font-weight:bold;
}

#nav{
	list-style:none;
	margin:0;
	padding:0;
}

#nav li{
	float:left;
	height:128px;
	width:300px;
	margin-left:4px;
	padding:0;
}

#nav li ul{
	list-style: none;
	padding:0;
	margin:0;
}

#nav li ul#tweak{
	float:left;
}

#nav li ul li{
	padding-left:3px;
	color: #ccc;
	height:14px;
	width:256px;
	float:right;
}

#nav li ul li a{
	color: #2e4b78;
	font-size:0.8em;
	text-decoration: none;
	background: url('images/blue_bullet.gif') top left no-repeat;
	padding-left:6px;
	letter-spacing: .006em;
}

#nav li ul li a.current{
	color: #2e4b78;
	font-size:0.8em;
	text-decoration: none;
	font-weight:bold;
	background: url('images/rattle_bullet.gif') top left no-repeat;
	padding-left:9px;
	letter-spacing: .008em;
}

#nav li ul li a.current:hover{
	color: #2e4b78;
}

#nav li ul li a:hover{
	color: #c51201;
	font-weight:bold;
	background: url('images/red_bullet.gif') top left no-repeat;
}

#nav li:hover ul li{
	color: #999;
}

#nav li ul li.node{
	padding:0;
	color: #275797;
	margin:3px;
	font-weight:bold;
}

#nav li#sig{
	width:339px;
	background: url('images/logo.gif') top left no-repeat;
}

#subnav{
	height:18px;
	background: url('images/subnav_bg.gif') bottom left repeat-x;
	color: #2e4b78;
	font-size:0.8em;
	padding-left:6px;
	letter-spacing: .006em;
	border-top:1px solid #ccc;
}

#subnav a{
	color: #2e4b78;
	text-decoration:none;
}

#subnav a:hover{
	color: #c51201;
}

.back{
	color:$2e4b78;
	font-size:0.9em;
	text-decoration:none;
	letter-spacing:.006em;
	background: url('images/menu_bullet.gif') top left no-repeat;
	padding-left:20px;
}
.back:hover{
	background: url('images/hmenu_bullet.gif') top left no-repeat;
}


#slideshow{
	height:350px;
}

#container{
	margin-top:1px;
	padding-top: 10px;
	padding-bottom:10px;
	border-top: 3px	solid #919191;
	background:url('images/content_bg.gif') top left repeat-x #a2adb6;
	min-height:200px;
	overflow:visible;
	font-size: 0.825em;
	line-height:1.25em;
}

#container em{
	font-weight:bold;
	color:#03c;
}

#container em.quotes{
	color: black;
	font-weight:normal;
	font-size: 1.05em;
	font-style:italic;
}

#container #spec{
	/*font-weight:bold;*/
	color:#00a;
	font-style:oblique;
}


#container a{
	color:blue;
	background: url('images/link.gif') top left no-repeat;
	text-decoration: none;
	padding-left: 12px;
}

#container a.pdf{
	color:blue;
	background: url('images/pdf.gif') top left no-repeat;
	text-decoration: none;
	padding-left:16px;
}

#container h5{
	letter-spacing:0.1em;
}

#container h6{
	letter-spacing:0.075em;
}

.lettered{
	list-style: lower-alpha;
}

.indent{
	text-indent:2em;
}

.current{
	color: #5189d2;
	font-size:0.9em;
	text-decoration: none;
	background: url('images/rattle_bullet.gif') top left no-repeat;
	padding-left:9px;
	letter-spacing: .008em;
}

#footer{
	margin:0;
	padding:0;
	background: #40403f;
	height:24px;
	display:block;
	color:#ccc;
	font-size:0.8em;
	border-top:1px solid white;
}

#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li{
	float:left;
	height:22px;
	margin-top:2px;
	margin-left:8px;
	margin-right:8px;
	padding:0;
}

#footer ul li a{
	color: #fff;
}


.alpha-shadow {
	float:left;
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	padding: 1px;
	}

.alpha-shadow div {
	background: url('images/shadow2.png') no-repeat left top !important;
	background: url('images/shadow2.gif') no-repeat left top;
  	float: left;
  	padding: 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin:4px;
  padding:4px;
}

