/* Main */

body {
	background: #ccc url(../images/bg.gif);
	margin: 0;
	padding: 0;
	color: #000;
	font: 12px/16px Verdana, Arial, Myriad, sans-serif;
}

/* Containers */

#container {
	width: 736px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	background: #fbfbfb;
	border-style: solid;
	border-color: #b1b1b1;
	border-width: 0 2px 2px 2px;
}
#cloud {
	width: 733px;
	height: 23px;
	margin: 0 0 0 1px;
	background: url(../images/cloud.jpg) no-repeat;
	border: 1px solid #2876b0;
	clear: both;
}
#top {
	margin: 0;
}

#header-login
{
	margin: 0 0 0 233px;
	padding: 5px 3px 3px 0;
	width: 500px;
	height: 20px;
	background: #F59318;
	text-align: right;
	color: #ffffff;
	font: bold 11px/13px Arial, sans-serif;
}

#header-login a {
	color: #ffffff;
	margin: 0 0 0 6px;
}

#logo
{
	float: left;
}

#logo a
{
	width: 220px;
	height: 80px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}

#logo a:hover
{
	background-position: -220px 0;
}

#head
{
	margin: 0;
}

#clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

/* Navigation */
#navigation {
	margin: 0;
	float: right;
	padding: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	text-decoration: none;
	font: bold 11px/13px Arial, sans-serif;
	float: left;
	margin: 30px 0 0 0;
	padding: 34px 0 0 0;
	width: 65px;
	color: #606060;
	text-align: center;
}
#navigation a:hover {
	color: #2f76a0;
}

a.home {
	background: url(../images/home_off.jpg) top no-repeat;
}
a:hover.home  {
	background: url(../images/home_on.gif) top no-repeat;
}
a.about {
	background: url(../images/about_off.jpg) top no-repeat;
}
a:hover.about  {
	background: url(../images/about_on.gif) top no-repeat;
}
a.contact {
	background: url(../images/contact_off.jpg) top no-repeat;
}
a:hover.contact  {
	background: url(../images/contact_on.gif) top no-repeat;
}
a.advertise {
	background: url(../images/advertise_off.jpg) top no-repeat;
}
a:hover.advertise  {
	background: url(../images/advertise_on.gif) top no-repeat;
}
a.subscribe {
	background: url(../images/subscribe_off.jpg) top no-repeat;
}
a:hover.subscribe  {
	background: url(../images/subscribe_on.gif) top no-repeat;
}
a.who {
	background: url(../images/who_off.jpg) top no-repeat;
}
a:hover.who  {
	background: url(../images/who_on.gif) top no-repeat;
}

#home #navigation a.home {
	color: #2f76a0;
	background: url(../images/home_on.gif) top no-repeat;
}
#about #navigation a.about {
	color: #2f76a0;
	background: url(../images/about_on.gif) top no-repeat;
}
#contact #navigation a.contact {
	color: #2f76a0;
	background: url(../images/contact_on.gif) top no-repeat;
}
#advertise #navigation a.advertise {
	color: #2f76a0;
	background: url(../images/advertise_on.gif) top no-repeat;
}
#subscribe #navigation a.subscribe {
	color: #2f76a0;
	background: url(../images/subscribe_on.gif) top no-repeat;
}
#who #navigation a.who {
	color: #2f76a0;
	background: url(../images/who_on.gif) top no-repeat;
}

/* Typography */
h1 {
	font: normal 26px Arial, sans-serif;
	margin: 4px 2px;
	color: #fff;
	letter-spacing: -1px;
}
h2 {
	font: bold 13px Arial, sans-serif;
	margin: 0 0 0 15px;
	color: #2f76a0;
	letter-spacing: -1px;
}
h3 {
	font: bold 14px Arial, sans-serif;
	margin: 2px;
	color: #616161;
	letter-spacing: -1px;
}
h4 {
	font: bold 14px Arial, sans-serif;
	color: #616161;
	letter-spacing: -1px;
	float: left;
	margin: 10px 0 0 4px;
}
h5 {
	font: normal 18px/21px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
	color: #fff;
}
a:link, a:visited {
	color: #606060;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ac8231;
	text-decoration: none;
}
p {
	font: normal 11px/16px Verdana, sans-serif;
}
p.small {
	margin: 0 0 5px 25px;
	padding: 0;
	font: normal 10px/13px Arial, sans-serif;
	color: #fff;
}
p.medium
{
	margin: 0 0 5px 25px;
	padding: 0;
	font: normal 15px/16px Arial, sans-serif;
	color: #fff;
}
#whoinfo p a
{
	margin: 0;
	padding: 0;
	color: #fff;
}
#whoinfo p a:hover
{
	color: #f1f1f1;
}
#whoinfo a.contents
{
	margin: 0 0 0 60px;
	color: #fff;
	font: bold 9px/11px Verdana, sans-serif;
	text-decoration: none;
}

