@charset "UTF-8";

/* CSS Document */

/*
rightnow_screen.css
Copyright 2010, LiveDog Productions, LLC
Created: 10/25/2010
Modified: 11/30/2010
modified again: 4/8/2011 ~ Kari Andresen
Version: 1.4
Modification history:
11/27/2010: #printLogo added
11/28/2010: Added signup form styles
11/29/10: Added question form styles
11/30/10: Added .navAsk a.selected and .navAsk a.selected:hover

1/28/11: Changes to implement RNT widgets
*/

/*resets*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div, span, ul, ol, dl, li, dt, dd, form, input {
	overflow: hidden;
}

ul {
	list-style-position: outside;
	margin-left: 0;
}

/*html*/

body {
	background: #ebe5d9 url(/euf/assets/images/backgrounds/newBk.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
}

#surveyWrapper {
	margin: 0 auto;
}

#surveycontent {
	margin: 10px 40px;
	width: 998px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
}

.skipNav {
	font-size: 0em;
	text-indent: -9999px;
	float: left;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 0em;
	text-indent: -9999px;
}

#printLogo {
	display: none;
}

#rn_AnswerText ul {
	list-style-type: disc;
	listy-style-position: outside;
	margin-left: 0;
	padding: 1px 0 10px;
}

#rn_AnswerText ul li {
	background: url("/euf/assets/images/backgrounds/faqsprite.gif") no-repeat scroll -28px -255px transparent;
	padding: 0 0 0 15px;
	margin: 10px 0;
}

#rn_AnswerText ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 0 15px;
	margin: 10px 0;
}

/*main layout divs*/

#printLogo {
	display: none;
}

#container {
	width: 1039px;
	background: url(/euf/assets/images/backgrounds/container_bg.png) 0 95px no-repeat;
	margin: 0 auto;
	margin: -15px auto 0 auto\9;
	position: relative;
	z-index: 1;
}

#header {
	height: 96px;
	width: 999px;
	margin: 10px 20px 0 20px;
}

#wrapper {
	width: 999px;
	margin: 0 20px;
	padding-bottom: 20px;
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

#leftNav {
	float: left;
	width: 201px;
	margin: 10px 20px;
	background: #5d6065;
	color: #999;
	text-transform: uppercase;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

#pageContent {
	background: #fff;
	overflow: visible;
	border-left: 1px solid #ccc;
	padding: 0 0 0 15px;
	margin: 7px 0 10px 0;
	float: left;
	width: 736px;
	z-index: 1;
}

#qanda {
	padding-top: 10px;
}

#topBox {
	width: 739px;
	height: 210px;
	margin-top: -10px;
	padding-bottom: 15px;
	background: url(/euf/assets/images/backgrounds/searchresults_bg.jpg) no-repeat;
	z-index: 5;
}

#footer {
	width: 1022px;
	margin: 0 auto;
	padding: 20px 0;
	background: #00708c url(/euf/assets/images/backgrounds/footer_bg.jpg) 0 0 repeat-x;
}

/*header styles*/

#header h2, #header h3 {
	float: left;
	font-size: 0em;
	overflow: hidden;
	text-indent: -9999px;
}

#header h3 {
	background: url(/euf/assets/images/backgrounds/helping-families-thrive.png) 0 0 no-repeat;
	height: 25px;
	left: 290px;
	position: absolute;
	top: 28px;
	width: 243px;
}

#header h2 a {
	background: url(/euf/assets/images/backgrounds/fotflogo.png) no-repeat;
	width: 240px;
	height: 65px;
	display: block;
	margin: 16px 0 0 19px;
}

#header h2 a:hover {
	background-position: 0 -65px;
}

#header ul {
	float: left;
	position: absolute;
	z-index: 10;
	top: 75px;
	left: 295px;
}

#header li {
	line-height: 1;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	border-left: 2px solid #fff;
	display: inline;
	float: left;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
}

#header li.first {
	margin: 0;
	padding: 0;
	border: none;
}

#header li a {
	color: #fff;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

