/* CSS Document */

/********************************************/
/************ page header styles ************/
/********************************************/
#navigation {
	position: absolute;
	margin-left: 160px;
	z-index: 100;
}
#navigation h2 {
	display: none;
}
#navigation .navigation-item {
	position: absolute;
	width: 86px;
	height: 30px;
	text-align: center;
	padding-top: 80px;
	cursor: default;
	display: none;
}
#navigation .navigation-item span {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}

#navigation .selected {
	height: 30px;
	padding-top: 130px;
}
#navigation .navigation-item span {
	padding-top: 20px;
}

#navigation div.greysteel {
	background: url(../../images/nav_item_bkg_greysteel.png) no-repeat bottom;
}
#navigation div.greysteel span.marked {
	background: url(../../images/nav_item_arrow_greysteel.png) no-repeat center top;
}
#navigation div.redrose {
	background: url(../../images/nav_item_bkg_redrose.png) no-repeat bottom;
	margin-left: 86px;
}
#navigation div.redrose-small {
	background: url(../../images/nav_item_bkg_redrose.png) no-repeat bottom;
	margin-left: 86px;
}
#navigation div.redrose span.marked {
	background: url(../../images/nav_item_arrow_redrose.png) no-repeat center top;
}
#navigation div.orangefruit {
	background: url(../../images/nav_item_bkg_orangefruit.png) no-repeat bottom;
	margin-left: 172px;
}
#navigation div.orangefruit span.marked {
	background: url(../../images/nav_item_arrow_orangefruit.png) no-repeat center top;
}
#navigation div.jellowgold {
	background: url(../../images/nav_item_bkg_jellowgold.png) no-repeat bottom;
	margin-left: 258px;
}
#navigation div.jellowgold span.marked {
	background: url(../../images/nav_item_arrow_jellowgold.png) no-repeat center top;
}
#navigation div.greenleaf {
	background: url(../../images/nav_item_bkg_greenleaf.png) no-repeat bottom;
	margin-left: 344px;
}
#navigation div.greenleaf span.marked {
	background: url(../../images/nav_item_arrow_greenleaf.png) no-repeat center top;
}

.menu-container {
	left: 0;
	top: 122px;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: left;
	display: none;
}
.menu-container ul, 
.menu-container ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-container ul.menu-first-level li {
	font-size: 1.2em;
	line-height: 1.2em;
}

.menu-container ul.menu-second-level {
	margin: 10px;
	padding: 0;
}
.menu-container ul.menu-second-level li {
	font-size: 0.9em;
	border-top: 0 none;
	margin: 0;
	padding: 0;
}

.menu-container a:link,
.menu-container a:visited {
	text-decoration: none;
	color: #fff;
	line-height: 1.3em;
}

/* menu redrose big */
.redrose .menu-container {
	background: url(../../images/nav_menu_bkg_redrose.png) no-repeat;
	width: 474px; 
	height: 377px;
	display: none;
}
.redrose .menu-container ul.menu-first-level {
	margin: 10px 10px; 
	overflow: hidden;
	width: 454px;
}
.redrose .menu-container ul.menu-first-level li {
	border-top: dotted 1px #fff;
	float: left;
	width: 207px;
	margin: 10px 10px;
	height: 125px;
}
.redrose .menu-container ul.menu-second-level {
	margin: 5px 10px;
	padding: 0;
}
.redrose .menu-container ul.menu-second-level li {
	border: 0 none;
	height: 16px;
	margin: 0;
	padding: 0;
}
.redrose .menu-container a:link,
.redrose .menu-container a:visited {
	color: #f6d7d7;
	line-height: 1.3em;
}
.redrose .menu-container a:hover,
.redrose .menu-container a:active {
	color: #fff;
}
.redrose .menu-container .menu-second-level a:link,
.redrose .menu-container .menu-second-level a:visited {
	background: url(../../images/nav_menu_link_arrow.png) no-repeat left center;
	padding-left: 10px;
}