.more
{
	float: right;
}
.more a
{
	font: bold 9px Verdana, sans-serif;
	color: #616161;
	text-decoration: none;
}
#container h3 a 
{
	color: #ccc;
	text-decoration: none;
}

/* Body Containers */
#body
{
	margin: 0;
	padding: 0;
	width: 550px;
	float: right;
}
#footer
{
	clear: both;
	font: bold 9px/14px Verdana, sans-serif;
	color: #606060;
	text-align: center;
	padding: 30px 0 0 153px;
}

/* ====== WhosWho ====== */

/* Containers */
#whobanner {
	width: 498px;
	height: 165px;
	margin: 1px 0 14px 0;
	border: 1px solid #2876b0;
	background: url(../images/whoswho.jpg) no-repeat;
	float: left;
}

#whoinfo {
	width: 218px;
	height: 151px;
	background: #606060;
	color: #fff;
	float: left;
	margin: 1px 0 0 1px;
	padding: 8px;
	text-align: right;
}

#category {
	padding: 5px 10px;
	margin: 0;
	background: url(../images/bodybg.jpg) top repeat-x;
	border: 1px solid #d4d4d4;
	width: 500px;
}

#leftlist {
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
}

#rightlist {
	width: 230px;
	float: left;
}

#whofooter {
	clear: both;
	font: normal 9px/14px Verdana, sans-serif;
	color: #606060;
	text-align: center;
	padding: 30px 153px 0 0;
}

#whoside {
	float: right;
	width: 202px;
}

#whoside img {
	border: 1px solid #ccc;
	margin: 0 0 12px 0;
}

#featured {
	width: 200px;
	margin: 4px 0 0 0;
}

#bodycontain {
	width: 520px;
	float: left;
}

#whoscloud {
	width: 733px;
	height: 23px;
	margin: 0;
	background: url(../images/cloud.jpg) no-repeat;
	border: 1px solid #2876b0;
	clear: both;
}

#search {
	padding: 5px 10px;
	margin: 0;
	background: url(../images/searchbg.jpg) top repeat-x;
	border: 1px solid #d4d4d4;
	width: 180px;
	height: 50px;
}

#search input {
	border: 1px solid #dadada;
	background: #fff url(../images/inputbg.jpg) bottom repeat-x;
	width: 130px;
	height: 22px;
	padding: 0 3px;
}

#search input:focus {
	border: 1px solid #fff;
}

/* Formating */
#whoside h3 {
	text-align: right;
}

#search {
	font-weight: bold;
	letter-spacing: -1px;
}

.rightalign {
	float: right;
}

.leftalign {
	float: left;
}

#company img
{
	clear: left;
	float: left;
	border: 1px solid #b1b1b1;
	margin: 3px;
}

#details img
{
	clear: left;
	float: left;
	border: 1px solid #b1b1b1;
	margin: 3px;
}

.description {
	display: block;
	float: left;
	border: 1px solid #dadada;
	margin: 2px;
	padding: 10px 5px 11px 5px;
	width: 350px;
	background: url(../images/descbg.jpg) top repeat-x;
	font-size: 11px;
}

.subdesc {
	display: block;
	float: left;
	border: 1px solid #dadada;
	margin: 2px;
	padding: 5px;
	width: 230px;
	background: url(../images/descbg.jpg) top repeat-x;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}

.blue {
	color: #2f76a0;
	font-weight: bold;
	letter-spacing: -1px;
}