#rightLinks {
	position: absolute;
	z-index: 20;
	top: 15px;
	left: 650px;
	width: 390px;
}

#rightLinks ul {
	float: right;
}

#about, #donate, #broadcast {
	float: left;
	text-align: right;
	margin-left: 35px;
}

#about {
	padding: 27px 0;
}

#donate a {
	display: block;
	width: 171px;
	height: 51px;
	background: url(http://www.focusonthefamily.com/fotf-2011/images/header/seo-sprite.png) -1132px -4px no-repeat;
	font-size: 0em;
	text-indent: -9999px;
}

#donate a:hover {
	background-position: -1132px -74px;
}

#about a {
	color: #fff;
	text-decoration: none;
}

#about a:hover {
	border-bottom: 1px dotted #fff;
}

#broadcast {
	padding: 27px 0;
}

#broadcast a {
	color: #fff;
	text-decoration: none;
}

#broadcast a:hover {
	border-bottom: 1px dotted #fff;
}

/*left nav styles*/

.navHelp, .navAsk {
	float: left;
	width: 97px;
	background: #fff;
	height: 95px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.navHelp a, .navAsk a {
	display: block;
	width: 97px;
	height: 95px;
	text-indent: -9999px;
	font-size: 0em;
	background: url(/euf/assets/images/backgrounds/leftnav_bg.jpg) no-repeat;
}

.navHelp a.selected, .navHelp a.selected:hover {
	cursor: text;
	background-position: 0 -205px;
}

.navAsk {
	padding-left: 7px;
}

.navAsk a {
	background-position: -104px 0;
}

.navHelp a:hover {
	background-position: 0 -102px;
}

.navAsk a:hover {
	background-position: -104px -102px;
}

.navAsk a.selected, .navAsk a.selected:hover {
	cursor: text;
	background-position: -104px -205px;
}

#leftNav li a {
	color: #fff;
	text-decoration: none;
}

#leftNav li a.selected {
	color: #eeb31b;
}

#leftNav li a:hover {
	border-bottom: 1px dotted #fff;
}

#leftNav li a.selected:hover {
	border: none;
	cursor: text;
}

#leftNav li {
	margin: 0 10px 30px 64px;
}

#leftNav h2 {
	background: url(/euf/assets/images/backgrounds/browse_bg.gif) no-repeat;
	height: 14px;
	padding: 23px 0 0 35px;
	width: 135px;
	margin: 0 0 10px 10px;
	display: block;
	clear: both;
}

/*top box styles*/

#pageContent .homePage {
	margin-top: -4px;
	width: 736px;
	background-image: url(/euf/assets/images/backgrounds/home_bg.jpg);
	height: 276px;
}

#pageContent .parenting {
	background: url(/euf/assets/images/backgrounds/parenting_bg.jpg) no-repeat;
}

#pageContent .technical {
	background: url(/euf/assets/images/backgrounds/technical_bg.jpg) no-repeat;
}

#pageContent .answerPage {
	background: url(/euf/assets/images/backgrounds/answerpage_bg.jpg) no-repeat;
	height: 105px;
}

#pageContent .about {
	background: url(/euf/assets/images/backgrounds/about_bg.jpg) no-repeat;
}

#pageContent .midlife {
	background: url(/euf/assets/images/backgrounds/midlife_bg.jpg) no-repeat;
}

#pageContent .social {
	background: url(/euf/assets/images/backgrounds/social_bg.jpg) no-repeat;
}

#pageContent .life {
	background: url(/euf/assets/images/backgrounds/life_bg.jpg) no-repeat;
}

#pageContent .faith {
	background: url(/euf/assets/images/backgrounds/faith_bg.jpg) no-repeat;
}

#pageContent .marriage {
	background: url(/euf/assets/images/backgrounds/marriage_bg.jpg) no-repeat;
}

#pageContent .entertainment {
	background: url(/euf/assets/images/backgrounds/entertainment_bg.jpg) no-repeat;
}

#pageContent .teens {
	background: url(/euf/assets/images/backgrounds/teen_bg.jpg) no-repeat;
}

