*{
	margin: 0px;
	padding: 0px;
}

/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	font: 14px "Segoe UI", Calibri, Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background:#fff;
	color:#000;
	background-image:url(images/back-bar-rpt.jpg);
	background-repeat:repeat-x;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, table, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 1px solid #f3f3f3;
}

/* Removes borders for tables and table cells */
table, th, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: "Swis721 Cn BT", "Stymie XBd BT", "Swis721 BlkCn BT", Calibri, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #f47202;
	padding-top: 10px;
	margin: 0px 22px -5px 20px;
}
h1 {
	font: 36px "Swis721 Lt BT", "Swis721 BT", Calibri, Tahoma, Arial, sans-serif;
	color: #57758c;
	padding-bottom:8px;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	color:#000;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 22px 10px 20px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 25px 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

address {
	line-height: 18px;
	font-size: 12px;
	font-style: normal;
	text-align:left;
}

address h1{
	color: #57758c;
	font-size:19px;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

/* Style unordered lists and colmuns of text */
ul {
	list-style: none;
}	
	

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background-color:#fff;
	width: 990px;
	margin: 0px auto;
	padding:0px;
}

#wrap{
	width:988px;
	border-left: 1px dotted #686868;
	border-right: 1px dotted #686868;
	border-bottom: 1px dotted #686868;
}

/* Creates DIV container for call to action */ 

/* Creates DIV container for animation */ 
div#animation {
	height: 284px;
	margin-bottom:15px;
	width: 990px;
	z-index: 1;
	padding: 0;
	margin: 0;
}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	color: #5c5c5c;
	width: 250px;
	float: left;
	padding-left: 15px;
	padding-right:10px;
	margin-top:20px;
	border-left: 1px dotted #686868;
	text-align:left;
}

#sidebar h1{
	color: #57758c;
	font-size:19px;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	
	color: #4b4b4b;
}
div#sidebar a:hover, div#sidebar a:active {
	color: #414040;
}
div#sidebar address {
	padding: 10px 0px 10px 0px;
	font-size:12px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 700px;
	min-height:200px;
	float: left;
	margin-right:10px;
	padding: 0;
	padding-bottom:50px;
}
div#content a {
	font-weight: bold;
	color:#000000;
}


/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	background: url(images/bg-column.png) no-repeat right top;
	float: left;
	width: 328px;
	_width: 318px;
	margin: 10px 0px 5px;
}
div#rightcolumnhalf {
	float: right;
	width: 328px;
	_width: 318px;
	margin: 10px 5px 5px 0px;
}
div#leftcolumnthird { /* divides content in thirds */
	background: url(images/bg-column.png) no-repeat right top;
	float: left;
	width: 219px;
	_width: 209px;
	margin: 10px 0px 5px;
}
div#ctrcolumnthird {
	background: url(images/bg-column.png) no-repeat right top;
	float: left;
	width: 219px;
	_width: 209px;
	margin: 10px 0px 5px;
}
div#rightcolumnthird {
	float: right;
	width: 219px;
	_width: 209px;
	margin: 10px 5px 5px 0px;
}

div#leftcolumnhalf p, div#rightcolumnhalf p, div#leftcolumnthird p, div#ctrcolumnthird p, div#rightcolumnthird p, div#leftcolumnhalf ul, div#rightcolumnhalf ul, div#leftcolumnthird ul, div#ctrcolumnthird ul, div#rightcolumnthird ul {
	margin: 5px 20px 10px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 657px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 11px;
	width: 990px;
	height:175px;
	margin: 0px auto;
	margin-top:25px;
	text-align: left;
	clear: both;
	padding: 0;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
}
div#footer a {

}
div#footer a:link, div#footer a:visited {
	color: #fff;
}
div#footer a:hover, div#footer a:active {
	
}
div#footer img {
	float: right;
	margin-top: 0px;
	margin-right: 22px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	margin: 0px auto;
	width: 730px;
	text-align:center;
	padding-top:10px;
	color:#CCCCCC;
	border-top: 1px dotted #686868;
	font-size:10px;
	padding-left: 100px;
}
ul#utilitynav {
	margin: 0px auto;
	width:730px;
	padding: 0px;
	padding-top:10px;
	list-style-type: none;
	font-size:12px;
	color:#CCCCCC;
}