#clearcompany
{
	clear: both;
	padding: 5px 0;
}

#details p
{
	margin: 13px 8px;
	clear: both;
}

#details h4
{
	color: #2f76a0;
	margin: 0 0 0 2px;
}

#details span.more
{
	margin: 0 7px 0 0;
}

#details span.more a
{
	text-decoration: underline;
} 

/* Navigation */
#page {
	clear: both;
}

#page a {
	color: #ac8231;
	font: bold 11px/11px Arial, sans-serif;
}

#page a:hover {
	color: #ffca63;
	text-decoration: none;
}

.button {
	color: #222;
	text-align: center;
	font: bold 13px/13px Futura, sans-serif;
	background: #2F76A0 url(../images/searchbg.jpg) top repeat-x;
	border-style: solid;
	border-color: #fd9 #f2b84b #f2b84b #fd9;
	border-width: 2px;
	cursor: pointer;
	line-height: 1.2;
	margin:2px 0px 2px 0px;
}

/* Index page styles by J and A 12/16/2005 */
#search-top
{
	padding: 5px 10px;
	margin: 0 0 15px 0;
	text-align: center;
	background: url(../images/searchbg.jpg) top repeat-x;
	border: 1px solid #d4d4d4;
	width: 500px;
	height: 40px;
}

#search-top input.searchText {
	width: 350px;
	height: 22px;
	font-size: 18px;
	border: 1px solid #E6D198;
	background: #fff url(../images/inputbg.jpg) bottom repeat-x;
	padding: 1px 5px;
}

#search-top input.searchButton {
	width: 100px;
	border-style: solid;
	border-color: #fd9 #f2b84b #f2b84b #fd9;
	border-width: 2px;
	color: #222222;
	text-align: center;
	font: bold 14px/14px Futura, sans-serif;
	background: #2F76A0 url(../images/searchbg.jpg) top repeat-x;
	cursor: pointer;
	line-height: 1.2;
	margin:2px 0px 2px 0px;
}

#picks {
	width: 520px;
}

#picks .pick {
	overflow: hidden;
	width: 240px;
	padding: 0px 5px 5px 5px;
	font-size: 11px;
	border: 1px solid #dadada;
	background: url(../images/descbg.jpg) top repeat-x;
}

#picks .pick h1, #picks .pick a
{
	color: #2f76a0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0 0 0;
	padding: 0;
}

#picks .pick p 
{
	width: 170px;
	overflow: hidden;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 0 0;
}

#picks .pick img {
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #b1b1b1;
	margin: 3px 3px 0 0;
}

#comments {
	width: 180px;
	margin: 0;
	padding: 15px 10px;
	background: url(../images/bodybg.jpg) top repeat-x;
	border: 1px solid #d4d4d4;
	color: #606060;
	font: bold 12px/14px Arial, sans-serif;
}

#comments ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	background: url(../images/bullet1.gif) top left no-repeat;
	font-weight: normal;
}

#whopage-example {
	background: url(../images/whopage-example.jpg) top right no-repeat;
	width: 202px;
	height: 415px;
}

/* Actions Menu Styles by J and A */
#am_menu dl, #am_menu dt, #am_menu dd, #am_menu ul, #am_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl#am_menu 
{
	margin: 0;
}

dl#am_menu dt {
	cursor: pointer;
	letter-spacing: -1.0px;
	margin: 3px 0;
	text-align: center;
	font: bold 14px Arial, sans-serif;
	border: 1px solid #b1b1b1;
	height: 25px;
	width: 200px;
	line-height:1.6;
}

dl#am_menu dt.off {
	background: url(../images/menubg_off.jpg) top no-repeat;
	text-decoration: none;
	color: #fff;
}

dl#am_menu dt.on {
	background: url(../images/menubg_on.jpg) top no-repeat;
	text-decoration: none;
	color: #fff;
}

dl#am_menu dt a {
	height:25px;
	display: block;
	color: #fff;
	text-decoration: none;
}

dl#am_menu dt a.no_arrow {
	background: url(../images/menu_plain_off.jpg) bottom no-repeat;
}

