/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	min-height:100%;
}

.collection_item_url:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.collection_item_url,
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .collection_item_url,
* html .clearfix {height: 1%;}
.collection_item_url,
.clearfix {display: block;}
/* End hide from IE-mac */
/* End Hurray hacks! */	

body {
	background: url(../assets/images/bg/pattern.gif);
	position: relative;
	text-align: center;
	padding-bottom: 25px;
}

.siteWidth {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	padding: 0 4px;
	position: relative;
}

* html .siteWidth {
	border: 1px solid #7d7f80;
	padding: 0!important;
}

#mainLayer {
	padding-bottom: 4px;
	margin-bottom: 15px;
}

#mainContentWrapper li {
	list-style: outside disc;
	margin-left: 15px;
	
}

#topLayer {
	background-image: url(../assets/images/bg/top.gif);
	height: 54px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#logoSmall {
	position: absolute;
	top: 4px;
	left: 13px;
}

#headerMenu {
	float: right;
	margin-right: 14px;
	margin-top: 16px;
	width: auto;
	height: 25px;
}

#search div,
#search {
	float: right;
	width: 200px;
}

#search input {
	float: right;
}

#websiteLinks {
	float: right;
	width: 140px;
	margin-right: 14px;
}

#imageLayer {
	border-top: 1px solid #ee2f3f;
	height: 243px;
	width: 100%;
	background: white no-repeat;
	overflow: hidden;
	position: relative;
}

.topImage {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#logoBigLink,
#logoBig {
	display: block;
	z-index: 50;
	position: absolute;
}

#templateLayer {
	background-color: white;
}

#leftColumn {
	width: 204px;
	border-right: 1px solid #eaece7;
	padding-top: 27px;
	vertical-align: top;
}

#divLeftColumn {
	margin-bottom: 30px;
}

#rightColumn {
	width: 233px;
	overflow: hidden;
	padding-top: 27px;
	vertical-align: top;
}

#divRightColumn {
	overflow: hidden;
	margin-right: 15px;
}

#content {
	padding: 27px 22px 30px;
	vertical-align: top;
	overflow: hidden;
}

#divContent {
	width: 100%;
	overflow: hidden;
}

#ewyseImageInContent {
	float: left;
	margin: 0 1em 0.25em 0;
	line-height: 0;
}

#ewyseImageInContent img {
	border: 1px solid black;
}

#toolLayer {
	clear: both;
	padding-top: 10px;
}

* html #toolLayer {
	margin-top: 20px;
}

#footerLayer {
	padding: 4px;
}

* html #footerLayer {
	padding: 0;
}

#footerContent {
	height: 80px;
	position: relative;
	background-image: url(../assets/images/bg/top.gif);
}

#logo4Gas {
	position: absolute;
	display: block;
	left: 20px;
	top:20px;
}

#bottomMenu {
	position: absolute;
	left: 210px;
	top: 35px;
}

#bottomMenu li {
	float: left;
	width: 128px;
}

#bottomMenu a {
	color: #ee2f3f;
	text-decoration: none;
}

#bottomMenu a:hover {
	text-decoration: underline;
}

.glow-left {
	background-image: url(../assets/images/glow/left.png);
	background-repeat: repeat-y;
	width: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 8px;
}

.glow-right {
	background-image: url(../assets/images/glow/right.png);
	background-repeat: repeat-y;
	width: 4px;
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 8px;
}

.glow-bottom-left {
	background-image: url(../assets/images/glow/bottom-left.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.glow-bottom-right {
	background-image: url(../assets/images/glow/bottom-right.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.glow-bottom {
	background: url(../assets/images/glow/bottom.png) repeat-x bottom;
	background-repeat: repeat-x;
	height: 4px;
	position: absolute;
	left: 8px;
	bottom: 0px;
	right: 8px;
}

.glow-top-left {
	background-image: url(../assets/images/glow/top-left.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.glow-top-right {
	background-image: url(../assets/images/glow/top-right.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 0;
}

.glow-top {
	background: url(../assets/images/glow/top.png) repeat-x top;
	background-repeat: repeat-x;
	height: 4px;
	position: absolute;
	left: 8px;
	top: 0px;
	right: 8px;
}

* html .glowElement {
	display: none;
}

#mailButton {
	margin-right: 10px;
	cursor: pointer;
}

/* POP UP MESSAGE STYLE */

#popupmessage {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
}

#popupmessageInnerwrap {
	position: relative;
	padding: 20px 24px;
	border: 1px solid white;
	background-image: url(../assets/images/bg/top.gif);	
	width: 545px;
	overflow: visible;
	margin: auto;
}

#popupCloseLink {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 120;
}

#popupmessage input, #popupmessage label {
	float: left;
	margin: auto;
}

#popupmessage label {
	width: 50px;
}

#popupLargeText {
	margin-top: 15px;
}

