body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	background-color: #fff;
	background-image: url('/images/page-background.gif');
	background-position: top center;
	background-repeat: repeat-x;
	color: #333333;
	line-height: 1.7;
	font-size:100%;
}

h1 {
	font-weight: bold;
	color: #007945;
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #007945;
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
}

a {
	color: #000;
}

a:hover {
	color: #007945;
	text-decoration: none;
}

a:visted {
	color: #333;
}

hr {
	color: #fff;
	background-color: #fff;
	border-top: 1px dotted #0073BD;
}

a:hover {
	text-decoration:underline;
}

.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hide {
	display: none;
}

.inner-tube {
	margin: 3px;
	margin-left: 10px;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.tidy-up {
	clear: left;
	margin: 0px;
	padding: 0px;
}

.no-children {
	display: none;
}


/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 80%;
}

/* TinyMCE specific rules END */

.warning {
	color: red;
	border: 1px solid red;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	text-align: left;
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button.submit-button { 
	padding: 0 10px 0 0; 
	margin-right: 0px; 
	font-size: 0.8em; 
	text-align: center; 
	background: transparent url('/images/form-button.gif') no-repeat right -83px; 
	margin-left: 85px;
}
	
button.submit-button span {
	padding: 3px 0 0 10px; 
	height:22px; 
	background: transparent url('/images/form-button.gif') no-repeat left top; 
	color:#6E6E6E; 
}
	
button.submit-button:hover {
	background-position: right -124px; 
}
	
button.submit-button:hover span {
	background-position: 0 -41px;
	color:#000; 
}

#canvas {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #FFF;
	margin-top:18px;
}

#logo {
	width: 160px;
	background-image: url('/images/logo.gif');
	background-repeat: none;
	float:left;
	height: 209px;
}

#content{
	width: 800px;
	float:left;
}

#header{
	width: 380px;
	height: 75px;
	float:left;
	padding-top:100px;
	padding-left:10px;
	font-weight:normal;
	font-size:160%;
	line-height: 1.0;
	color: #007945;
}

#header .yellow{
	font-size:80%;
	color:#FFBA00;
}

#header-right{
	float:right;
	width: 346px;
	height: 175px;
	overflow: hidden;
}

#header-image{
	width: 346px;
	background-image: url('/images/scissors.jpg');
	background-repeat: none;
	float:left;
	height: 145px;
}

#accessibility-area {
	width: 346px;
	height: 30px;
}


#accessibility-area ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	height: 30px;
	float: right;
}

#accessibility-area li {
	display:inline;
	width:auto;
	margin:0;
	height: 30px;
	overflow: hidden;
}

#accessibility-area li a {
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url('/images/icons.gif');
	background-repeat: none;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}

#print{
	width: 162px;
	background-position: 0px -117px;
}

#print:hover{
	background-position: 0px -82px;
}

#accessibility{
	width: 99px;
	background-position: -162px -117px;
}

#accessibility:hover{
	background-position: -162px -82px;
}

#smaller{
	width: 43px;
	background-position: -261px -117px;
}

#smaller:hover{
	background-position: -261px -82px;
}

#larger{
	width: 42px;
	background-position: -304px -117px;
}

#larger:hover{
	background-position: -304px -82px;
}

#header-bottom-bar{
	width: 800px;
	background-image: url('/images/horizontal-yellow.gif');
	background-repeat: none;
	height: 12px;
	margin-top:175px;
	margin-bottom:55px;
}

#accessibility-area a:hover{
	text-decoration:none;
}

#accessibility-area a span{
	visibility: hidden;
}


#main-navigation {
	position: absolute;
	top: 195px;
	height: 45px;
	overflow: hidden;
}

#main-navigation ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 10px;
	margin: 0px;
	font-family: Arial, Sans-Serif, Helvetica;
}

#main-navigation li {
	display: inline;
	width: auto;
	margin:0px;
}

#main-navigation li a {
	float: left;
	display: block;
	width: auto;
	color:#6e6e6e;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	text-align: center;
	height: 36px;
	background-image: url('/images/icons.gif');
	background-position: left -40px;
	background-repeat: no-repeat;
	font-size:0.8em;
}

#main-navigation li a span {
	padding: 3px 10px 7px 4px;
	width: auto;
	display:block;
	background-image: url('/images/icons.gif');
	background-position: right -40px;
	background-repeat: no-repeat;
	height: 28px;
	_height: auto;
}

#main-navigation a:hover {
	background-position:top left;
	color: #007945;
	text-decoration: none;
}

#main-navigation a:visited {

}

#main-navigation a:hover span {
	background-position:top right;
}

