*
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

body
{
	behavior: url('csshover.htc');
	background: #B27C37 url(../HemfridImages/bg-tile.gif) repeat-x;
	text-align: center;
	font-family: georgia, "times new roman" , garamond, serif;
	font-size: 0.75em;
	padding-bottom: 40px;
}

p
{
	line-height: 1.5em;
	padding: 4px 0 7px 0;
}

h1, .heading1
{
	font-family: georgia, "times new roman" , garamond, serif;
	font-weight: normal;
	line-height: normal;
	color: #96794d;
	font-style: italic;
	font-size: 1.9em;
	margin-bottom: 0.6em;
}

h2
{
	font-family: georgia, "times new roman" , garamond, serif;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 10px;
	line-height: normal;
}

a
{
	text-decoration: none;
	color: #C58101;
}

a:hover
{
	text-decoration: underline;
	color: #C58101;
}

#content a, #content-right-wrapper a
{
	font-weight: bold;
}

.clear
{
	clear: both;
}
.right
{
	float: right;
}
.obligatory
{
	color: Red;
	font-weight: bold;
}


/* Basic Layout 
-------------------- */

#container
{
	width: 828px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 10px;
	background: url('/HemfridImages/bg-borders.png') repeat-y;
}

#main-margin
{
	margin-left: 42px;
}

#header
{
	width:732px;
	/*height: 126px;*/
	margin-right: 54px;
	padding-top: 5px;
}

#ContactTag
{
	/*background: transparent url('/Images/ContactTag.png') left top no-repeat;*/
	width: 101px;
	height: 99px;
	position: absolute;
	margin-left: 710px;
	top:0;
}

#tools
{
	margin-top: 96px;
	width: 270px;
	float: right;
	padding:0;
	height: 20px;
}

#tools #Wrapper
{
	float: right;
}

#tools a
{
	color: #000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

#tools input
{
	display: block;
	float: left;
}

#tools input.Flag
{
	padding-left: 25px;
	margin-top: 0;
}

#tools span img
{
	display: block; 
}

#Logo
{
	float: left;
	width: 354px;
	height: 106px;
	padding-top: 5px;
}

#top-image
{
	min-height: 50px;
	width: 731px;
	padding-bottom: 10px;
	background: url(../HemfridImages/image-shadow.gif) bottom left repeat-x;
}

* html #top-image
{
	height: 50px;
	width: 731px;
	padding-bottom: 8px;
	background: url(../HemfridImages/image-shadow.gif) bottom left repeat-x;
}

#content-wrapper .three-columns
{
	width: 800px;
	margin-top: 40px;
	clear: both;
	background: url(../HemfridImages/columnborders.gif) top left repeat-y;
	padding-bottom: 20px;
}

#content-wrapper .two-columns
{
	width: 800px;
	margin-top: 40px;
	clear: both;
	background: url(../HemfridImages/columnborders-twocolumns.gif) top left repeat-y !important;
	padding-bottom: 20px;
}

#content-wrapper .withoutLeftMenu
{
	width: 800px;
	margin-top: 40px;
	clear: both;
	padding-bottom: 20px;
}

#content-wrapper .first-page
{
	/*width: 800px;*/
	clear: both; /*background: url(../HemfridImages/columnborders-firstpage.gif) top left repeat-y!important;  */
	padding-bottom: 20px;
}

#left
{
	width: 147px; /*padding-top: 20px;*/
	float: left;
}

#content
{
	line-height: 1.5em;
	width: 355px;
	float: left;
	margin-left: 30px;
}

#right
{
	width: 170px;
	margin-left: 37px;
	float: left;
}

* html #right
{
	margin-left: 37px;
}

#footer
{
	text-align: left;
	font-size: 0.9em;
	font-family: arial;
	width: 732px;
	border-top: 1px solid #d4d4d4;
	padding-top: 12px;
	padding-left: 0px;
	margin-left: 37px;
	background: url('/HemfridImages/footer-shade.gif') top left repeat-x;
}

* html #footer
{
	width: 741px;
}

#footer a
{
	font-weight: bold;
}

/* Navigation
-------------------- */

#navigation
{
	width: 732px;
	padding-left: 10px;
	background: url('/images/topMenu.png') bottom left no-repeat;
	height: 40px;
	font-family: georgia, "times new roman" , garamond, serif;
	z-index: 20000;
	margin-top: 3px;
}

#navigation ul.menuRoot
{
	list-style: none;
	height: 40px;
	padding-left: 0;
	float: left; /*background: url(../HemfridImages/nav-bg-right.gif) bottom right no-repeat;*/
	padding-right: 5px;
}

#navigation ul.menuRoot li
{
	float: left;
	padding-right: 6px;
	height: 21px;
	padding-top: 11px;
	padding-left: 6px;
	background: url(../images/Top/nav-dots4.jpg) bottom left no-repeat;
	list-style: none;
	display: block;
}

* html #navigation ul.menuRoot li
{
	background: url(../HemfridImages/nav-dotsIE.gif) bottom left no-repeat;
	padding-top: 14px;
}


#navigation ul.menuRoot li:hover, #navigation ul.menuRoot li.over
{
	background: url(../HemfridImages/nav-bg-hover.gif) bottom left repeat-x;
}

* html #navigation ul.menuRoot li.onHover
{
	background: url(../HemfridImages/nav-bg-hover.gif) bottom left repeat-x !important;
}

#navigation ul.menuRoot li a
{
	padding-top: 0px;
	color: #fff;
	font-size: 1em;
	font-family: Arial, garamond, georgia, serif;
	display: block;
}

#navigation ul.menuRoot li a:hover, #navigation ul.menuRoot li.selected a:hover
{
	color: #000;
	text-decoration: none;
}

#navigation ul.menuRoot li.selected
{
	background: url(../HemfridImages/nav-selected-left.gif) top left no-repeat;
	padding-top: 0;
	height: 40px;
	padding-right: 0;
}

* html #navigation ul.menuRoot li.selected
{
	top: 1px;
}

#navigation ul.menuRoot li.selected a
{
	font-weight: bold;
	margin-left: 8px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	display: block;
	color: #000;
	background: url(../HemfridImages/nav-selected-right.gif) top right no-repeat;
}

#navigation ul.menuRoot li.over a
{
	padding-bottom: 7px;
}

#navigation ul.menuRoot li ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0px;
	margin-left: 0px;
	width: 190px;
	z-index: 20100;
	margin-left: -6px;
	margin-top: 6px !important;
}

