@charset "utf-8";

/* ####################################################################################################### TESTING 

#content { border: 1px dotted red; }
#content #primary { border: 1px dotted blue; }
#content #secondary { border: 1px dotted green; }
#content #tertiary { border: 1px dotted gray; }

 ####################################################################################################### BASIC ELEMENTS */
body {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #283a51;
	font-family: Arial, "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: #d7dde5;
	/*background-image: url(/layout/Corp2007/images/bg_body.gif);*/
	}
a { color: #283a51; }
a:hover { color: #984838; }
*:focus { outline: none; }
h2 {
	font-size: 22px;
	font-weight: 800;
	color: #45596b;
	}
	h2 a {
		text-decoration: none;
		color: #45596b;
		}
		h2 a:hover { color: #45596b; }
h3 {
	font-size: 16px;
	color: #984838;
	}
	h3 a {
		color: #984838;
		text-decoration: none;
		}
h4 { font-size: 12px; }
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 .3em;
	line-height: 1em;
	font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
	letter-spacing: 0;
	}
p {
	margin: 0;
	padding: 0 0 1.3em;
	font-family: "Arial", "Trebuchet MS", arial, sans-serif;
	}
address {
	margin: 0;
	padding: 0 0 1.3em;
	}
ol {
	margin: 0;
	padding: 0 0 1.3em 25px;
	}
ul {
	margin: 0;
	padding: 0 0 1.3em 20px;
	list-style: disc;
	}
	ul.nb { list-style: none; }
	li {
		margin: 0;
		padding: 0 0 .1em 0;
		}
		ul.nb li { padding: 0 0 1em 0; }
blockquote {
	background: url(/layout/Corp2007/images/bg_quote_start.gif) no-repeat top left;
	margin: 10px 0 15px 15px;
	padding: 0;
	}
	blockquote p {
		padding: 5px 20px 0 5px;
		text-indent: 15px;
		background: url(/layout/Corp2007/images/bg_quote_end.gif) no-repeat bottom right;
		}
	blockquote div.name {
		text-align: right;
		font-style: normal;
		font-weight: bold;
		padding: 10px 0;
		}
form {
	margin: 0;
	padding: 0;
	}
	fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		}
		legend {
			margin-left: 0;
			padding-left: 0;
			text-indent: 0;
			color: #283a51;
			}
		label { font-weight: bold; }
		input {
			font-size: 11px;
			padding: 2px;
			}
			select, 
			textarea {
				font-size: 11px;
				font-family: Arial, "Trebuchet MS", arial, sans-serif;
				}
address { font-style: normal; }
#skip, 
hr { display: none; }
object, param, embed { margin: 0; padding: 0; display: block; }
#preload { display: none; }
/* ####################################################################################################### BASIC CLASSES: */
.print { display: none !important; }
.r { float: right; }
.l { float: left; }
	img.r { float: right; margin: 0 0 10px 10px; }
	img.l { float: left; margin: 0 10px 10px 0; }
.c, 
.cb { clear: both; }
.nobr { white-space: nowrap; }
blockquote span.quote { display: none; }
.box {
	margin: 0 0 11px;
	padding: 0;
	}
	.box h3 {
		margin: 0;
		padding: 5px 0 5px 10px;
		font-size: 16px;
		font-weight: 800;
		color: #45596b;
		/*background: url(/layout/Corp2007/images/bg_transp_tan_85.png) 0 0;*/
		background-color: #e0e1e2;
		}
		.box h3 a { color: #45596b; }
			.box h3 a:hover { color: #45596b; }
	.box .content {
		/* background: url(/layout/Corp2007/images/bg_transp_grey_10.png) 0 0; */
		background-color: #efeded;
		margin: 0;
		padding: 5px 10px 10px;
		}
		.box ul {
			margin: 0;
			padding: 6px 10px 6px 20px;
			}
		.box ul#subnav {
			margin: 0;
			padding: 0;
			}
			.box ul#subnav li {
				margin: 0;
				padding: 3px 15px;
				display: block;
				border-bottom: 1px solid #c8c8c8;
				color: #888;
				}
			.box ul#subnav li.first {}
				.box ul#subnav li a {
					text-decoration: none;
					color: #77504d;
					}
					.box ul#subnav li:hover { }
					.box ul#subnav li a:hover { color: #984838; }
				.box ul#subnav li ul {
					margin: 0;
					padding: 3px 0;
					}
					.box ul#subnav li ul li {
						margin: 0;
						padding: 3px 15px; 
						border-bottom: 0;
						list-style: none;
						}
		.box a { color: #984838; }
/* ####################################################################################################### PRIMARY NAVIGATION: */
#navigation {}
	#navigation ul {
		position: absolute;
		margin: -310px 0 0 20px;
		padding: 0;
		}
		#navigation li {
			margin: 0;
			padding: 0;
			list-style: none;
			}
		#navigation li a {
			position: absolute;
			display: block;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: 0 100%;
			/* border: 1px solid white; */
			}
			#navigation li a span { visibility: hidden; }
			#nav_home a {
				top: 0;
				left: 40px;
				width: 202px;
				height: 90px;
				}
			#nav_company a {
				top: 21px;
				left: 270px;
				width: 80px;
				height: 22px;
				background-image: url(/layout/Corp2007/images/nav_company.gif);
				}
				#nav_company a:hover { background-position: 0 0; }
				body.company #nav_company a { background-position: 0 0; cursor: default; }
			#nav_solutions a {
				top: 20px;
				left: 365px;
				width: 89px;
				height: 19px;
				background-image: url(/layout/Corp2007/images/nav_solutions.gif);
				}
				#nav_solutions a:hover { background-position: 0 0; }
				body.solutions #nav_solutions a { background-position: 0 0; cursor: default; }
			#nav_results a {
				top: 21px;
				left: 469px;
				width: 69px;
				height: 18px;
				background-image: url(/layout/Corp2007/images/nav_results.gif);
				}
				#nav_results a:hover { background-position: 0 0; }
				body.results #nav_results a { background-position: 0 0; cursor: default; }
			#nav_resources a {
				top: 23px;
				left: 554px;
				width: 89px;
				height: 21px;
				background-image: url(/layout/Corp2007/images/nav_resources.gif);
				}
				#nav_resources a:hover { background-position: 0 0; }
				body.resources #nav_resources a { background-position: 0 0; cursor: default; }
			#nav_contact_us a {
				top: 29px;
				left: 656px;
				width: 88px;
				height: 23px;
				background-image: url(/layout/Corp2007/images/nav_contact_us.gif);
				}
				#nav_contact_us a:hover { background-position: 0 0; }
				body.contact #nav_contact_us a { background-position: 0 0; cursor: default; }
