@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12292f;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* ---------------------------------------------- GENERAL STYLES --------------------------------------------------- */

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #12292f;
}

a:hover {
	color: #12292f;
	text-decoration: underline;
}

.clearFloat {
	margin: 0;
	padding: 0;
	clear: both;
}

h1 {
	margin: 0;
	padding: 10px 10px 9px 30px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	color: #1d4165;
	font-size: 15px;
	text-transform: uppercase;
}

ul{margin:0}
li{padding-bottom:7px}

.outterWrapper {
	width: 981px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/pageSlice.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.mainWrapper {
	width: 952px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* ---------------------------------------------- END GENERAL STYLES --------------------------------------------------- */

/* ---------------------------------------------- LEFT STYLES --------------------------------------------------- */

.leftSection {
	margin: 0;
	padding: 0 0 20px;
	width: 143px;
	background-image: url(/images/cloudsLeft.png);
	background-repeat:no-repeat;
	background-position: 0 10px;
	float: left;
}

/* ---------- MAIN NAVIGATION STYLES ----------- */

.mainNavigation {
	margin: 0;
	padding: 0 1px 15px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

	.mainNavigation a {
		text-decoration: none;
		color: #fff;
	}
	
	.mainNavigation a:hover {
		text-decoration: none;
		color: #f79941;
	}

ul.mainNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*ul.mainNav li {
	margin: 0 2px;
	padding: 4px 5px 4px 10px;
	background-image: url(/images/mainNav_slice.png);
	background-repeat: repeat-x;
	background-color: #12292f;
}
.menuTop {
	background-image: url(/images/mainNav_top.png);
	background-repeat: no-repeat;
	padding: 2px 0 0 0;
	margin: 0 0 0 2px;
}
.menuBtm {
	background-image: url(/images/mainNav_btm.png);
	background-repeat: no-repeat;
	padding: 0 0 2px 0;
	margin: 0 0 1px 2px;
}

ul.mainNav li {
	margin: 0 2px 1px 2px;
	padding: 5px 5px 5px 10px;
	background-image: url(/images/greenButton.png);
	background-repeat: no-repeat;
}*/

ul.mainNav li {
	margin: 0;
	padding: 0;
}

	ul.mainNav li.homeMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
		ul.mainNav li.homeMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px 0;
		}
	
	ul.mainNav li.surveyMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -26px;
	}
	
		ul.mainNav li.surveyMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -26px;
		}
	
	ul.mainNav li.resultsMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -52px;
	}
	
		ul.mainNav li.resultsMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -52px;
		}
	
	ul.mainNav li.emailMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -78px;
	}

		ul.mainNav li.emailMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -78px;
		}

	ul.mainNav li.livepollMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -260px;
	}

		ul.mainNav li.livepollMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -260px;
		}

	ul.mainNav li.tipsMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -104px;
	}
	
		ul.mainNav li.tipsMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -104px;
		}
	
	ul.mainNav li.feedbackMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -130px;
	}
	
		ul.mainNav li.feedbackMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -130px;
		}
	
	ul.mainNav li.contactMenu a {
		margin: 0;
		padding: 0 0 1px 0;
		text-indent: -9000px;
		display: block;
		height: 25px;
		width: 130px;
		background-image: url(/images/leftMenu.png);
		background-repeat: no-repeat;
		background-position: 0 -156px;
	}
	
	ul.mainNav li.contactMenu a:hover {
			text-decoration: none;
			color:#F90;
			background-position: -131px -156px;
		}
	

.menuTop_orange {
	background-image: url(/images/mainNavOrange_top.png);
	background-repeat: no-repeat;
	padding: 2px 0 0 0;
	margin: 0 0 0 2px;
}
.menuBtm_orange {
	background-image: url(/images/mainNavOrange_btm.png);
	background-repeat: no-repeat;
	padding: 0 0 3px 0;
	margin: 0 0 0 2px;
}


/* ---------- END MAIN NAVIGATION STYLES ----------- */

.resourcesContainer {
	margin: 0 0 15px 9px;
	padding: 0;
	font-size: 12px;
}

	.resourcesContainer a {
		text-decoration: none;
		color: #fff;
	}
	
	.resourcesContainer a:hover {
		text-decoration: none;
		color: #f6993f;
	}

.resourcesContainer p.title {
	margin: 0 0 0 1px;
	padding: 5px 0 5px 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-image: url(/images/mainNavOrange_slice.png);
	background-repeat: repeat-x;
	background-color: #f36f34;
}

