a.clinks:link {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333b75;
	text-transform: none;
	text-decoration: none;
}

a.clinks:active {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333b75;
	text-transform: none;
	text-decoration: none;
}

a.clinks:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333b75;
	text-transform: none;
	text-decoration: none;
}

a.clinks:hover {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
	text-decoration: underline;
}

.list {
	list-style-position: outside;
	list-style-type: decimal;
	display: list-item;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 50px;
}

.sublist {
	list-style-position: outside;
	list-style-type: upper-alpha;
	display: list-item;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	margin: 20px;
}

p.ctext {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	text-align: left;
	text-indent: 0px;
	margin: 10px 10px 0 10px;
}

p.clinks {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333b75;
	text-transform: none;
	text-align: right;
	margin: 5px 10px 0 10px;
}

p.headline {
	font-family: Verdana;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

p.copy {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	text-align: justify;
	text-indent: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

p.copy2 {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

p.copyright {
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}

div.featured {
    font-family: Verdana;
    min-height: 25px;
    border: #48f solid 1px;
    margin: 20px;
    background-color: #BBDDFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

div.featured_title {
    font-family: Verdana;
    margin-top: -22px;
    height: 2em;
    width: 100%;
    
    background-color: #48f;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

div.featured_title h1 {
    font-family: Verdana;
    font-size: 24px;
}

div.business {
    font-family: Verdana;
    min-height: 25px;
    border: #48f solid 1px;
    margin: 20px;
    background-color: #BBDDFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

div.business_title {
    font-family: Verdana;
    margin-top: -22px;
    height: 2em;
    min-width: 50%;
    padding-left:10px;
    background-color: #48f;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

div.business_title h1 {
    font-family: Verdana;
    font-size: 24px;
}

div.business_details {
    font-family: Verdana;
    width:200px;
    vertical-align:top;
    margin-left:25px;
}

div.business_desc {
    font-family: Verdana;
    padding-top: 25px;
    width:375px;
    vertical-align:top;
    margin-left:10px;
    margin-right:10px;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
    margin-left: 20px;
    background-color: #fff;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left:20px;
    background-color: #48f;
}

ol#toc a {
    background: #bdf url(tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    width:169px;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 1px 0 0;
	width:181px;
	text-align:center;
}

ol#toc li.current a {
    background-color: #6af;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

ol#toc2 {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #48f;
    width:717px;
    position:relative;
    bottom:0;
    left:0;
    z-index:1;
}

ol#toc2 a {
    background: #bdf url(tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    width:165px;
}

ol#toc2 a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc2 a:hover span {
    background-position: 100% -120px;
}

ol#toc2 li {
	float: left;
	margin: 0 1px 0 0;
	width:177px;
	text-align:center;
}

ol#toc2 li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc2 li.current span {
    background-position: 100% -60px;
}

ol#toc2 span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
h2 {
	font-family: Verdana;
}
p.unwrapped{
	margin:20px;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	text-align: left;
}
ul.unwrapped > li{
	margin:20px;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	text-align: left;
}
div#footer{
	background:#ffffff url('../images/footer_bg.gif') bottom right no-repeat;
	min-height:73px;
	width:749px;
	margin:auto;
}
table#footLinks{
	text-align:right;
}
table#footLinks a{
	font-family: Verdana;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	border:0px;
	outline:none;
}
a.facebook {
	font-family: Verdana;
	text-decoration:none;
	border:0px;
	outline:none;	
}
a.facebook img {
	text-decoration:none;
	border:0px;
	outline:none;	
}
a.btn {
	display:block;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
}
td.btn {
	background:#ffffff;
}
td.btn:hover {
	background:#7fbbc3;
}
td.tableHeader {
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	vertical-align:middle;
	background:#6bb1dc;
}
li.category{
}