/* menu redrose small */
.redrose-small .menu-container {
	background: url(../../images/nav_menu_bkg_redrosesmall.png) no-repeat;
	width: 359px; 
	height: 166px;
	display: none;
}
.redrose-small .menu-container ul.menu-first-level {
	margin: 18px 20px;
	width: 319px;
}
.redrose-small .menu-container ul.menu-first-level li {
	margin: 4px 0;
	padding: 0;
}
.redrose-small .menu-container a:link,
.redrose-small .menu-container a:visited {
	color: #ffe3d1;
	background: url(../../images/nav_menu_link_arrow.png) no-repeat left center;
	padding-left: 10px;
}
.redrose-small .menu-container a:hover,
.redrose-small .menu-container a:active {
	color: #fff;
}
	
/* menu greysteel */
.greysteel .menu-container {
	background: url(../../images/nav_menu_bkg_greysteel.png) no-repeat;
	width: 172px; 
	height: 75px;
	display: none;
}
.greysteel .menu-container ul.menu-first-level {
	margin: 18px 20px; 
	width: 130px;
}
.greysteel .menu-container ul.menu-first-level li {
	margin: 4px 0;
	padding: 0;
}
.greysteel .menu-container a:link,
.greysteel .menu-container a:visited {
	color: #e0e0e0;
	background: url(../../images/nav_menu_link_arrow.png) no-repeat left center;
	padding-left: 10px;
	line-height: 1.3em;
}
.greysteel .menu-container a:hover,
.greysteel .menu-container a:active {
	color: #fff;
}

/* menu orangefruit */
.orangefruit .menu-container {
	background: url(../../images/nav_menu_bkg_orangefruit.png) no-repeat;
	width: 359px; 
	height: 166px;
	display: none;
}
.orangefruit .menu-container ul.menu-first-level {
	margin: 18px 20px;
	width: 319px;
}
.orangefruit .menu-container ul.menu-first-level li {
	margin: 4px 0;
	padding: 0;
}
.orangefruit .menu-container a:link,
.orangefruit .menu-container a:visited {
	color: #ffe3d1;
	background: url(../../images/nav_menu_link_arrow.png) no-repeat left center;
	padding-left: 10px;
	line-height: 1.3em;
}
.orangefruit .menu-container a:hover,
.orangefruit .menu-container a:active {
	color: #fff;
}

/* menu jellowgold */
.jellowgold .menu-container {
	background: url(../../images/nav_menu_bkg_jellowgold.png) no-repeat;
	width: 172px; 
	height: 161px;
	display: none;
}
.jellowgold .menu-container ul.menu-first-level {
	margin: 18px 20px; 
	width: 132px;
}
.jellowgold .menu-container ul.menu-first-level li {
	margin: 4px 0;
	padding: 0;
}
.jellowgold .menu-container a:link,
.jellowgold .menu-container a:visited {
	/*color: #fff8e0;*/
	color: #fff;
	background: url(../../images/nav_menu_link_arrow.png) no-repeat left center;
	padding-left: 10px;
	line-height: 1.3em;
}
.jellowgold .menu-container a:hover,
.jellowgold .menu-container a:active {
	color: #fff;
}

/* menu greenleaf */
.greenleaf .menu-container {
	background: url(../../images/nav_menu_bkg_greenleaf.png) no-repeat;
	width: 172px; 
	height: 126px;
	display: none;
}
.greenleaf .menu-container ul.menu-first-level {
	margin: 18px 20px; 
	width: 132px;
}
.greenleaf .menu-container ul.menu-first-level li {
	margin: 4px 0;
}
.greenleaf .menu-container a:link,
.greenleaf .menu-container a:visited {
	color: #d5e5d5;
	background: url(../../images/nav_menu_link_arrow.png) no-repeat left center;
	padding-left: 10px;
}
.greenleaf .menu-container a:hover,
.greenleaf .menu-container a:active {
	color: #fff;
}