/* ####################################################################################################### GLOBAL LAYOUT: */
#container {
	margin: 0 auto;
	padding: 0 1px;
	text-align: left;
	width: 780px;
	border-top: 1px solid #4f6480;
	border-right: 1px solid #4f6480;
	border-bottom: 1px solid #4f6480;
	border-left: 1px solid #4f6480;
	background: #fff url(/layout/Corp2007/images/bg_container.gif) repeat-y;
	}
	#header {
		border-top: 1px solid #fff;
		height: 348px;
		width: 780px;
		background: url(/layout/Corp2007/images/bg_header.jpg) no-repeat;
		}
		#header h1 {}
			#header h1 a {
				display: block;
				position: absolute;
				top: 51px;
				margin-left: 59px;
				width: 203px;
				height: 89px;
				}
				#header h1 span { display: none; }
	#content {
		width: 750px;
		margin: -155px auto 0;
		padding: 0;
		min-height: 120px;
		}
		#primary {}
			#page_nav { display: none; }
				#page_options ul {
					list-style: none;
					margin: 0;
					padding: 0;
					}
					#page_options li {
						margin: 0 0 0 10px;
						padding: 0;
						background: none;
						display: inline;
						color: #4b5460;
						}
					#page_options li.first { margin-left: 0; }
						#page_options a {
							color: #90969e;
							text-decoration: none;
							height: 18px;
							display: block;
							float: left;
							margin: 0;
							padding: 0 22px 0 15px;
							}
							#page_options a:hover { text-decoration: underline; }
						#page_options a#print { background: url(/layout/Corp2007/images/icon_print.gif) no-repeat 100% 0; }
							#page_options a#print:hover { background-position: 100% -22px; }
						#page_options a#email { background: url(/layout/Corp2007/images/icon_email.gif) no-repeat 100% 1px; }
							#page_options a#email:hover { background-position: 100% -21px; }
					#text_resize {}
						#text_resize a { padding: 0 5px 0 0; }
						#text_resize a#text_default { padding-left: 10px; }
						#text_resize a#text_increase {
							display: block;
							margin: 1px 0 0 0;
							width: 13px;
							height: 11px;
							background: url(/layout/Corp2007/images/icon_text_increase.gif) no-repeat 0 0;
							}
							#text_resize a#text_increase span { display: none; }
							#text_resize a#text_increase:hover { background-position: 0 -11px; }
						#text_resize a#text_decrease {
							display: block;
							margin: 1px 0 0 0;
							width: 13px;
							height: 11px;
							background: url(/layout/Corp2007/images/icon_text_decrease.gif) no-repeat 0 0;
							}
							#text_resize a#text_decrease span { display: none; }
							#text_resize a#text_decrease:hover { background-position: 0 -11px; }
					#breadcrumb ul {
						list-style: none;
						margin: 0;
						padding: 0;
						}
						#breadcrumb li {
							margin: 0;
							padding: 0;
							background: none;
							display: inline;
							color: #4b5460;
							}
							#breadcrumb a {
								color: #90969e;
								text-decoration: none;
								}
								#breadcrumb a:hover { text-decoration: underline; }
							#breadcrumb span {
								color: #90969e;
								padding: 0 2px;
								}
		#secondary {}
			.card { margin: 0 0 0 15px; }
				.card img {
					width: 238px;
					height: 326px;
					}
			.success_story {
				width: 240px;
				/*background-color: #ebe6e4;*/
				background: url(/layout/Corp2007/images/bg_success_story.png) no-repeat bottom right;
				}
				.success_story h3 {
					background: url(/layout/Corp2007/images/h3_success_story.gif) no-repeat 0 0;
					width: 240px;
					height: 21px;
					}
					.success_story h3 span { display: none; }
				.success_story .content { padding: 5px 10px 20px; }
					.success_story h4 {
						font-size: 14px;
						}
						.success_story h4 a {
							text-decoration: none;
							color: #77504d;
							}
					.success_story a {
						/*color: #77504d;*/
						}
		#tertiary {}
	#footer {
		clear: both;
		color: #fff;
		height: 59px;
		padding: 144px 0 1px 108px;
		/*font-size: 10px;*/
		}
		#copyright {}
			#copyright p {
				margin: 0;
				padding: 0;
				font-size: 10px;
				line-height: 14px;
				}
		#footer address {
			font-style: normal;
			font-size: 10px;
			line-height: 14px;
			}
			#footer address a {
				color: #fff;
				text-decoration: none;
				}