#navigation ul.menuRoot li > ul
{
	top: auto;
	left: auto;
}

#navigation ul.menuRoot li.over ul
{
	top: auto;
	left: auto;
	margin-top: -1px !important;
}

#navigation ul.menuRoot li:hover ul, #navigation ul.menuRoot li.over ul
{
	display: block;
}

#navigation ul.menuRoot li.selected:hover > ul
{
	margin-top: -3px !important;
}

#navigation ul.menuRoot li li, #navigation ul.menuRoot li.selected li
{
	width: 100%;
	background: #C58509;
	list-style: none;
	float: left;
	display: block;
	height: 15px !important;
	padding-bottom: 4px !important;
	padding-top: 4px !important;
}

#navigation ul.menuRoot li.selected li a, #navigation ul.menuRoot li.over li a
{
	background: none;
	color: #fff;
	padding: 0px;
	margin-left: 0px;
	font-weight: normal;
}

#navigation ul.menuRoot ul li:hover, #navigation ul.menuRoot ul li.over2
{
	background: #F4CD6E !important;
}

#navigation ul.menuRoot ul li.over2 a
{
	color: #000;
}

#navigation ul li.selected2
{
	background-color: #ffffff !important;
}

#navigation ul li.selected2 a
{
	color: #000 !important;
	font-weight: bold !important;
}

/* Startpage
-------------------- */

.first-page #left
{
	width: 196px;
	padding-top: 10px;
}
.first-page #content
{
	width: 507px;
}
.first-page #right
{
	width: 1px;
}

#tools form
{
	display: inline;
}
#tools label
{
	margin-left: 15px;
	margin-right: 5px;
}

.search-input
{
	border: 1px solid #000;
	padding: 1px;
	background: #fff;
}

.search-submit
{
	vertical-align: bottom;
}
* html .search-submit
{
	padding-bottom: 1px;
}

.bronze
{
	color: #C58101;
}

.news
{
	font-family: Tahoma;
	font-size: 0.9em;
	background: url(../HemfridImages/news-box.gif) bottom right no-repeat;
}


.news h2
{
	font-family: georgia, "times new roman" , garamond, serif;
	color: #aa926d;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	padding-bottom: 18px;
	text-transform: none;
}

.news p
{
	padding: 0 0 20px 0;
}