/* aditional header tools styles */
#aditional-tools {
	position: absolute;
	/*margin-left: 649px;*/
	text-align: right;
	right:0;
	width: 225px;
	overflow: hidden;
	float: right;
} 
#language-picker {
	text-align: right;
	margin: 5px 0;	
}
#language-picker a:link,
#language-picker a:visited {
	color: #e0e0e0;
	text-decoration: none;
	font-size: 1.3em;
	cursor: pointer;
}
#language-picker a:hover,
#language-picker a:active {
	color: #fff;
}

/* header aditional link styles */
#aditional-links {
	overflow: hidden;
}
#aditional-links ul,
#aditional-links ul li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#aditional-links ul li {
	float: right;
	margin-left: 7px;
}
#aditional-links a:link,
#aditional-links a:visited {
	background: url(../../images/aditional_link_bkg_greysteel.png) no-repeat;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 12px;
	cursor: pointer;
}
#aditional-links a:hover,
#aditional-links a:active {
	color: #fff;
}
#aditional-links span {
	background: url(../../images/aditional_link_arrow_greysteel.png) no-repeat right;
	display: inline-block;
	height: 19px;
	padding-right: 22px;
	cursor: pointer;
}

/* header search element styles */
#search {
	padding-left: 14px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	margin: 17px 0 27px 0;
	vertical-align: top;
}
#search input {
	border: 0 none;
	height: 21px;
	background-color: #fff;
	width: 120px;
	margin-right: 8px;
	color: #666;
	font-size: 1.2em;
	display: inline-block;
	border-collapse: collapse;
	outline: none;
	float: left;
}
#search {
	background: url(../../images/search_bkg_greysteel.png) no-repeat;
}
#search a:link,
#search a:visited {
	background: url(../../images/search_button_bkg_greysteel.png) no-repeat;
	display: inline-block;
	height: 21px;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 12px;
	cursor: pointer;
}
#search a:hover,
#search a:active {
	color: #fff;
}
#search span {
	background: url(../../images/search_button_arrow_greysteel.png) no-repeat right;
	display: inline-block;
	height: 21px;
	padding-right: 22px;
	cursor: pointer;
}


/********************************************/
/************ page content styles ***********/
/********************************************/
#page-content,
#side-bar,
#non-editable {
	font-size: 1.3em;
}

#section-title {
	color: #4a4a4a;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	/*
	float: left;
	position: relative;
	*/
	margin: 0 0 0 30px;
}
/*
#section-title span {
	background: transparent url(../../images/h1_gradient.png) repeat-x scroll 0 0;
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 100%;
}
*/

#destination-page-navigation {
	margin: 5px 0 0 0;
	min-height: 14px;
	overflow: hidden;
	background: #f5f5f5 url(../../images/destination_page_navigation_bkg.png) no-repeat center bottom;
	overflow: hidden;
}
#destination-page-navigation ul,
#destination-page-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#destination-page-navigation ul {
	float: right;
	height: 34px;
	margin: 0 35px 10px 0;
	overflow: hidden;
}
#destination-page-navigation ul li {
	float: left;
	display: inline-block;
	height: 34px;
	padding-left: 23px;
}
#destination-page-navigation a:link,
#destination-page-navigation a:visited {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 1.1em;
	color: #b3b3b3;
	line-height: 35px;
	height: 35px;
	display: inline-block;
	padding-right: 23px;
	outline: none;
}
#destination-page-navigation a:hover,
#destination-page-navigation a:active {
	color: #4d4d4d;
}
#destination-page-navigation .selected {
	background: transparent url(../../images/destination_page_tab_bkg.png) no-repeat;
}
#destination-page-navigation .selected a:link,
#destination-page-navigation .selected a:visited {
	color: #4d4d4d;
	background: transparent url(../../images/destination_page_tab_right_bkg.png) no-repeat right top;
}