/* ####################################################################################################### LAYOUT VARIATIONS: */
/*
	.two_col_right { border: 1px dotted grey; }
	.two_col_right #primary { border: 1px dotted blue; }
	.two_col_right #secondary { border: 1px dotted green; }
*/
.two_col_right {
	margin-top: -170px !important;
	}
	.two_col_right #page_nav {
		display: block;
		}
		.two_col_right #page_options {
			float: right;
			clear: both;
			}
		.two_col_right #breadcrumb {
			float: right;
			width: 458px;
			clear: both;
			border-left: 2px solid #bfc2c6;
			background: url(/layout/Corp2007/images/bg_transp_grey_10.png) repeat 0 0;
			margin: 0 0 20px;
			padding: 4px 10px 4px;
			}
	.two_col_right #primary {
		float: right;
		width: 480px;
		}
	.two_col_right #secondary {
		float: left;
		width: 240px;
		}
	.two_col_right #tertiary {
		clear: both;
		}
#content.two_col {}
	#content.two_col #primary {
		float: right;
		width: 460px;
		}
	#content.two_col #secondary {
		float: left;
		width: 280px;
		}
	#content.two_col #tertiary { clear: both; }
#content.two_col_full {}
	#content.two_col_full #primary {
		float: left;
		width: 450px;
		}
	#content.two_col_full #secondary {
		float: right;
		width: 240px;
		}
	#content.two_col_full #tertiary { clear: both; }
#content.overlap {
	margin: -190px auto 0;
	padding: 35px 5px 0 25px;
	width: 730px;
	background: url(/layout/Corp2007/images/bg_content.png) no-repeat top left;
	min-height: 200px;
	}
/* ####################################################################################################### DESTINATION THEMES: */
body.africa {}
	body.africa #header { background-image: url(/layout/Corp2007/images/bg_header_africa.jpg) !important; }
	body.africa #footer { background-image: url(/layout/Corp2007/images/bg_footer_africa.gif) !important; }