.resourceTitle {
	padding: 0;
	margin: 0 2px 0 1px;
	background-image:url(/images/leftMenu.png);
	background-repeat: no-repeat;
	background-position: 0 -182px;
	height: 25px;
	width: 130px;
	text-indent: -9000px;
}

.officeTitle {
	padding: 0;
	margin: 0 2px 0 1px;
	background-image:url(/images/leftMenu.png);
	background-repeat: no-repeat;
	background-position: 0 -208px;
	height: 25px;
	width: 130px;
	text-indent: -9000px;
}

.videoTitle {
	padding: 0;
	margin: 0 2px 0 1px;
	background-image:url(/images/leftMenu.png);
	background-repeat: no-repeat;
	background-position: 0 -234px;
	height: 25px;
	width: 130px;
	text-indent: -9000px;
}

.resourcesContent {
	margin: 0 3px 0 1px;
	padding: 0; 
	border-right: 1px solid #f37035;
	border-left: 1px solid #f37035;
	border-bottom: 1px solid #f37035;
	background-color: #1b3238;
}

.menuTitle a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 0 6px 10px;
	margin: 0;
    /*	
    background-image: url(/images/whiteArrow_green.png);
	background-repeat: no-repeat;
	background-position: 113px 12px;
    */
	display: block;
}

	.menuTitle a:hover {
		background-position: 113px -6px;
	}

.menuTitle_closed a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 0 6px 10px;
	margin: 0;
	/*
	background-image: url(/images/whiteArrow_greenClosed.png);
	background-repeat: no-repeat;
	background-position: 113px 21px;
	*/
	display: block;
}

	.menuTitle_closed a:hover {
		background-position: 113px -6px;
	}


.menuTitle_closed p {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 0 6px 10px;
	margin: 0;
	background-image: url(/images/whiteArrow_greenClosed.png);
	background-repeat: no-repeat;
	background-position: 113px center;
}


.subMenu {
	margin: 0;
	padding: 7px 0 7px 10px;
	background-color: #3c4b4f;
	color: #fff;
	font-size: 12px;
}

ul.dropDown_sub {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.dropDown_sub li {
	margin: 0;
	padding: 2px 0;
}

img.videoImg {
	border: 1px solid #c8c8c8;
	margin: 0 0 0 1px;
	padding: 0;
}

/* -------- PRESS OFFICE STYLES --------- */

.container {
	margin: 0 9px;
	padding: 0;
}

.pressOffice_img {
	margin: 0;
	padding: 10px 0 3px 0;
}

.pressOffice_text a {
	margin: 2px 0 4px;
	padding: 2px 0 2px 1px;
	background-image: url(/images/arrowWhite_sprite.png);
	background-repeat: no-repeat;
	background-position: 99px 5px;
	display: block;
	color: #fff;
	width: 105px;
}

.pressOffice_text a:hover {
	background-position: 99px -11px;
	text-decoration: none;
	color: #f6993f;
}

.viewVideo_text a {
	margin: 2px 0 4px;
	padding: 2px 5px 2px 0;
	background-image: url(/images/arrowWhite_sprite.png);
	background-repeat: no-repeat;
	background-position: 72px 5px;
	display: block;
	color: #fff;
	width: 105px;
}

.viewVideo_text a:hover {
	background-position: 72px -11px;
	text-decoration: none;
	color: #f6993f;
}

/* -------- PRESS OFFICE STYLES --------- */

/* ---------------------------------------------- END LEFT STYLES --------------------------------------------------- */

.mainContainer {
	width: 808px;
	margin: 0;
	padding: 0 0 4px;
	float: right;
	background-image: url(/images/paperBg.png);
	background-repeat: repeat-y;
}

.pageFlash_banner {
	margin: 0;
	padding: 0;
}

.storyFlash_banner {
	height:197px;
	margin:0;
	padding:0;
}

.innerContent {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.titleContainer {
	margin: 0;
	padding: 0;
	float: left
}

/* ------------ PAGE TITLE'S AREA ------------- */
.aboutTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/aboutSurvey.png);
	background-repeat: no-repeat;
	background-position: 28px 13px;
	background-color: #1d4165;
	width: 290px;
	float: left;
	text-indent: -9000px;
}

.resourcesPTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/resourcesTitle.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 260px;
	float: left;
	text-indent: -9000px;
}

.resourcesHCPTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/resourcesHCPTitle.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 400px;
	float: left;
	text-indent: -9000px;
}

.surveyAboutTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/aboutSurvey.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 290px;
	float: left;
	text-indent: -9000px;
}

.surveyResultsTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/SurveyResults.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 190px;
	float: left;
	text-indent: -9000px;
}

.signupTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/signupTitle.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 165px;
	float: left;
	text-indent: -9000px;
}

.PageNotFoundTitle {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/pageNotFound.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 200px;
	float: left;
	text-indent: -9000px;
}

.FeedbackArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/FeedbackArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 170px;
	float: left;
	text-indent: -9000px;
}
.ContactUsArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/ContactUsArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 150px;
	float: left;
	text-indent: -9000px;
}
.PressOfficeArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/PressOfficeArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 155px;
	float: left;
	text-indent: -9000px;
}
.TermsAndConditionsArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/TermsAndConditionsArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 250px;
	float: left;
	text-indent: -9000px;
}

.PrivacyPolicyArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/PrivacyPolicyArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 180px;
	float: left;
	text-indent: -9000px;
}

.TipsAndAdviceArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/TipsAdviceArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 210px;
	float: left;
	text-indent: -9000px;
}

.EmailAlertsArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/EmailAlertsArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 160px;
	float: left;
	text-indent: -9000px;
}
.LivePollArrow {
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/LivePollArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 160px;
	float: left;
	text-indent: -9000px;
}
.galleryArrow{
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/galleryArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 165px;
	float: left;
	text-indent: -9000px;
}
.videoArrow{
	margin: 6px 0 6px 0;
	padding: 0;
	background-image: url(/images/videoArrow.png);
	background-repeat: no-repeat;
	background-position: 28px 12px;
	background-color: #1d4165;
	width: 165px;
	float: left;
	text-indent: -9000px;
}

.arrowHead {
	margin: 0;
	padding: 0;
	float: left;
}

/* ---------- END PAGE TITLE'S AREA ----------- */

.textContainer {
	margin: 0;
	padding: 10px 0 15px 30px;
	width: 740px;
}

.textContainer p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 16px;
}

.textContainerInner {
	margin: 0;
	padding: 10px 0 15px 27px;
	width: 520px;
}

.textContainerFeedback {
    padding: 2px 0 2px 27px;
    width: 520px;
}

.textContainerInner p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 16px;
}

.textContainerInner h2 {
	padding: 10px 0 10px 0;
}

p.firstPara {
	margin:0; 
	padding: 0 0 20px 0;
	font-weight: bold;
}

/* --------------- BOX LINKS STYLES ---------------- */

.linksBox_container {
	border: 1px solid #d0d0d0;
	margin: 0 auto 25px auto;
	padding: 9px 0 4px 0;
	width: 790px;
	overflow: hidden;
}

.linksBox {
	margin: 0;
	padding: 0 0 0 17px;
	width: 243px;
	border-right: 1px solid #d2d2d2;
	float: left;
}

.linksBoxMiddle {
	margin: 0;
	padding: 0 0 0 17px;
	width: 241px;
	border-right: 1px solid #d2d2d2;
	float: left;
}

.linksBoxRight {
	margin: 0;
	padding: 0 0 0 17px;
	width: 244px;
	float: left;
}

