@import url(/css/style.css); 


/***** New CSS *****/
.directory #ocwrapper
{
	width: 700px;
}
.directory #content
{
	color: #2A2A2A;
	font-size: 11pt;
	line-height: 14pt;
    position: relative;
	width: 840px;
}
.directory #content a
{
	color: #00BEDD;
	font-weight: bold;
	text-decoration: underline;
}
	.directory #content a:hover
	{
		color: black;
	}
	
.directory #content .primarynav
{
	background: #00BEDD;
}
	.directory #content .primarynav a
	{
		color: white;
		text-decoration: none;
	}
	.directory #content .primarynav a:hover
	{
		background: #CC0099;
	}

.directory #content .searchbar
{
	background: #8CE0F9;
}
	.directory #content .searchbar a
	{
		color: white;
	}
	.directory #content .searchbar a:hover
	{
		color: black;
	}

.directory #content .linkname
{
	color: #00BEDD;
	font: bold 26pt "Century Gothic", sans-serif;
	line-height: 26pt;
}

.directory #content .linkactions a
{
	background: #CC0099;
	color: white;
}
	.directory #content .linkactions a:hover
	{
		color: black;
	}

.directory #content .crumb
{
	font-weight: bold;
}

#submit-free-listing a
{
    background: url("http://www.administrativeconsultantsassoc.com/images/submitfreelisting.png") no-repeat;
    display: block;
    
    height: 150px;
    width: 150px;
    
    position: absolute;
    right: 0;
    top: 90px;
}
#submit-free-listing span 
{
    display: none;
}

/***** Old CSS *****/
/*------------------*\
|* global interface *|
\*------------------*/
#d-content img {
border: 0px;
}
#d-content > p {
	margin: 20px 0;
}

/* forms */
#d-content form {
margin: 0px;
}
#d-content input, #d-content textarea {
font: normal 13px tahoma, geneva, verdana, sans-serif;
}
#d-content input.text, #d-content input.password, #d-content textarea {
padding: 1px 0px 1px 2px;
border: 1px solid #414B56;
}

/* headings */
#d-content h1 {
color: #00BEDD;
font: 20pt Arial, sans-serif;
font-weight: bold;
margin: 8px 0 6px 0;
}
#d-content h2 {
font-size: 16pt;
margin-top: 8px;
}
#d-content h3 {
color: #2a2a2a;
font-size: 12pt;
margin: 10px 10px 0px 10px;
padding: 5px 0px 2px 0px;
border-bottom: 2px solid #2a2a2a;
}
#d-content h3.noseparator {
border-bottom: none;
}
#d-content h4 {
color: #000;
font-size: 12px;
}
#d-content h5 {
font-weight: normal;
font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
font-size: 10pt;
font-weight: normal;
}
#accessibility {
position: absolute;
left: -9000px;
width: 9000px;
}

/*------------*\
|* navigation *|
\*------------*/
#directory-menu {
	margin: auto;
	width: 840px;
}
#directory-menu table {
	margin: 0;
}
.navbar {
margin-bottom: 1px;
}
ul.primarynav, ul.secondarynav {
margin: 0px;
padding: 0px;
border-bottom: 1px solid #ffffff;
float: left;
list-style: none;
}
ul.primarynav {
width: 100%;
background: #09a3b6;
}
ul.secondarynav {
width: 100%;
background: #09a3b6;
}
ul.primarynav li, ul.secondarynav li {
float: left;
list-style: none;
}
ul.primarynav li {
border-right: 1px solid #ffffff;
}
ul.primarynav a {
margin-right: 1px;
padding: 7px 9px 7px 10px;
float: left;
font-size: 10pt;
}
ul.primarynav a:hover {
}
ul.primarynav li.home {
}
ul.primarynav li.home a {
margin-right: 0px;
}
ul.secondarynav li.first {
padding-left: 5px;
}
ul.secondarynav a {
	margin-right: 1px;
	padding: 4px 5px;
	float: left;
	font-size: 10pt;
}
ul.secondarynav a:hover {
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
margin-bottom: 3px;
padding: 5px 10px;
border-bottom: 0;;
}
.searchbar input.text, .searchbar input.submit {
margin-right: 0px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
font-size: 9pt;
}
.searchbar label {
font-size: 9pt;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
padding: 2px 10px;
}
#contentheader .error, #contentheader .message {
margin: 0px;
padding: 2px;
border: 1px solid #ffffff;
color: #FFF;
font-size: 12px;
font-weight: bold;
text-align: center;
}
#contentheader .error {
background: #8c3030;
}
#contentheader .message {
background: #414B56;
}
#contentheader .error *, #contentheader .message * {
margin: 0px;
padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
background: #ffffff;
}

