@charset "utf-8";
body {
	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: #000000;
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
h1, h2, h3, h4, h5, p {
    padding: 0px;
	margin: 0px;
	
}
h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #333;
}

img {
	border: none;
}

#container  {
	width: 880px;  /* container width was 780 */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 122px;
	margin-bottom: 20px;
}
#logo {
	height: 70px;
	text-align: right;
	color: #DCD8D8;
	padding-top: 10px;
}
#logo a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
	color: #FFDC00;
}
#logo p {
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

#logo img {
	float: left;
}
.phone {
	font-size: 23px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}


#mainContent  {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

#mainContent p {
	line-height: 18px;
	padding-bottom: 20px;
}
#mainContent h1 {
	margin-bottom: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
}
#mainContent h2 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#mainContent h3 {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}


#mainContent .contentbox {
	background-image: url(../images/content-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
#mainContent blockquote {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sidebar {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	margin-top: 10px;
}
#sidebar form {
	margin-left: 10px;
}
#sidebar input {
	margin-bottom: 5px;
	background-image: url(../images/forminputbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar #submit {
	background-color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#sidebarleft {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	margin-top: 10px;
}
#sidebarleft form {
	margin-left: 10px;
}
#sidebarleft input {
	margin-bottom: 5px;
	background-image: url(../images/forminputbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebarleft #submit {
	background-color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ul  {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 10px;
	list-style-type: none;
}


.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}
#twocol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
#twocol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
#twocol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
#twocol strong {
	color: #666666;
}
#twocol .contentbox {
	background-image: url(../images/2colfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
#twocol  .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}
#twocol .contentboxp {
	width: 358px;
	padding-left: 17px;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
#threecol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

#threecol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
#threecol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
#threecol strong {
	color: #666666;
}
#threecol .contentbox {
	background-image: url(../images/3colfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
#threecol .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}
#threecol .contentboxp {
	width: 262px;
	padding-left: 17px;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
/* End hide from IE-mac */
#fourcol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
#fourcol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
#fourcol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
#fourcol .contentbox {
	background-image: url(../images/4colfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
#fourcol .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}

#fourcol .contentboxp {
	width: 165px;
	padding-left: 17px;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
.productwide {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
}
.productwide img {
	margin-right: 10px;
}
.productwide h3 {
	font-size: 16px;
	padding-bottom: 8px;
	color: #000000;
}

.productwide h4 {
	font-size: 16px;
	padding-bottom: 8px;
	color: #666666;
}

.productwide strong {
	color: #000000;
}

.productwide p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.productwide td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.google728 {
	height: 90px;
	width: 728px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 26px;
}
.google468 {
	height: 60px;
	width: 468px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 0px;
}
.google300 {
	height: 250px;
	width: 300px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 0px;
}


#footer {
	height: 99px;
	margin-top: 20px;
	background-color: #333333;
	background-image: url(../images/footer-fill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
#footer a {
	color: #999999;
	font-weight: bold;
}
#footer a:hover {
	color: #CCCCCC;
}

#footerwrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footertop {
	background-image: url(../images/footer-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 780px;
}

#footercontent {
	color: #CCCCCC;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	background-color: #252525;
	font-size: 12px;
	margin-top: 0px;
}
#footercontent strong {
	display: block;
	padding-bottom: 5px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 8px;
}
#footercontent ul {
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
}
#footercontent li {
	color: #999999;
}
#footerbtm {
	background-image: url(../images/footer-btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 780px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	}
	
.gray {
	font-size: 12px;
	font-weight: bold;
	color: #666666;	
	}
#about {
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
#about a {
	color: #666666;
}








.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: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
.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;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#pagetitle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 120px;
	margin-top: 20px;
	background-image: url(../images/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	height: 51px;
	width: 660px;
}

.box{
				margin-right: 20px;
				padding: 7px;
				border: 1px solid #E9E9E9;
				background-color: #F2F2F1;
				width: 150px; height: 110px;
}



.box{
				margin-right: 20px;
				padding: 7px;
				border: 1px solid #E9E9E9;
				background-color: #F2F2F1;
				width: 150px; height: 110px;
}
.box2{
	padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
			width: 60px; height: 40px;
}
.box2 a:hover{
color: white;
text-decoration: none;
background-color: #60B1F0;
}
.box3{
	padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #ffffff !important;
			margin-top: 4px;
			width: 60px; height: 40px;
}

.box3 a:hover{
color: white;
text-decoration: none;
background-color: #60B1F0;
}

.box4{
	padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
			background-color: #E4F0F9;
			text-decoration: none;
			width: 60px; height: 40px;
}
.box4 a:hover{
color: white;
text-decoration: none;
background-color: #60B1F0;
}

/* ---------- Side column menu styles ---------- */

.styledmenu {
	width: 100%; /*width of menu*/
}
.styledmenu .headerbar {
	font: bold 13px Verdana;
	color: white;
	background: #2D4262 url(../images/styled-menu-bg.jpg) no-repeat right top; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	color: black;
	background: #E2E9F1;
	display: block;
	padding: 5px 0;
	line-height: 8px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.styledmenu ul li a:visited {
	color: black;
}
.styledmenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: #5A7EB4;
	text-decoration: none;
}
.simplemenu {
	width: 90%; /*width of menu*/
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #C5C1C1;

}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	margin: 0;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 14px Arial;
	color: black;
	background: #FFFFFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 10px; /*link text is indented 8px - I changed this from 17px*/
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.simplemenu ul li a:visited {
	color: black;
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background: #E8E6E6;
	text-decoration: none;
}

/* ---------- Side boxes ---------- */

.sidebarlt {
	padding: 10px;
	border: 1px solid #BD6C00;
	background: #F7E9C4;
}
.sidebardk {
	color: #FFFFFF;
	background: #666666;
	border: 1px solid #000000;
	padding: 10px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}
.sidebarbox {
	background: url(../images/sidebox-fill.gif) repeat-y left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sidebarbox p {
	margin: 0px;
	padding: 0px;
}
.sidebarboxtop {
	background: url(../images/sidebox-top.gif) no-repeat left top;
	padding: 12px 10px 0px;
}
.sidebarboxbottom {
	background: url(../images/sidebox-bottom.gif) no-repeat left bottom;
	height: 13px;
}
h8 {	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}