#topBox h1, #topBox label, #topBox .misc {
	font-size: 0em;
	float: left;
	text-indent: -9999px;
}

.searchHelp {
	padding: 5px 0 0 240px;
	font-size: 12px;
}

#topBox .searchHelp a {
	color: #fff;
}

#topBox .searchHelp a:hover {
	color: #377b92;
}

#topBox h2 {
	margin: 50px 0 150px 200px;
	color: #eeb31b;
	font-size: 24px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	float: left;
}

#topBox ul {
	float: left;
	width: 210px;
	border-left: 1px solid #2277aa;
	border-right: 1px solid #2277aa;
	margin: 50px 20px 0 20px;
	padding: 0 20px;
}

#topBox ul.link {
	width: 120px;
	border: none;
	padding: 50px 0 0 0;
	margin: 0;
}

#topBox li {
	color: #fff;
	font-size: 12px;
}

#topBox li.phone {
	font-size: 15px;
	font-weight: bold;
}

#topBox li a {
	color: #c18f21;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;
	background: url(/euf/assets/images/backgrounds/doublearrows.gif) right 3px no-repeat;
}

#topBox li a:hover {
	border-bottom: 1px dotted #c18f21;
}

#topBox ul.link li {
	padding-bottom: 5px;
}

/*search box*/

.rn_SearchInput input, .rn_SearchInput, #rn_KeywordText2_9, #rn_KeywordText2_7 {
	width: 213px;
	overflow: visible !important;
}

#search .rn_SearchButton2 {
	margin-left: -20px !important;
	display: block;
	float: left;
	width: 80px;
	height: 29px;
}

.rn_SubmitButton {
	margin-left: 0 !important;
	position: relative;
	z-index: 1;
}

#homeSearchControls .rn_SearchInput input, #homeSearchControls .rn_SearchInput, #homeSearchControls #rn_KeywordText2_1 {
	width: 290px !important;
}

#homeSearchControls, #homeSearchControls #search {
	width: 739px;
	background-color: transparent !important;
}

#homeSearchControls #search {
	width: 716px;
	overflow: hidden;
	padding: 105px 0 0 23px;
}

#container #wrapper #columnSearch {
	border: 1px dotted #333;
	border-left: none;
	border-right: none;
}

#container #wrapper #columnSearch #search {
	margin: 0;
	padding: 15px 15px 0 15px;
	background: #ebebeb;
	margin: 5px 0 0 0;
}

#container #wrapper #search label {
	float: left;
	font-size: 0em;
	text-indent: -9999px;
}

#container #wrapper #columnSearch ul {
	background: #ebebeb;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
}

#container #wrapper #columnSearch li {
	text-align: right;
	padding: 3px 15px 0 0;
}

#container #wrapper #columnSearch li a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#container #wrapper #columnSearch li a:hover {
	border: none;
}

/*page content styles*/

.goBack {
	position: absolute;
	float: left;
	z-index: 10;
	top: 289px;
	left: 300px;
	width: 134px;
	height: 30px;
}

.goBackAnswerPage {
	top: 183px;
}

.columnLeft .goBack {
	position: static;
	margin-left: -25px;
}

.goBack a {
	text-indent: -9999px;
	width: 134px;
	height: 30px;
	display: block;
	font-size: 0em;
	background: url(/euf/assets/images/backgrounds/goback.png) no-repeat;
	z-index: 10;
}

.toolBar {
	font-size: 11px;
	color: #666;
	padding: 8px 0 15px 0;
	border-top: 1px dotted #333;
}

.bottomSet {
	border-top: 2px solid #333;
}

.toolBar div {
	float: left;
	padding: 2px 0;
}

.toolBar div.toolBarBottom {
	padding: 0;
}

.toolBar ul {
	float: right;
	list-style: none;
}

.toolBar li {
	float: left;
	display: inline;
	line-height: 1;
	padding: 2px 0;
}

.toolBar a {
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 25px;
	background: url(/euf/assets/images/backgrounds/faqsprite.gif) -217px -61px no-repeat;
}

