body {
	background: #fff url(../images/bg.jpg) repeat-x;
	font-family: verdana;
}

h4{
	font-size: 12px;
}

.footer{
	font-family: verdana;
	margin-top: 40px;
	font-size: 11px;
}


img.dot{
	display: inline;
}

.topper{
	font-family: verdana;
	color: #245c97;
	font-weight: bold;
	font-size: 14px;
}

a.topper{
	text-decoration: none;
	color: #245c97;
}

.bottom_link{
	font-family: verdana;
	color: #245c97;
	font-weight: bold;
	font-size: 10px;
}

.dot{
	padding-bottom: -10px;
	font-family: default;
	font-weight: bold;
	font-size: 30px;
}

p, .page_list li, a{
	color: #333;
	font-size: 12px;
	font-family: verdana;
	text-align: left;
	line-height: 140%;
}

p.blurb{
	height: 130px;
}

#logo_wrapper{
	padding: 23px 0px 10px 0px;
	width: 800px;
	text-align: left;
}

/* Nav and dropdowns */
ul.tabs{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 15px;
}

#nav_wrapper{
	background: url("../images/nav_background.png") no-repeat;
	background-position: center center;
}

ul.tabs li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	background: url("../images/nav_divider.png") no-repeat;
	background-position: right;
}

ul.tabs li:last-child{
	background: none;
}

.nav_cap{
	width: 80px;
}

ul.tabs a{
	position: relative;
	display: block;
	color: #111111;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 8px 10px 8px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FFF;
	font-family: verdana;
}

ul.tabs li a:hover{
	background: #558FD8 url("../images/top_pointer.png") no-repeat;
	background-position: top;
	color: white;
	text-shadow: none;
}

ul.tabs ul li a{
	padding-left: 20px;
}

ul.tabs ul li a:hover{
	background: #558FD8 url("../images/left_pointer.png") no-repeat;
	background-position: 5px 50%;
	color: white;
	text-shadow: none;
}

/* dropdowns
*************************/
ul.dropdown{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown{
	top: 0;
	left: 95%;
}

ul.dropdown li{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a{
	display: block;
	background: #558FD8;
	text-align: left;
	color: white;
	text-shadow: none;
}
