@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	line-height: 150%;
}
a {
	color: #0000FF;
}
a:hover{
	color:#FF0000;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
li {
	list-style-image: url(images/arrow.gif);
}
h1 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 5px;
	font-size: 150%;



}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;


}

h3{
	color: #900;
	background-color: #F1F1F1;
	padding:5px 10px;
	font-size: 110%;
	border-bottom: 1px solid #CCCCCC;

}
h4 {
	color: #900;
	font-size: 110%;

}

h5, h6 {
	color: #000000;
	font-size: 105%;

}
img {
border: none;
}
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }
blockquote {
	margin:2em 35px 1em 35px;
	padding:0 0 0 45px;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
}

blockquote p {
	margin:0 0 1.2em 0;
	padding:0 35px 0 0;
	line-height:140%;
}
#wrapper { 
 margin: 0 auto;
 width: 872px;
}
#header {
	color: #333;
	width: 860px;
	float: left;
	padding: 5px;
	height: 70px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.company {
	font-size:xx-large;
	margin: 0;
	padding: 20px 0;
	color: #000;
	text-align: left;
	font-weight: bold;
	}
.phone {
	float: right;
	text-align: right;
	margin-top: 10px;
	padding-right: 20px;
	color: #000;
	font-size: 90%;
}
.phone p {
	margin-bottom: 4px;
	padding-bottom: 0px;
}
.phone a {
	color:#900;
	text-decoration:none;
	font-weight: bold;
}
.phone a:hover {
	color: #CCC;
}
#navigation {
	float: left;
	width: 872px;
	color: #333;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #666;
}

#tabs {
      float:right;
      width:100%;
      background:#FFFFFF;
      font-size:100%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
#tabs ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:right;
      background:url("images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabs a span {
      float:right;
      display:block;
      background:url("images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#FFF;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;
      }

#tabs #current a {
              background-position:0% -42px;
      }
#tabs #current a span {
              background-position:100% -42px;
      }

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background:#F4F4F4;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}
#leftcolumn p{
	line-height: 110%;
}
#leftcolumn h3 {
	color: #FFF;
	background: #4A4A4A;
	padding: 6px 6px 6px 8px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0px;
}
.buttonscontainer {width: 195px;}

.buttons a {color: #333333;
background-color: #F4F4F4;
padding: 6px;
padding-left: 15px;
display: block;
border-bottom: 1px solid #CCCCCC;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {
	background-color: #E1E1E1;
	color: #333333;
	text-decoration: none;
}


#rightcolumn {
	float: right;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 628px;
	display: inline;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
}
#footer { 
 clear: both;
 color: #ccc;
 text-align:center;
 border: 1px solid #ccc;
 background-color:#323232;
 margin: 0px 0px 0px 0px;
 padding: 5px;
}
#footer p {
	margin: 0;
	padding: 5px 0;
	font-size: 90%;
}
#footer a {
color: #222;
font-weight: bold;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