body.australia {}
	body.australia #header { background-image: url(/layout/Corp2007/images/bg_header_australia.jpg) !important; }
	body.australia #footer { background-image: url(/layout/Corp2007/images/bg_footer_australia.gif) !important; }
body.caribbean {}
	body.caribbean #header { background-image: url(/layout/Corp2007/images/bg_header_caribbean.jpg) !important; }
	/* body.caribbean #header { background-image: url(/layout/Corp2007/images/bg_header_caribbean_old.jpg) !important; } */
	body.caribbean #footer { background-image: url(/layout/Corp2007/images/bg_footer_caribbean.gif) !important; }
body.city {}
	body.city #header { background-image: url(/layout/Corp2007/images/bg_header_city.jpg) !important; }
	body.city #footer { background-image: url(/layout/Corp2007/images/bg_footer_city.gif) !important; }
body.golf {}
	body.golf #header { background-image: url(/layout/Corp2007/images/bg_header_golf.jpg) !important; }
	body.golf #footer { background-image: url(/layout/Corp2007/images/bg_footer_golf.gif) !important; }
body.office {}
	body.office #header { background-image: url(/layout/Corp2007/images/bg_header_office.jpg) !important; }
	body.office #footer { background-image: url(/layout/Corp2007/images/bg_footer_office.gif) !important; }
body.paris {}
	body.paris #header { background-image: url(/layout/Corp2007/images/bg_header_paris.jpg) !important; }
	body.paris #footer { background-image: url(/layout/Corp2007/images/bg_footer_paris.gif) !important; }
body.rome {}
	body.rome #header { background-image: url(/layout/Corp2007/images/bg_header_rome.jpg) !important; }
	body.rome #footer { background-image: url(/layout/Corp2007/images/bg_footer_rome.gif) !important; }
body.thailand {}
	body.thailand #header { background-image: url(/layout/Corp2007/images/bg_header_thailand.jpg) !important ; }
	body.thailand #footer { background-image: url(/layout/Corp2007/images/bg_footer_thailand.gif) !important; }
/* ####################################################################################################### FOOTER ICONS: */
	.footer_icon {
		float: right;
		margin-top: -50px;
		padding-right: 25px;
		}
		#footer img { display: block; }
	/*	#icon_little_things, 
		#icon_better_idea, 
		#icon_extra_mile, 
		#icon_suitcase { behavior: url(../scripts/pngbehavior.htc); } */
		#icon_little_things {
			width: 104px;
			height: 93px;
			}
		#icon_better_idea {
			width: 69px;
			height: 92px;
			}
		#icon_extra_mile {
			width: 52px;
			height: 85px;
			}
		#icon_suitcase {
			width: 95px;
			height: 81px;
			}
/* ####################################################################################################### HEADERS: */
h2, h2 a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	h2 span { display: none; }
body#home h2 {
	margin-top: 8px;
	width: 106px;
	height: 21px;
	background-image: url(/layout/Corp2007/images/h2_welcome.gif);
	}
#news_ideas h2 a {
	width: 145px;
	height: 21px;
	background-image: url(/layout/Corp2007/images/h2_news_and_ideas.gif);
	}
body#viktor_erewards h2, 
body#viktor_erewards_search h2 a, 
body#five_thousand_points h2 a {
	width: 230px;
	height: 30px;
	background-image: url(/layout/Corp2007/images/h2_viktor_erewards.gif);
	}
/* ####################################################################################################### PAGE SPECIFICS: */
body#home {}
/*	body#home #content { padding-top: 25px; } */
	body#home #content { margin-top: -175px; }
		body#home #primary {
			padding: 0 !important;
