@charset "UTF-8";
/* CSS Document */
body {
	background: #dddddd url(/siteimages/bg.gif) repeat-x;
	margin: 14px 0 0 0;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
#container {
	margin: 0 auto;
	padding: 3px;
	background-color: #FFF;
	width: 1024px;
}
#innerborder {
	border: 1px solid #cccccc;
}
#innercontainer {
	height: 100%;
	background: #fff url(/siteimages/bar_left_bg.gif) repeat-y;
}
#nav {
	height: 62px;
	background: url(/siteimages/nav_bg.gif) repeat-x;
}
#search {
	width: 320px;	
	float: left;
	height: 45px;
	padding-left: 14px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	background: url(/siteimages/bar_right_bg.gif) no-repeat;
}
#leftside {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	width: 180px;
}
#rightside {
	margin-left: 270px;
	padding-bottom: 10px;
    width: 740px;
}
#spacer { 
	clear: both; 
}
#footer {
	margin-top: 10px;
	padding: 15px;
	background-color: #eaeaea;
	color: #636363;
	font-size: 9px;
}
#footer a {
	color: #636363;
	text-decoration: none;
}
.header {
	color: #3895d2;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#leftnav, #leftnav a {
	color: #636363;
	/*padding: 10px 0 10px 10px;*/
	font-size: 10px;
	text-decoration: none;
}
.navcontainer {
	position:absolute;
	visibility: hidden;
	line-height: 20px;
	margin-top: -12px;
	margin-left: 15px;
	background-color: #3895d2;
	font-size: 11px;
	color: #cccccc;
	border-left: #eff7fb solid 3px;
	border-right: #eff7fb solid 3px;
	border-bottom: #eff7fb solid 3px;	
}	
.navinside {
	text-align: left;
	padding: 10px;
}
.navinside a {
	font-weight:normal;
	color: #eff7fb;
	text-decoration: none;
}
.navinside a:hover {
	font-weight:normal;
	color: #fff;
	text-decoration: none;
}