/* article styles */
.article {
	padding-bottom: 15px;
}
.article .article-title {
	color: #434c52;
	font-size: 1.7em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	border-bottom: dotted 1px #434c52;
	line-height: 31px;
	margin-bottom: 10px;
}
.article .article-lead,
.article .article-content {
	color: #666;
	margin: 5px 0;
}
.article .article-date {
	color: #999;
	font-size: 0.9em;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h5 {
	color: #434c52;
	font-weight: normal;
	margin: 28px 0 3px 0;
}
.article h2 {
	font-size: 1.3em;
}
.article h3 {
	font-size: 1.1em;
}
.article h4,
.article h5,
.article h6 {
	font-size: 1em;
}
.article p {
	margin-bottom: 10px;
}
.article img {
	margin: 3px 10px 10px 0;
	padding: 0;
	float: left;
	border: 0 none;
}
.article ul,
.article ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.article ol,
.article ol li {
	margin: 0;
	padding: 0;
}
.article ul,
.article ol {
	margin: 20px 0; 
}
.article ul li,
.article ol li {
	margin: 7px 0; 
}
.article ul li {
	margin-left: 15px;
	padding-left: 30px;
	background: transparent url(../../images/icons/icon_tick.png) no-repeat left 1px;
}
.article ol li {
	margin-left: 35px;
	padding-left: 10px;
}

.article .article-lead a:link,
.article .article-lead a:visited,
.article .article-content a:link,
.article .article-content a:visited {
	color: #1c6cb4;
	text-decoration: none;
	background-color: #e0f0ff;
	padding: 0 3px;
	/*border-bottom: dotted 1px #1c6cb4;*/
}
.article .article-lead a:hover,
.article .article-lead a:active,
.article .article-content a:hover,
.article .article-content a:active {
	color: #1c6cb4;
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}

.article a.article-link-more:link,
.article a.article-link-more:visited {
	background: url(../../images/article_link_more_bkg.png) no-repeat;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 12px;
	cursor: pointer;
}
.article a.article-link-more:hover,
.article a.article-link-more:active {
	color: #fff;
}
.article a.article-link-more span {
	background: url(../../images/article_link_more_arrow.png) no-repeat right;
	display: inline-block;
	height: 19px;
	padding-right: 22px;
	cursor: pointer;
}

.article a.link-outer:link,
.article a.link-outer:visited,
.article a.link-outer:hover,
.article a.link-outer:active {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_outer.png) no-repeat left top;
}
.article a.link-inner:link,
.article a.link-inner:visited,
.article a.link-inner:hover,
.article a.link-inner:active {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_inner.png) no-repeat left 2px;
}

/* articles on home page */
.article-border-down {
	border-bottom: dotted 1px #434c52;
}

.short-article-left,
.short-article-right {
	display: inline-block;
	width: 255px;
	margin-top: 12px;
}
.short-article-left {
	border-right: dotted 1px #434c52;
	float: left;
}
.short-article-right {
	display: inline-block;
	float: right;
}
.short-article-left .article-upper-title,
.short-article-right .article-upper-title {
	color: #cc3300;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
}
.short-article-left .article-title,
.short-article-right .article-title {
	font-size: 1.4em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	border: 0 none;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0 0 0;
}

.short-article-left .article-title a:link,
.short-article-left .article-title a:visited,
.short-article-left .article-title a:active,
.short-article-left .article-title a:hover,
.short-article-right .article-title a:link,
.short-article-right .article-title a:visited,
.short-article-right .article-title a:active,
.short-article-right .article-title a:hover {
	color: #434c52;
	text-decoration: none;
}