/*			width: 250px !important; */
			width: 270px !important;
			}
			#news_ideas { padding-top: 8px; }
				#news_ideas h4 {
					color: #466c8a;
					font-size: 14px;
					}
					#news_ideas h4 a {
						color: #77504d;
						text-decoration: none;
						}
						#news_ideas h4 a:after {
							content: " \00BB";
							color: #283a51;
							}
				#news_ideas p a { text-decoration: none; }
		body#home #secondary {
			height: 195px !important;
			width: 470px !important;
			}
		body#home #tertiary {
			margin: 0 auto;
			padding-top: 15px;
			padding-bottom: 10px;
			width: 722px;
			}
			.service_area {
				float: left;
				width: 179px;
				padding-left: 2px;
				overflow: hidden;
				/* background: url(/layout/Corp2007/images/bg_box.png) repeat 0 0; */
				background-color: #efeded;
				}
				.service_area.first { padding-left: 0; }
				.service_area h3 {
					margin: 0;
					padding: 0;
					width: 179px;
					height: 21px;
					background-repeat: no-repeat;
					background-position: 0 0;
					}
					.service_area h3 a {
						display: block;
						width: 179px;
						height: 21px;
						background-repeat: no-repeat;
						background-position: 0 0;
						}
						.service_area h3 span { display: none; }
					#incentive_travel.service_area h3 a { background-image: url(/layout/Corp2007/images/h3_incentive_travel.gif); }
					#viktor_erewards.service_area h3 a { background-image: url(/layout/Corp2007/images/h3_viktor_erewards.gif); }
					#meetings.service_area h3 a { background-image: url(/layout/Corp2007/images/h3_meetings.gif); }
					#viktortech.service_area h3 a { background-image: url(/layout/Corp2007/images/h3_viktortech.gif); }
				.service_area .content {
					border-left: 1px solid #c1c0ba;
					border-right: 1px solid #c1c0ba;
					border-bottom: 2px solid #677484;
					padding: 10px 5px 30px;
					background-repeat: no-repeat;
					background-position: bottom right;
					font-size: 10px;
					/*min-height: 147px;*/
					min-height: 240px;
					}
					#incentive_travel.service_area .content { background-image: url(/layout/Corp2007/images/bg_sa_incentivetravel.png); }
					#viktor_erewards.service_area .content { background-image: url(/layout/Corp2007/images/bg_sa_viktorerewards.png); }
					#meetings.service_area .content { background-image: url(/layout/Corp2007/images/bg_sa_meetings.png); }
					#viktortech.service_area .content { background-image: url(/layout/Corp2007/images/bg_sa_viktortech.png); }
					.service_area a {}
	body#home #footer {
		height: 60px;
		padding: 50px 0 1px 108px;
		background: url(/layout/Corp2007/images/bg_footer_sm.gif) no-repeat;
		}
		body#home .footer_icon {
			float: right;
			margin-top: -50px;
			padding-right: 25px;
			}
body#company {}
	body#company #primary {}
	body#company #secondary {}
		#profile {}
			#profile_img {
				float: right;
				margin: 0 0 0 10px;
				}
				#profile img {
					width: 181px;
					height: 151px;
					}
			#profile_details {}
				#profile address { font-style: normal; }
body#team {}
	body#team h4 {
		font-size: 12px;
		margin-left: 20px;
		}
	body#team ul.experts {}
		body#team ul.experts li {
			list-style-type: none;
			clear: both;
			}
			body#team ul.experts li a { text-decoration: none; }
				body#team ul.experts li strong {
					display: block;
					float: left;
					width: 120px;
					text-decoration: underline;
					font-weight: normal;
					cursor: pointer;
					}
				body#team ul.experts li span { display: none; }
body#expert {}
	body#expert #primary { width: 475px !important; }
		body#expert #primary h2 { padding-bottom: 0 }
		#profile_photo {
			float: right;
			margin: 0 0 6px 6px;
/*			background: url(/layout/Corp2007/images/bg_profile.png) no-repeat 0 0; */
			}
		body#expert #primary h2 { padding-bottom: 0; }
		body#expert #primary h3 { margin-bottom: 11px; }
		#select_expert {
			font-size: 11px;
			color: #283a51;
			}
			#select_expert option {
				font-size: 11px;
				}
body#testimonials {}
	div.testimonial {
		padding: 15px 0 5px;
		border-top: 1px solid #c8c8c8;
		}
	.first.testimonial {
		padding-top: 0;
		border-top: 0;
		}
	div.testimonial.pdf {
		padding: 15px 0 3px 38px;
		background: url(/layout/Corp2007/images/icon_pdf.gif) no-repeat 8px 10px;
	}
body#white_papers {}
	div.white_paper {
		padding: 15px 0 10px;
		border-top: 1px solid #c8c8c8;
		}
		.white_paper p.desc {
			margin: 0 0 6px;
			padding: 0;
			}
		.white_paper ul, 
		.white_paper ol { padding-bottom: 0; }
	.first.white_paper {
		padding-top: 0;
		border-top: 0;
		}
		.white_paper p.pdf {
			margin: 0;
			padding: 15px 0 8px 38px;
			background: url(/layout/Corp2007/images/icon_pdf.gif) no-repeat 8px 10px;
			}
