/* Standard Page Layout & Design Declarations */

body {
	background: #fff url(/images/fsc_bg.gif) repeat-y top center;
	background-color: #E6E6E6;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	float: none;
}

.page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.header {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 130px;
	background: #fff url(/images/fsc_header.gif) no-repeat top left;
}

.header_fr {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 130px;
	background: #fff url(/images/fsc_header_fr.gif) no-repeat top left;
}

/** used for top nav **/

.top {
	background: #fff url(/images/fsc_tn_bg1.gif) repeat-x top left;
	width: 760px;
}

.tn_wrapper {
	background: transparent url(/images/fsc_tn_bg2.gif) repeat-x bottom left;
}

.top_nav {
	width: 625px;
	float: left;
}

.member_nav {
	clear: both;
	width: 625px;
	float: left; 
}

.other_links {
	width: 132px;
	height: 32px;
	float: right;
	background: #76A78E url(/images/fsc_tn_language_bg2.gif) repeat-x top left;
}

.language {
	width: 66px;
	float: left;
}

.language a:link , .language a:active, .language a:visited {
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #1C6D43;
	font-weight: normal;
	font-size: 10px;
}

.language a.language:hover {
}

.login {
	width: 66px;
	height: 32px;
	float: right;
	background: #F3A083 url(/images/fsc_tn_login_bg2.gif) repeat-x top left;
}

.login a:link , .login a:active, .login a:visited {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.language a.language:hover {
}

.content {
	background: #fff url(/images/fsc_home_content_bg.gif) repeat-y top left;
	margin: 0;
	padding: 0;
	width: 760px;
}

.home {
	background-image: url(/images/fsc_home_content_bg.gif);
}

.left {
	margin: 0;
	padding: 0;
	float: left;
	width: 550px;
}

.mc_wrapper {
	margin: 0;
	padding: 0 10px 10px 35px;
}

.main_content {
	width: 505px;
}

.right {
	margin: 0;
	padding: 0;
	float: right;
	width: 207px;
}

.right p, .right h1, .right h2, .right h3, .right h4, .right h5, .right h6 {
	margin: 0;
}

.right h1 {
	margin-bottom: 10px;
}


.sb_top {
	border-bottom: 1px #BCBBBB solid;
}

.sb_wrapper {
	margin: 0;
	padding: 0;
}

.side_bar {
	margin: 0;
	padding: 0;

	width: 207px;
}

.side_bar {
}

.side_bar table.right table {
	background: #fff url(/images/fsc_right_bg.gif) repeat-y top center;
	width: 207px;
}

.sb_bottom {
	width: 207px;
	height: 13px;
	background: #fff url(/images/fsc_right_bottom.gif) no-repeat top left;
	padding-bottom: 10px;
}

.footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 760px;
}

.cr_wrapper {
	margin: 0;
	padding: 8px 35px;
}

.copyright {
	font-size: 10px;
	color: #212121;
}

.footer2 {
	background: #fff url(/images/fsc_footer_bg.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	width: 760px;
}

.st_wrapper {
	padding: 10px 35px; 
}

.search {
	float: left;
	width: 200px;
}

.search form {
	margin: 0;
	padding: 0;
}

.email {
	float: left;
	width: 120px;
	padding-top: 3px;
}

.french .email {
	width: 200px;
}

.print {
	float: left;
	width: 130px;
	padding-top: 3px;
}

.print a, .print a:link, .print a:active, .print a:visited, 
.email a, .email a:link, .email a:active, .email a:visited {
	font-size: 9px;
	font-weight: normal;
	color: #282828;
	text-transform: lowercase;
}

.print a:hover, 
.email a:hover {
	text-decoration: none;
}

.tagline {
	clear: both;
	margin: 20px 0;
	font-size: 9px;
	font-weight: normal;
	color: #999;
}

.tagline a, .tagline a:link, .tagline a:active, .tagline a:visited {
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

.tagline a:hover {
	text-decoration: underline;
}

.formtext {
	background-color: #fff;
	color: #000;
	font: normal 10px Verdana, Tahoma, Sans-Serif;
}

#footertoprint {
	display: none;
}

/* SiteCM Components */

#CMSearchResults {}

#CMSearchResults table {
	width: 100%;
	padding: 0;
	margin: 0;
}

#CMSearchResults_PageCreate { display:block; }

#CMSearchResults_LastMod { display:block; }

.CMSearchResults_ExtraSpaces { display: none;}

#CMSearchResults_Descript { white-space: normal; }

.CMSearchResults_Descript_Text { font-size: 10px; }

#cmSearch {}
	
#cmSearch input {
	border: solid 1px #9E9C9C;
	font: normal normal 9px Verdana, Tahoma, Sans-Serif;
	color: #282828;
	width: 90px;
}

#cmSearch a, #cmSearch a:link, #cmSearch a:active, #cmSearch a:visited {}

#cmSearch a:hover { text-decoration: none; }

#cmNewsletter {}
	
#cmNewsletter input {
	border: solid 1px #000;
}

#cmNewsletter a, #cmNewsletter a:link, #cmNewsletter a:active, #cmNewsletter a:visited {
	font: bold 10px Verdana, Tahoma, Sans-Serif;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2px;
}

#cmNewsletter a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#cmPollContents {
	border: solid 1px #000;
	background-color: #FFF;
}

#cmPollContents table {
	width: 150px;
	padding: 0px;
}

#cmPollContents table tr, #cmPollContents table td {
	padding: 0px;
}

#cmPollContents input {
	padding-left: 5px;
}

#cmPollContents h3 {
	font: bold 13px Verdana, Tahoma, Sans-Serif;
	padding-left: 15px;
	border-bottom: solid 1px #000;
}

#cmFader {
	border: solid 1px #000;
	background-color: #fff;
	width: 200px;
	padding: 0px;
	text-align: center;
	margin:0px;
}

#cmFader h3 {
	font: bold 14px Verdana, Tahoma, Sans-Serif;
	font-weight: bold;
	//color: #000000;
	border-bottom: solid 3px #030;
	padding-left: 0px;
	margin-bottom: 5px;
}

#cmFader p {
	font: 13px Verdana, Tahoma, Sans-Serif;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0px;
	text-align: center;
}