/* @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: 90px;
	width: 900px;
}

#navbar {
	background: url(../images/menu-bg.png) no-repeat 0 0;
	position: relative;
	width: 900px;
	height: 28px;
}

#main-wrapper	{
	width: 900px;
	margin: 0px auto 0px;
	background: white;
}

#body-wrapper	{
	width: 890px;
	margin: 0px auto 0px;
}

.introbanner{
	width: 731px;
	margin: 0 0 0 160px;
	padding: 0;
}

#mainbody-both {
	padding: 0px;
	margin: 0px;
}
.main-both	{
	width: 508px;
	margin: 0px 196px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.main-wide	{
	width: 860px;
	margin: 0;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.main-left-only	{
	width: 660px;
	margin: 0 0 0 190px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.main-right-only {
	width: 660px;
	margin: 0px 190px 0px 0;
	padding-top: 18px;
	padding-bottom: 18px;
}
.vmCartModule {
	text-indent: 30px;
}
#leftcol {
	float: left;
	width: 160px;
	border-right: 1px solid #cccccc;
}
#rightcol {
	float: right;
	width: 160px;
	border-left: 1px solid #cccccc;
}

/* Footer */
#footertext {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}
.footer {
	margin: 0px;
	padding: 20px 10px;
	background: #ffffff url(../images/dottedline.png) repeat-x 0 0;
	color: #555;
}
.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:260px;
	height:24px;
	display: block;
	position: relative;
	background-image:url(../images/logo-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 33px;
	left: 10px;
}
#logo-button:hover { 
	background-position: 0 -24px;
}
#logo-button span {
	display: none;
}
#logo-button ul {
	list-style-type: none;
}

/*Contact Us Today Button*/
		
#contact-button {
	float: right;	
	width:168px;
	height:56px;
	display: block;
	position: relative;
	background-image:url(../images/quote-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 17px;
	right: 10px;
}
#contact-button:hover {
	background-position: 0 -56px;
}
#contact-button span {
	display: none;
}
#contact-button ul {
	list-style-type: none;
}

/* @end */

/* @group Typography */

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	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: #333;
}

a {
	text-decoration: none;
	color: #3399cc;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 125%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #222;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	color: #3399cc;
}

h4 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #222;
}

h5 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #3399cc;
}

h6 {
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #222;
}
.blurb{
	background-color: #ecf3ff;
	padding: 12px 20px;
}
.blurbtext{
	font-style: italic;
	font-size: 14px;
}

.introtext {
	font-size: 14px;
	font-weight: normal;
}

.note {
	font-size: 10px;
	color: #ff4000;
	line-height: 130%;
	font-weight: normal;
}

hr {
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #777;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

/* @end */

/* @group side bars/menus */

.menu {
	list-style-type: none;
	position:relative;
	line-height: 31px;
	padding-bottom: 20px;
	font-size: 12px;
}
ul.menu{	
	padding-left: 0;
	list-style-type: none;
}
ul.menu a{
	display: block;
	width: 160px;
	background:  url(../images/leftcol_off.png) no-repeat 0 0;
	outline: none;
	padding-left: 10px;
	height: 32px;
}
ul.menu  a:link,  ul.menu  a:visited{
	color: #333;
	text-decoration: none;
	outline: none;
}
ul.menu  a:hover{
	background: url(../images/leftcol_on.png) no-repeat 0 0;
	color: #3399cc;
}
ul.menu .active a{
	background: url(../images/leftcol_on.png) no-repeat 0 0;
	color: #3399cc;
}

/* @end */


/* @group Nav Bar Menu */

#navbar ul {
	position:static;
	margin-left: 166px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
}

#navbar li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#navbar a:hover {
	display: block;
	color: #fff;
}

#navbar a:link,
#navbar a:visited {
	display: block;
	float: left;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-style: normal;
	color: #fff;
	outline: none;
}

#navbar a:hover, #navbar li a:hover{
	color: #fff;
	text-decoration: underline;
}

#navbar a:link#active_menu-nav, #navbar a:visited#active_menu-nav{
	color: #ecf3ff;
	text-decoration: none;
	background: url(../images/menu_on.png) no-repeat center 0;
}

/* @end */



/* @group Joomla Styles */
table.contentpaneopen ul, table.contentpaneopen ol {
	list-style-position: inside;
}
/* Tables */
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.blog table.contentpaneopen {
	white-space: normal;
	border-collapse:separate;
}

table table.contentpaneopen td, table table.contentpane td {
	padding: 0px 4px;
}
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;
}

.inputbox{
	border: 2px solid #ccc;
}
.textarea{
	border: 2px solid #ccc;
}

#sidebarmod1{
	width: 200px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 26px;
	text-indent: 10px;
	background-image: url(../images/sidenav_on.png);
}


/* @end */