/* @group Main */

body {
	margin: 0;
	padding: 0;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {	
	padding-left: 0px;
	margin: 0px;
}

/* Miscellaneous conveniences: */
fieldset {
	border: none;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
a:focus
{
	outline: none;
}
/* @end */

/* @group Structure */

#wrap {
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 96px;
}

#subheader {
	background: url(../images/dottedline.png) repeat-x 0 0;
	height: 11px;
}

#navbar {
	background: url(../images/navbarbg.png) no-repeat 0 0;
	position: static;
	width: 900px;
	height: 34px;
}

#main-wrapper	{
	width: 900px;
	margin: 0 auto 0px;
	background: #ffffff url(../images/pagebg.png) repeat-y 0 0;
	padding-top: 20px;
}

#mainbody-both {
	padding: 0px;
	margin: 0px;
}
.main-both	{
	width: 508px;
	margin: 0px 196px;
}
.main-wide	{
	width: 860px;
	margin: 0;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
.main-left-only	{
	width: 670px;
	margin: 0 0 0 210px;
}
.main-right-only {
	width: 670px;
	margin: 0px 210px 0px 0;
}
#leftcol {
	float: left;
	width: 190px;
	padding: 0 0px;
	margin: 0;
}
#rightcol {
	float: right;
	width: 190px;
}

/* Footer */
#footertext {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}
.footer {
	margin: 0px;
	padding: 20px 10px;
	background: #cfe8ec url(../images/dottedline.png) repeat-x 0 0;
}
.footer p {
	margin: 0px;
	padding: 2px 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/* @end */

/* @group Buttons */

/*Logo Button*/
		
#logo-button {
	float:left;
	width:180px;
	height:100px;
	display: block;
	position: relative;
	background-image:url(../images/onlineprinting.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: -10px;
	left: 6px;
}
#logo-button span {
  display: none;
}
#logo-button ul {
	list-style-type: none;
}

/*Bullets Button*/
		
#bullets-button {
	float:left;
	width:160px;
	height:90px;
	display: block;
	position: relative;
	background-image:url(../images/bullets-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 3px;
	left: 32px;
}
#bullets-button span {
  display: none;
}
#bullets-button ul {
	list-style-type: none;
}


/*info Button*/
		
#info-button {
	float:right;
	width:387px;
	height:70px;
	display: block;
	position: relative;
	background-image:url(../images/info-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 13px;
	right: 12px;
}

#info-button span {
  display: none;
}
#info-button ul {
	list-style-type: none;
}

/* @end */

/* @group Typography */

body {
	background: #cfe8ec url(../images/bgfade.png) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	overflow-x: hidden;
}

/* Module Column Typography - sightly smaller headings */

.module h1,.moduletable h1 {
	font-size: 18px;
}
.module h2,.moduletable h2 {
	font-size: 16px;
}
.module h4,.moduletable h4 {
	font-size: 14px;
}

/* Basic Typography */
div.main-left-only ol,
div.main-left-only ul,
div.main-right-only ol,
div.main-right-only ul,
div.main-wide ol,
div.main-wide ul,
div.main-both ol,
div.main-both ul {
	margin-left: 20px;
}

p {
	margin-bottom: 18px;
	color: #555;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 4px 4px 4px 0;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 125%;
	font-weight: normal;
	color: #222;
}

h3 {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 125%;
	font-weight: normal;
	color: #006699;
}

h4 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 125%;
	font-weight: bold;
	color: #222;
}

h5 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 125%;
	font-weight: normal;
	color: #4d6399;
}

h6 {
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 125%;
	font-weight: normal;
	color: #222;
}

/* @end */

/* @group side bars/menus */

.menu {
	list-style-type: none;
	text-indent: 6px;
	position:relative;
	margin-left: 0px;
	line-height: 26px;
	padding-bottom: 10px;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/sidenav_off.png) no-repeat 0 0;
}