#popupLargeText,
#popupmessage th {
	color: #36424a;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 14px;
	text-align: left;
}

#popupmessage td {
	padding-bottom: 5px;
}

#popupmessage table input {
	width: 170px;
	height: 18px;
	border: 1px inset;
	padding-left: 0.2em;
}

#popupmessage textarea {
	display: block;
	border: 1px inset;
	height: 150px;
	width: 100%;
	margin: 0;
	overflow: auto;
}

#popupmessageInfo {
	float: left;
	margin-top: 15px;
	font-size: 15px;
}

#popupmessage #popupmessageSubmit {
	float: right;
	margin-top: 15px;
}

/* SITEMAP STYLES */

#sitemap {
	margin-bottom: 20px;
}

#sitemap * {
	line-height: 1.8em;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap li.level1 {
	clear: both;
	display: block;
}

#sitemap a.level1 {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #4d4e53;
	display: block;
	clear: both;
	color: #e71c2e;
}

#sitemap li.level2 {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}

#sitemap a.level2 {
	display: block;
}

/* SEARCH RESULTS */

/* CSS Document */


/*------------------- start: Search Results --------------------*/

.search_results {
	margin:10px 0px;
}

.search_results .collection_title {
	display: none;
}

.search_results .collection_item {
	
}

.search_results .collection_item_index {
	color: #263692!important;
	float: left;
	margin-right: 5px;
	font-size: 13px;
	width: 20px;
	text-align: right;
}

#templateLayer .search_results .collection_item_url {
	padding: 5px;
	background: none;
}

#templateLayer .search_results .collection_item_url:hover {
	background: url(../assets/images/bg/collection.gif) repeat-x;
}

#templateLayer .search_results .collection_item_title {
	margin: 0;
	height: auto;
	padding: 0;
	min-height: 0;
	
}

.search_results .collection_item_short {
	margin: 3px;
	display: block;
}

/*-------------------- end: Search Results --------------------*/

table.ewysePager {
	margin:5px 0;
	width: auto;
	float: right;
	clear: both;
}

#ewyse-Search-Box table.ewysePager {
	position: absolute;
	bottom: 0;
	right: 0;
}

.pb_hilite_text {
	color: #e71c2e!important;
	display: inline-block;
	display: -moz-inline-box;
}

#ewyse-Search-Box {
	position: relative;
	padding-bottom: 30px;
}

#ewyse-Search-Form div {
	margin-right: 15px;
}

#ewyse-Search-Form div input,
#ewyse-Search-Form div {
	float: left;
}

.ewyse-Search-Info {
	float: left;
	line-height: 21px;
	vertical-align: middle;
	clear: right;
}

.ewysePager td {
	padding: 0 2px;
}

.ewysePager span.ewysePagerActivePage {
	color: #e71c2e;
}

.ewysePager a {
	border-bottom: 1px solid #989898;
	text-decoration: none;
}

.ewysePager a span {
	display: none;
}

.ewysePagerNextPage, .ewysePagerPreviousPage, .ewysePagerFirstPage, .ewysePagerLastPage {
	border-bottom: none!important;
	display: block;
	height:14px;
	width:20px;
	background: no-repeat center center;		
	text-decoration:none;
}	

.ewysePagerNextPage {
	background-image:url(../assets/images/buttons/search-next.gif);
}

.ewysePagerPreviousPage {
	background-image:url(../assets/images/buttons/search-prev.gif);
}

.ewysePagerFirstPage {
	background-image:url(../assets/images/buttons/search-first.gif);
}

.ewysePagerLastPage {
	background-image:url(../assets/images/buttons/search-last.gif);
}

#myMessageBox {
	border: 1px solid black;
	background: white;
	padding: 15px 10px;
	width: 400px;
	text-align: center;
	font-size: 14px;
	color: black;
}

#myMessageBox * {
	text-align: center;
	margin: auto;
}