/*

	Stylesheet for Big Blue

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>
	Author:     Johan Ronsse <johan@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background: url(../images/background.gif);
}

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
	margin: 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited {
	border: 0;
	color: #009ee2;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover,  h4 a:active {
	border: 0;
	color: #00385a;
}

h1 {
	font-size: 24px;
	padding: 0 0 12px 0;
	color: #009ee2;
}

h2 {
	font-size: 24px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 6px 0;
}

h4.notice {
	color: #009EE2;
	font-weight: 300;
}

/* Links */

a { text-decoration: none; border-bottom: 1px solid #a8def5; color: #009ee2; }
a:link { border-color: #a8def5; color: #009ee2; }
a:visited { border-color: #a8d8ed; color: #008ecb; }
a:hover, a:active { border-color: #008ecb; color: #008ecb; }

/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content li {
	padding-bottom: 6px;
}

.content ul {
	list-style: disc;
}

.content ul.bulletList {
	list-style-image: url(../images/bullet_icon.png);
}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol,
.content li li {
	padding-bottom: 0;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #F5F5F5;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

	blockquote.fancy {
		background: url(../images/bquote.gif) no-repeat 0 5px;
		padding: 0 0 0 24px;
	}

blockquote cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px dotted #009ee2;
	padding: 0;
}

div.hr {
	border-top: 1px dotted #009ee2;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

table {
	border-top: 1px solid #eee;
	width: 100%;
}

td, th {
	border-bottom: 1px solid #eee;
	padding: 4px;
}

th {
	font-weight: 700;
	background: #f4f4f4;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
	color: #808080;
}

a.linkedImage img {
	display: block;
}

/* Sticky footer */

html, body, #topWrapper {
	height: 100%;
}

body > #topWrapper {
	height: auto;
	min-height: 100%;
}

#doormat {
	padding-bottom: 38px; /* Footer height with margin */
}

#bottomWrapper {
	position: relative;
	margin-top: -30px; /* Footer height */
	height: 30px;
	clear: both;
}

/*
	Page structure and layout
*/

.container {
	width: 957px;
	margin: 0 auto;
}

.mod {
	padding-bottom: 12px;
}

/*
	Header
*/

	/* Logo */

	#topBanner h1, #topBanner h2 {
		width: 93px;
		height: 89px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		padding: 0;
		position: absolute;
		right: 20px;
		top: 10px;
		z-index: 6999;
		zoom: 1;
	}

	#topBanner h1 a, #topBanner h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Top banner */

	#topBanner {
		background: #fff;
		height: 42px;
		margin-bottom: 24px;
	}

	#topBanner .container {
		position: relative;
		z-index: 5600;
	}

	/* Navigation */

	#navigation {
		float: left;
		position: relative;
		z-index: 5000;
	}

	#navigation ul {
		padding: 0 0 0 29px;
		float: left;
	}

	#navigation li {
		float: left;
	}

	#navigation li a {
		border: 0;
		float: left;
		font-size: 16px;
		color: #00385a;
		padding: 13px 12px 13px 11px;
		height: 16px;
		line-height: 16px;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #00385a;
		}

		#navigation li a:hover,
		#navigation li a:active {
			color: #009cdf;
		}

	#navigation li.selected a, #navigation li.selected a:link, #navigation li.selected a:visited, #navigation li.selected a:hover, #navigation li.selected a:active {
		padding: 13px 11px 13px 20px;
		background: url(../images/navigation_arrow.png) no-repeat 0 18px;
		color: #009cdf;
	}

	/* Cufon fix */

	#navigation span, x:-moz-any-link {
		float: left;
	}

	/* Language */

	#language {
		float: right;
		padding: 12px 135px 12px 0;
	}

	#language ul {
		float: right;
	}

	#language li {
		float: left;
		padding: 0 0 0 10px;
	}

	#language li a {
		float: left;
		border: 0;
		font-size: 11px;
		line-height: 18px;
		color: #666;
	}

		#language li a:link,
		#language li a:visited {
			color: #666;
		}

		#language li a:hover,
		#language li a:active {
			color: #009cdf;
		}

	#language li.selected a, #language li.selected a:link, #language li.selected a:visited, #language li.selected a:hover, #language li.selected a:active {
		color: #999;
	}