ul.menu{	
	padding-left: 0;
	list-style-type: none;
}
ul.menu a{
	display: block;
	width: 182px;
	outline: none;
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;
}
ul.menu  a:link,  ul.menu  a:visited{
	color: #333333;
	text-decoration: none;
	outline: none;
}
ul.menu  a:hover{
	color: #333333;
	background: url(../images/sidenav_over.png) no-repeat 0 0;
}
ul.menu .active a{
	color: #333333;
	background: url(../images/sidenav_on.png) no-repeat 0 0;
}

/* @end */


/* @group menus */

div#navbar ul {
	position:static;
	margin-left: 212px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

div#navbar li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/menu-divider.png) 100% 0 repeat-y;
}

div#navbar a:hover {
	display: block;
	color: #fff;
	background: url(../images/menu_on.png) repeat-x 0 0;
}

div#navbar a:link,
div#navbar a:visited {
	display: block;
	float: left;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	font-style: normal;
	outline: none;
}

div#navbar li.activelink a,div#navbar li.activelink a:hover{
	color: #fff;
	background: url(../images/menu_on.png);
}
#navbar a:link#active_menu-nav, #navbar a:visited#active_menu-nav{
	color: #333;
	background: #fff;
}

/* @end */

/* @group Joomla Styles */
table.contentpaneopen ul, table.contentpaneopen ol {
	list-style-position: inside;
}
/* Tables */
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-spacing: 0;
}
table.blog table.contentpaneopen {
	white-space: normal;
	border-collapse:separate;
}

table table.contentpaneopen td, table table.contentpane td {
	margin: 0;
	padding: 0;
}
table.contentpaneopen, table.contentpane, table.blog {
	border-collapse: collapse;
	width: 100%;
}
div.blog_more {
	padding: 0px 10px;
}
div.blog_more strong {
	position: relative;
}

div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 4px;
}

/* Polls Module */
table.pollstableborder {
	width: 100%;
	text-align: left;
}
table.poll {
	font-size: 11px;
}
.smalldark {
white-space: nowrap;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
text-decoration: none;
}
li a.category {
	font-weight: bold;
	text-decoration: none;
}
table.contentpane tr td ul {
	list-style: none;
}
/* Print-PDF-EMail */

body.contentpane {
	background: #fff;
	margin: 25px;
}
span.pagenav {
	color: #9e9984;
}
td.modifydate {
line-height: 30px;
}
div.mosimage {
	margin: 10px;
}
div.mosimage_caption {
	font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
}
div.mosimage img {
	padding: 5px;
}
/* Content Headings */
a.contentpagetitle {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 145%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: none;
}
td.contentheading {
	width: 100%;
}
.contentheading {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 115%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	font-style: normal;
	letter-spacing: -1px;
}
.componentheading {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
a.readon {
	float: right;
	padding-left: 18px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
}

.pagenav_next a,.pagenav_prev a {
	margin: 15px 15px 0px 0px;
	padding: 1px 4px;
	text-align: center;
	text-decoration:none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
div.back_button a {
	margin: 15px 15px 0px 0px;
	border: 1px solid #adc387;
	padding: 1px 2px;
	text-align: center;
	text-decoration:none;
	float: right;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.pagenav_next a:hover,.pagenav_prev a:hover,div.back_button a:hover {
	text-decoration:none;
}

div.pagenavbar a, div.pagenavbar {
	text-decoration: none;
	font-size: 11px;
}
table.contenttoc {
	font-size: 12px;
}

table.contenttoc th {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
table.contenttoc td {
	font-size: 14px;
	padding: 2px 8px;
}
table.contenttoc a.toclink  {
	font-size: 12px;
	text-decoration: none;
}



/* @end */

/* @group Modules */

.module{color:#333;margin-left: 6px;margin-bottom: 12px;
	margin-top: 20px;
	width: 92px;
}

/* @end */