/*---------*\
|* content *|
\*---------*/
#icwrapper {
background:transparent;
}
#ocwrapper {
/* background colour of left sidebar */
border-left: 0;
/* background colour of right sidebar */
border-right: 0;
background: transparent;
}
#leftsidebar {
margin-left: -200px;
padding: 10px 0px 10px 10px;
width: 190px;
float: left;
position: relative;
/* hide the left sidebar by default */
display: none;
}
#rightsidebar {
display: none;
margin-right: -200px;
padding: 10px 10px 10px 0px;
width: 190px;
float: right;
position: relative;
}
#contentwrapper {
width: 100%;
float: left;
position: relative;
}
#d-content {
margin: 0px 10px;
padding: 10px;
background: transparent;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
height: 10px;
font-size: 1px;
display: inline-block;
/* ie/mac fix \*/
display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
width: 15px;
height: 10px;
font-size: 1px;
}
/* Disable shadows
.shadowtop {
background: url(images/shadow-top.gif) bottom repeat-x;
}
.shadowbottom {
background: url(images/shadow-bottom.gif) top left repeat-x;
}
.shadowleft {
background: url(images/shadow-left.gif) left repeat-y;
}
.shadowright {
background: url(images/shadow-right.gif) right repeat-y;
}
.shadowtopleft {
float: left;
background: url(images/shadow-topleft.gif) bottom left no-repeat;
}
.shadowtopright {
float: right;
background: url(images/shadow-topright.gif) bottom right no-repeat;
}
.shadowbottomleft {
float: left;
background: url(images/shadow-bottomleft.gif) top left no-repeat;
}
.shadowbottomright {
float: right;
background: url(images/shadow-bottomright.gif) top right no-repeat;
}
*/

/* links */
.linklisting {
border-bottom: 2px solid #2a2a2a;
margin: 0 10px;
padding: 15px 5px 20px 10px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
margin: 2px 0px;
}
.linklisting h4.linktitle a {
padding-bottom: 0px;
}
.linklisting p, .linklisting div {
margin: 14px 0;
}
.linklisting div span {
line-height: 16pt;
}
.linklisting p.linkurl a {
font-size: 9px;
}
.linklisting p.linkrating {
font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
color: #414B56;
font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
margin: 0px 0px 5px 0px;
padding: 5px;
border: 2px solid #00BEDD;
background: #E9F8FD;
overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
width: 96%;
}
.linklisting p.linkactions {
margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
background: #BD1094;
border: 0;
color: #FFF;
font: bold 10pt Arial, sans-serif;
padding: 1px 6px;
text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
background: #BD1094;
color: #000;
}
.linklisting .linkimage {
float:right;
margin:-15px -8px 5px 5px;
overflow:hidden;
text-align:right;
max-height:200px;max-width:200px;
}
.linklisting .linkimage img {
max-height:200px;max-width:200px; 
height: expression(this.height > 200 ? 200: true);
width: expression(this.width > 200 ? 200: true); 
}
.linklisting .linkvideo {
overflow: hidden;
width: 625px;
    max-height: 625px;
}

/* reviews */
.review h4.reviewsubject {
margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
margin: 0px;
font-weight: normal;
}
.review p.reviewer {
margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
float: left;
font-size: 9px;
}
.review .reviewhelpful form span {
float: right;
}
.review .reviewhelpful input {
padding: 0px 3px;
border: 1px solid #deeeef;
background: #ffffff;
font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
background: transparent url(images/button-left.gif) top left no-repeat;
font-weight: bold;
font-size: 9px;
color: #ffffff;
vertical-align: text-top;
}
.new-item {
background-color: #99CC00;
}
.updated-item {
background-color: #CC0099;
}
.popular-item {
background-color: #BD1094;
}
.unpaid-item {
background-color: #555555;
}
.expired-item {
background-color: #92589c;
}
.free-item {
background-color: #a7a87c;
}
.bookmark-public {
background-color: #cc6613;
}
.bookmark-default {
background-color: #99CC33;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
padding: 0px 3px;
background: transparent url(images/button-right.gif) top right no-repeat;
}

/* paging */
.paging {
text-align: right;
}
.paging img, .paging select, .paging input {
vertical-align: middle;
}

.crumb {
font-size: 10pt;
}

/* tables */
.ftable {
margin-top: 5px;
border-bottom: 3px solid #E9F8FD;
border-collapse: collapse;
width: 100%;
/* ie5-5.5 don't inherit the font style properly */
font-size: 11px;
}
.ftable th {
background: #E9F8FD;
text-align: left;
}
.ftable th, .ftable td {
padding: 3px 5px;
}
.ftablecol
.ftablecol {
border-right: 1px solid #E9F8FD;
}

/* lists */
#d-content ul {
margin: 10px 0px 0px 20px;
padding: 4px 10px 4px 40px;
font-size: 12px;
list-style: disc;
}
#d-content ul.categories {
margin: 0px;
}
#d-content ul li div {
padding: 1px 2px;
}