/*
	Content
*/

	/* General items */

	a.rssLink span, a.rssLink:link span {
		border-bottom: 1px solid #bcbcbc; color: #333;
	}

	a.rssLink:visited span {
		border-color: #ababab; color: #000;
	}

	a.rssLink:hover span, a.rssLink:active span {
		border-color: #009ee2; color: #009ee2;
	}

	a.rssLink {
		padding-right: 24px;
		height: 16px;
		display: block;
		float: left;
		border: 0;
		background: url(../images/rss_icon.png) no-repeat top right;
	}

	a.moreLink span, a.moreLink:link span {
		border-bottom: 1px solid #bcbcbc; color: #333;
	}

	a.moreLink:visited span {
		border-color: #ababab; color: #000;
	}

	a.moreLink:hover span, a.moreLink:active span {
		border-color: #009ee2; color: #009ee2;
	}

	a.moreLink {
		padding-left: 16px;
		height: 16px;
		display: block;
		float: left;
		border: 0;
		background: url(../images/navigation_arrow.png) no-repeat 0 5px;
	}

	p.tipBox {
		padding: 24px 0 24px 36px;
		margin-bottom: 12px;
		background: url(../images/tip_icon.png) no-repeat center left;
	}

	/* Blog contact */

	form .leftSide {
		width: 310px;
		float: left;
		padding-right: 34px;
	}

	form .rightSide {
		width: 230px;
		float: left;
	}

	/* Blog share */
	
	a.stbutton {
		padding: 0 !important;
		background: none;
	}

	a.stico_default {
		background: none !important;
	}

	/* Sidebar */

	.rightCol .mod {
		padding: 0 38px 24px 32px;
	}

	.rightCol .bd ul {
		padding-bottom: 12px;
	}

	.rightCol .bd li {
		padding-bottom: 6px;
	}

	/* Newsletter */

	.leftCol .silverBox {
		padding: 12px;
		margin-bottom: 12px;
		background: #f4f4f4;
	}

	.rightCol .silverBox {
		padding: 0;
	}

	.rightCol .silverBox .bd {
		background: #f4f4f4;
		padding: 0 0 0 32px;
	}

	.rightCol .silverBox .hd {
		height: 17px;
		overflow: hidden;
		background: url(../images/silver_background.png) no-repeat top;
	}

	.rightCol .silverBox .ft {
		height: 17px;
		overflow: hidden;
		background: url(../images/silver_background.png) no-repeat bottom;
		margin-bottom: 24px;
	}

	#newsletterForm input.input-text, #newsletterForm input.inputText, #newsletterForm input.text, #newsletterForm input.input-password, #newsletterForm input.inputPassword, #newsletterForm input.password, .rightCol .silverBox textarea {
		width: 160px;
		margin-bottom: 4px;
	}

	#newsletterForm .inputHolder {
		float: left;
		padding-right: 6px;
		width: 168px;
	}

	#newsletterForm .buttonHolder {
		float: left;
	}

	/* Top focus */

	#topFocus {
		width: 957px;
		height: 414px;
		overflow: hidden;
		background: url(../images/topfocus_background.png) no-repeat;
		position: relative;
	}

	#topFocusImage {
		width: 680px;
		height: 414px;
		float: left;
		overflow: hidden;
	}

	#topFocusList {
		width: 257px;
		padding: 34px 0 0 20px;
		float: left;
	}

	#topFocusList li,
	#subnavigation li {
		width: 244px;
		padding: 6px 0;
		font-size: 11px;
	}

	#topFocusList li a,
	#subnavigation li a {
		border: 0;
		display: block;
		line-height: 18px;
		color: #00385a;
	}

	#topFocusList li a:link,
	#topFocusList li a:visited,
	#subnavigation li a:link,
	#subnavigation li a:visited {
		color: #00385a;
	}

	#topFocusList li a:hover,
	#topFocusList li a:active,
	#subnavigation li a:hover,
	#subnavigation li a:active {
		color: #009cdf;
	}

	#topFocusList li.selected a,
	#subnavigation li.selected a {
		color: #009cdf;
		padding: 0 0 0 14px;
		margin: 0;
		background: url(../images/navigation_arrow.png) no-repeat 2px center;
		width: 230px;
	}

	#topFocusList li.selected a:link,
	#topFocusList li.selected a:visited,
	#topFocusList li.selected a:hover,
	#topFocusList li.selected a:active,
	#subnavigation li.selected a:link,
	#subnavigation li.selected a:visited,
	#subnavigation li.selected a:hover,
	#subnavigation li.selected a:active {
		color: #009cdf;
	}

	#topFocusList li.selected a strong {
		display: none;
	}

	#topFocusNumber {
		width: 100px;
		height: 65px;
		text-align: right;
		position: absolute;
		top: 330px;
		left: 829px;
	}
	
	#topFocusNumber p {
		padding: 0;
		font-size: 72px;
		color: #009ee2;
	}

	/* Index focus */

	#indexFocus {
		width: 957px;
		padding-bottom: 1px;
		overflow: hidden;
		background: url(../images/indexfocus_bttom.png) no-repeat 0 bottom;
		position: relative;
		bottom: 17px;
		
		-webkit-border-top-left-radius: 16px;
		-moz-border-radius-topleft: 16px;
		border-top-left-radius: 16px;
	}
	
		#corner {
			position: absolute;
			top: 0;
			top: -17px;
			background: url(../images/corner_tl.gif);
			width: 16px;
			height: 16px;
			font-size: 1px;
			line-height: 1;
			z-index: 3000;
			display: block;
		}

	#indexFocusImages {
		width: 524px;
		float: left;
	}
	
		#indexFocusImage {
			width: 524px;
			height: 318px;
			overflow: hidden;
			margin: 0 0 12px;
		}
		
			@media screen and (-webkit-min-device-pixel-ratio:0) {
				/* Only works in Safari unfortunately */
				#corner {
					display: none;
				}
				
				#indexFocusImage {
					-webkit-border-top-left-radius: 16px;
					border-top-left-radius: 16px;
				}
			}
			
			#indexFocusImage img {
				/* Improve image quality */
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/core/layout/images/blank.gif', sizingMethod='scale');
				-ms-interpolation-mode: bicubic;
			}
			
		
		#ad {
			width: 524px;
			height: 90px;
			margin: 0 0 24px;
		}
			
			#ad a {
				border: none;
			}
			
			#ad img {
				display: block;
			}
	
	#indexFocusCopy {
		padding: 64px 32px 16px;
		float: left;
		width: 369px;
	}
	
		#indexFocusCopy h1 {
			font-size: 20px;
		}

		.fr #indexFocusCopy h1 {
			font-size: 17px;
		}

	#topFocusSpotlights {
		overflow: hidden;
		width: 369px;
		margin-top: 36px;
	}
	
		#topFocusSpotlights .mod {
			width: 38%;
			float: left;
		}
		
			#topFocusSpotlights .mod h3 {
				color: #009EE2;
				font-size: 16px;
			}

		#topFocusSpotlights .left {
			padding-right: 2%;
		}

		#topFocusSpotlights .right {
			padding-left: 2%;
		}

	/* Social boxes */
	
	.socialbox {
		width: 276px;
		position: relative;
		left: -32px;
	}
	
	.whiteBlue {
		padding: 12px;
		background: #f5fbfe;
		border-bottom: 1px dotted #009ee2;
		-moz-border-radius-topleft: 17px;
		-webkit-border-top-left-radius: 17px;
		border-top-left-radius: 17px;
	}

	.lightBlue {
		padding: 12px;
		background: #e9f6fd;
		-moz-border-radius-bottomright: 17px;
		-webkit-border-bottom-right-radius: 17px;
		border-bottom-right-radius: 17px;
	}

	.rightCol .whiteBlue, .rightCol .lightBlue {
		padding: 12px 38px 12px 32px;
	}

	.rightCol .bd .whiteBlue ul {
		border-bottom: 1px dotted #7accf0;
		margin-bottom: 8px;
		padding: 0;
	}

	.rightCol .bd .whiteBlue li {
		padding-bottom: 8px;
	}

	.rightCol .bd .whiteBlue li p {
			padding: 0;
			color: #747373;
	}

	.rightCol .bd .whiteBlue li p.date {
		font-size: 11px;
		color: #a5a5a5;
	}

	h4.twitter {
		color: #00385a;
		font-size: 12px;
		padding: 0 0 0 26px;
		position: relative;
		margin-bottom: 12px;
		background: url(../images/twitter_icon.png) no-repeat center left;
	}

	h4.facebook {
		color: #00385a;
		font-size: 12px;
		padding: 0 0 0 26px;
		position: relative;
		margin-bottom: 12px;
		background: url(../images/facebook_icon.png) no-repeat center left;
	}

	h4.twitter a, h4.facebook a {
		color: #00385a;
	}