#main-navigation .li-current a {
	background-position:top left;
	color: #6e6e6e;
}


#main-navigation a .current-span, #main-navigation a .last-current-span {
	background-position:top right;
}

#sub-navigation {
	width: 150px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

#sub-navigation #navigation-heading {
	margin: 10px 14px 14px 14px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#side-navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
	height: auto;
	font-size: 0.9em;
}

#side-navigation li {
	margin:0px;
	padding: 0px;
	width: 100%;
}

#side-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#side-navigation .level-0 {
	margin: 1px 14px 14px 0px;
	font-size: 1.25em;
	font-weight: bold;
	display: block;
	width: 144px;
	border: none;
	color: #000;
}

#side-navigation .level-1 {
	background-repeat: no-repeat;
	background-image: url('/images/subnavigation-marker.gif');
	background-position: 0px 12px;
	padding: 5px 0px 5px 14px;
	display: block;
	width: 130px;
	border-top: 1px dotted #007945;
	color: #000;
}

#side-navigation li ul {
	border-bottom: 1px dotted #007945;
	display: block;
	height: auto;
}

#side-navigation li ul .current {
	color: #FFBA00;
	text-decoration: underline;
}


#side-navigation .level-2 {
	background-repeat: no-repeat;
	background-image: url('/images/subnavigation-submarker.gif');
	background-position: 15px 15px;
	padding: 5px 0px 5px 25px;
	display: block;
	width: 190px;
	border-top: none;
	color: #000;
}

#content-area{
	width:960px;
}

#main-content{
	float: left;
	width:640px;
}

.home {
	margin-left:160px;
}

#ebulletin{
	float: left;
	width:160px;
}

#ebulletin a{
	background-image: url('/images/e-bulletin.gif');
	background-repeat: none;
	width:131px;
	height:211px;
	overflow: hidden;
	display: block;
	margin-left:15px;
	text-decoration: none;
}

#ebulletin a:hover{
	text-decoration:none;
	background-image: url('/images/e-bulletin_over.gif');
}

#ebulletin a span{
	visibility: hidden;
}

#footer-bar, #footer-bar a {
	width: 960px;
	color:#BEBEBE;
	text-align: left; 
	margin: 0 auto;
	font-size: 90%;
}

#footer-bar a:hover {
	color: #000;
}

#footer-bar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#footer-bar li {
	float:left;
	margin-right:10px;
}


/* Subscribe START */

.submission-line {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	font-size: 90%;
}

.submission-line input {
	font-size: 90%;
}

.submission_line .button {
	margin-left: 85px;
}

.submission-line a {
}

.submission-line a:hover {
	text-decoration: underline;
}

.submission-title {
	float: left;
	width: 80px;
	padding-left: 3px;
	overflow: hidden;
	margin: 3px 0px 3px 0px;
}

.submission-input {
	float: left;
	width: 270px;
	margin: 3px 0px 3px 5px;
}

.input {
	width: 450px;
}

select.input {
	width: 455px;
}

#feedback textarea {
	height: 450px;
}

#feedback #title {
	width: 50px;
}


#feedback #firstName,#feedback #lastName {
	width: 92px;
	margin-left: 6px;
}

legend {
	color: #6e6e6e;
}

/* Subscribe END */


/* Document Library START */


#document-library caption {
	display: none;
}

#document-library table {
	font-size: 0.8em;
	border-collapse:collapse;
}

#document-library td, #document-library th {
	border-bottom: 1px solid #CCC;
}

#document-library td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#document-library #order-by {
	margin-bottom: 10px;
	font-size: 80%;
}

#document-library #orderBy {
	width: 150px;
}

#document-library #category {
	width: 300px;
}

#document-library .download {

}

#document-library .date {

}


#document-library .download { 
	padding: 0 5px 0 0; 
	margin-right: 0px; 
	height: 20px; 
	text-align: center; 
	background: transparent url('/images/download-button.gif') no-repeat right -70px; 
	display: block;
	text-decoration: none;
	font-size: 0.9em;
}
	
#document-library .download span {
	padding: 0px 0 0 5px; 
	height: 20px; 
	background: transparent url('/images/download-button.gif') no-repeat left top; 
	color: #CCC; 
	display: block;
}
	
#document-library .download:hover {
	background-position: right -105px; 
	cursor: pointer;
}
	
#document-library .download:hover span {
	background-position: left -35px;
	color: #fff; 
}



/* Document Library END */


/* Link To Us START */

.link-to-us {

}

.link-to-us textarea {
	width: 640px;
	height: 90px;
	font-size: 0.9em;
}



/* Link To Us END */