.bottomSet a {
	padding-right: 10px;
}

.toolBar a#rn_EmailAnswerLink_2_Link, .toolBar a#rn_EmailAnswerLink_12_Link {
	background-position: -252px -27px;
}

.toolBar a#rn_AnswerNotificationIcon3_9_Trigger {
	background-position: -180px -96px;
	padding: 0 0 0 30px;
}

.toolBar #rn_PrintPageLink_3 a, .toolBar #rn_PrintPageLink_13 a {
	background-position: -282px -4px;
	padding-right: 0;
}

.toolBar #rn_PrintPageLink_13, .toolBar #rn_PrintPageLink_3 {
	padding-top: 2px;
	display: block;
	float: left;
}

.toolBar a:hover {
	text-decoration: underline;
}

.toolBar li ul a {
	background-image: none;
	padding-left: 0;
}

.toolBar li ul {
	z-index: 10;
}

.toolBar li ul li {
	height: 16px;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.column {
	float: left;
	width: 368px;
}

.homeLeft {
	width: 305px;
	padding-right: 30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.homeRight {
	overflow: visible;
	width: 370px;
	padding-left: 20px;
	margin: 0;
}

.homeLeft h2 {
	background: url(/euf/assets/images/backgrounds/questions-icon.png) 0 2px no-repeat;
	padding: 0 0 5px 50px;
	margin: 20px 0;
	text-transform: lowercase;
	color: #333;
	font: 24px Georgia, "Times New Roman", Times, serif;
}

.homeLeft ul {
	list-style: disc;
	color: #377b92;
	padding-left: 15px;
}

.homeLeft li {
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(/euf/assets/images/backgrounds/faqsprite.gif) -28px -255px no-repeat;
}

.homeLeft a {
	color: #377b92;
	text-decoration: none;
}

.homeLeft a:hover {
	border-bottom: 1px dotted #377b92;
}

.columnRightBox {
	padding: 20px 0;
	color: #333;
	font-size: 12px;
}

.homeRight .homeRightTop {
	padding: 0;
	margin-top: -40px;
}

/*.columnRightBox img {
	float: left;
	margin-right: 10px;
}*/

.columnRight .columnRightBox img {
	float: left;
	margin-right: 15px;
}

.columnRightBox p {
	margin: 10px 0;
}

.columnRightBox p a {
	color: #666;
	font-size: 14px;
	/*float: right;*/
	padding-right: 15px;
	text-decoration: none;
	text-transform: lowercase;
	background: url(/euf/assets/images/backgrounds/singlearrow.gif) right 6px no-repeat;
}

/*.columnRightBox p a:hover {
	border-bottom: 1px dotted #666;
	background-position: right -13px;
	margin-bottom: -1px;
}*/

.columnLeft {
	width: 423px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.columnLeft p {
	margin-bottom: 14px;
}

.columnRight {
	width: 278px;
}

.columnLeft h2, .columnLeft h1.answerTitle {
	padding: 5px 0 15px 0;
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #333;
	border-top: 1px dotted #666;
	text-transform: lowercase;
}

.columnLeft h1.answerTitle {
	font-size: 24px;
	text-transform: none;
	border: none;
}

.columnLeft h1.signUp {
	text-transform: lowercase;
	border-top: 1px dotted #666;
}

.columnRightBox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	text-transform: lowercase;
	border-bottom: 4px solid #377B92;
}

.columnRightBox a {
	text-decoration: none;
	}
	
.columnRightBox a:hover {
	text-decoration: underline;
	color: #333;
	}

.homeRight h3 {
	border: none;
}

.columnRight .columnRightBox h3.contact, .columnRight .columnRightBox h3.resources {
	padding-top: 3px;
	background: url(/euf/assets/images/backgrounds/contact_bg.gif) 190px 0 no-repeat;
}

.columnRight .columnRightBox h3.resources {
	background: url(/euf/assets/images/backgrounds/resources_bg.gif) 220px 0 no-repeat;
}

.columnRightBox ul {
	border-top: 1px dotted #666;
}

.columnRightBox li {
	border-bottom: 1px dotted #666;
	padding: 5px 0;
}

.columnRightBox li a {
	color: #666;
	text-decoration: none;
	padding-left: 25px;
	margin-left: 5px;
	background: url(/euf/assets/images/backgrounds/singlearrow.gif) 0 4px no-repeat;
	font-size: 14px;
}

.columnRightBox li a:hover {
	text-decoration: underline;
	background-position: 0 -15px;
}

h3.resources + ul {
	border-top: none;
}

#qanda p {
	margin: 7px 0;
}

.questionBox, .answerBox, .relatedAnswersBox, .previousBox {
	border-top: 1px dotted #333;
	padding: 15px 0;
	overflow: visible;
}

.questionBox {
	font-weight: bold;
}

#qanda h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #b88007;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -22px;
	background: #fff;
	padding-right: 3px;
	float: left;
}