#link-more-news {
	clear: both;
	text-align: right;
	background: url(../../images/border_dotted_bkg.png) repeat-x center left;
}
#link-more-news a:link,
#link-more-news a:visited {
	background: #f5f5f5 url(../../images/article_link_more_bkg.png) no-repeat 10px center;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 22px;
	cursor: pointer;
}
#link-more-news a:hover,
#link-more-news a:active {
	color: #fff;
}
#link-more-news a span {
	background: url(../../images/article_link_more_arrow.png) no-repeat right;
	display: inline-block;
	height: 19px;
	padding-right: 22px;
	cursor: pointer;
}

/*** vcard styles ***/
.vcard {
	clear: both;
	margin: 15px 0;
}
.vcard .fn {
	font-weight: bold;
}
.vcard .title {
	font-size: 0.9em;
}
.vcard a.email:link,
.vcard a.email:visited {
	display: inline-block;
	margin-top: 5px;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_mail.png) no-repeat left 2px;
}
.vcard .tel {
	display: inline-block;
	margin-top: 5px;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_phone.png) no-repeat left 1px;
}
.vcard .photo-container {
	float: left;
	border: solid 1px #ccc;
	background-color: #fff;
	margin: 2px 5px 5px 0;
	overflow: hidden;
}
.vcard .photo-container span {
	margin: 3px;
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
}
.vcard img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*** table styles ***/
.isTABLE, 
.isTABLE td, 
.isTABLE th {
	border-collapse: collapse;
	border: solid 1px #cbcbcb;
	color: #777;
	padding: 5px 6px;
	text-align: left;
}
.isTABLE th,
.isTABLE .isTRFirst td {
	background-color: #e2e2e2;
}
.isTABLE .isTD {
}
.isTABLE .isTREven {
	background-color: #f5f5f5;
}
.isTABLE .tablecaption td {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* sidebar styles */
#side-bar h2,
#side-bar .article-title {
	color: #cc3300;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #434c52;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	line-height: normal;
}

#side-bar .link {
	margin: 0 0 10px 0;
}
#side-bar .link a:link,
#side-bar .link a:visited {
	color: #1c6cb4;
	text-decoration: none;
	background-color: #ecf5ff;
}
#side-bar .link a:hover,
#side-bar .link a:active {
	color: #1c6cb4;
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}

#side-bar .link span {
	color: #999;
	font-size: 0.8em;
	padding-left: 5px;
}

#side-bar .link-document {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_document.png) no-repeat left top;
}
#side-bar .link-download {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_download.png) no-repeat left top;
}
#side-bar .link-image {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_image.png) no-repeat left 1px;
}
#side-bar .link-outer {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_outer.png) no-repeat left top;
}
#side-bar .link-inner {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_inner.png) no-repeat left 2px;
}
#side-bar .link-mail {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_mail.png) no-repeat left 2px;
}
#side-bar .link-phone {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(../../images/icons/icon_phone.png) no-repeat left 2px;
}
#side-bar .link-blog {
	margin: 0 0 15px 0px;
	padding: 0;
	background: url();
	clear: both;
	cursor: pointer;
}
#side-bar .link-blog .blog-image {
	background-color:#fff;
	border:1px solid #ccc;
	float: left;
	overflow: hidden;
	height: 35px;
	width: 35px;
	margin: 0 10px 0 0;
}
#side-bar .link-blog .blog-image img {
	width: 35px;
}
#side-bar .link-blog .blog-description {
	display: block;
	margin-top: 2px;
	font-size: 0.9em;
}

.side-bar-news {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: transparent url(../../images/icons/icon_article.png) no-repeat left top;
}
.side-bar-news .news-date {
	color: #999;
	font-size: 0.8em;
	line-height: 14px;
	display: block;
	margin-bottom: 5px;
}
.side-bar-news a:link,
.side-bar-news a:visited {
	color: #1c6cb4;
	text-decoration: none;
	background-color: #ecf5ff;
}
.side-bar-news a:hover,
.side-bar-news a:active {
	color: #1c6cb4;
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}

