body {
	color: #000; /*defines the general text color for the entire site */
	font-family: Verdana, Arial, sans-serif; /*defines the general font family & size for the entire site */
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #336699;
	text-decoration: underline; }

a:hover {
	color: #000;
	text-decoration: none; }

h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", "Times serif";
	font-size: 130%;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 20px;
}
h2 {
	color: #437dbe;
	font: bold 120% Georgia, "Times New Roman", "Times serif";
	margin-right: 5px;
	margin-left: 20px;
}
h3 { color: #333333;	font: bold 150% Georgia, "Times New Roman", "Times serif"; }	
h4 { color: #666666; 
    font: bold 140% Georgia, "Times New Roman", "Times serif";
    letter-spacing: .25em; 
	 border: 1px solid #666; 
	 padding: 2px; }
h5 { color: #003366; font: bold 100% Arial, sans-serif; }
h6 { color: #333333; font: bold 100% Arial, sans-serif; }	
hr { color: #ccc; background-color: #ccc; border: none; height: 1px;	width: 100%;}
img { border: none;}
li { font-size: 90%; }
p {
	font-size: 90%;
	margin-right: 5px;
	margin-left: 20px;
}
.p15px {

  font-size: 15px

}
.p21px {

  font-size: 21px

}
ol { list-style-type: decimal; }
ul { list-style: url(images/bullet.gif); }
table, tr, td { border-collapse: collapse; } /* collapses any borders from any html tables - required for javascript calendar */


a.h2-links, a.h2-links:visited {
	color: #437dbe;
	margin-right: 5px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", "Times serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.h2-links:hover {
	color: #437dbe;
	margin-right: 5px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", "Times serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/* --------------------- 
   END Standard Classes 
/* --------------------- */


/* -------------------- 
   LAYOUT Information
   -------------------- */
#wrapper { 
	width: 900px;
	text-align: left;
	margin: 0 auto; }

#header {
	width: 900px;
	height: 160px;
	border: 1px #333 solid;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
	
#logo {
	float: left;
	height: 150px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#icons {
	float:right;
	padding: 20px 16px 0 0; }

#flashcontent { margin: 0px; }
	
.content {
	width: 900px;
	height: 100%;
	background: url(../images/header.jpg) no-repeat;
	background-color: #FFF;
	clear: both;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content-container {
	display: block;
	float: right;
	width: 515px;
}
.content-left {
	display: inline;
	float: left;
	width: 250px;
	font-size: 12px;
}
.content-right {
	float: right;
	width: 250px;
	font-size: 14px;
}


#body1 { /* RIGHT.dwt body floats right */
	float: right;
	width: 530px; 
	line-height: 1.5em;
	padding: 10px; 
	margin: 10px 10px 20px 10px; }

/* RIGHT.dwt body floats right - fix for firefox */	
html>body #body1 {
	width: 525px;
	margin: 10px 20px 20px 10px;
}
	
#body2 { /* SIDEBAR for RIGHT.dwt  */
	float: left;
	width: 225px;
	padding: 10px 20px;
	margin: 10px 0 0 6px;
}

/* SIDEBAR for RIGHT.dwt fix for firefox */
html>body #body2 {
	margin-top: 10px;
	padding: 10px 20px 10px 24px;
	width: 220px;
	display: inline;
} 


#body1b { /* LEFT.dwt body floats left */
	float: left;
	width: 530px;
	line-height: 1.5em;
	padding: 10px; 
	margin: 10px 10px 20px 10px; }

/* LEFT.dwt body floats left fix for firefox */		
html>body #body1b { width: 550px; margin: 10px 10px 20px 20px;  }

#body2b { /* SIDEBAR for LEFT.dwt */
	float: right;
	width: 240px;
	padding: 10px 20px;
	margin: 10px 0 0 0; }	

/* SIDEBAR for LEFT.dwt fix for firefox */
html>body #body2b { margin: 10px 0 0 0; width: 250px; }	
	
#body3 {
	width: 850px;
	line-height: 1.5em;
	padding: 10px 30px; 
	margin-top: 40px; }

#servicearea {
	width: 900px;
	height: 100%;
	padding-bottom: 5px;
	padding-top:15px;
	background-color: #FFF;
	border: 0px #333 solid;
	clear: both; }

#divL { float:left; width:50%;}
#divR { margin-left:50%; width:50%;}

		
#footer {
	width: 900px;
	height: 100%;
	padding-bottom: 5px;
	padding-top:15px;
	background-color: #FFF;
	border: 1px #333 solid;
	clear: both; }

