@charset "UTF-8";
html, body {
	height: 100%;
	background: #d2e0e0;
}

body {
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #401E17;

}

/* MAIN WRAPPER FOR LONG CONTENT */
div.body {
	height: 100%;
	background: #d2e0e0 url(../images/global/bg_gradient.png) repeat-x top center;
}
* html div.body {
	height: 100%;
}

/* CONTAINER WRAPPER */
div.container {
	min-height: 100%;
	width: 1000px;
	background: #a7c1c0 url(../images/global/container_gradientnew.png) repeat-x top center;
	margin: 0 auto;
	border: none;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	text-align: left;
}


/* DELIBERATELY LEFT EMPTY */
#logo_large {}
#logo_small {}

/* NAV BAR MAIN PAGE */
#nav {
	margin: 0 auto;
	padding-left:23px;

	width: 879px;
	height: 43px;
}

	#nav ul {
		list-style-type: none;
	}
	
		#nav ul li {
			display: inline;
		}
		
			#nav ul li a {
				text-decoration: none;
				float: left;
				height: 43px;
				width: 121px;
				background: url(../images/global/navbar_centerbutton.png) no-repeat;
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				font-size: 18px;
				line-height: 43px;
				color: #a7c1c0;
				text-transform: uppercase;
				text-align: center;
			}
			
			#nav ul li.leftbutton a {
				width: 123px;
				background: url(../images/global/navbar_leftbutton.png) no-repeat;
			}
			
			#nav ul li.rightbutton a {
				width: 123px;
				background: url(../images/global/navbar_rightbutton.png) no-repeat;
			}
			
			#nav ul li a:hover {
				background-position: 0 -43px;
			}

/* NAV BAR INNER PAGES */
#nav_in {
	margin: 0 auto;
	width: 879px;
	height: 43px;
	padding-left: 23px;
}

	#nav_in ul {
		list-style-type: none;
	}
	
		#nav_in ul li {
			display: inline;
		}
		
			#nav_in ul li a {
				text-decoration: none;
				float: left;
				height: 43px;
				width: 121px;
				background: url(../images/global/navbar_in_centerbutton.png) no-repeat;
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				font-size: 18px;
				line-height: 43px;
				color: #a7c1c0;
				text-transform: uppercase;
				text-align: center;
			}
			
			#nav_in ul li.leftbutton a {
				width: 123px;
				background: url(../images/global/navbar_in_leftbutton.png) no-repeat;
			}
			
			#nav_in ul li.rightbutton a {
				width: 123px;
				background: url(../images/global/navbar_in_rightbutton.png) no-repeat;
			}
			
			#nav_in ul li a:hover {
				background-position: 0 -43px;
			}

/* STUB AT BOTTOM OF PAGE FOR END OF RED BAR */
#body_end {
	background: url(../images/global/body_footer.png) no-repeat;
	width: 550px;
	height: 22px;
	margin: 0 auto;
}

#contentroundtop {
	width: 847px;
	margin: 7px 20px 0px 73px;
}

/* FOOTER */


#footer2 {
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	width: 800px;
	
}

/* TEXT DEFINITIONS */

p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

	p.first {
		margin: 0;
	}

	p.last {
		margin: 0;
		clear: both;
	}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

	h2.centered_list {
		text-align: center;
		margin: 5px 0;
	}

h3 {
	font-size: 13px;
	margin: 0;
	line-height: 14px;
}

h4 {
	font-size: 11px;
	margin: 0;
	line-height: 14px;
}

#main_content ul {
	margin: 0;
	padding: 0;
}

	#main_content li {
		font-size: 11px;
		list-style-type: square;
		margin: 5px 0 5px 12px;
	}

#footer a {
	text-decoration: none;
	color: #401E17;
	}
	
#footer	a:hover {
		text-decoration: underline;
}


/* MISC ELEMENTS */

img {
	margin: 0;
	padding: 0;
}

hr.green_rule {
	width: 100%;
	border: 0;
	height: 2px;
	background-color: #ACC0C6;
	margin: 4px 0;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.icon {
	float: left;
	border: 2px solid #ffffff;
}

.right_align {
	text-align: right;
}

.hide {
	position: absolute;
	top: -20000px;
}

.pdf{
	background:#401E17 url('../images/global/pdf.png') center right no-repeat;
	padding-right: 21px;
}

