/*TLD styles*/

body {
	width: 820px;
	font-size: 80%;
	line-height: 1.5;
	margin: auto;
	padding: 0;
	background: #7DA52E url(images/pageBck.gif) center repeat-y;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.layPlain {
	background: #7DA52E url(images/plainPageBck.gif) center repeat-y;
}
img {
	text-align: left;
}

#pageWrapper {
	position: absolute;
	width: 800px;
	left: 50%;
	height: 100%;
	margin-left: -400px;
	text-align: left;
	background: url(images/interiorBack2.png) no-repeat 248px top;
}
#pageWrapper.layPlain {
	padding: 0 2em;
	background: #fff;
}
.header {
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
}
ol, ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	padding: 1em 0 .5em 0;
	font-weight: bold;
}
.articleHeadline {
	color: #8A0753;
}
a:link, a:visited {
	color: #31639c;
	font-weight: normal;
}
a:hover, a:active {
	color: #B5BF9E;
}

.header h1 {
	font-size: 1.5em;
}
.header img {
}
.header a {
	font-size: 1.5em;
	text-decoration: none;
}
#head {
	position: relative;
	margin-top: -29px;
}
#topMenu a {
}
#topMenu a em { visibility: hidden; white-space: nowrap; }
a#homeLink {
	position: relative;
	top: 95px;
	left: 20px;
}
a#aboutLink {
	position: relative;
	top: 55px;
	left: 447px;
}
a#contactLink {
	position: relative;
	top: 40px;
	left: 275px;
}
#navL {
	position: relative;
	left: 0;
	width: 114px;
	color: #706B47;
	font-size: 88%;
	padding-left: .3em;
	padding-right: 1em;
	margin-left: 1px;
	height: 100%;
	background: url(images/leftNav.png) repeat-y;
}
#navL a:link, #navL a:visited {
	color: #333;
	text-decoration: none;
}
#navL a:hover, #navL a:active {
	color: #7DA52E;
}
#navL ul a.current  {
	color: #8A0451;
	font-weight: bold;
}
#navL ul {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
}
#navL ul li {
	list-style: url(images/leftNavBul1.png);
}
#navL ul ul {
	margin-left: -1em;
	padding-left: -1em;
}
#navL ul ul li {
	list-style: url(images/leftNavBul2.png);
	margin-top: -.5em;
}
#navL ul ul ul li {
	list-style: url(images/leftNavBul3.png);
}
#navL .activeTop a {
}
#headerBottom {
}
#headerBottom .sideMargin {
}

.google {
	display: none;
}
.breadcrumb {
	display: none;
}
#contentWrapper {
}
.caption {
	padding: .5em 0;
}
.sidebar {
	float: right;
	font-size: 90%;
}
#footer {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: 0;
	width: 120px;
	padding-left: .7em;
	margin-top: 10px;
	font-size: 75%;
	text-align: left;
	color: #7DA52E;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar, .oneColumnRight, .rightColumn {
	padding: 0;
}
.leftColumn, .sidebarLeft {
	padding: 0;
	padding-right: 2em;
}
.greeting {
	position: relative;
	font-size: 90%;
	padding: 5px 0 0 5px;
	background: #fff;
	z-index: 5;
}
#content {
	position: relative;
	width: 660px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	height: 100%;
}
.oneHalf {
	width: 45%;
	padding: 0;
	margin: 0;
	padding-right: 15px;
}
.leftColumn {
	padding-right: 25px;
}
.twoThird {
	width: 415px;
	padding: 0;
	margin: 0;
}
.sidebar {
	position: absolute;
	right: 0;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	background: url(images/rightSideBorder.png) repeat-y;
	height: 100%;
}

#articleimage1 {
	text-align: left;
}
#sidebarRight h3 {
	font-size: 110%;
	padding-bottom: 0;
	margin: 0;
	margin-top: 2em;
}
#sidebarRight {
	font-size: 87%;
	line-height: 1.2;
	padding-right: .5em;
}
#oneColumn, #oneTwoColumn, #topOneColumn {
	padding-right: 2em;
}


/*Form styles*/
#formAttributes {
	margin: 2em;
}
	
#formAttributes .formDisplayText {
	padding: 0;
	margin: -1em 0 1em 0;
}	
#formAttributes legend {
	font-weight: bold;
}
#formAttributes h3 {	
	margin-bottom: 0;
}
#formAttributes label {	
    float: left;
	width: 20%;
	padding: .5em 1em 0 0;
	text-align: right;
}

#formAttributes br {
     clear: left;
}

#formAttributes .options {
     float: left;
     width: 50%;
     padding: .5em 0;
}

#formAttributes .requiredField {
	font-weight: bold;
	color: #8A0753;
}

#ss-controls {
	padding: 1em 0;
}