/* newsletter styles */
#newsletter {
	/*
	border-top: dotted 1px #434c52;
	margin: 15px 0;
	*/
}
#newsletter h2 {
	/*
	border: 0 none;
	margin: 10px 0 5px 0;
	padding: 0;
	*/
}
#newsletter p {
	color: #666;
	padding: 0;
	margin: 0;
}
.newsletter-field {
	padding-left: 15px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	margin: 10px 0 15px 0;
	vertical-align: top;
	background: url(../../images/newsletter_field_bkg.png) no-repeat;
	width: 235px;
	position: relative;
}
.newsletter-field input {
	border: 0 none;
	height: 19px;
	background-color: #fff;
	width: 130px;
	margin-right: 8px;
	margin-top: 1px;
	color: #666;
	font-size: 1.2em;
	display: inline-block;
	border-collapse: collapse;
	outline: none;
	float: left;
}
.newsletter-field input.error {
	color: #900;
}
.newsletter-field label {
	display: none;
}
.newsletter-field a:link,
.newsletter-field a:visited {
	background: url(../../images/newsletter_button_bkg.png) no-repeat;
	display: inline-block;
	height: 23px;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 14px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.newsletter-field a:hover,
.newsletter-field a:active {
	color: #fff;
}
.newsletter-field span {
	background: url(../../images/newsletter_button_arrow.png) no-repeat right;
	display: inline-block;
	height: 23px;
	padding-right: 24px;
	cursor: pointer;
}

/* survey styles */
#survey {
	border-top: dotted 1px #434c52;
	border-bottom: dotted 1px #434c52;
	margin: 15px 0;
}
#survey h2 {
	border: 0 none;
	padding: 10px 0 5px 0;
	margin: 0;
}
#survey .survey-container {
	margin-bottom: 12px;
}
#survey .survey-question {
	color: #666;
	padding: 0;
	margin: 0;
}
#survey .survey-fields {
	color: #666;
	margin: 12px 0;
	font-size: 0.9em;
}
#survey .survey-buttons input {
	height: 19px;
	color: #e0e0e0;
	font-size: 0.9em;
	cursor: pointer;
	border: 0 none;
	outline: none;
	margin-right: 10px;
}
#survey .survey-buttons input.button-send {
	background: url(../../images/button_send_bkg.png) no-repeat;
	width: 80px;
	padding-right: 17px;
}
#survey .survey-buttons input.button-results {
	background: url(../../images/button_results_bkg.png) no-repeat;
	width: 100px;
	padding-right: 21px;
}

#survey-results {
	color: #666;
	margin: 12px 0 12px 0;
}
#survey-results .survey-result {
	margin: 8px 0;
}
#survey-results .survey-result-text {
	font-size: 0.9em;
	line-height: 19px;
}
#survey-results .survey-result-text strong {
	font-size: 0.9em;
	color: #999;
	font-weight: normal;
}
#survey-results .survey-result-image {
	width: 234px;
	height: 8px;
	background: url(../../images/survey_bar_bkg.png) no-repeat;
}
#survey-results .survey-result-image img {
	border-left: 1px solid #a2c5e5;
	border-right: 1px solid #a2c5e5;
	height: 8px;
	margin: 0;
	padding: 0;
}

/* sidebar video article */
.video-article {
	padding-bottom: 15px;
}
.video-article .article-title {
	color: #cc3300;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	border-bottom: dotted 1px #434c52;
	margin-bottom: 10px;
}
.video-article .article-lead {
	color: #666;
}
.video-article h2,
.video-article h3,
.video-article h4,
.video-article h5,
.video-article h5 {
	color: #434c52;
	font-weight: normal;
	margin-bottom: 3px;
}
.video-article .article-lead p {
	margin-bottom: 10px;
}

