@charset "utf-8";
/* CSS Document */

body{
  font-family: Arial;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  height: 100%;  
}
html { 
  min-height: 100%;
  height: 100%; 
}
table { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img {
	border:none;
}

a:active, a:visited, a:link {
  color:#666;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}
a:hover{
  color: #fbb44a;
}

/* Layout */
#container{
	width: 960px;
	margin: 0px auto;
	height: 100%; 
}

#logo{
	text-align: center;
	height: 150px;
}
#logo img{
	padding: 20px;
}

#content{
	padding: 0px;
	min-height: 70%;
}

#footer{
	padding-top: 10px; 
	height: 7%;
}

.left{
	float: left;
}
.rigth{
	float: right;
}

/* Footer Styles */
#footer{
  color: #979797;
}
.footerUrl{
	text-decoration: none;
  color: #979797;
}
a.footerLinks{
	text-decoration: none;
	text-transform: uppercase;
  color: #979797;
  font-size: 11px;
}
a.footerLinks:hover{
  color: #fbb44a;
  font-weight: normal;
}
.footerSeparator{
  font-size: 12px;
  color: #979797;
  margin: 0px 5px;
}

/* Search Style */
#searchPage{
  padding: 20px 0px;	
}

#searchPage #intro{
	text-align: center;
	margin-bottom: 30px;
}
#searchPage #intro h2{
	color: #9a9a9a;
	margin-bottom: 20px; 
}

#searchPage #searchCategories{
	text-align: center;
	margin-bottom: 30px;
}
a#searchCategoriesLink{
	text-transform: uppercase;
	color: #000000;
}
a#searchCategoriesLink:hover{
	color: #fbb44a;
}
#searchForm{
	margin-bottom: 30px;
	padding-left: 225px;
}
#searchForm input.text{
	font-size: 12px;
	width: 440px;
	border: 2px solid #bfbfbf;
	height: 16px;
	padding-top: 0px;
	border-collapse: separate; 
	vertical-align: top;
}
#searchPage #searchForm .formSubmit{
	vertical-align: middle;
  font-size: 12px;
  border: 2px solid #F8BF68;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  padding: 1px 0px;
  font-weight: normal;
  width: 65px;
  text-align: center;
  text-decoration: none;
}
#searchCategoryList{
	border: 1px solid #000000;
	margin: 50px 65px;
	width: 840px;
	padding: 10px 15px 5px;
	text-align: center; 
}
.searchCatItem{
	padding-right: 20px;
	line-height: 23px;
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
}
#searchCategoryList INPUT{
	color: #6a6a6a;
	font-size: 8px;
	margin: 0px 0px 2px;
	padding: 0px;
	vertical-align: middle;
}

#searchResultsForm #searchCategoryList{
  margin: 5px 65px;
}
#searchResults{
	margin: 30px 250px;
}
#searchResults dl{
	margin: 20px;
}
a.resultsMoreLink{
	margin-left: 0px;
	color: #000000;
}
#searchResults dl.resultsMore{
	margin: -10px 20px;
	display: none;
}
#searchResults dt{
	text-transform: uppercase;
	margin: 10px 0px 0px;
	text-align: right;
	width: 100px;
}
#searchResults dt a{
	text-decoration: none;
}
#searchResults dd{
	margin: 0px 0px 8px 130px;
}
.searchItemDescription{
  font-size: 80%;
}
.searchItemDescription strong{
  font-size: 100%;
  color: Blue;
}

#validationMessage{
  color: #f00;
  visibility: hidden;
}
#entityPage #validationMessage{
  margin-top: -25px;
  padding-right: 55px; 
  height: 42px;
}

/* Entity Style */
#content.entity{
	background: url(../images/columns-3-bg.png) repeat-y;
	color: #999999;
}
#entityPage #column1{
	float: left;
	width: 590px;
}
#entityPage #column2{
	float: left;
	width: 230px;
}
#entityPage #column3{
	float: left;
	width: 137px;
}
#entityPage #column2 .columnText{
	padding: 12px;
}
#entityPage #column2 .columnText h3{
	color: #ffffff;
	font-size: 16px;
}

.entityCaption{
	color: #000000;
	padding-right: 20px;
	font-size: 16px;
}
.entityDescription,
.entityDescription a{
  font-size: 10px;
} 
.entityContent{
  padding: 10px 20px 10px 0px;
  width: 560px;
  overflow-x: auto; 
}
.entityContent p{
	margin: auto;
}
.entityTags,
.entityTags a{
	font-size: 10px;
}
.entityTags ul{
	margin-top: 0px;
}

#entityPage #searchForm{
	margin-bottom: 0px;
  padding: 22px 12px 0px;
  text-align: right;
}
#entityPage #searchForm div{
	color: #ffffff;
	text-align: left;
	font-size: 12px;
}
#entityPage #column2 .columnText,
#entityPage #column2 .columnText a{
	color: #666;
}
	
#entityPage #searchForm .inputText{
  background: url(../images/entity-search-input.png) no-repeat right top;
  height: 24px;
  margin-top: 2px;
}
#entityPage #searchForm input.text{
  padding: 3px 3px 0px;
  font-size: 12px;
  width: 200px;
  height: 24px;
  border: none;
  background: transparent;
}
#entityPage #searchForm .formSubmit{
  font-size: 12px;
  border: 1px solid #fdc169;
  background: #ffffff;
  color: #fc9600;
  margin-top: 2px;
  display: inline-block;
  padding: 4px 0px;
  font-weight: normal;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

#entityPage #sharedLinks{
	padding: 75px 0px 75px 0px;
}
#entityPage #sharedLinks img{
	margin: 5px 5px 5px 9px;
}
#entityPage #sharedLinks a{
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

#tagsPage{
	width: 500px;
	margin: 0px auto;
}
#tagsPage h1{
		font-size: 16px;
}
#tagsPage a{
	font-size: 10px;
}
#tagsPage dl{
	margin: 0px 30px;
}
#tagsPage dl dt{
	margin-top: 10px;
	text-transform: uppercase;
}
#tagsPage dl dd{
	padding-left: 80px;
}