@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/template/background.gif);
	background-repeat: repeat;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width:900px;
}
a:link {color: #F90; font-weight: bold; text-decoration: underline;}
a:visited {text-decoration: underline; color: #F90;}
a:hover {text-decoration: none; color: #999;}
a:active {text-decoration: underline; color: #F90;}
h1 {font-size: 18px; color: #F90; font-weight:bold;}
#content {width:840px; padding:30px; background-color:#000;}
#headertop {background-color:#000; padding-left:72px; height:42px; width:828px;}
.phone {font-size:14px; margin-left:40px; margin-top:15px; background-image:url(images/template/small-arrow.png); background-repeat:no-repeat; background-position:left; padding-left:12px; float:left; display:inline;}
.phone2 {font-size:14px; margin-left:20px; margin-top:15px; background-image:url(images/template/small-arrow.png); background-repeat:no-repeat; background-position:left; padding-left:12px; float:left; display:inline;}
.largeorange {color:#F90; font-size:16px; margin:0px;}
#sidebar {float:right; margin-left:15px; width:210px; padding:20px; background-image:url(images/template/sidebar-bkgd.gif); background-repeat:repeat-x; background-color:#000; border:#333 1px solid;}
.copyright {font-size:10px;}
.arrow {background-image:url(images/template/small-arrow.png); background-repeat:no-repeat; background-position:left top; padding-left:12px;}
.arrownopad {background-image:url(images/template/small-arrow.png); background-repeat:no-repeat; background-position:left; padding-left:12px; margin:0px;}