#video-player {
	border: solid 1px #ddd;
	width: 248px;
	height: 188px;
	overflow: hidden;
}
#video-player p {
	margin: 0;
	padding: 0;
}
#video-player a:link,
#video-player a:visited {
	display: block;
	width: 248px;
	height: 188px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	position: relative;
}
#video-player a:link .player-wrapper,
#video-player a:visited .player-wrapper {
	width: 248px;
	height: 188px;
	position: absolute;
	left: 0;
	z-index: 10;
	background: url(../../images/video_player_icon.png) center no-repeat;
	cursor: pointer;
	
	-moz-opacity: 0.8; 
	filter:alpha(opacity=80); 
	opacity: 0.8;
}
#video-player a:hover .player-wrapper,
#video-player a:active .player-wrapper {
	-moz-opacity: 1; 
	filter:alpha(opacity=100); 
	opacity: 1;
}
#video-player img {
	border: 0;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}


/********************************************/
/*********** search results style ***********/
/********************************************/
#search-results {
	padding: 0 20px;
}
.search-results-title  {
	color: #434c52;
	font-size: 2em;
	font-weight: normal;
	border-bottom: dotted 1px #434c52;
	margin-bottom: 10px;
}
.search-results-content  {
	color: #666;
}
.search-results-content ul,
.search-results-content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.search-results-content ul li  {
	margin: 20px 0;
}

.search-result-item-title {
	/*margin-bottom: 5px;*/
}
.search-result-item-title a:link,
.search-result-item-title a:visited,
.search-result-item-title a:hover,
.search-result-item-title a:active {
	color: #cc3300;
	font-size: 1.1em;
	padding: 10px 0 5px 0;
	text-decoration: none;
}

.search-results-heading strong {
	color: #cc3300;
}

.search-resulti-item-label {
	
}

.search-result-item-navigation {
	color: #999;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: dotted 1px #ddd;
	font-size: 0.9em;
}
.search-result-item-navigation a:link,
.search-result-item-navigation a:visited  {
	color: #1c6cb4;
	text-decoration: none;
	background-color: #e0f0ff;
	padding: 0 3px;
}
.search-result-item-navigation a:hover,
.search-result-item-navigation a:active {
	color: #1c6cb4;
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}

.search-results-pager {
	margin-top: 30px;
}
.search-results-pager a:link,
.search-results-pager a:visited  {
	color: #1c6cb4;
	text-decoration: none;
	background-color: #e0f0ff;
	padding: 0 3px;
	font-size: 1.1em;
}
.search-results-pager a:hover,
.search-results-pager a:active {
	color: #1c6cb4;
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}
.search-results-pager strong,
.search-results-pager strong {
	color: #666;
	text-decoration: none;
	background-color: #ddd;
	padding: 0 3px;
	font-size: 1.1em;
}

/********************************************/
/************ page footer styles ************/
/********************************************/
/* footer navigation */
#page-footer ul, 
#page-footer ul li {
	text-align: left;
	list-style-type: none;
}

.footer-navigation {
	margin: 0;
	padding: 0;
}
.footer-navigation-items {
	float: left;
	padding: 0 0 0 25px;
	margin: 0px 25px 5px 0;
	max-width: 160px;
}
.footer-navigation li:first-child {
	background: url();
}
.footer-navigation-items span {
	font-size: 1.5em;
	color: #fff;
}

.footer-navigation-items ul {
	margin: 5px 0 10px 0;
	padding: 0;
}

.footer-navigation-items ul li {
	margin: 0;
	padding: 1px 0;
	padding-left: 12px;
	font-size: 1.1em;
}

.footer-navigation-items ul li a:link,
.footer-navigation-items ul li a:visited {
	text-decoration: none;
	color: #999;
}
.footer-navigation-items ul li a:hover,
.footer-navigation-items ul li a:active {
	text-decoration: none;
	color: #fff;
}

.greysteel .footer-navigation-items {
	background: url(../../images/footer_nav_separator_greysteel.png) no-repeat left top;
}
.greysteel .footer-navigation-items ul li {
	background: url(../../images/footer_nav_arrow_greysteel.png) no-repeat 1px 5px !Important;
}