/*
	Footer
*/

	#doormat .doormatHd {
		width: 957px;
		height: 17px;
		overflow: hidden;
		background: url(../images/round_backgrounds.png) no-repeat 0 -102px;
	}

	#doormat .doormatBd {
		background: #f4f4f4;
		padding: 0 0 0 44px;
		font-size: 11px;
	}

	#doormat .doormatFt {
		width: 957px;
		height: 17px;
		overflow: hidden;
		background: url(../images/round_backgrounds.png) no-repeat 0 -119px;
	}

	#doormat .floatCol {
		width: 150px;
		padding-right: 36px;
		float: left;
	}

	#doormat .lastChild {
		padding-right: 18px;
	}

	#doormat ol {
		list-style-type: decimal;
		padding-left: 16px;
	}

	#doormat ul, #doormat ol {
		font-size: 11px;
		color: #999;
	}

	#doormat li {
		padding-bottom: 4px;
	}

	#doormat li a, #doormat li a:link, #doormat li a:visited {
		color: #999;
		border-color: #d7d7d7;
	}

	#doormat li a:hover,
	#doormat li a:active,
	#doormat li a:focus {
		color: #666;
		border-color: #666;
	}

	#bottomWrapper {
		background: #fff;
		color: #666;
		font-size: 11px;
	}

	#bottomWrapper ul {
		padding: 6px 0 6px 44px;
	}

	#bottomWrapper li {
		float: left;
		padding-right: 24px;
		line-height: 18px;
	}

	#bottomWrapper li a, #bottomWrapper li a:link, #bottomWrapper li a:visited {
		color: #999;
		border-color: #d7d7d7;
	}

	#bottomWrapper li a:hover,
	#bottomWrapper li a:active,
	#bottomWrapper li a:focus {
		color: #666;
		border-color: #666;
	}

	#bottomWrapper li.firstChild {
		color: #009ee2;
	}

