hr { margin: 2em 0; }

h1, h2, h3, h4 {
	color: #595959;
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

textarea {
	width: 250px;
	height: 150px;
}
textarea.TextAreaField {
	height:100px;
	width:282px;
}

div.container {
	width: 1000px;
}

#header {
	background: transparent url(../images/quaeris_header.png) no-repeat scroll 0 0;
	height: 110px;
	position: relative;
	margin-left: -2px;
	z-index: 2;
}

#header h1 {
	display: none;
}

#header a#homelink {
	display: block;
	position: absolute;
	top: 30px;
	left: 10px;
	width: 175px;
	height: 50px;
}
#search { margin-bottom: 18px;}
#header #search,
#header #top-nav {
	margin-top: 13px;
} 
#search input {
	border: 0;
	left: 5px;
	margin: 7px 55px 2px 15px;
	width: 190px !important;
	background-color:transparent;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	outline: none;
}
#searchContainer { 
	padding:12px 0 0 8px;
	margin-right:22px;
	float: right;
 }
 
 #search #searchContainer label.overlabel {
 	left: 52px;
 }
#searchContainer input { left: 19px; margin-top: 1px;}
#search .search-text,
#search .search-button {
	display: none;
}
#search div.searchBox {
  position: relative;
}
#search label.overlabel {
  position: relative;  
  top: 0px;
  left: 56px;
  color: #A6A6A6;
  cursor: text;
}
#top-nav {
	text-align: right;
	float:right;
}
#top-nav ul {
	text-align: left;
	margin-right:10px;
}
#top-nav li a {
	color: #8C8C8C;
	font-size: 11px;
	font-weight: bold;
}
#top-nav li:hover a,
#top-nav li a:hover,
#top-nav li a.sf-hover {
	color: #6581BF;
}
#top-nav li li a {
	font-weight: normal;
}
#top-nav li:hover li a {
	color: #8C8C8C;
}
#top-nav li li a:hover {
	color: #fff;
	background-color: #6581BF;
}
/* whats new nav */
#top-nav ul#menuElem_UL_3 {
	margin-left: -20px;
}
#top-nav li.last {
	margin-right: 15px;
}
#breadcrumb {
	height: 20px;
	padding: 0 5px 8px 18px;
	margin: 5px 10px 5px 2px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 8pt;
	color: #999;
}
#breadcrumb span {
	color: #7581Bf;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#content {
	margin: 1em 0;
/*  position: relative;*/
	z-index: 1;
}
#content-body {
	position: relative;
}
#home-content {
	margin: 50px 20px -50px 20px;
}
#content-wrapper {
	margin: 40px 0;
}
#content-text {
	font-size: 12px;
	color: #8C8C8C;
}

.left-align {
  margin-left: 20px;
}

#left-nav {
	background: transparent url(../images/nav_center.png) repeat-y scroll 0 0;
	position: relative;
	width: 190px;
	padding: 4px 0 2px;
	margin: 0 0 2em;
}
#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left-nav ul li {		
	background: transparent url(../images/nav_center.png) repeat-y scroll 0 0;
	margin-bottom: 2px !important;
}
#left-nav ul li a,
#left-nav span.no-link {
	margin: 0;
	padding: 5px 6px 5px 19px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	position: relative;
	z-index: 11;
}	
#left-nav ul ul {
	padding: 0;
	background-color: #fff;
}
#left-nav ul ul li {
	background: #fff none none none 0 0;
	padding: 0;
	margin-bottom: 0;
}
#left-nav ul ul li {
	background: transparent url(../images/nav_center.png) repeat-y scroll 0 0;
}
#left-nav ul li li a,
#left-nav ul li li div {
	color: #999;
	font-weight: normal;
}
#left-nav ul li li a:hover {
  color: #333;
}
#left-nav ul li li.CMSListMenuLinkHighlightedLI a,
#left-nav ul li li a.CMSListMenuLinkHighlighted {
	color: #000;
}
#left-nav-top {
	background: transparent url(../images/nav_top.png) no-repeat scroll 0 0;
	height: 17px;
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#left-nav-bottom {
	background: transparent url(../images/nav_bottom.png) no-repeat scroll 0 0;	
	height: 17px;
	position: absolute;
	width: 190px;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#right-column p {
	color: #8C8C8C;
	font-size: 10px;
}
#right-column strong {
	color: #E38C47;
	font-size: 16px;
	font-weight: normal;
}
#right-column ul {
  color: #8C8C8C;
  margin: 0;
  padding: 0 0 0 1.5em;
}
#right-column .pullquote {
  margin: 30px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
	color: #E38C47;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}