.linksBox_why a {
	margin: 37px 0 0 0;
	padding: 0;
	width: 115px;
	float: left;
	background-image: url(/images/whySurvey.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	height: 36px;
	
}

	.linksBox_why a:hover {
		background-position: 0 -37px;
	}
	
.linksBox_what a {
	margin: 37px 0 0 0;
	padding: 0;
	width: 130px;
	float: left;
	background-image: url(/images/whatSurvey.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	height: 36px;
	
}

	.linksBox_what a:hover {
		background-position: 0 -37px;
	}
	
.linksBox_results a {
	margin: 17px 0 0 0;
	padding: 0;
	width: 116px;
	float: left;
	background-image: url(/images/latestResults.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	height: 80px;
	overflow: hidden;
	
}

	.linksBox_results a:hover {
		background-position: 0 -80px;
	}

.linksBox_whyImg {
	margin: 0;
	padding: 0 0 0 5px;
	width: 119px;
	overflow: hidden;
}

.linksBox_whatImg {
	margin: 0;
	padding: 0 0 0 15px;
	width: 82px;
	overflow: hidden;
}

.linksBox_graphImg {
	margin: 0;
	padding: 0 0 0 0;
	width: 125px;
	overflow: hidden;
}


/* --------------------------- INNER PAGE BOX LINKS STYLES ---------------------------------*/

/* ------- LEFT STYLES ------*/

.innerpageLeft_container {
	margin: 0;
	padding: 0;
	width: 569px;
	float: left;
}

.pageBoxes_container {
	margin: 0;
	padding: 0 0 5px 27px;
	width: 520px;
	overflow: hidden;
}

.pageBox_left {
	margin: 0 17px 18px 0;
	padding: 0;
	width: 248px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	float: left;
	color: #1d4165;
	height:148px;
}

.pageBox_middle {
	margin: 0 17px 8px 0;
	padding-bottom: 0px;
	width: 500px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	float: left;
	color: #1d4165;
	height:148px;
}

.pageBox_right {
	margin: 0 0 20px 0;
	padding: 0;
	width: 248px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	color: #1d4165;
	height:148px;
}

.pageBox_title {
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 10px;
}

.pageBox_content 
{
    height:85px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
	width: 230px;
}

.pageBoxMiddle_content 
{
    height:85px;
	margin: 0 auto;
	padding: 10px 0 10px 8px;
	overflow: hidden;
}

.box_img {
	margin: 0;
	padding: 0;
	width: 90px;
	float: left;
}

.pageBox_text {
	margin: 0;
	padding: 0 0 0 8px;
	width: 130px;
	float: right;
	color: #12292f;
}
.pageBoxMiddle_text {
	margin: 0;
	padding: 0 0 0 8px;
	width: 412px;
	float: right;
	color: #12292f;
}

.pageBox_text p {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 16px;
}

.pageBox_view a {
	margin: 0;
	padding: 2px 25px 2px 0;
	text-align: right;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 235px 6px;
	display: block;
	color: #1d4165;
}

.pageBox_view a:hover {
	background-position: 235px -10px;
	text-decoration: none;
	color: #f6993f;
}

/* --------- END LEFT STYLES ---------- */

/* --------- RIGHT STYLES -----------*/

.innerpageRight_container {
	margin: 0;
	padding: 0 8px 0 0;
	width: 229px;
	float: right;
}

.rightBox_container {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #d0d0d0;
	color: #1d4165;
}

.videoBox_title {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/videoTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.resourceBoxP_title {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/ResourcesForPatientsSubNav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.resourceBoxHCP_title {
	margin: 10px 0 10px 10px;
	padding: 0 10px 25px 0;
	background-image: url(/images/HCPResourceSubNav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.SurveyNav_title {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/NavHeaderSurvey.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}
.PressOfficeNav_title {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/PressOfficeSubNav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.videoContent {
	margin: 0 auto;
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 206px;
}
.videoContent a{
	color:#1C4165;
	text-decoration:none
}
.videoContent .flaglist{padding:2px 0 2px 0;border-bottom:solid 1px #d0d0d0;vertical-align:middle;}

.videoText {
	margin: 0;
	padding: 0 3px 0 5px;
	width: 103px;
	float: right;
}

.videoText p {
	margin: 0;
	padding: 1px 7px 1px 0;
	line-height: 16px;
}

.videoBtm {
	margin: 0 auto;
	padding: 2px 0;	
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	width: 206px;
	/*height: 50px;*/
}

.viewVideos a {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 86px 3px;
	display: block;
	color: #1d4165;
}

	.viewVideos a:hover {
		background-position: 86px -13px;
		text-decoration: none;
		color: #f6993f;
	}

.pageView a {
	margin: 0;
	padding: 0 13px 0 0;
	float: right;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 68px 3px;
	display: block;
	color: #1d4165;
}

	.pageView a:hover {
		background-position: 68px -13px;
		text-decoration: none;
		color: #f6993f;
	}
	/*NSki - for sidebar controls*/
.pageViewNext a {
	margin: 0;
	padding: 0;
	float: right;
	width: 100px;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 68px 3px; 
	display: block;
	color: #1d4165;
}

	.pageViewNext a:hover {
		background-position: 68px -13px; 
		text-decoration: none;
		color: #f6993f;
	}

.pageViewPrevious a {
	margin: 0;
	padding: 0;
	float: right;
	width: 100px;
	background-image: url(/images/arrowLeft_sprite.png);
	background-repeat: no-repeat;
	background-position: 60px 3px;
	display: block;
	color: #1d4165;
}

	.pageViewPrevious a:hover {
		background-position: 60px -13px;
		text-decoration: none;
		color: #f6993f;
	}
p.contentCopy {
	color: #12292f;
	margin: 0;
	padding: 1px 7px 1px 0;
	line-height: 16px;
}

.liveBox_container {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #d0d0d0;
	color: #1d4165;
	background-image: url(/images/pencilGraphic.png);
	background-repeat: no-repeat;
	background-position: 140px 10px;
	color:#12292f;
}

.livePoll_title {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/livepollTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.livePoll_Content {
	margin: 0 auto;
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 206px;
}

.livePoll_text {
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
	width: 120px;
}

.livePoll_text p {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 16px;
}

ul.ResourceSitemap{padding-left:15px}
.ResourceSitemap li{padding-bottom:0}

.commentsTitle {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/commentsTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}
.livepollTitle {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/livepollTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.tabsContainer {
	margin: 0;
	padding: 0;
	font-weight: bold;
	overflow: hidden;
}







.CustomTabStyle .ajax__tab_header {
    margin: 0;
	padding: 7px 0 7px 0;
	width: 235px;
	color: #808080;
}

.CustomTabStyle .ajax__tab_outer {
	color: #808080;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	width: 97px;
	float: left;
}

.CustomTabStyle .ajax__tab_inner {
	color: #808080;
    padding: 6px 6px 6px 8px;
	margin: 1px;
	width: 97px;
	float: left;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {
	color: #808080;
	border: 0;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	width: 97px;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {
	color: #808080;
	border: 0;
	width: 97px;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
	color: #808080;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	width: 97px;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner {
	color: #1d4165;
	width: 97px;
}







.tabLeft {
	margin: 0;
	padding: 7px 5px 7px 10px;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	color: #808080;
	float: left;
	width: 97px;	
}	
	.tabLeft a {
		color: #808080;
		text-decoration: none;
	}
	
	.tabLeft a:hover {
		color: #1d4165;
		text-decoration: none;
	}
	
	
.tabRight {
	float: right;
	width: 98px;
	margin: 0;
	padding: 7px 6px 7px 9px;
	border-bottom: 1px solid #d0d0d0;
	color: #808080;
}	
	.tabRight a {
		color: #808080;
		text-decoration: none;
	}
	
	.tabRight a:hover {
		color: #1d4165;
		text-decoration: none;
	}	

	
a.active {
	color: #1d4165;
	text-decoration: none;
}

.commentsImage {
    padding:0 5px 5px 0;
    float:left;
    width:90px;}

.commentsText {
	color: #12292f;
	font-weight: normal;
	margin: 0;
	padding: 7px 10px;
}
.commentsText a {text-decoration:none;}

.commentsForm {
	margin: 0;
	padding: 0 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.formName {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

input.nameForm {
	margin: 5px 0 0 0;
	padding: 3px 0;
	float: left;
	width: 205px;
	height: 13px;
	font-weight: normal;
}

.formComments {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

textarea.commentsForm {
	margin: 5px 0;
	padding: 3px 0;
	float: left;
	width: 205px;
	height: 100px;
	font-weight: normal;
}

.commentsBtm {
	border-top:solid 1px #d0d0d0;
	margin: 0 auto;
	padding: 2px 0;
	overflow: hidden;
	width: 206px;
}

.viewComments a {
	margin: 0;
	padding: 0;
	float: right;
	width: 140px;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 135px 3px;
	display: block;
	font-weight: normal;
	color: #1d4165;
	text-align:right;
}

	.viewComments a:hover {
		background-position: 135px -13px;
		text-decoration: none;
		color: #f6993f;
	}

.send a {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 35px 3px;
	display: block;
	font-weight: normal;
	color: #1d4165;
}

	.send a:hover {
		background-position: 35px -13px;
		text-decoration: none;
		color: #f6993f;
	}

/* --------------------------- END INNER PAGE BOX LINKS STYLES ---------------------------------*/

/* --------------- END BOX LINKS STYLES ---------------- */

/* ------------------------------------- START FORM STYLES -------------------------------------------------- */

.newsletterContainer {
	margin: 0 0 0 27px;
	padding: 0 0 5px 0;
	width: 518px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	color: #1d4165;
}

.newsletterTitle {
	margin: 10px 0 20px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/newsletterTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.FeedbackTitle {
	margin: 10px 0 20px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/FeedbackTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.ContactUsTitle {
	margin: 10px 0 20px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/ContactUsTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.TipsAndAdviceTitle {
	margin: 10px 0 20px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/TipsAdviceTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.EmailAlertsTitle {
	margin: 10px 0 20px 10px;
	padding: 0 10px 0 0;
	background-image: url(/images/EmailAlertsTitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.newsletterSection {
	margin: 0 0 15px 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
}

.newsletterSection_last {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
}

tickBoxContainer {
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	width: 22px;
}

.checkboxText {
	margin: 0;
	padding: 0;
	float: left;
	width: 320px;
}

.newsletterBtm {
	margin: 0 10px;
	padding: 2px 0 0 0;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
}

.newsletterInput_left {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 20px 0 0;
	font-weight: bold;
	width: 213px;
}
.livepollQA {
	margin: 0;
	padding: 0;
	/*float: left;*/
	padding: 0 20px 0 0;
	/*width: 213px;*/
}

.inputTitle {
	margin: 0;
	padding: 0;
	width: 195px;
	float: left;
}

.inputTitle_large {
	margin: 0;
	padding: 0;
	width: 460px;
	float: left;
}

.newsletterInput {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

textarea.commentsForm_large {
	margin: 5px 0;
	padding: 3px 0;
	float: left;
	width: 497px;
	height: 100px;
	font-weight: normal;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

input.checkBox {
	margin: 0;
	padding: 0 7px 0 0;
	float: left;
	width: 20px;
}

.submit a {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	background-image: url(/images/arrowRight_sprite.png);
	background-repeat: no-repeat;
	background-position: 55px 3px;
	display: block;
	font-weight: normal;
	color: #1d4165;
}

	.submit a:hover {
		background-position: 55px -13px;
		text-decoration: none;
		color: #f6993f;
	}


/* ------------------------------------- END FORM STYLES -------------------------------------------------- */


/* -------- BOOKMARK STYLES ---------*/

.bookmark {
	margin: 0;
	padding: 0 0 0 8px;
	float: left;
	width: 300px;
}

.bookmarkInner {
	margin: 0;
	padding: 0 0 20px 4px;
	width: 220px;
}

/* ------- END BOOKMARK STYLES --------*/

/* ------------------------------------------------ FOOTER STYLES ---------------------------------------------------- */

.footerArrow_container {
	margin: 0;
	padding: 0;
	width: 808px;
	float: right;
	background-image: url(/images/arrowBg_small.png);
	background-repeat: no-repeat;
	background-color: #9EC9E3;
}

.footerArrow {
	margin: 15px 0 0 0;
	padding: 15px 0 15px 10px;
	background-image: url(/images/bgArrow.png);
	background-repeat: no-repeat;
	width: 699px;
	float: left;
}

.footerArrow_head {
	margin: 0;
	padding: 0;
	float: right;
	background-image: url(/images/bgArrowHead.png);
	background-repeat: no-repeat;
	width: 99px;
	height: 126px;
}

.arrowLogo {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}

.arrowLogo img {border:solid 1px #C8C8C8}

.arrowText {
	margin: 0;
	padding: 0;
	width: 395px;
	float: left;
}

.arrowText p {
	margin: 0;
	padding: 2px 0 2px 10px;
	font-size:10px;
}

.footerLinks {
	margin: 0;
	padding: 2px 0 10px 0;
	font-size: 11px;
	width: 700px;
	float: left;
}

.footerLinks_left {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	width: 500px;
}

.footerLinks_left p {
	margin: 0;
	padding: 3px 0 0 5px;
	float: left;
}


img.centerImg {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	float: left;
}

.footerLinks_right {
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
}
/* -------------------- Misc styles ------------------------ */
.PressOfficeCountry{font-weight:bold;padding-top:10px;}
.PressOfficeCountry img{padding-right:10px;}
.PressOfficeRelease{padding-bottom:5px;}
.PressOfficeRelease a{text-decoration:none;}
.PressOfficeRelease h2{font-size:12px;font-weight:bold;padding:15px 0 2px 0;}
/* -------------------- Live Poll graphs-------------------- */
#boxLivePoll{height:220px}
#boxLivePoll p{border-bottom:1px dotted #c8c8c8;margin-bottom:6px;padding-bottom:6px}
.LivePollQuestions{height:160px;overflow:auto}

LivePollQuestions menuSection
.LivePollQuestions{height:160px;overflow:auto}
.menuSection{}

.LivePollAnswerSummaryCount{background-color:#8192BF;width:10px;height:5px !important;font-size:0;margin-top:2px}
.LivePollAnswerSummary{margin-top:6px}