@charset "ISO-8859-1";
body {
	font: 11pt Calibri, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.twoColFixRtHdr #container {
	width: 950px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #fff url('elmimages/Elmstone-header.gif') no-repeat;
	padding: 0;
	height:80px;
}
img {
	padding: 0;
	margin:0;
	border:0;
}


.headerright {
	width: 320px;
	float: right;
	margin: 0px;
	padding: 20px 10px 0px 0px;
	font-size: 85%;
	text-align: right;
	color:#666;
}
/* navigation */
#nav {
	float:left;
	width:100%;
	background:#fff url("elmimages/bg.gif") repeat-x bottom;
	font-size:90%;
	line-height:normal;
	margin:0 0 20px 0;
}
#nav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#nav li {
	float:left;
	background:url("elmimages/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#nav a {
	float:left;
	display:block;
	background:url("elmimages/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	color:#000;
}
#nav a, #nav strong, #nav span {
	display:block;
	background:url("elmimages/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
}
#nav a:hover {
	text-decoration:underline;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
  #header a {
	float:none;
}
/* End IE5-Mac hack */
	
  #nav #current {
	background-image:url("elmimages/left_on.gif");
}
#nav #current a {
	background-image:url("elmimages/right_on.gif");
	padding-bottom:5px;
}
/* end navigation */


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}

.twoColFixRtHdr #FullContent {
	margin: 0 0px 0 0; /* */
	padding: 0 0 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.twoColFixRtHdr #FullContent h1 {
	
	color:#789bb8; 
	font-size:130%;
	padding:0 0 10px 0;
	margin:0;
}

.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent h1 {
	color:#339933;
	font-size:120%;
	padding:0;
}
.twoColFixRtHdr #mainContent h2 {
	color:#339933;
	font-size:110%;
	padding:8px 0 5px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent h3 {
	color:#333333;
	font-size:95%;
	line-height:1.3em;
	font-weight:bold;
	padding:10px 0 4px 0;
	margin:0;
}

.twoColFixRtHdr  #sidebar1 p {
	color:black;
	font-size:90%;
	line-height:1.3em;
	padding:10px 10px 10px 10px;
	text-align:center;
	border-right: #789bb8 1px solid;
	border-left: #789bb8 1px solid;
	border-bottom: #789bb8 1px solid;
	border-top: #789bb8 1px solid;
	margin: 0px 0 10px;
}

.twoColFixRtHdr  #sidebar1 img {
    border: none;
}

.twoColFixRtHdr #sidebar1 a:link {
	color: #336633;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #sidebar1 a:visited {
	color:#336633;
	outline: none;
	text-decoration: none
}
.twoColFixRtHdr #sidebar1 a:hover {
	color:#336633;
	outline: none;
	text-decoration: underline;
}


.twoColFixRtHdr #mainContent p, #sidebar1 p, #rightScreen p {
	color:#333;
	font-size:100%;
	line-height:1.3em;
	padding:0 0 10px 0;
	margin:0;
}

.twoColFixRtHdr #mainContent a:link {
	color: #789bb8; 
	font-weight:bold;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #789bb8; 
	font-weight:bold;
	text-decoration: none
}
.twoColFixRtHdr #mainContent a:hover {
	color: #789bb8; 
	font-weight:bold;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent ul {
	padding:0 0 10px 10px;
	margin:0 0 0 30px;
}
.twoColFixRtHdr #mainContent li {
	list-style-type:disc;
	color:#333;
	font-size:100%;
	line-height:1.3em;
	padding:0 0 3px 0px;
	margin:0;
}

.twoColFixRtHdr #rightScreen {
	float:right;
	padding: 10px 0 5px 15px;
	margin:0;
}

.twoColFixRtHdr #leftScreen {
	float:left;
	padding: 5px 10px 5px 0px;
	margin:0;
}

.twoColFixRtHdr #footer {
	padding: 0 0 0 20px;
	background: #39892f url('elmimages/footerSlice.gif') repeat-x;
	height:30px;
}
.twoColFixRtHdr #footer p {
	font-size: 80%;
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer a:link {
	color: #fff;
	text-decoration: none
}
.twoColFixRtHdr #footer a:visited {
	color: #fff;
	text-decoration: none
}
.twoColFixRtHdr #footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.more {
	color:#39892f;
}
.more a:link {
	color: #39892f;
	text-decoration: none
}
.more a:visited {
	color: #39892f;
	text-decoration: none
}
.more a:active {
	color: #39892f;
	text-decoration: underline;
}
.more a:hover {
	color: #39892f;
	text-decoration: underline;
}

