@charset "UTF-8";

body {
padding: 0;
margin: 0;
font: 11px Arial, Helvetica, sans-serif;
color: #545555;

}
/******** all text styling******/
p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #545555;
	line-height: 16px;
	margin: 5px 0 15px 0;
}
a {
	color: #1599D6;
	text-decoration: none;
}
a:hover {
	color: #1599D6;
	text-decoration: underline;
}

.dropCap {
	font: 45px Arial, Helvetica, sans-serif;
	line-height: 36px;
	padding: 2px 4px 0 0;
	float: left;
}
.medium {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 19px;
}
#main_box h3 {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#header .rednav {
	float: left;
	display: block;
	margin: 24px 0px 0px 408px;
	color: #CC3333;
	font: 12px Arial, Helvetica, sans-serif;
}
* html #header .rednav {
	margin: 24px 0 0 305px;
}

#header .rednav a {
	color: #CC3333;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#header .rednav a:hover {
	color: #CC3333;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
h1 {
	font: bolder 11px/13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h2 {
	font: 13px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 8px 0;
}

ul {
	padding: 0;
	margin: -5px 0 5px 40px;
}
ul li {
	line-height: 16px;
}
.pagetitle {
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.smallcaps2 {
	text-transform:lowercase;
	font: 11px Arial, Helvetica, sans-serif;
	color: #545555;
	line-height: 16px;
	font-variant:small-caps;
}
.small {
	font-size: 10px;
}
.xsmall { font-size: 9px; line-height: 10px;}

.big {font-size: 20px; }
/******************************/
.grey_bar { /*****the silly grey bar that goes across the very top****/
	display: block;
	background-color: #CCCCCC;
	width: 100%;
	height: 30px;
}
#wrapper {
	display:block;
	width:955px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	overflow: hidden;
}
* html #wrapper {
	display:block;
	width: 965px;
	height: auto;
}
#header {
	display: block;
	float: left;
	width:935px;
	height: 115px;
	padding: 0 0 0 20px;
	background: url(../images/shadow_top.jpg) no-repeat bottom left;
}

#nav {
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	height: 38px;
	width: 780px;
}
#nav ul {
	list-style:none;
	float: left;
	padding: 0;
	margin: 0;
}
#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
}
/**************end header and navigation styling************/
/*****styling for main content area*****/
#main_box {
	background: url(../images/shadow_mdl.jpg) repeat-y top left;
	width: 800px;
	height: auto;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
	float: left;
	/*clear: both;*/
}

#bottomShadow {
	display: block;
	width: 800px;
	height: 40px;
	margin: 0 0 50px 0;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	background: url(../images/shadow_botm.jpg) no-repeat bottom left;
}


/*encloses the 3 divs at the top over the horizontal blue line, each color has it's own specific one of these
#top_content {
	width: 670px;
	float:left;
	display: block;
	border-left:30px solid #81CBCB;
} */

#left_nav {
	display: block;
	width: 145px;
	float: left;
	padding: 15px 10px 5px 10px;
}
* html #left_nav {
	padding: 15px 0 5px 5px;
}
/*other left_nav info can be found on individual color style sheets*/

/*********main content area, where text goes**************/
#content {
	float:left;
	display: block;
	width: 340px;
	padding: 43px 30px 0 20px;
	min-height: 300px;
}
* html #content {
	margin: 0 1px 0 10px;

}

/*encloses the 3 divs at the bottom under the horizontal  line, each color has it's own specific one of these
#btm_content { 
	width: 670px;
	float:left;
	display: block;
	border-left:30px solid #81CBCB;
}*/

#bottomleft {
	width: 155px;
	padding: 0 0 0 10px;
	float: left;
}
#bottomleft h3 {
	padding: 0;
	margin: 0;
}
#bottommid {
	display: block;
	width: 270px;
	float: left;
	padding: 0 20px 0 0;
	
}
#bottommid ul {
	padding: 0;
	margin: 0 0 0 32px;
}
#bottomright {
	display: block;
	width: 270px;
	float: left;
	padding: 0 20px 0 0;
}
#bottomright ul {
	padding: 0;
	margin: 0 0 0 32px;
}

/******right non-scrolling box*******/
#right_box {
	width: 135px;
	display:block;
	float: left;
}

/**text styling for floating right box**/
#right_box h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #007CA2;
	line-height: 12px;
	padding: 0;
	margin: 0;
}
#right_box h2 a {
	color: #007CA2;
}
#right_box h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #007CA2;
	line-height: 12px;
	padding: 0;
	margin: 0;
}
#right_box h3 a {
	color: #007CA2;
	text-decoration: none;	
}
#right_box h3 a:hover {
	color: #007CA2;
	text-decoration: underline;
}
#right_box p {
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 0;
	margin: 5px 0 15px 0;
}
#right_box a {
	color: #1599D6;
	text-decoration: none;
}
#right_box a:hover {
	color: #1599D6;
	text-decoration: underline;
}
.rightcaption {
	display: block;
	width: 155px;
	float: left;
	margin: 0px 20px 0 20px;
}
/**********end styles for right sidebar****/
/***********footer styling*************/
#footer {
	display: block;
	background-color: #CCCCCC;
	width: 100%;
	height: 75px;
	float: left;
	clear: both;
	margin-top: 50px;
}