body#articles {}
	div.article {
		padding: 15px 0 10px;
		border-top: 1px solid #c8c8c8;
		}
		.article p.desc {
			margin: 0 0 6px;
			padding: 0;
			}
		.article ul, 
		.article ol { padding-bottom: 0; }
	body#articles .article.first {
		padding-top: 0;
		border-top: 0;
		}
		.article p.pdf {
			margin: 0;
			padding: 15px 0 8px 38px;
			background: url(/layout/Corp2007/images/icon_pdf.gif) no-repeat 8px 10px;
			}
body#resource_request {}
/*
			body#resource_request form div { border: 1px dotted gray; }
			body#resource_request form label { border: 1px dotted green; }
			body#resource_request form span { border: 1px dotted red; }
*/
	body#resource_request form legend {
		text-indent: 0;
		margin: 0;
		padding: 0 0 11px;
		font-size: 11px;
		}
	body#resource_request div.row {
		clear: both;
		padding: 0 0 2px;
		}
		body#resource_request .row label {
			float: left;
			width: 100px;
			text-align: right;
			padding-top: 2px;
			}
		body#resource_request div.row span {
			float: right;
			width: 370px;
			}
		body#resource_request div.row input {}
			body#resource_request div.row.reverse label {
				float: right;
				width: 370px;
				text-align: left;
				font-weight: normal;
				}
			body#resource_request div.reverse span {
				float: left;
				width: 100px;
				text-align: right;
				}
		body#resource_request div.row.submit { margin-left: 6px; }
			body#resource_request div.row.submit span {
				width: auto;
				float: none;
				}
body#tools {}
	div.tool {
		padding: 15px 0 10px;
		border-top: 1px solid #c8c8c8;
		}
	.first.tool {
		padding-top: 0;
		border-top: 0;
		}
		.tool p.pdf {
			margin: 0;
			padding: 15px 0 8px 38px;
			background: url(/layout/Corp2007/images/icon_pdf.gif) no-repeat 8px 10px;
			}
/*
body#tool_request {}
			body#tool_request form div, 
			body#tool_request form label, 
			body#tool_request form span { border: 1px dotted red; }
	body#tool_request form legend {
		text-indent: 0;
		margin: 0;
		padding: 0 0 11px;
		font-size: 11px;
		}
	body#tool_request form div {
		clear: both;
		padding: 0 0 2px;
		}
		body#tool_request form label {
			float: left;
			width: 100px;
			text-align: right;
			}
		body#tool_request form span {
			float: right;
			width: 335px;
			}
			body#tool_request form div.reverse label {
				float: right;
				width: 335px;
				text-align: left;
				font-weight: normal;
				}
			body#tool_request form div.reverse span {
				float: left;
				width: 100px;
				text-align: right;
				}
*/
body#contact {}
	body#contact #primary {}
		/*TESTING body#contact form div, 
				body#contact form label, 
				body#contact form span { border: 1px dotted red; } */
/*
		body#contact form legend {
			text-indent: 0;
			margin: 0;
			padding: 0 0 11px;
			font-size: 11px;
			}
		body#contact form div {
			clear: both;
			padding: 0 0 2px;
			}
			body#contact form label {
				float: left;
				width: 100px;
				text-align: right;
				}
				body#contact form label#eNewsletter_label {
					float: none;
					display: inline;
					width: 300px;
					font-weight: normal;
					}
			body#contact form span {
				float: right;
				width: 365px;
				}
				body#contact button span {
					float: none;
					width: auto;
					}
			body#contact div.submit { margin-left: 12px; }
*/
	body#contact #secondary {}
		body#contact .box .content { padding: 10px 15px; }