dl#am_menu dd li {
	width: 188px;
	height: 20px;
	margin: 2px 0 0 12px;
	border: 1px solid #2f76a0;
	font: normal 13px Futura, sans-serif;
	background: #ccc url(../images/menubg.jpg) top repeat-x;
	text-align: center;
	line-height: 1.4;
}

dl#am_menu li a {
	text-align: center;
	background: url(../images/menubg.jpg) top repeat-x;
	color: #000;
	height: 20px;
	text-decoration: none;
	display: block;
}

dl#am_menu li a:hover {
	background: #9EC3DE;
	color: #fff;
}

/* M's and A's Styles */
.actions a, .actions a:visited
{
	color: #ac8231;
	font: bold 12px Arial, sans-serif;
}

a.bold, a.bold:visited
{
	color: #ac8231;
	font: bold 14px/17px Arial, sans-serif;
	letter-spacing: -1px;
}

a.bold:hover
{
	color: #ffca63;
	text-decoration: none;
}

.pageselected
{
	color: #ac8231;
	font: bold 11px/11px Arial, sans-serif;
}

a.company-name, a.company-name:visited
{
	color: #ac8231;
	font: bold 14px/17px Arial, sans-serif;
	letter-spacing: -1px;
	display: block;
}

a.company-name:hover
{
	color: #ffca63;
	text-decoration: none;
}

a.company-name-deleted, a.company-name-deleted:visited
{
	color: #c0c0c0;
	font: bold 14px/17px Arial, sans-serif;
	letter-spacing: -1px;
	display: block;
}

.people-header
{
	border-top: 1px solid #dadada;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top-cat
{
	margin-top: 25px;
}

.top-cat h1, .top-cat a, .top-cat a:visited
{
	color: #ac8231;
	font: bold 16px/17px Arial, sans-serif;
	letter-spacing: -1px;
	display: block;
}

.sub-cat
{
	margin: 10px 0 20px 40px;
	color: #ac8231;
}

.sub-cat a, .sub-cat a:visited
{
	color: black;
	font: normal 11px/16px Verdana, sans-serif;
	text-decoration: none;
}

.top-cat a:hover {color: #ffca63; text-decoration: none;}

.sub-cat a:hover {color: #000000; text-decoration: underline;}

.new-user {margin-top:10px; margin-bottom:10px;}

.pic-left
{
	float: left;
	width: 140px;
}

.pic-right
{
	float: right;
	width: 360px;
}

.comp-az {
	padding: 5px 10px;
	margin: 0;
	margin: 0 0 13px 0;
	background: url(../images/bodybg.jpg) top repeat-x;
	border: 1px solid #d4d4d4;
	width: 500px;
}

.comp-az a, .comp-az a:hover, .comp-az a:visited {
	text-decoration: none;
	margin: 0 5px 0 5px;
}

.comp-az a:hover {
	text-decoration: underline;
}

.map-link
{
	margin-left: 15px;
	font-size: 10px;
}

.keywords
{
	font-size:11px;
	font-face:arial;
}

.keywords input
{
	font-size:11px;
	font-family:arial;
	text-align:right;
}

#billing-summary, #user-register
{
	margin-top: 10px;
	width: 95%;
	padding: 5px;
	border: 1px solid #dadada;
	background: url(../images/descbg.jpg) top repeat-x;
	font-size: 11px;
}

#user-register h3, #billing-summary h3 {color: #ac8231; float:none; margin-bottom: 5px;}
#user-register .cr1 {font-family:Tahoma; font-size:11px;}
#user-register .hdr1 {font-weight:bold;}
#user-register .i0 {}
#user-register .i1 {}

.flbl
{
	width:120px;
	font-size: 11px;
	color: #2f76a0;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	clear: left;
}

.fval
{
	font-size: 11px;
}

#login-signup
{
	margin: 7px;
	text-align: center;
	font-weight: normal;
}

#login-signup a {color: #2f76a0; text-decoration: underline;}

/* Melissa Added Below */

.highlight
{
	background: #ffffff url(../images/exclamation.jpg) 6px 7px no-repeat;
	border: solid 2px red;	
	display: block;
	padding-right: 5px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.small-note
{
	margin-top:5px;
	font: normal 10px/12px Verdana, sans-serif;
	color:Gray;
}