#footer p {
	text-align: center;
	color: #333;
	font-size: 80%; 
	margin: 10px 10px 0 10px; }
	
#footer a:link, #footer a:hover, #footer a:visited { text-decoration: none; }

#footer2 {
	background: transparent url(images/footer.gif) no-repeat;
	height: 20px;
	width: 900px;
	clear:both;
}

#navigation {
	color: #333;
	font-size: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999; }

#navigation a:link, #navigation a:visited { text-decoration: none; font-weight: bold; }
#navigation a:hover{ text-decoration: underline; font-weight: bold; }

/* -------------------- 
   END Layout Information
   -------------------- */	


	

/* ------------------------ 
   GENERAL CLASSES & ID'S
   ------------------------ */	

.address { 
   font-family: Georgia, "Times New Roman", "Times serif"; 
   width: 230px; 
	padding: 10px; 
	background: url(images/bg-address.gif) no-repeat; }

.address p { margin: 0px; padding: 0px; }
	
.border { padding: 4px;	border: 1px solid #ccc; } /* simple border */
.border2 { padding: 4px; border: 1px solid #ccc; background-color: #fafafa; } /* simple border w/background color */
	
.borderfloatL { /* poloroid style border w/float left */ 
	float: left;
	padding: .5em .5em 2em .5em;
	margin: 0 10px 10px 0; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR { /* poloroid style border w/float right */ 
	float: right;
	padding: .5em .5em 2em .5em;
	margin: 0 0 10px 10px; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR p, .borderfloatL p { /* poloroid style text */ 
	margin: 0 0 -6px 0px ; 
	font: 7pt Arial, sans-serif; 
	color: #333; 
	text-align: center;
}
	
.cred { color: #ff0000; } /* color red */
.cblue { color: #3366CC; } /* color blue */
.cgreen { color: #009900; } /* color green */
.center { text-align: center; }	
.clear { clear: both; }
.floatL { float: left; margin: 0 10px 0 0; } /* basic float left */ 
.floatR { float: right; margin: 0 0 0 10px; } /* basic float right */ 
.right { text-align: right; }
.xsmall { font-size: x-small; }
.xxsmall { font-size: xx-small; }

/* --------------------------- 
   END General Classes & ID's
   --------------------------- */		

	
/* -------------------------------------------
	MAIN MENU SECTION - For Advanced Users Only
	------------------------------------------- */

#menu {
	float: right;
	width:100%;
	font-size:93%;
	line-height:normal;
	height: 30px;
}

#menu ul {
  margin:0;
  padding: 10px 0px 0 0;
  list-style:none;
}

html>body #menu ul {
  margin-right: -2px;
} 

#menu li {
  display:inline;
  margin:0;
  padding:0;
}

#menu a {
	float: right;
   background:url("images/menuL.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#menu a span {
  float: right;
  display:block;
  background:url("images/menuR.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;} /* End IE5-Mac hack */
#menu a:hover span { color:#FFF; }
#menu a:hover { background-position:0% -42px; }
#menu a:hover span { background-position:100% -42px; }
#menu #current a { background-position:0% -42px; }
#menu #current a span { background-position:100% -42px; }

/* ---------------------
   END Main Menu Section
	--------------------- */
/*-------------------------begin phone tracking code------------------------------*/
#phone-tracking-container{
	float: right;
	height: 41px;
	width: 277px;
	display: inline;
	padding-right: 10px;
	padding-top: 10px;
	text-decoration: none;
	padding-bottom: 5px;
}

.local-phone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 36px;
	color: #000000;
}

#navigation-container {
	display: block;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*-----------------end of phone tracking code------------------*/

a.navigation, a.navigation:visited {
	background-image: url(../images/navigationbackground.jpg);
	display: block;
	height: 20px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9900;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 26px;
	margin-top: 3px;
	margin-bottom: 3px;
}
a.navigation:hover {
	background-image: url(../images/navigationbackground.jpg);
	display: block;
	height: 20px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9900;
	text-decoration: underline;
	padding-top: 4px;
	padding-left: 26px;
	margin-top: 3px;
	margin-bottom: 3px;
}
a.redlinks, a.redlinks:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.redlinks:hover {
	color: #FF0000;
	text-decoration: underline;
}
#left-content {
	width:560px;
	float:right;
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#right-content {
	width:300px;
	display:inline;
	float:left;
	padding-left:10px;
	padding-top:10px;
	margin-top: 10px;
}
/* Rounded Corners with Background */
div#nifty{ margin: 0 10%;background: #CCCCCC}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #CCCCCC}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#nifty{ margin: 0 10%;background: #CCCCCC}
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