.news p.date
{
	border-top: 1px dotted #d4d4d4;
	background: url(../HemfridImages/date-arrow.gif) center left no-repeat;
	padding-left: 10px;
}

p.news-date
{
	background: url(../HemfridImages/date-arrow.gif) center left no-repeat;
	padding-left: 10px;
	padding-top: 0px;
}

p.date, p.news-date
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 0.8em;
	padding-bottom: 0;
	color: #000;
}

p.news-item
{
	padding-top: 0;
}

p.news-item a
{
	font-weight: normal !important;
}

.news-top-border
{
	border-top: 1px solid #d4d4d4;
	margin-top: 25px;
	padding: 2px 0 0 0;
	line-height: 0;
}

.news .selected
{
	font-weight: bold;
}

.newspage h2
{
	font-family: Georgia;
	font-size: 1.3em;
	font-weight: bold;
}

.newspage p.date
{
	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	color: #7a8994;
}


/* Default Small Box
-------------------- */



.small-boxPuff
{
	width: 170px;
}

.small-boxPuff div
{
	padding-bottom: 15px;
}

.small-boxPuff h2
{
	background: url(../HemfridImages/puff-top.gif) top left no-repeat;
	border-top: 1px solid #d4d4d4;
	padding: 20px 10px 10px 10px !important;
	font-size: 0.8em;
	color: #c9c7c7;
	font-family: Tahoma;
	font-weight: bold;
}

.small-boxPuff h3
{
	color: #000;
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 15px 2px 10px;
}

.small-boxPuff p
{
	font-family: arial;
	font-size: 0.9em;
	padding: 0 15px 10px 10px;
	line-height: 1.3em;
}

.small-boxPuff a
{
	/*color: #A90C1B;*/
	font-weight: bold;
	margin-top: 5px;
	display: block;
	width: 59px; /*border: 1px solid #d4d4d4;*/ /*margin-left: 120px;*/
}

.puff-link
{
	background: url(../HemfridImages/puff-linkbg.gif) top left no-repeat;
	padding-top: 1px;
}

.small-boxPuff ul
{
	margin: 0 15px 10px 10px !important;
	list-style: none;
	width: 145px;
}
.small-boxPuff ul li
{
	margin-bottom: 5px;
	background: url('/Hemfridimages/li-star.gif') top left no-repeat !important;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

html .rightimg
{
	position: relative;
	top: 3px;
}


/*======Map Box======*/
.small-boxMappuff
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 200px;
	border-top: 1px solid #d4d4d4;
	background: url(../HemfridImages/contact-box.gif) top right no-repeat;
	padding-right: 50px;
}

.small-boxMappuff h2
{
	padding-top: 10px;
	font-size: 0.8em;
	color: #c9c7c7;
	font-family: Tahoma;
	font-weight: bold;
}

.small-boxMappuff a
{
	font-weight: bold;
}


.small-boxMappuff .puff-link
{
	display: none;
}

/*===== Citat Box ======*/
.small-boxCitatpuff
{
	width: 142px; /*margin-top: 25px;*/
	height: 150px;
	background: url(../HemfridImages/citat-box.gif) top right no-repeat;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
	padding-right: 5px;
	font-family: arial;
	font-weight: bold;
}

* html .small-boxCitatpuff
{
	width: 147px;
}

.small-boxCitatpuff h2
{
	display: none;
}

.small-boxCitatpuff .puff-link
{
	display: none;
}

/*========== Citatpuff (Högerspalt)=========*/

#right .small-boxCitatpuff
{
	width: 165px;
	height: 150px;
	background: url(../HemfridImages/citat-box-right.gif) top left no-repeat;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
	padding-left: 5px;
	font-family: arial;
	font-weight: bold;
}

* html #right .small-boxCitatpuff
{
	width: 170px;
}

/*=========== Produktbladspuff=======*/

.small-boxProduktbladspuff
{
	background: url(../HemfridImages/puff-top.gif) top left no-repeat;
	border-top: 1px solid #d4d4d4;
	width: 170px;
	padding-top: 10px;
}

.small-boxProduktbladspuff div
{
	padding-bottom: 15px;
}

.small-boxProduktbladspuff h2
{
	display: none;
}

.small-boxProduktbladspuff h3
{
	display: none;
}

.small-boxProduktbladspuff p
{
	font-family: arial;
	font-size: 0.9em;
	padding: 0 15px 0px 10px;
	line-height: 1.3em;
}