#right-column .caption {
	color: #8C8C8C;
	font-size: 9px;
	margin: 5px 0 30px 0;
}


#footer {
	padding: 50px 0 1em;
	height: 20px;
	font-family: Arial, Sans-Serif;
}
#tag {
	color: #7581Bf;
	font-size: 16px;
}
#footer-right {
	border-top: 1px solid #E1E1E1;	
	font-size: 9px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
	color: #999;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
}
#footer-nav ul li {
	position: relative;
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer-nav ul li a.last {
	padding-right: 0;
}
#footer-nav ul li a {
	display: block;
	min-width: 1px;
	padding: 0em 1em 0em 0;
	color: #999;
	text-decoration: none;
}

/* SOCIAL ICONS */

#footer-social-icons {
	margin-top: 22px;
	text-align: right;
	float: right;
}
body.IE7 #footer-social-icons a {cursor: pointer;}
#social-facebook, #social-linkedin {float: left;background-image: url('/App_Themes/HWM/images/social-icons.png');background-repeat: no-repeat;line-height: 47px;overflow: hidden;}
/*#social-facebook a, #social-linkedin a {width: 79px;height: 17px;}*/
#social-facebook {width: 60px;height: 17px;margin-right: 19px;background-position: 0px 0px;}
#social-linkedin {width: 60px;height: 17px;background-position: -79px 0px;}

a:hover #social-facebook  {background-position: 0px -25px;}
a:hover #social-linkedin  {background-position: -79px -25px;}


/*new footer styles*/
#footer-right {
	border-top: 1px solid #E1E1E1;	
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 5px;
	color: #999;
}
#footer-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer-nav ul li {
	position: relative;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer-nav ul li a {
	display: block;
	min-width: 1px;
	padding: 0em 1em 0em 0;
	color: #999;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
}

/* SOCIAL ICONS */

#footer-social-icons {
/*	margin-top: 10px;*/
	text-align: right;
	float: right;
}
body.IE7 #footer-social-icons a {cursor: pointer;}
#footer-social-icons span.st_sharethis_custom {cursor: pointer;}

#footer-social-icons span { padding-left: 10px;}

/* GENERIC INTERNAL ELEMENT FORMATTING */

/* TABLES */
.listing-table {
	width: 100%;
	border-bottom: 1px solid #A6A6A6;
}
/*.listing-table thead,
.listing-table tr.header {
	background: #b7b7b7 url(../images/table_corner_nw.png) no-repeat scroll 0 0;
}*/
.listing-table thead,
.listing-table tr.header {
	background-color: #b7b7b7;
}
.listing-table thead,
.listing-table tr.header td.first {
	background: #b7b7b7 url(../images/table_corner_nw.png) no-repeat scroll 0 0;
}
.listing-table thead th,
.listing-table tr.header td {
	padding: 9px 12px;
	border-right: 1px solid #FFF;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	vertical-align: bottom;
	border-left: none;
}
.listing-table thead th a,
.listing-table tr.header td a {
	color: #FFF;
	font-weight: bold;
}
.listing-table thead th.last,
.listing-table tr.header td.last {
	background: #b7b7b7 url(../images/table_corner_ne.png) no-repeat scroll 100% 0;
	border: none;
}
.listing-table td {
	padding: 9px 12px;
	border-left: 1px solid #A6A6A6;
	color: #A6A6A6;
	vertical-align: top;
}
.listing-table thead th.last {
  border-right: none;
}
.listing-table td.last {
	border-right: 1px solid #A6A6A6;
}
.listing-table td a {
	color: #A6A6A6;
	text-decoration: underline;
}
.listing-table tr.odd {
	background: #F2F2F2;
}

/*** Pager for Listings ***/

.pager {
  margin-top: 50px;
  text-align: center;
}

.pager .label {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin: 0 auto 15px auto;
  width: 300px;
}

.pager .current {
  font-weight: bold;
  color: #707070;
}

.pager a {
  color: #999;
}

.pager * {
	margin: 0 10px;
}
.pager * * {
	margin: 0;
}
}


/*** Search ***/

