/* - - - - - - - - - - - - - - - - - - - - -

Title : Start Your Own Business Local
Author : Wayne Roberts
URL : www.lushnewmedia.com

Description : style.css

Created : 16.02.07

- - - - - - - - - - - - - - - - - - - - - */

/***********************/
/* PAGE ATTRIBUTES */
/***********************/


* {
	margin: 0;
	padding: 0;
	}
body {
	margin:0px 0 5px;
	padding:0;
	color: #000000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

img {
	border:0;
	padding: 0px;


	}	
#logo {
	padding: 0;
	margin: 23px 0 0 15px;
}
.orange {
	color: #FF6600;
	font-weight: bolder;
	font-size: 70%;
	margin: 0;
	padding: 0;
	line-height: 15px;
	}
 
#menu {
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	text-indent:22px;
	border-top: 1px #d8d8d8 solid;
	border-right: 1px #d8d8d8 solid;
	border-left: 1px #d8d8d8 solid;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu a:link, #menu a:visited {
	display: block;
	padding-top: 3px;
	text-decoration: none;
	color: #002357;
	width: 191px;
	height: 15px;
	background: url(../images/bt_off.gif) 1px center no-repeat;
	background-color: #f2f2f2;
	border-top: 1px #fff solid;
	border-bottom: 1px #d8d8d8 solid;
	}
#menu a:hover {
	color: #FF6600;
	background-color: #f9f9f9;
}
#menu ul li.active a {
	color: #FF6600;
}
#menu ul li.expanded a {
	color: #FF6600;
	background: url(../images/bt_open.gif) 1px center no-repeat;
	background-color: #f2f2f2;
	border-bottom: 0px #d8d8d8 solid;
}
#menu ul li.submenu a:link, #menu ul li.submenu a:visited {
	display: block;
	padding-top: 3px;
	text-decoration: none;
	color: #707070;
	width: 191px;
	height: 15px;
	background: url(../images/arrow.gif) 22px center no-repeat;
	background-color: #f2f2f2;
	border-top: 0px #fff solid;
	border-bottom: 0px #d8d8d8 solid;
	text-indent:32px;
	}
#menu ul li.submenu a:hover {
	color: #FF6600;
}

#menu a:hover {
	color: #FF6600;
	background-color: #f9f9f9;
}

h1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 70%;
	margin: 0;
	padding: 0;
	line-height: 16px;
	}

p {
	margin: 0;
	padding: 0 0 0px;
	line-height: normal;
	color: #707070;
	background-color: inherit;
	font-size: 81%;

	}

.rule {
	margin: 0 0 13px;
	padding: 0 0 0px;
	width: 577px;
	border-bottom: 1px dotted #FF6600;
	}
td p.orange a {
	color: #FF6600;
	text-decoration: none;

	}
td p.orange a:hover {
	color: #fff;
	}
td p a {
	color: #FF6600;
	text-decoration: underline;
	}
td p a:hover {
	color: #FF6600;

	}
td #maincontent p {
	line-height: 14px;
	}	
td #maincontent img {
	padding: 0 10px 10px 0;
	}	
td #maincontent img.subhead {
	padding: 0 0 10px;
	}	
.contents {
	background-color: #f2f2f2;
	border: 1px solid #d8d8d8;
	white-space: nowrap;
	left: 10px;
	right: 10px;
	clip:  rect(10px auto auto auto);



}
.Box {
	border: 1px solid #999999;
	background-color: #FFFFFF;

}
.box2 {
	border: 1px solid #CCCCCC;
}
.rule2 {
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF6600;
	margin-bottom: 13px;

}
.header {
	font-size: 70%;
	line-height: 16px;
	font-weight: bold;
}
.LIST {
	list-style-position: inside;
	list-style-type: disc;
}
.newlist {
	line-height: 10px;
}
.mapbox {
	width: 193px;
	border: 1px solid #FF6600;
	margin: 0px;
	padding: 0px;

}
.mapbox2 {
	width: 160px;
	border: 1px solid #FF6600;
}
.blackrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.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;
}
	
#playertable td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e14c22;		
	padding-top: 5px;
	padding-bottom: 5px;
}	
