/* Layout 
------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
#header {
	width: 920px;
	height: 87px;
	padding: 20px 40px 30px 40px;
	text-align: left;
	position: relative;
	background: url(../images/bg-headernav.gif) repeat-x 0 48px;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	width: 150px;
	height: 142px;
	background: url(../images/logo.png) no-repeat 2px 0;
	overflow: hidden;
	text-indent: -1000em;
}
	#header h1 a {
		position: absolute;
		display: block;
		width: 150px;
		height: 150px;
	}
#mainimage {
	position: absolute;
	top: 0;
	display: block;
	padding: 0 18px 0 40px;
	width: 730px;
	height: 683px;
	overflow: hidden;
	background: url(../images/homepage.jpg) no-repeat 0 0;
}

#sidebar {
	width: 166px;
	height: 219px;
	background: #eeeeee;
	float: left;
	border-bottom: 1px solid #a33038;
}
#login {
	width: 166px;
	margin: 195px 0 0 12px;
	font-size: 0.75em;
}
	#login a {
		color: #a33038;
		text-decoration: none;
		font-weight: bold;
	}
	#login a.visited {
		color: #a33038;
		text-decoration: none;
		font-weight: bold;
	}
#homecopy {
	float: left;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 40px 20px 20px 40px;
	margin: 0;
	width: 530px;
	background: #fff;
	color: #343434;
}
#sectioncopy {
	float: left;
	text-align: left;
	padding: 35px 20px 20px 25px;
	margin: 0;
	width: 480px;
	background: #fff;
	color: #343434;
}
#bodycopy {
	float: left;
	text-align: left;
	padding: 35px 20px 20px 25px;
	margin: 0;
	width: 750px;
	background: #fff;
	color: #343434;
}
#bodycopy2 {
	float: left;
	text-align: left;
	padding: 35px 20px 20px 50px;
	margin: 0;
	width: 764px;
	background: #fff;
	color: #343434;
}
#subimage {
	padding: 0 47px 0 47px;
	width: 906px;
}

.col {
	display: block;
	position: relative;
	width: 350px;
	margin: 0 15px 20px 0;
	padding: 0;
	float: left;
}
	.one {
		border-right: 1px solid #ccc;
		padding-right: 15px;
	}
.tertiary {
	clear: both;
}

.letter {
	position: relative;
	display: block;
	clear: left;
	overflow: hidden;
	background: url(http://legacygr.publishpath.com/Websites/legacygr/Images/letter.jpg) no-repeat 0 0;
	margin-top: -30px;
	width: 500px;
	min-height: 820px;
	padding: 165px 130px 70px 110px;
	font-size: 100%;
	font-family: georgia, 'MS Serif', 'times new roman', times, serif;
	color: #392f0c;
	z-index: 10;
}

/* Navigation 
------------------------------------------------------------- */

#subnav {
	width: 145px;
	float: left;
	background-color: #f0f0f0;
	margin: 40px 0 20px 47px;
	padding: 0;
	text-transform: uppercase;
	display: inline; /* To fix doubled-margin bug in IE6 */
}
	#subnav_none {
		width: 28px;
		float: left;
		display: inline; /* To fix doubled-margin bug in IE6 */
	}
	#subnav ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#subnav ul li {
		margin: 0;
		padding: 0;
		display: inline; /* To fix doubled-margin bug in IE6 */
		line-height: 1.2em;
		border-top: 1px solid #f0f0f0;
	}
	#subnav ul li a {
		display: block;
		color: #343434;
		font-size: .8em;
		line-height: 1.2em;
		font-weight: bold;
		background: #f0f0f0 url(../images/square_filled.jpg) no-repeat 8px center;
		background-image: url(../images/square_empty.jpg);
		padding: 8px 5px 8px 19px;
	}
	#subnav ul li a,
	#subnav ul li a:visited {
		color: #406a88;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	#subnav ul li a:hover, #subnav ul li.active a {
		color: #173448;
		background-image: url(../images/square_filled.jpg);
		background-color: #e2e2e2;
	}
	#subnav ul li a.selectedPage,
	#subnav ul li a.selectedPage:visited {
		color: #343434;
	}


/* Override CMS defaults 
------------------------------------------------------------- */
#region_MainContent .actions {
	clear: left !important;
	overflow: hidden;
	z-index: 1000;
}

.element .btn_text {
	font-size: 10px;
	width: 200px;
	font-family: "arial condensed", sans-serif;
}