/* copyright */
#page-copyright {
	text-align: center;
	color: #f5f5f5;
	padding: 10px;
	font-size: 1.1em;
}
#page-copyright a:link,
#page-copyright a:visited {
	color: #f5f5f5;
	text-decoration: none;
	padding: 0 4px;
}
#page-copyright a:hover,
#page-copyright a:active {
	background-color: #23282c;
}

/******************************/
/******* Form Styles **********/
/******************************/
.form-general,
.form-general td,
.form-general input {
	color: #666;
}
.form-general h1 {
	color: #434c52;
	font-size: 1.7em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	border-bottom: dotted 1px #434c52;
	line-height: 31px;
	margin-bottom: 10px;
}

.form-text {
	margin: 10px 0;
}

.form-status-message {
	color: #ed1c24;
	margin: 10px 0;
}

.form-required-fields-message {
	padding: 5px 0 10px 0;
}
.form-required-fields-message span strong,
.required-field-mark {
	color: #dc181e;
	font-weight: normal;
}

.form-fields {
	color: #787878;
	margin: 5px 0;
}
.form-fields .field {
	display: block;
	margin-bottom: 15px;
}
.form-fields .field label {
	display: block;
}
.form-fields .field .form-field-text {
	height: 27px;
	margin: 4px 0;
	outline-style: none;
	width: 250px;
	background-color: #e2e2e2;
}
.form-fields .field .form-field-text input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: transparent;
	border: medium none;
	margin: 2px 0 2px 2px;
	width: 235px;
}
.form-fields .field .form-field-textarea {
	height: 107px;
	margin: 4px 0;
	outline-style: none;
	width: 380px;
	background-color: #e2e2e2;
}
.form-fields .field .form-field-textarea textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #787878;
	background-color: transparent;
	border: medium none;
	margin: 2px 0 2px 2px;
	width: 375px;
	height: 102px;
}
.form-fields .field .form-field-select {
	
}
.form-fields .field .form-field-option {
	
}
.form-buttons {
	margin: 0 0 5px 0;
}
.form-buttons  input {
	background-color: #4f585f;
	border:0 none;
	color: #e0e0e0;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
/***********************/
/***** live person *****/
/***********************/
.live-person {
	width: 233px;	
	text-align: center;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.live-person-button img {
	width: 233px;
}
.live-person a:link,
.live-person a:visited,
.live-person a:hover,
.live-person a:active {
	text-decoration: none;
	color: #000;
}

.live-person a.live-person-link:link,
.live-person a.live-person-link:visited
{
	color: #ff9900;	
}

.live-person-teaser,
.live-person-stars {
	margin-top:5px;	
}

/*************************/
/***** twitter feeds *****/
/*************************/
.twitted {
	overflow: hidden;
	width: 248px;
	margin-bottom: 20px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 0 1em 65px;
	background: transparent url(../../Images/newsletter_progres_bar.gif) 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

#twitter_update_list,
#twitter_update_list li {
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 1em;
}
#twitter_update_list li.firstTweet {
	padding-top: 0;
}
#twitter_update_list li.lastTweet {
	border: 0;
}
#twitter_update_list li a:link,
#twitter_update_list li a:visited {
	display: block;
	color: #cc3300;
	text-decoration: none;
}
#twitter_update_list li span a:link,
#twitter_update_list li span a:visited {
	display: inline;
	color: #1c6cb4;
}

/*********************/
/***** fancy box *****/
/*********************/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../../images/fancybox/fancybox.png);
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#fancybox-close,
.fancybox-ie #fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(../../images/fancybox/fancy_title_over.png);
	display: block;
}
#fancybox-title-wrap {
	display: inline-block;
}
#fancybox-title-wrap span {
	height: 32px;
	float: left;
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url(../../images/fancybox/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(../../images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../../images/fancybox/fancybox-x.png);
}
#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}
#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}
#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}
#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}
#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}
#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../../images/fancybox/fancybox-y.png);
}
#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}