.SearchDialog {
  margin: 0 auto 50px auto;
  width: 300px;
}
.SearchDialog label {
  display: block;
  width: 100px;
}
.SearchDialog .TextBoxField {
  width: 198px;
  border-width: 1px;
}
.SearchDialog .DropDownField {
  width: 200px;
}

/* search results */

div.SearchResults { width: 500px;padding-top: 50px;color: #222;}
div.search-result-item { padding-bottom: 15px;border-bottom: solid 1px #EDEDED;}

div.search-result-item span.search-url { font-size: 9px;}
div.search-result-item div.title a { font-size: 14px;color: #7581BF;font-weight: normal;text-decoration: underline;} 
div.search-result-item div.title a span.title { font-weight: normal;background-color: #EDEDED;padding: 2px 5px;text-decoration: underline;} 

div.search-result-item div.sub-text { font-size: 9px;}
div.search-result-item div.search-relevance {
	margin-bottom: 10px;float: none !important;
}
div.search-result-item div.search-relevance div {background-color: #7581BF !important;}
div.SearchResults div.pager { width: 500px;}
/*.search-result-item {
  margin-bottom: 50px;
  position: relative;
}

.search-result-item .title {
  font-weight: bold;
  margin-bottom: 1em;
}
.search-result-item .title a {
  color: #999;
}

.search-result-item .sub-text {
  position: absolute;
  text-align: right;
  width: 130px;
  top: 0;
  right: 70px;
  overflow: hidden;
  height: 16px;
}

.search-result-item .search-relevance {
  position: absolute;
  top: 0;
  right: 0;
}
*/

/*** Messages ***/
#messages table {
  width: 100%;
	border-bottom: 1px solid #A6A6A6;
}
#messages table .UniGridHead {
	background: #b7b7b7 url(../images/table_corner_nw.png) no-repeat scroll 0 0;
}
#messages table .UniGridHead th {
	padding: 9px 12px;
	border-right: 1px solid #FFF;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	vertical-align: bottom;
}
#messages table .UniGridHead th a {
  color: #fff;
}
#messages table .UniGridHead th.last {
	background: transparent url(../images/table_corner_ne.png) no-repeat scroll 100% 0;
}
#messages table td {
	padding: 9px 12px;
	border-left: 1px solid #A6A6A6;
	color: #A6A6A6;
	vertical-align: top;
}
#messages table .UniGridHead th.last,
.header td.last {
  border-right: none;
}
#messages table td.last {
	border-right: 1px solid #A6A6A6;
}
#messages table tr.OddRow,
#messages table tr.OddRowUnread {
	background: #F2F2F2;
}
#messages table td.MessageActions {
  text-align: center;
}

#messages table.HeaderTable {
	border-bottom: none;
}
#messages table.HeaderTable td {
  border-left: none;
}
#messages table.HeaderTable td.last {
  border-right: none;
}

#messages .GeneralActions {
  text-align: right;
}
#messages .GeneralActions a {
  margin: 0 0 0 20px;
}

/* MISC */
.hide {
	display: none;
}

table.data {
  width: 430px;
  border: none;
  border-collapse: collapse;
  margin: 0 -7px;
}
table.data th,
table.data td {
  font-weight: bold;
  font-size: 10px;
  color: #8c8c8c;
  background-color: #fff;
  padding: 4px 7px;
  text-align: center;
}
table.data th {
  color: #fff;
  background-color: #b3b3b3;
}

ul.subpages {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
ul.subpages li {
  margin: 0;
  padding: 0;
}

#content .span-5 h2 {
  font-size: 16px;
  margin: 0;
}
/*Pager*/
.PagerControl {padding-top: 20px;padding-bottom: 20px;text-align: center;}
.PagerControl .PagerResults {color: #739DD2;font-size: 18px;font-family: Georgia, Verdana, Arial, sans-serif;}
.PagerControl .PagerNumberArea a.UnselectedPage {padding: 2px 5px;}
.PagerControl .PagerNumberArea span.current {padding: 2px 5px;color: #739DD2;font-weight: bold;border: solid 1px #e4e4e4;}
/*News*/
/* news teaser*/
.NewsPTitle {font-weight: bold;font-size: 110%;}
.NewsDate {font-size: 90%;font-style: italic;}
.NewsPBody { line-height: 130%;}
.NewsPBody img { padding: 5px;}
.NewsTags {font-size: 90%;}