#qanda dl {
	padding: 10px 0;
}

#qanda dt {
	font-weight: bold;
}

#qanda dd {
	padding-bottom: 2px;
}

#qanda a {
	text-decoration: none;
	font-weight: bold;
	color: #3991a5;
}

#qanda a:hover {
	border-bottom: 1px dotted #3991a5;
}

#qanda p {
	margin-bottom: 15px;
}

.relatedAnswersBox ul, .previousBox ul {
	padding: 1px 0 10px 0;
	color: #3991a5;
}

.relatedAnswersBox li, .previousBox li {
	padding-left: 15px;
	background: url(/euf/assets/images/backgrounds/faqsprite.gif) -28px -255px no-repeat;
}

.homeLeft ul.mostPopular li {
	padding-left: 0;
}

.paginate {
	padding: 0 0 5px 0;
}

.answerBlock + .paginate {
	padding: 20px 0 5px 0;
}

.paginate span.view {
	float: left;
}

#paginate, #paginate2 {
	display: inline;
	float: right;
	text-align: right;
}

#paginate select, #paginate2 select {
	margin: 0 3px;
	float: left;
}

#paginate span, #paginate2 span, #paginate label, #paginate2 label {
	float: left;
}

.answerBlock {
	border-bottom: 1px dotted #666;
}

.answerBlock li {
	border-top: 1px dotted #666;
	padding: 12px 0;
}

.answerBlock a, .rn_Results a {
	font: bold 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #377b92;
}

.answerBlock a:hover, .rn_Results a:hover {
	border-bottom: 1px dotted #377b92;
}

.answerBlock p {
	padding-top: 5px;
}

#rn_AnswerFeedback2_14_ThanksLabel {
	display: block;
	float: right;
	width: 110px;
	padding-right: 10px;
	margin-top: -35px;
}

.rn_AnswerFeedback2 .rn_ThanksLabel {
	margin-left: 0;
}

.surveyBox {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}

.surveyLeft, .backToTop {
	float: left;
	width: 250px;
	margin: 20px 0;
}

.surveyBox h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

.backToTop {
	border-left: 1px dotted #333;
	width: 170px;
	padding: 0 0 50px 0;
	text-align: right;
}

.surveyBox ul {
	margin-top: 25px;
}

.surveyBox li {
	float: left;
	display: inline;
}

.surveyBox li a {
	display: block;
	float: left;
	font-size: 0em;
	text-indent: -9999px;
	width: 44px;
	height: 24px;
	background: url(/euf/assets/images/backgrounds/faqsprite.gif) -135px -126px no-repeat;
}

.surveyBox li.no a {
	background-position: -43px -184px;
	margin-left: 25px;
}

.surveyBox li.yes a:hover {
	background-position: -87px -156px;
}

.surveyBox li.no a:hover {
	background-position: -1px -212px;
}

.backToTop a {
	background: url(/euf/assets/images/backgrounds/backtotop_bg.gif) right 2px no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding: 0 25px 0 0;
	text-decoration: none;
	margin-top: 20px;
}

.backToTop a:hover {
	text-decoration: underline;
}

