/* *
 * CSS Reset
 * */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* *
 * Site styles
 * */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 87.5%;
	background: #353C2B;
}
stong {
	font-weight: bold;
}
.central {
	width: 930px;
	margin: 0 auto;
	padding: 15px;
}
.heading {
	font-family: Corbel, Arial, Verdana, sans-serif;
}

/* *
 * Wrap
 * */
#wrap {
	position: relative;
}

/* *
 * Header
 * */
#head {
	background: #A3BF4D url(../images/header.jpg) 50% 0 no-repeat;
	color: #ffffff;
	padding-bottom: 25px;
}
	#head .top {
		height: 38px;
		padding-top: 12px;
		padding-bottom: 0;
		margin-bottom: 15px;
	}
		#head .top .page-title {
			float: left;
			font-size: 1.7857em;
			text-transform: lowercase;
			line-height:1em;
			padding-bottom: 0.2em;
		}
			#head .top .page-title span {
				color: #DBE1CD;
			}
		#head .top .cta {
			float: right;
			font-size: 1.4285em;
			padding-top: 3px;
			line-height:1em;
			padding-bottom: 0.2em;
		}
			#head .top .cta span {
				font-weight: bold;
			}
		#head .bigcta {
			height: 115px;
			padding-top: 0;
		}
			#head .bigcta p {
				font-size: 1.9285em;
				padding: 0.3em 0;
			}
				#head .bigcta p a.request-assistance {
					display: inline-block;
					vertical-align: middle;
					background: url(../images/ra-large.png) 0 0 no-repeat;
					width: 237px;
					height: 38px;
					overflow: hidden;
				}
					#head .bigcta p a.request-assistance span {
						display: inline-block;
						margin-left: 237px;
					}
			#head .bigcta p.motto {
				font-size: 2.4285em;
			}

/* *
 * Nav styles
 * */
#nav {
	position: relative;
	margin-top: -25px;
	margin-bottom: -19px;
	background: url(../images/nav-bg.gif) no-repeat 50% 0;
	font-size: 1.4285em;
	font-weight: bold;
	color: #ffffff;
}
	#nav ul {
		background: url(../images/nav.gif) repeat-x 0 0;
		height: 44px;
		padding: 0 24px 0;
		width: 912px;
		text-align: center;
	}
		#nav ul li {
			display: inline;
		}
			#nav ul li a {
				display: inline-block;
				height: 44px;
				line-height: 44px;
				color: #ffffff;
				text-decoration: none;
                text-transform: lowercase;
				margin-right: 42px;
			}
				#nav ul li a:hover,
				#nav ul li.current a {
					background: url(../images/nav-active.gif) 50% bottom no-repeat;
					color: #839852;
				}
			#nav ul li.last a {
				margin-right: 0px;
			}

#main {
	background: #F0F2C2 url(../images/body-bg.gif) 50% 0 repeat-y;
	padding-top: 19px;
	border-bottom: 2px solid #1C1F16;
}
	#main .inner {
		background-color: #ffffff;
		padding: 30px 30px 60px;
		overflow: auto;
		width: 900px;
	}
	#main .left {
		width: 640px;
		float: left;
	}
	#main .right {
		width: 210px;
		float: right;
		border-left: 1px solid #000000;
		padding-left: 30px;
	}
		#main .right p a.request-assistance {
			display: inline-block;
			vertical-align: middle;
			background: url(../images/ra-medium.png) 0 0 no-repeat;
			width: 210px;
			height: 32px;
			overflow: hidden;
		}
			#main .right p a.request-assistance span {
				display: inline-block;
				margin-left: 210px;
			}
	#main a {
		color: #E96300;
		text-decoration: none;
	}
		#main a:hover {
			text-decoration: underline;
		}

.rich p {
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.rich h1,
.rich h2,
.rich h3,
.rich h4 {
	margin-bottom: 0.5em;
}
.rich h1,
.rich h2 {
	font-size: 1.7142em;
	color: #E96300;
}
.rich h3 {
	font-size: 1.2857em;
	color: #E96300;
}

#footer {
	color: #ffffff;
}
	#footer p {
		text-align: center;
	}
	#footer p small {
		font-size: 0.7857em;
	}
	#footer p a {
		color: #ffffff;
	}
	#footer p a:hover {
		color: #E96300;
	}