/* forms */
.row {
margin-bottom: 1px;
padding: 4px;
}
.row label.name {
padding-right: 5px;
width: 25%;
float: left;
}
.row label.name span {
color: #414B56;
}
.row .value.wrappedtext {
margin-left: 25%;
padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
w\idth: 72%;
}
.row .value input.text.shorttext {
width: 100px;
}
.row.required {
background: #D6F3FC;
}
.row.invalid {
color: #8c3030;
background: #eedddd;
font-weight: bold;
}
.formsubmit {
margin: 10px 0 0 20px;
text-align: left;
}
.vertical {
}
.vertical label.name {
margin-bottom: 6px;
width: 100%;
}
.vertical div.value {
margin-left: 20px;
}

/* generic messages */
.errormessage {
color: #8c3030;
font-weight: bold;
}
.infomessage {
color: #3a5841;
font-weight: bold;
}

/* treecats */
#treecats ul {
    list-style: none;
    padding: 0;
}
#content .treecats-selection-summary ul, #content .treecats-selection ul {
margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
margin-top: 2px;
margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
color: #212126;
}
.treecats-selection-current {
font-weight: bold;
}
.treecats-category-info img {
border: 0px;
padding: 2px;
vertical-align: middle;
}
.treecats-children {
padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
color: #414B56;
text-decoration: none;
}
.treecats-category a:hover {
text-decoration: underline;
}
#content ul.treecats-links {
padding-left: 15px;
margin: 0px;
}
.treecats-links li {
line-height: 1.25em;
list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
font-weight: bold;
}
.searchhl-1 {
background: #ffff80;
}
.searchhl-2 {
background: #aaaaff;
}
.searchhl-3 {
background: #aaffaa;
}
.searchhl-4 {
background: #ffaaaa;
}
.searchhl-5 {
background: #aaffff;
}

/* indent */
.indent1 {
margin-left: 20px;
}
.indent2 {
margin-left: 40px;
}
.indent3 {
margin-left: 60px;
}
.indent4 {
margin-left: 80px;
}
.indent5 {
margin-left: 100px;
}

.hide {
display: none;
}

.clear:after {
height: 0px;
clear: both;
display: block;
visibility: hidden;
content: ".";
}
.clear {
display: inline-block;
clear: both;
}
/* start non ie/mac css \*/
* html .clear {
height: 1%;
}
.clear {
display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
font-weight: bold;
}
.bookmark_link .comments label span {
font-weight: normal;
}

#category dl, #home dl {
margin: 10px 0px 0px 0px;
width: 49%;
float: left;
}
#category dt a {
font-size: 11pt;
line-height: 14pt;
}
#category dt, #category dd, #home dt, #home dd {
margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
padding-bottom: 10px;
}

#detailed p.description {
overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
width: 100%;
}
#detailed p.linknav {
margin: 0px;
text-align: right;
}
#detailed p.linknav img {
vertical-align: middle;
}
#detailed p.reviewsfooter {
margin: 20px 0px 0px 0px;
text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
font-size: 11pt;
line-height: 14pt;
}
#home dt a:hover {
color: #000;
}
#home #content h4 {
margin-top: 20px;
font-weight: normal;
font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
height: 40px;
background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
padding: 2px 0px 0px 2px;
float: left;
}
#jump_frame h4 {
margin: 0px;
padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
float: left;
}

#search .searchoption {
margin-top: 10px;
padding-top: 5px;
border-top: 1px dotted #deeeef;
}
#search .searchoption .value {
display: inline;
}

ul.primarynav, ul.secondarynav {
margin-right: 400px; 
}
#contentheader .error, #contentheader .message {
margin: 0; text-align: center;
}

#search dl {
width: 50%;
}

/* New CSS */
#contactinfo {
margin-top:0px;
}
#contactinfo a {
font-size: 12pt;
}
span.linklabel {
font-weight:bold;
}
span.linkname {
color:#000000;
font-size:18px;
font-weight:bold;
}
.linklisting div.linkdescription {
clear:both;

}
span.Other_Description {
display:block;
margin:0px 0 0 20px;
}
input#Other_Description  {
margin:0 0 0 10px;
width:305px;
}

/* CSS for power words */
.PowerWords {
overflow:hidden;
}
.PowerWords span {
display:block;
float:left;
font-weight:bold;
overflow:hidden;
margin:0;
padding:0 6px 0 6px;
}
span.PowerWord1 {
padding-left:0;
}
span.PowerWord2 {
border-left:1px solid black;
}
span.PowerWord3 {
border-left:1px solid black;
padding-right:0;
}

/* CSS for tagline */
p.tagline {
color: #6B6B6B;
font: bold italic 12pt Arial, sans-serif;
}

/* Sidebar CSS */
#sidebar {
color: #000;
font-size: 10pt;
line-height: 11pt;
padding: 100px 20px 20px 20px;
text-align: left;
}
#sidebar h2 {
color: #09A3B6;
font-size: 12pt;
font-weight: bold;
}