/* signup page styles */

#signupForm, #questionForm {
	width: 370px;
	margin: 20px 0;
}

#questionForm span {
	color: #999;
	text-transform: lowercase;
	float: right;
	display: block;
	margin: -20px 0 20px 0;
}

#signupForm label, #questionForm label {
	display: inline;
	float: left;
	width: 130px;
	text-align: right;
	text-transform: uppercase;
	color: #b87f06;
	font-weight: bold;
	padding: 3px 10px 0 0;
}

#emailInput, #emailVerify, #questionText, #questionEmail {
	width: 200px;
	padding: 0 2px;
	height: 23px;
	width: 221px;
	border: 1px solid #333;
	outline: none;
	margin-bottom: 20px;
}

#questionText {
	height: 200px;
	overflow: auto;
}

#signupSubmit, #questionSubmit {
	color: #fff;
	float: right;
	background: #333;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	width: 63px;
	height: 20px;
	border: 1px solid #333;
}

#signupSubmit:focus, #questionSubmit:focus, #questionSubmit:hover, #signupSubmit:hover {
	border: 1px solid #333;
	background: #fff;
	color: #333;
}

.accountLink {
	border: 1px dotted #666;
	border-left: none;
	border-right: none;
}

.accountLink div {
	background: #eee;
	margin: 10px 0;
	padding: 10px;
}

.accountLink h2 {
	font-weight: normal;
	font-size: 20px;
}

.accountLink li {
	float: left;
	display: inline;
	margin: 20px 0;
	width: 150px;
}

.accountLink li.login {
	width: 100px;
	border-right: 1px dotted #666;
}

.accountLink a {
	display: block;
	float: left;
	line-height: 1;
	color: #3991a5;
	text-decoration: underline;
	margin: 0 0 0 20px;
}

.accountLink .login a {
	border: 1px solid #333;
	display: block;
	float: right;
	height: 18px;
	padding: 4px 10px 0 10px;
	color: #fff;
	text-decoration: none;
	background: #333;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-transform: lowercase;
}

.accountLink a:hover {
	text-decoration: none;
}

.accountLink .login a:hover {
	color: #333;
	background: #fff;
}

#questionText:focus, #questionEmail:focus, #emailInput:focus, #emailVerify:focus {
	border: 2px solid #377b92;
	height: 21px;
	width: 219px;
}

#questionText:focus {
	height: 198px;
}

#rn_QuestionSubmit {
	overflow: hidden;
}

.rn_TextInput .rn_Text, .rn_TextInput .rn_Password, .rn_TextInput .rn_TextArea {
	width: 211px;
}

.rn_TextInput .rn_Text, .rn_TextInput .rn_TextArea {
	padding-left: 2px;
	height: 23px;
	width: 211px;
	border: 1px solid #333;
	margin-bottom: 20px;
}

.rn_TextInput .rn_TextArea {
	padding: 5px;
	width: 201px;
	height: 200px;
	overflow: auto;
	resize: none;
}

.rn_TextInput .rn_TextArea:focus, .rn_TextInput .rn_Text:focus {
	width: 209px;
	height: 21px;
	border: 2px solid #377b92 !important;
}

.rn_TextInput .rn_TextArea:focus {
	height: 198px;
	width: 199px;
}

.rn_TextInput label {
	width: 140px;
}

.rn_ElementsData, .rn_ElementsHeader {
	padding: 3px 0;
	display: block;
	float: left;
	color: #777;
	font-size: 0.8em;
}

.bd {
	overflow: visible;
}

/*footer styles*/

.footerBanner {
	width: 468px;
	float: left;
	padding: 0 0 0 22px;
}

.footerBannerRight {
	float: right;
	padding: 0 22px 0 0;
}

.footerBanner ul {
	float: left;
}

.footerBannerRight ul {
	float: right;
}

.footerBanner li {
	display: inline;
	float: left;
	padding: 5px;
}

.footerBanner li a {
	color: #bcbcbc;
}

.footerBanner li a:hover {
	text-decoration: none;
}

