@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #D0D1D2;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a {
	color: #637e19;
	text-decoration: none;
}
a:hover {
	color: #ffc700;
}
.clear {
	display: block;
	clear: both;
}

.maintitle {
	font-size: 145%;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	background-image: url(images/accent_box.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.subtitle {
	font-size: 105%;
	font-weight: bold;
	color: #637e19;
}


.boldblue {
	font-weight: bold;
	color: #637e19;
}


.boldgray {
	font-weight: bold;
	color: #838383;
}


.floatright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}




#sitewrapper {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pagewrapper {
	margin-right: 29px;
	margin-left: 23px;
	padding-top: 11px;
	padding-bottom: 8px;
}

#bodywrapper {
	margin-top: 15px;
	width: 849px;
	margin-bottom: 10px;
}


#botcurve {
	width: 908px;
	background-image: url(images/body_bottomcurve.jpg);
	height: 8px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#footer {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 25px;
	font-size: 80%;
	color: #637e19;
	font-weight: bold;
	padding-top: 10px;
}


#logo {
	float: left;
}
#header {
	background-image: url(images/header.jpg);
	height: 80px;
	width: 462px;
	float: right;
}
#header_contacttext {
	font-weight: bold;
	color: #637e19;
	padding-top: 25px;
	text-align: right;
	padding-right: 15px;
}


#search {
	width: 173px;
}


#nav_table {
	background-image: url(images/nav_background.jpg);
	width: 849px;
}
.nav_link {
	display: block;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	background-image: url(images/nav_divider.jpg);
	background-repeat: no-repeat;
	height: 37px;
	line-height: 37px;
	color: #FFFFFF;
}

#background {
	color: #333333;
	background-image: url(images/nav_background_alternate.jpg);
	background-repeat: repeat-x;
}

.nav_link a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav_link a:hover {
	color: #ffc700;
}

#showcase_area {
	width: 616px;
	margin-right: 0px;
	float: left;
}
#showcase {
	margin-bottom: 5px;
}

#home_rightitems {
	width: 223px;
	float: right;
}

.home_rightitems_contact {
	background-image: url(images/bar_contact.jpg);
	display: block;
	height: 37px;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 25px;
	font-size: 95%;
	margin-bottom: 10px;
}

.home_rightitems_contact a {
	color: #FFFFFF;
	text-decoration: none;	
}

.home_rightitems_contact a:hover {
	color: #ffc700;
}

.home_rightitems_news {
	background-image: url(images/bar_news.jpg);
	display: block;
	height: 37px;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 25px;
	font-size: 95%;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

.home_rightitems_newslinks {
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home_rightitems_newsletter {
	background-image: url(images/bar_newsletter.jpg);
	display: block;
	height: 37px;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 25px;
	font-size: 95%;
	margin-bottom: 10px;
	margin-top: 8px;
}

#home_bodybar {
	height: 37px;
	line-height: 36px;
	padding-left: 25px;
	background-image: url(images/bar_homethumbs.jpg);
	margin-top: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

.home_catthumbs {
	display: block;
	width: 136px;
	padding: 1px;
	border: 1px solid #E0E0E0;
	font-size: 82%;
	color: #000000;
	float: left;
	margin-right: 1px;
}

.home_catthumbimgs {
	display: block;
	padding-bottom: 6px;
}


.home_catthumb_text {
	display: block;
	padding: 3px;
	min-height: 85px;
}

.home_catthumbtitles {
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 2px;
	padding-left: 3px;
}

.home_catthumb_viewmore {
	display: block;
	height: 19px;
	line-height: 19px;
	background-color: #e3e1e1;
	text-align: right;
	padding-right: 5px;
	margin-top: 2px;
	padding-top: 3px;
}


/*Specific Pages*/

#solutions_content {}
#solutions_content ul {
	list-style-image: url(images/accent_box.gif);
}
li {
	list-style-image: url(images/accent_box.gif);
	padding-bottom: 10px;
}


.pdf_sections {
	display: block;
	width: 250px;
	text-align: center;
	padding: 5px;
	border: 1px solid #888888;
	margin-bottom: 10px;
}


.pdf_floatright {
	display: block;
	width: 265px;
	float: right;
	margin-left: 15px;
}

.pdf_floatright a {
	color: #333333;
	text-decoration: underline;	
}

.pdf_floatright a:hover {
	color: #ffc700;
}

.storebutton {
	display: block;
	float: right;
	padding: 1px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}


.catshow {
	display: block;
	float: right;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}

.____ADDED__100510___ {}


h1 li {
	display: block;
	width: 100%;
	text-align: center;
	color: #82a12c;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.5em;
}

.nopadding {
	margin: 0px;
	padding: 0px;
}