ul#utilitynav li {
	display: inline-block;
	float: left;
	margin: 0px auto;
	color:#CCCCCC;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	border-right: 1px dotted #686868;
	text-align: center;
	display: block;
	padding: 1px 22px;
	margin: 0px auto;
	color:#fff;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	
}
ul#utilitynav li a.last {
	border-right: 0;
}


/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 10px;
	margin: 0px auto;
	padding: 5px 10px;
	clear: both;
	width:890px;
	padding-top:20px;
}
div#copyright img {
	margin-top: -50px;
	margin-right: 0px;
	border:none;
}

/* ----------------- MAIN NAVIGATION ----------------- */

#menu{
	background-image:url(images/menu-stich-bg.jpg);
	background-repeat:no-repeat;
	height:67px;


}

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 13px "Segoe UI", Calibri, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	padding: 15px 0px 0px 0px;
	text-align: center;
	line-height: 13px;
	margin-left:190px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	padding-left: 0;
	padding-right: 1px;
	padding-bottom: 11px;
	/* matches link padding except for left and right */
	padding-top: 11px;
	margin-left: -3px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited{
	border-right: 2px dashed #6c8aa0;
	color: #fff;
	padding: 5px 6px;
	height:30px;
	margin-left: 0;
	text-decoration: none;
	text-transform: uppercase;
}

ul#mainnav li a:active {
text-decoration: overline;
}


/* Creates our hover status. */
ul#mainnav li a:hover {
	text-decoration: overline;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	border-right: 2px dashed #6c8aa0;
	color: #ffffff;
	text-decoration:overline;
}

ul#mainnav li a.last {
	border-right: 0;
}

ul#mainnav li a.currentlast {
	border-right: 0;
	text-decoration:overline;
}


/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */
img.rt {
	float: right;
	margin: 10px 22px 5px 20px;
}
img.rtborder {
	border: 1px solid #7f7f7f;
	float: right;
	margin: 10px 22px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 1px solid #7f7f7f;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.ctrborder {
	border: 1px solid #7f7f7f;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 13px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #2b2a2a;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.addressheading {
	font: 18px "Swis721 Lt BT", "Swis721 BT", Calibri, Tahoma, Arial, sans-serif;
	color:#f47202;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height:normal;
}


div#curvedtop{
	background-image:url(images/curved-header.png);
	width: 990px;
	margin: 0px auto;
	clear: both;
	height: 40px;
}

.audio{
	margin-top:5px;
}

.subheader{
	border-top: 1px solid #f3f3f3;
	padding-top:8px;
}

.subheader p{
	color:#FFFFFF;
	padding-top:5px;
}

.sub-one{
	height:210px;
	width:330px;
	float:left;
	background-image:url(images/sub-head-services.png);
	background-repeat:no-repeat;
}

.sub-one h1{
	font-size:20px;
	color:#f47202;
}

.sub-two{
	height:210px;
	width:330px;
	float:left;
	background-image:url(images/sub-head-two.png);
	background-repeat:no-repeat;
}

.sub-two h1{
	font-size:20px;
	color:#f47202;
}

.sub-three{
	height:210px;
	width:330px;
	float:left;
	background-image:url(images/sub-head-three.png);
	background-repeat:no-repeat;
}

.sub-three h1{
	font-size:20px;
	color:#f47202;
}

div.listed {
	width:720px;
	float:left;
	background:#e36900;
	margin:0 0 10px 0;
	margin-left:20px;
}

div#content ul {
	list-style-type:none;
	color:#000;
	font:normal 13px arial;
	float:left;
	padding-left:40px;
}

div#content ol {
	padding-left:60px;
	list-style-type:circle;
}
div#content ol li{
	padding:5px;
}

div#content li {
	padding:8px;

}

a#webaudio {
	width:150px;
	height:40px;
	background-image:url(images/audio-tab.png)
	margin: 0 auto;
	font:bold 12px arail;
	color:#fff;
}


a#webaudio:hover {
	color:#fff;
}

img.left {
	float:left;
	margin:0px 30px 20px 0px;
	border:solid 1px #b9b6b6;
}

img{
	float:left;
	padding:8px;
}