#footerLinks {
	color: #999;
	width: 959px;
	margin: 15px 20px;
	height: 427px;
	background: url(/euf/assets/images/backgrounds/footerlinks_bg.gif) no-repeat;
}

#footerLinks h2, #footerLinks h3 {
	font-size: 0em;
	float: left;
	text-indent: -9999px;
}

#footerLinks a {
	color: #999;
	text-decoration: none;
}

#footerLinks a:hover {
	border-bottom: 1px dotted #999;
}

#carouselRow {
	width: 945px;
	padding: 52px 0 0 15px;
}

#globalSites {
	font-size: 11px;
	float: left;
	width: 130px;
	margin: 10px 15px 0 0;
	line-height: 1;
}

#globalSites a {
	display: block;
	height: 16px;
	margin: 10px 0 0;
	padding: 3px 0 5px 25px;
	background: url(/euf/assets/images/backgrounds/globe.gif) no-repeat;
}

#globalSites a:hover {
	background-position: 0 -31px;
	border: none;
	text-decoration: underline;
}

/*carousel box styles */

#carouselBox {
	width: 786px;
	height: 65px;
	float: left;
}

.jcarousel-skin-tango {
	float: left;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	list-style: none;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 750px;
	height: 63px;
}

.jcarousel-skin-tango .jcarousel-item {
	float: left;
	width: 146px;
	height: 63px;
	margin: 0 2px;
	display: inline;
}

a#mycarousel-prev, a#mycarousel-next {
	font-size: 0em;
	text-indent: -9999px;
	float: left;
	display: block;
	width: 18px;
	height: 63px;
	cursor: pointer;
	background: url(/euf/assets/images/backgrounds/carouselsprite.gif) no-repeat;
}

a#mycarousel-next {
	background-position: 0 -70px;
}

a#mycarousel-next:hover {
	background-position: 0 -210px;
}

a#mycarousel-prev:hover {
	background-position: 0 -140px;
}

#footerColumns {
	border-top: 1px solid #ccc;
	margin: 7px 3px 0 3px;
	padding: 10px 15px 0 15px;
	height: 268px;
}

#footerColumns div {
	float: left;
	width: 150px;
	margin-right: 3px;
}

#footerColumns h4 {
	color: #333;
	margin: 5px 0 0 0;
}

#footerColumns li {
	margin: 3px 0;
	line-height: 1.2em;
}

#footerBottom {
	color: #fff;
	font: 10px Verdana, Geneva, Kalimati, sans-serif;
	text-decoration: none;
	width: 800px;
	margin: 0 auto;
	padding-top: 3px;
}

#footerBottom a {
	color: #fff;
}

#footerBottom a:hover {
	border-bottom: 1px dotted #fff;
}

#footerBottom li {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #fff;
}

#footerBottom li.first, #footerBottom li.middle, #footerBottom li.last {
	border: none;
	margin: 0;
	padding: 0;
}

#footerBottom li.last {
	float: right;
}

#footerBottom li.middle {
	padding: 0 0 0 130px;
}

#rn_Paginator_5 a.prevArrow, #rn_Paginator_5 a.nextArrow, #rn_Paginator_8 a.prevArrow, #rn_Paginator_8 a.nextArrow {
	background: url("/euf/assets/images/backgrounds/faqsprite.gif") repeat scroll -40px -20px;
	background-color: transparent;
	display: block;
	float: left;
	font-size: 0;
	height: 6px;
	margin: 3px 5px;
	text-indent: -9999px;
	width: 6px;
	border-width: 0px;
}

#rn_Paginator_5 a.nextArrow, #rn_Paginator_8 a.nextArrow {
	background-color: transparent;
	background-position: -40px -5px;
}

#rn_Paginator_5 a.nextArrow:hover, #rn_Paginator_8 a.nextArrow:hover {
	background-color: transparent;
	background-position: -25px -39px;
}

#rn_Paginator_5 a.prevArrow:hover, #rn_Paginator_8 a.prevArrow:hover {
	background-color: transparent;
backgr