/*
	Column system
	Use classes: twoColGrayRight, twoColNoGray, twoColNoSpace
*/

.leftCol {
	width: 574px;
	padding: 24px 63px 0 44px;
	float: left;
	overflow: hidden;
}

.rightCol {
	width: 276px;
	float: left;
	overflow: hidden;
}

.fullCol {
	width: 889px;
	padding: 24px 24px 0 44px;
}

.twoColGrayRight .mainHd, .twoColNoGray .mainHd, .twoColNoSpace .mainHd, .twoColGrayRight .mainFt, .twoColNoGray .mainFt, .twoColNoSpace .mainFt {
	width: 957px;
	height: 17px;
	overflow: hidden;
	background: url(../images/round_backgrounds.png) no-repeat;
}

.twoColGrayRight .mainHd {
	background-position: 0 -68px;
}

.twoColNoGray .mainHd {
	background-position: 0 0;
}

.twoColNoSpace .mainHd {
	background-position: 0 -34px;
}

.twoColGrayRight .mainFt, .twoColNoGray .mainFt {
	background-position: 0 -17px;
	margin-bottom: 10px;
}

.twoColNoSpace .mainFt {
	background-position: 0 -51px;
	margin-bottom: 10px;
}

.mainBd {
	position: relative;
}

.twoColGrayRight .mainBd,
.twoColNoGray .mainBd {
	background: url(../images/twoCol_background.gif) repeat-y;
}

.twoColNoSpace .mainBd {
	background: #fff;
}

.lastCol { 
	padding-right: 0;
}

.twoColNoGray .rightCol, .twoColNoSpace .rightCol {
	padding-top: 24px;
}

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	background: #f4f4f4;
 	color: #666;
 }

.dialogSucces {
	background: #e4f0d8;
	color: #2c5301;
}

.dialogError {
	background: #fbe3e4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	color: #514721;
}

/* Pagination @todo! */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #000;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #000;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #000;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: #000;
}

.nextpage, .previouspage {
	font-size: 11px;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
	color: #666;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fcfcfc;
	border: 1px solid #bbb;
	padding: 2px 1px;
	width: 224px;
	color: #666;
}

textarea {
	line-height: 1.4;
	max-width: 100%;
	width: 306px;
	height: 160px;
}

input:focus, textarea:focus {
	border-color: #999; 
	background: #fff;
	color: #000;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #b6cbe5;
		-moz-outline-radius: 3px;
		fborder-color: #5d92d4;
	}
} 

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #fff;
	background: #51ad2f;
	border: 0;
	padding: 2px 5px;
	cursor: pointer;
	overflow: visible;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover {
	background: #62d139;
}

input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	background: #408925;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	color: #8a1f11;
	display: block;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	background: #e4f0d8;
	color: #2c5301;
	display: block;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }
.floatLeftMultiple { float: left; margin-right: 10px; }
.floatRightMultiple { float: right; margin-right: 10px; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #c7c7c7; }

.rightAlign { text-align: right ;}
.leftAlign { text-align: left ;}

.mute { color: #666; }
.notice { color: #009ee2;}
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.rightCol .quickscan p {
	padding: 0 0 10px;
	font-size: 17px;
	line-height: 1.2em;
}

.rightCol .quickscan {
	overflow: hidden;
	padding: 59px 38px 46px 32px;
	width: 206px;
	height: 100px;
	background: #fff url(../images/quickscan_bg.gif) no-repeat 12px 0;
	color: #fff;
}

.rightCol .quickscan .noPadding {
	padding: 0;
}

.rightCol .quickscan .noPadding a {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}

.rightCol .quickscan .noPadding a:hover {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border-bottom-color: #fff;
}