body#news {}
	body#news .news_article {
		padding: 15px 0 10px;
		border-top: 1px solid #c8c8c8;
		}
	body#news .news_article.first {
		padding-top: 0;
		border-top: 0;
		}
		.news_article h3.date {
			float: left;
			width: 130px;
			text-align: right;
			}
		body#news .news_article h4.subject {
			float: right;
			width: 335px;
			font-weight: normal;
			font-family: arial, sans-serif;
			font-size: 11px;
			line-height: 14px;
			padding-top: 2px;
			}
			.news_article h4.subject a { text-decoration: none; }
				.news_article h4.subject a span.nobr { text-decoration: none; }
				.news_article h4.subject a span.nobr span { text-decoration: underline; }
		.news_article p.pdf {
			margin: 0;
			padding: 15px 0 8px 38px;
			background: url(/layout/Corp2007/images/icon_pdf.gif) no-repeat 8px 10px;
			}
	body#news #news_article h4 {
		margin: 6px 0 11px 0;
		padding: 8px 3px 8px;
		font-weight: normal;
		letter-spacing: normal;
		font-size: 11px;
		line-height: 15px;
		font-family: arial, sans-serif;
		border-bottom: 1px solid #c8c8c8;
		background: url(/layout/Corp2007/images/bg_transp_grey_10.png) repeat 0 0;
		}
	body#news #news_article p.location {
		float: left;
		padding-bottom: 0;
		padding-right: 3px;
		}
body#success_stories {}
	ul#stories {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		ul#stories li {
			padding: 15px 0;
			border-top: 1px solid #c8c8c8;
			}
		ul#stories li.first {
			padding-top: 0;
			border-top: 0;
			}
			ul#stories a { text-decoration: none; }
				ul#stories a span.nobr { text-decoration: none; }
					ul#stories a span.nobr span { text-decoration: underline; }
	#success_story {}
		#success_story ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			#success_story li {
				margin: 0;
				padding: 0 0 11px;
				}
body#notfound {}
	body#notfound #primary { padding-top: 40px; }
body#email_a_page {}
/*TESTING  body#email_a_page form div, 
			body#email_a_page form label, 
			body#email_a_page form span { border: 1px dotted red; } */
	body#email_a_page form legend {
		text-indent: 0;
		margin: 0;
		padding: 0 0 11px;
		font-size: 11px;
		}
	body#email_a_page form div {
		clear: both;
		padding: 0 0 2px;
		}
		body#email_a_page form label {
			float: left;
			width: 105px;
			text-align: right;
			}
		body#email_a_page form .field {
			float: right;
			width: 345px;
			}
			body#email_a_page form div.reverse label {
				float: right;
				width: 345px;
				text-align: left;
				font-weight: normal;
				}
			body#email_a_page form div.reverse span {
				float: left;
				width: 100px;
				text-align: right;
				}
body#page_sent {}
	body#page_sent #cc {
		margin-bottom: 20px;
		padding: 20px;
		background: url(/layout/Corp2007/images/bg_box.png) repeat 0 0;
		border: 1px solid #fff;
		}
		#cc blockquote p { font-style: normal; }
body#viktor_erewards {}
	form#VER_account_search input#name { width: 100px; }
body#five_thousand_points {}
	body#five_thousand_points #navigation, 
	body#five_thousand_points .footer_icon { visibility: hidden; }
