@charset "utf-8";
body  {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #999999;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	color: #666666;
}
a:hover {
	color: #ca1617;
}
#phone {
	width: 940px;  
	margin: 0 auto;
	color: #868686;
	text-align: right;
	padding-bottom: 12px;
	padding-right: 30px;
}
#row1 {
	height: 28px;
	background-image: url(../images/bg-r1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
	padding-top: 12px;
}
#row1 img{
	padding-left: 25px;
}
#navigation {
	height: 66px;
	background-image: url(../images/bg-navigation.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 200px;
	padding-top: 6px;
	font-size: 11px;
}
#container { 
	width: 940px;  
	margin: 0 auto;
	border: 1px solid #424242;
	text-align: left; 
	padding-bottom: 15px;
}
#header { 
	background: #3b3b3b; 
	height: 446px;
	border-bottom: 1px solid #424242;
}  
#sidebar1 {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
}
#sidebar1 h1{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#sidebar1 li {
	line-height: 30px;
	list-style-type: none;
	background-image: url(../images/arrow-li.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-position:0 12px;
	padding-left: 12px;
}
#sidebar1 li a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar2 {
	float: right;
	width: 245px;
	padding-right: 15px;
	padding-top: 4px;
	margin: 0px;
}
#sidebar2 li {
	line-height: 22px;
	list-style-type: none;
	background-image: url(../images/arrow-li.gif);
	background-repeat: no-repeat;
	background-position:0 6px;
	padding-left: 12px;
}
#sidebar2 li a {
	color: #999999;
	text-decoration: none;
}
#sidebar2 li a:hover {
	color: #999999;
	text-decoration: underline;
}
#sidebar2 h1{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#mainContent {
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
} 
#maincontent h1{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 9px;
}
#spacer {
height:0px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
} 
.smallfooter {
	font-size: 10px;
}
.smallfooter a {
	color: #DA0517;
	padding-left: 10px;
	text-decoration: none;
	font-size: 10px;
}
.smallfooter a:hover {
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	font-size: 10px;
}
.redtext {
	color: #ca1617;
}
.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;
}
