/** Common styles **/
a {
	color: #666;
	text-decoration: none;
}

.clear {
	clear: both;
}

a:link {color: #666;}
a:hover {text-decoration:underline;}
a:visited {}

/** Structural elements **/
#hd, #bd, #ft {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bd, #ft {
	padding: 0 20px;
}

.directory-content {
	margin: 0 10px;
}

/** Image Replacement **/

.mir {
	text-indent: -5000px;
}

h1.logo-header {
	height: 70px;
	background:url(../images/snappat_se-320x70.gif) no-repeat;
}

h2.desc-header {
	height: 18px;
	background:url(../images/directory_description-309x18.gif) no-repeat;
}

h2.cat-header {
	margin: 25px 0 10px 0;
	height: 29px;
	background:url(../images/h2_categories-121x29.gif) no-repeat;
}


h2.link-header {
	margin: 25px 0 10px 0;
	height: 23px;
	background:url(../images/h2_links-79x23.gif) no-repeat;
}

h2.search-header {
	margin: 25px 0 10px 0;
	height: 23px;
	background:url(../images/h2_search-45x23.gif) no-repeat;
}

h2.submit-header {
	margin: 25px 0 10px 0;
	height: 30px;
	background:url(../images/h2_submit_a_link-175x30.gif) no-repeat;
}

h2.suggest-header {
	margin: 25px 0 10px 0;
	height: 30px;
	background:url(../images/h2_suggest_a_category-186x30.gif) no-repeat;
}

/** Logo header **/

#logoWrap {
	width: 330px;
	float: left;
}

/** Main nav **/

#mainNavWrap {
	width: 410px;
	height: 70px;
	float: right;
	background: url(../images/nav_bg_left.gif) left center no-repeat;
}

ul#mainNavList {
	text-align: center;
	width: 401px;
	height: 44px;
	margin: 13px 0 13px 9px;
	padding: 0;
	background: url(../images/nav_bg.gif) left center repeat-x;
}

ul#mainNavList li {
	line-height: 44px;
	display: inline;
	padding: 0 10px 10px 0;
}

ul#mainNavList li a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

ul#mainNavList li a:link {
	color: #FFF;
}

ul#mainNavList li a:hover {
	color: #FFF;
	text-decoration: underline;
}
ul#mainNavList li a:visited {
	font-color: #FFF;
	text-decoration: none;
}

/* Description */
.openldyui-description {
	text-align: left;
}

/** Crumbs Bar **/
#crumbsBar {
	/*background: #8c191b;
	border: 1px solid #995051;*/
	height: 30px;
	text-align: left;
}

#crumbsBar p.crumbs {
	margin: 0 20px;
	color: #333;
	line-height: 30px;
	font-size: 12px;
}

#crumbsBar p.crumbs a {
	color: #333;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
}

#crumbsBar p.crumbs a:link {}
#crumbsBar p.crumbs a:hover {}
#crumbsBar p.crumbs a:visited {}


/** Content div **/
.directory-content {

}

/** Table links **/
a.tableLink {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

#directory-content a.tableLink:link {color: #666;}
#directory-content a.tableLink:hover {text-decoration:underline;}
#directory-content a.tableLink:visited {}

/** Footer **/
p.footerText {
	text-align: right;
}

	/** ------------------------------------------------------------------------
		FORMS (OVERRIDING CSSFORMS.CSS)
	------------------------------------------------------------------------**/	

#fm-form {
	margin: 20px 0px 20px 0;
	width: 75%;
}

#fm-form.smallForm {
	width: 50%;
}

#fm-form label.search {
	text-align: left;
}

div.fm-multi label {
	width: 150px;
}

#fm-form div.categories {
	width: 400px;
}

#fm-form span.formWarning {
	display: block;
	margin: 1px 0 4px 0;
}

#fm-form span.formWarning p {
	color: #8c191b;
	font-style: italic;
}