/* ####################################################################################################### FORMS: */
form.contact {}
	form.contact h3 { float: left; }
	form.contact fieldset {
		margin: 0 0 5px;
		clear: both;
		}
		form.contact p.legend {
			margin: 0 0 0 105px;
			padding: 2px 5px 0 0;
			/*float: right;*/
			color: #666;
			}
		form.contact fieldset ol {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			form.contact fieldset li {
				padding: 3px 0 5px;
				clear: both;
				}
				form.contact fieldset li.odd {}
				form.contact fieldset li.even {/*background: url(/layout/Corp2007/images/bg_box.png) repeat 0 0;*/}
				form.contact fieldset label {
					float: left;
					width: 100px;
					text-align: right;
					padding-top: 1px;
/*border: 1px dotted gray;*/
					}
					form.contact label.required { font-weight: bold; }
					form.contact label.optional { font-weight: normal; }
				form.contact span.field {
					float: right;
					width: 375px;
/*border: 1px dotted gray;*/
					}
					form.contact span.input { float: left; }
						form.contact span.input input {
							font-size: 11px;
							border: 1px solid #657790;
							}
						form.contact span.input textarea {
							font-size: 11px;
							border: 1px solid #657790;
							}
					form.contact span.instructions {
/*border: 1px dotted purple;*/
						float: right;
						width: 155px;
						padding-top: 3px;
						}
						form.contact span.instructions small {
							font-size: 9px;
							color: #666;
							}
					form.contact span.error {
						clear: left;
						display: block;
						color: #984838;
						}
						form.contact span.error br { display: none; }
						form.contactt span.error em { font-style: normal; }
			form.contact div.submit { margin-left: 102px; }
			form#resource_request_form div.submit { margin-left: 102px; }


form.VER5000Points {}
	form.VER5000Points h3 { float: left; }
	form.VER5000Points fieldset.account, 
	form.VER5000Points fieldset.survey {
		background: url(/layout/Corp2007/images/bg_box.png) repeat 0 0;
		margin: 0 0 5px;
		border: 1px solid #d4d4d4;
		clear: both;
		}
		form.VER5000Points p.legend {
			margin: 0;
			padding: 2px 5px 0 0;
			float: right;
			color: #666;
			}
		form.VER5000Points fieldset ol {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			form.VER5000Points fieldset li {
				padding: 3px 0 5px;
				clear: both;
				}
				form.VER5000Points fieldset li.odd {}
				form.VER5000Points fieldset li.even { background: url(/layout/Corp2007/images/bg_box.png) repeat 0 0; }
				form.VER5000Points .account label, 
				form.VER5000Points .survey label {
					float: left;
					width: 100px;
					text-align: right;
					padding-top: 4px;
/*border: 1px dotted silver;*/
					}
					.account label.required { font-weight: bold; }
					.account label.optional { font-weight: normal; }
					.survey .question.required { font-weight: bold; }
					.survey .question.optional { font-weight: normal; }
				.account span.field {
					float: right;
					width: 340px;
/*border: 1px dotted gray;*/
					}
					.account span.input { float: left; }
						.account span.input input {
							font-size: 11px;
							border: 1px solid #657790;
							}
						.account span.input textarea {
							font-size: 11px;
							border: 1px solid #657790;
							}
					.account span.instructions {
/*border: 1px dotted purple;*/
						float: right;
						width: 155px;
						padding-top: 3px;
						}
						.account span.instructions small {
							font-size: 9px;
							color: #666;
							}
					.account span.error {
						clear: left;
						display: block;
						color: #984838;
						}
						.account span.error br { display: none; }
						.account span.error em { font-style: normal; }
	.survey {}
		.survey .question {}
			.survey .question p {
				margin: 0;
				padding: 5px 5px 2px;
				}
		.survey .answer { margin-left: 105px; }
			.survey .instructions {
				margin: 0;
				padding: 0;
				}
				.survey .instructions small {
					font-size: 10px;
					color: #666;
					}
			.survey .answer label {
				margin: 0 !important;
				float: none !important;
				width: auto;
				display: inline;
				}
				.survey span.error {
					clear: left;
					display: block;
					color: #984838;
					margin-left: 105px;
					}
					.survey span.error br { display: none; }
					.survey span.error em { font-style: normal; }
		.survey input[text], 
		.survey textarea, 
		.account input[text], 
		.account textarea { border: 1px solid #657790; }
/* BUTTONS: */
	div.submit { padding: 0 0 30px; }
		div.submit p {
			margin: 0;
			padding: 0 0 2px;
			}
		button {
			border: 0;
			cursor: pointer;
			margin: 0 3px 0 0;
			padding: 0 10px 0 0;
			text-align: center;
			background: url(/layout/Corp2007/images/bg_btn_r.gif) right no-repeat;
			font-size: 11px;
			font-weight: bold;
			}
			button:hover { background: url(/layout/Corp2007/images/bg_btn_r_hover.gif) right no-repeat; }
		button span {
			position: relative;
			display: block;
			white-space: nowrap;
			padding: 0 0 0 10px;
			height: 26px;
			line-height: 26px;
			background: url(/layout/Corp2007/images/bg_btn_l.gif) left no-repeat;
			color: #283a51;
			}
			button:hover span { background: url(/layout/Corp2007/images/bg_btn_l_hover.gif) left no-repeat; }















/* ########################################################################################################## Testing PageManager styles */
.photo {
	margin: 0 0 12px;
	}
	.photo img {
		display: block;
		}
	.photo .caption {
		padding: 3px 0 0;
		text-align: center;
		color: #888;
		}
.photo.left {
	float: left;
	clear: left;
	padding: 0 12px 12px 0;
	}
.photo.right {
	float: right;
	clear: right;
	padding: 0 0 12px 12px;
	}
.photo.center {
	text-align: center;
	}
	.photo.center img {
		margin: 0 auto;
		}
div.menu {}
	div.menu ul {
		margin: 0 0 12px;
		padding: 0;
		list-style: none;
		}
		div.menu ul li {
			margin: 0;
			padding: 0;
			}
			div.menu ul li .summary {
				margin: 0 0 12px;
				color: #888;
				}