.small-boxProduktbladspuff a
{
	/*color: #A90C1B;*/
	font-weight: bold;
	margin-top: 5px;
	display: block;
	width: 59px; /*border: 1px solid #d4d4d4;*/ /*margin-left: 120px;*/
}

.small-boxProduktbladspuff .pdf
{
	background: url(../Hemfridimages/icon_pdf.gif) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 25px;
	padding-top: 7px;
	margin-left: 10px;
}

.small-boxProduktbladspuff .puff-link
{
	display: none;
}

/* Base Page
-------------------- */

#content h2, #content-right-wrapper h2
{
	padding: 7px 0 2px 0;
}
#content ul, #content-right-wrapper ul
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 4px;
	list-style: none;
}
#content ul li, #content-right-wrapper ul li
{
	margin-bottom: 5px;
	background: url(../Hemfridimages/li-star.gif) top left no-repeat;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content table, #content-right-wrapper table
{
	font-size: 1em;
}

* html #content ul li a, content-right-wrapper ul li a
{
	padding-left: 15px;
}

/* Local navigation
-------------------- */

#local-nav
{
	width: 147px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

#local-nav h2
{
	background: url(../HemfridImages/box-shadow.gif) bottom right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	padding-bottom: 15px;
}

#local-nav li.nav-header
{
	background: url(../HemfridImages/box-shadow.gif) bottom right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

#local-nav li.nav-header a
{
	color: black;
	font-family: georgia, "times new roman" , garamond, serif;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 25px;
	line-height: normal;
}

#local-nav li
{
	border-bottom: 1px dotted #d4d4d4;
	padding: 0;
}

#local-nav li:hover
{
	background-color: #edc36a;
}

#local-nav li a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

* html #local-nav li
{
	padding: 0px;
}

#local-nav li a
{
	font-size: 1em;
	padding-right: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

* html #local-nav li a
{
	padding-left: 10px;
	width: 147px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

* html #local-nav li a:hover
{
	background-color: #edc36a;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#local-nav li.nav-header:hover
{
	background-color: #fff;
}
#local-nav li.nav-header a:hover
{
	color: #000 !important;
	background-color: #fff !important;
}
#local-nav .nav-header
{
	border: none;
}
/*#local-nav .selected a { font-weight: bold; }*/

.hidden
{
	display: none;
}

.info-row-header, .info-row-text, .info-row-subheader, .info-row-subtext
{
	display: block;
	font-family: georgia, "times new roman" , garamond, serif;
	font-weight: normal;
	line-height: normal;
}

.info-row-header
{
	color: #3A87CF;
	font-style: italic;
	font-size: 1.6em;
}

.info-row-text
{
	color: #000;
	font-style: italic;
	font-size: 1.4em;
}

.info-row-subheader, .info-row-subtext
{
	float: left;
	width: 200px;
}

.info-row-subheader
{
	color: #3A87CF;
	font-size: 0.9em;
	padding-top: 1.2em;
	text-transform: uppercase;
}

.info-row-subtext
{
	color: #000;
	font-style: italic;
	font-size: 1.4em;
}

.info-row-subtext a
{
	color: #000;
}
#phone-nr
{
	font-size: 1.5em;
}

.intro
{
	font-weight: bold;
}
.introduction
{
	font-weight: bold;
}
.sub-header
{
	font-family: georgia, "times new roman" , garamond, serif;
	color: #777;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: normal;
}


.quote-by
{
	display: block;
	font-family: arial;
	font-weight: normal;
	font-size: 0.9em;
	text-align: right;
}

.paging
{
	padding: 0.3em 0;
	border-top: solid 1px #d4d4d4;
}

.next
{
	/*text-align: right;*/
	float: right;
}

.previous
{
	/*text-align: left;*/
	float: left;
}

.listing
{
	padding: 0.8em 0 0;
	border-top: solid 1px #d4d4d4;
}

.listing p
{
	padding: 0 0 10px;
}

.listing-header
{
	margin: 1em 0 0;
}

#searchbox
{
	padding: 0.5em 0 1em;
}

#searchresults
{
	padding: 0.5em 0;
	list-style: none;
	text-align:left;
}
#searchresults li
{
	padding-left:15px !important;
}

.searchhelp
{
	padding: 1em 0;
}

.searchhelp ul
{
	padding: 0 0 0 1em;
}

/* FAQ-Page
-------------------- */

#faq a.selected
{
	color: #fff;
}
.faq-question
{
	margin-top: 2px;
	background: url(../HemfridImages/faq-question.gif) left no-repeat;
}

.selected-question .faq-question
{
	padding: 5px 0 0 0;
	background: url(../HemfridImages/faq-question-selected.gif) top left no-repeat;
}

.faq-question a
{
	padding-left: 30px;
	color: #7A8994;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.selected-question .faq-answer
{
	padding: 0;
	background-color: #9BA7AF;
	width: 506px;
	background: #9ba7af url(../HemfridImages/faq-answer-bottom.gif) bottom left no-repeat;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
	width: 446px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.9em;
}

* html .selected-question .faq-answer
{
	width: 506px;
}

#faq-listing
{
	padding: 1em 0;
}

#faq-listing a
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.faq-items
{
	margin: 0 0 2em;
}


/* Form-pages
-------------------- */

#id_matrix td
{
	padding-bottom: 5px;
}

#id_matrix
{
	margin-top: 5px;
}
#id_matrix textarea
{
	width: 300px;
}
table label
{
	padding: 0 5px 0 2px;
}

#content-right-wrapper ul.border-list
{
	margin-bottom: 10px;
	padding: 5px 10px 3px 20px;
	margin: 2px 0 10px 0;
	width: 490px;
}

#content-right-wrapper ul.border-list li
{
	padding-left: 15px;
	background: url(../Hemfridimages/li-star-form.gif) top left no-repeat;
}

.formQuestion
{
	font-size: 1em;
	font-weight: bold;
	color: #7d7d7d;
}

.form-area
{
	margin: 5px 0 5px 0;
}
.form-wrapper
{
	font-size: 0.9em;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f3f4;
}

.form-wrapper select
{
	width: 145px;
}
* html .form-wrapper select
{
	width: 155px;
}
.form-wrapper label
{
	padding-left: 3px;
}
.form-submit
{
	text-align: right;
}

/* Searchpage
------------------- */

#content #searchresults li
{
	padding-left: 0;
	margin-left: 0;
}
#content #searchresults
{
	padding-left: 0;
	margin-left: 0;
}


/* Our Services info */

.pdf
{
	background: url(../Hemfridimages/icon_pdf.gif) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 25px;
	padding-top: 7px;
}

.prodsheet-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #aaacab;
}

.prodsheet-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*=== link box====*/

.link-box-right a, a.link-box-right, .next
{
	background: url(../Hemfridimages/link-box-right.gif) top left no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.link-box-left a, a.link-box-left, .previous
{
	background: url(../Hemfridimages/link-box-left.gif) top right no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*====== table styles=====*/

.evenrow
{
	padding-left: 10px;
	background-color: #f5f5f5;
	font-family: arial;
}
.unevenrow
{
	padding-left: 10px;
	background-color: #fff;
	font-family: arial;
}
.headerrow
{
	padding-left: 10px;
	background-color: #7A8994;
	color: #fff;
	font-weight: bold;
	font-family: arial;
}


/*====== New Start Page =====*/

#MainLeftStartPageSection
{
	width: 482px;
	float: left;
}

#content-wrapper .first-page #MainLeftStartPageSection td a img
{
	padding-right: 14px;
}

#content-wrapper .first-page #MainLeftStartPageSection td
{
	margin: 0;
	padding:0;
}

#MainRightStartPageSection
{
	width: 232px; 
	float: left; 
	margin-left: 18px;
}

/*====== Random Quote =====*/

#randomQuote
{
	height: 31px;
	width: 482px;
	margin: 10px 0 7px;
	display: block;
	float: left;
	background-image: url(../images/RightNowBG2.png);
	background-repeat: no-repeat;
}

#randomQuoteSpan
{
	display: block;
	overflow: hidden;
	width: 450px;
	padding-left: 10px;
	padding-top: 8px;
	float: left;
}

#randomQuoteSpan p
{
	display: block;
	color: #3173b6;
	width: 300px;
	height: 16px;
	overflow: hidden;
	float: left;
	line-height: 1.2em;
	font-family: Georgia;
	padding:0 !important;
	margin:0 !important;
}
.randomQuoteText
{
	font-family: Georgia;
	font-size: 12px;
}

#randomQuoteInner
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding-right: 13px;
	float: left;
}

#randomQuoteSpan3
{
	float: right;
	text-align: right;
	font-weight: bold;
}


/*====== NewsList =====*/

.dialog
{
	display: block;
	float: left;
	width: 200px; /*margin:0px auto; */
	min-width: 150px;
	max-width: 200px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
	color: #fff;
}

.dialog .hd .c, .dialog .ft .c
{
	font-size: 1px; /* ensure minimum height */
	height: 11px;
}

.dialog .ft .c
{
	height: 14px;
}

.dialog .hd
{
	background: transparent url(../images/Newslist/tl.png) no-repeat 0px 0px;
	margin-right: 14px; /* space for right corner */
}

.dialog .hd .c
{
	background: transparent url(../images/Newslist/tr.png) no-repeat right 0px;
	margin-right: -14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd
{
	background: transparent url(../images/Newslist/ml.png) repeat-y 0px 0px;
	margin-right: 6px;
}

.dialog .bd .c
{
	background: transparent url(../images/Newslist/mr.png) repeat-y right 0px;
	margin-right: -6px;
}

.dialog .bd .c .s
{
	margin: 0px 8px 0px 4px;
	background: #000 url(../images/Newslist/ms.jpg) repeat-x 0px 0px;
	padding: 1em;
}

.dialog .ft
{
	background: transparent url(../images/Newslist/xbl.png) no-repeat 0px 0px;
	margin-right: 14px;
}

.dialog .ft .c
{
	background: transparent url(../images/Newslist/xbr.png) no-repeat right 0px;
	margin-right: -14px;
}

/* NOTE BOX TEASER STYLE */
.Note
{
	margin:0;
	padding:0;
	width: 230px;
	border-top: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
	color: #262626;
}

.Note .NewsList
{
	/*margin-top: 10px;*/
	margin-top: 4px;
	padding: 10px 15px;
	background: url('/Images/Teasers/NewsListMiddle.png') no-repeat;
	display:block;
}

.Note .NewsList .FirstNewsItem
{
	margin: 0 0 10px;
	padding: 10px 0 13px 0;
	border-top:1px solid #cdbea9;
	border-bottom:1px solid #cdbea9;
}

.Note .NewsList .Date 
{
	padding:0;
	margin: 0 0 2px;
	color: #a2a2a2;
	font-family: Georgia;
	font-size: 12px;
	display: block;
}

.Note .NewsList h3,
.Note .NewsList h3 a 
{
	font-size: 14px;
	font-weight: normal;
	display: block;
	clear: both;
}

.Note .NewsList h3
{
	padding:0;
	margin: 0 0 5px;
}

.Note .NewsList p 
{
	padding:0;
	margin: 0;
	font-size: 12px;
	line-height:16px;
}

.Note .NewsList ul 
{
	list-style: none;
	margin: 0;
	padding:0;
}

.Note .NewsList ul li
{
	margin: 0 0 10px;
	padding:0;
}

.Note .NewsList .NewsLink
{
	text-align: right; 
	border-top: solid 1px #cdbea9; 
	padding-top: 7px;
}

.NoteBottom
{
	height: 8px;
	background: transparent url('/Images/Teasers/TeaserBottom.png') bottom left no-repeat;
	padding: 0;
	margin: 0 0 10px;
}

/*====== Teasers =====*/
.Teaser
{
	color: #ffffff;
	font-family:Georgia;
	font-size:12px;
	margin:0;
	padding:0;
	width: 230px;
	border-top: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
}

.TeaserContent
{
	margin: 3px 3px 1px;
	padding: 10px 11px;
	display:block;
}

.Teaser .TeaserContent img
{
	margin-bottom: 5px;
}

.Teaser .TeaserContent p
{
	padding:0;
	margin: 0;
	font-size: 12px;
	line-height:16px;
}
.Teaser .TeaserContent p a
{
	padding:0;
	margin: 0;
	font-size: 12px;
	line-height:16px;
	font-family:Georgia;
	color:#ffffff;
	text-decoration: underline;
}

.TeaserBottom
{
	height: 8px;
	background: transparent url('/Images/Teasers/TeaserBottom.png') bottom left no-repeat;
	padding: 0;
	margin: 0 0 10px;
}

.TeaserWrapper
{
	width: 232px;
	float: left;
}

img.TeaserImage,
a.TeaserLink
{
	
	display: block;
}

.TeaserBackgroundImage,
a.TeaserLink img
{
	margin: 0 0 10px;
}
.LeftTeaserWrapper
{
	margin-left: 18px;
}



