/* Global */
*{
	margin:	0px;
	padding:0px;
}

.cw_clearfloat {
	clear:both;
	visibility:hidden;
	height: 0px;
}
body {
	background:#E5E5E5 url(..fontaineimages/bgr_layout.gif) repeat scroll 0 0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	line-height:120%;
	margin:0px;
}
h1 {
	margin-top:0px;
	color:#CC0000;
	font-size:18px;
}
h2 {
	margin-top:0px;
	color:#CC0000;
	font-size:13px;
}
h3 {
	margin-top:0px;
	color:#CC0000;
	font-size:12px;
}

h4 {
	margin: 0px;
	padding: 2px;
	color:#CC0000;
	font-size:1em;
}
h5 {
	margin-top:0px;
	color:#CC0000;
	font-size:12px;
}
h6 {
	margin-top:0px;
	color:#CC0000;
	font-size:0.8em;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
/* @group Main Container */
#cw_container {
	background: url(../fontaineimages/cont_bg.gif) left top repeat-y;
	width: 950px; /* changes in this value must be matched in cw_footergroup */
	min-width: 780px;
	margin:12px auto auto auto;
	position:relative;
	padding-bottom:50px;
}
/* @end */

/* @group Top Bar */
#cw_topbar {
	width:100%; 
	height: 25px;
	padding: 0px;
	color: #999999;
	font-size:11px;
}
#cw_topbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
#cw_topbar li {
	padding: 0px;
	padding-right: 50px;
	float:right;
	text-align: right;
}
#cw_topbar .cw_boldwhite {
	color: #FFFFFF;
	font-weight: bold;
}
#cw_topbar input {
	background-color: #1C4986;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
}
#cw_topbar input.cw_buttonicon {
	height:18px;
	background-color: transparent;
	border: 0px;
}
/* @end */

/* @group Language Menu */
#cw_langmenu {
	position: absolute;
	width: 200px;
	padding-left:20px;
	padding-top:5px;
}
#cw_langmenu a {
	padding-right:10px;
	padding-left:10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #1C4986;
	font-size:10px;
}
#cw_langmenu a:hover {
	background: #0066cc;
}
#cw_langmenu a:active {
	background: #CCCCCC;
}
#cw_langmenu .cw_itemcur a {
	font-weight:bold;
}
#cw_langmenu .cw_itemdis {
	padding-right:10px;
	padding-left:10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #CCCCCC;
	font-size:10px;
}
/* @end */

/* @group Header */
#cw_header {
	background-image: url(../fontaineimages/headerbackgroundimage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
}
#cw_header img {
	vertical-align: bottom;
	margin:15px 0px 0px 10px;
}
/* @end */

/* @group Top Menu */
#cw_topmenu {
	background: url(../fontaineimages/bgr_top.gif) left top no-repeat;
	color: #000000;
	font-size: 11px;
	height:50px;
	text-align:right;
}
#cw_topmenu.cw_nopaddingleft {
	padding:0px 20px 0px 0px;
}
#cw_topmenu ul {
	list-style-type: none;
	width: 100%; 
	margin: 0;
	padding:0;
	display:inline;
} 
#cw_topmenu li {
	display:inline;
	white-space:nowrap;
}
#cw_topmenu li a {
	background: url(../fontaineimages/bgr_top_button_active.gif) 0px -6px no-repeat ;
	padding:0px 10px 0px 10px;
	line-height: 27px;
	display: inline;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	font-size:11px;
}
#cw_topmenu a:hover {
	text-decoration:underline;
}
#cw_topmenu a:active {}
#cw_topmenu .cw_itemact a {}
#cw_topmenu .cw_itemcur a {}
#cw_topmenu a.cw_itemsub {}
/* @end */

/* @group DHTML Menu */

#cw_dhtmlmenu, #cw_dhtmlmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#cw_dhtmlmenu li li { /* all list items */
	float: none;
	display: inline;
}
#cw_dhtmlmenu li:hover, #cw_dhtmlmenu li.hover {
   position: static;
}
#cw_dhtmlmenu li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	height: auto;
	margin: 0px;
}
#cw_dhtmlmenu li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin: -2em 0 0 199px;
}
#cw_dhtmlmenu li li a {
	padding:5px 6px 5px 3px;
	width: 190px;
	margin:0px 0px -1px 0px;
	border: 0px;
}
#cw_dhtmlmenu li ul ul a { /* third-and-above-level lists */
	font-size: 11px;
	font-weight: normal;
}
#cw_dhtmlmenu li li a:hover {
	border: 0px;
}	
#cw_dhtmlmenu li li .cw_itemsub a {

}
#cw_dhtmlmenu li li .cw_itemsub a:hover {
	
}
/* Hide sub-menus for second, third and fourth level */
#cw_dhtmlmenu li:hover ul ul, #cw_dhtmlmenu li.sfhover ul ul, #cw_dhtmlmenu li:hover ul ul ul, #cw_dhtmlmenu li.sfhover ul ul ul {
	left: -999em;
}
/* Show sub-menus for second, third and fourth level */
#cw_dhtmlmenu li:hover ul, #cw_dhtmlmenu li li:hover ul, #cw_dhtmlmenu li li li:hover ul, #cw_dhtmlmenu li.sfhover ul, #cw_dhtmlmenu li li.sfhover ul, #cw_dhtmlmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* @end */

/* @group Left Column */
#cw_leftcolumn {
	background-position: left;
	width:210px;
	height:100%;
	float:left;
	padding:3px 0px 20px 10px;
}	
#cw_leftmenu {
	list-style-type: none;	
	margin:0px 0px 0px 0px;
	padding: 0px;
}
#cw_leftmenu ul{
	margin:0px 0px 0px 15px;
}
#cw_leftmenu li {
	display: block;
	background: none;
}

/* Hide sub menu items if a parent is not known*/
    #cw_leftmenu ul{
            display: none;
    }
    #cw_leftmenu ul.expanded{
        display:block;
    }    

#cw_leftmenu li span{
	background:url(../fontaineimages/img_tree_empty.png) 0px 5px no-repeat;
	padding-left: 17px;
	display: block;   
	float:left;
	height:15px;
	padding:0;
	width:15px;
}
#cw_leftmenu li span.cw_itemsub {
	background: url(../fontaineimages/img_tree_plus.png) 0px 5px no-repeat;
}

#cw_leftmenu li span.cw_itemsubexpanded {
	background: url(../fontaineimages/img_tree_minus.png) 0px 5px no-repeat;
}

#cw_leftmenu li li span {
	/* margin-left:15px;	 */
}
#cw_leftcolumn li li li span {
	/* margin-left:30px; */
}


#cw_leftmenu a {
	display: block;
	padding:2px 0px 2px 0px;
	text-decoration: none;
	color: #444444;
	font-size: 11px;
}
#cw_leftmenu a.active{
	text-decoration: underline;
	color:#CC0000;
}
#cw_leftmenu a.expanded{
	text-decoration: none;
	color: #444444;
}

#cw_leftmenu li li a {	
	font-size: 11px;
}
#cw_leftcolumn li li li a {
	font-weight: normal;	
}
#cw_leftmenu a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#cw_leftmenu a:active {
	color:#CC0000;
	text-decoration:underline;
}
#cw_leftmenu .cw_itemact a { }
#cw_leftmenu .cw_itemcur a {
	color:#CC0000;
	text-decoration:underline;
}
/* @end */

/* @group Left Content */
#cw_leftcontent {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* @end */

/* @group Content Container */
#cw_contentcontainer {
	
}
/* @end */

/* @group Center Column */
#cw_centercolumn {
	width:685px;
	padding:11px 20px 20px 20px;
	margin:0px;
	float: left;
}
#cw_centercolumn li {
	margin-bottom:10px;
	font-size:1em;
}
/* @end */

/* @group Content Tools */
#cw_contenttools {
	background-color:#B5D6F6;
	text-align:right;
	margin-bottom:20px;
	margin-top:10px;
	font-size:11px;
}
#cw_contenttools img {
	border-left: 2px solid #9EC5EC;
}
/* @end */

/* @group Breadcrumb Trail */
#cw_breadcrumb {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#cw_breadcrumb a {
	/* background:transparent url(../fontaineimages/img_breadcrumb_arrow.png) right bottom no-repeat; */
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right:2px;
}
#cw_breadcrumb a:hover {
	color: #000000;
	text-decoration:underline;
}
#cw_breadcrumb li.arrow {
    padding:0px;
}
#cw_breadcrumb li.arrow img {
    vertical-align:text-top;
}
/* @end */

/* @group Main Content Area */
#cw_content p {
	text-align: justify;
	font-size: 1em;
	margin:0px 0px 6px;
	line-height:140%;
}
#cw_content img {
	margin: 5px;
	margin-top: 0px;
}
#cw_content hr {
	height: 1px;
	margin: 5px 0px 5px 0px;
	border: 0px;
	border-top: 1px solid #FFFFFF;
}
#cw_content ul {
	margin-left: 30px;
}
#cw_content ol {
	margin-left: 40px;
}
#cw_content a{
	color:#444444;
}
/* @group General Styles (referenced for RTE use) */

.small {
	font-size: 0.7em;
}
.medium {
	font-size: 0.85em;
}
.large {
	font-size: 1.2em;
}
#cw_content .indent {
	margin-left: 40px;
}
#cw_content .align-left {
	text-align: left;
}
#cw_content .align-right {
	text-align: right;
}
#cw_content .align-justify {
	text-align: justify;
}
#cw_content .align-center {
	text-align: center;
}
/* @end */

/* @group Content Table */
table.standard {
}
table.standard thead th {
	background-color:#0C1651;
	padding: 5px;
	font-weight:bold;
	color:#FFFFFF;
}
tr.oddline td {
	background-color: #B5D6F6;
	padding:5px;
}
tr.evenline td {
	padding:5px;
}
/* @end */

/* @end */

/* @group Right Column */
#cw_rightcolumn {
	margin-top:20px;
	padding-bottom:20px;
	padding-left: 10px;
	padding-right: 10px;
	border: 5px solid #DDDDDD;
	float: left;
	width: 199px;
}
/* @end */

/* @group Footer */
#cw_footergroup{
	background:url(../fontaineimages/bgr_bottom.gif) left top no-repeat;
	margin:auto;
	width: 950px;
	height: 38px;
}
#cw_footer {
	padding: 5px;
	text-align: center;
	color: #ccc;
	font-size: 9px;
}
#cw_footer a {
	color: #fff;
}
#cw_footer a:hover {
	color: #fff;
}
/* @end */

/* @group Signature */
#cw_signature {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* @end */

/* @group Flexible Contents */
.cw_2columns tr, .cw_3columns tr {
	vertical-align: top;
}
.cw_sep_left {
	padding-left: 5px;
	border-right: 1px solid #9EC5EC;
}
.cw_sep_right {
	padding-right: 5px;
}
.cw_column {
	padding: 5px;
}
.cw_3columns .cw_column {
	width: 33%;
}
.cw_2columns .cw_column {
	width: 50%;
}
/* @end */

/* @group Blocks */
.cw_frame_indentleft {
	margin-left: 30px;
}
.cw_frame_indentboth {
	margin-left: 30px;
	margin-right: 30px;
}
.cw_frame_rulerabove {
	border-top: 1px solid #fff;
}
.cw_frame_rulerbelow {
	border-bottom: 1px solid #fff;
}
.cw_frame_highlight {
	border: 1px solid #fff;
	background-color: #93b4d5;
	padding: 8px;
}
/* @end */

/* @group Indexed Search */
.tx-indexedsearch-browsebox TD {
	padding:10px;
}
.tx-indexedsearch-percent {
	font-weight:bold;
}
.tx-indexedsearch-secHead {
	padding-top:20px;
}
.tx-indexedsearch-secHead TD {
	font-weight:bold;
}
.tx-indexedsearch-title A {
	font-weight:bold;
}
/* @end */



/* @group Sitemap */
/* @group Normal Sitemap */
.cw_sitemap li {
	list-style-type: square;
	font-weight: bold;
	color: #FFFFFF;
}
.cw_sitemap li a {
	font-size: 15px;
}
.cw_sitemap li li {
	list-style-type: square;
}
.cw_sitemap li li a {
	font-size: 11px;
}
.cw_sitemap li li li{
	list-style-type: square;
}
.cw_sitemap li li li a {
	font-size: 10px;
}
/* @end */

/* @group Dropdown Sitemap */
.tx-dropdownsitemap-pi1 ul, .tx-dropdownsitemap-pi1 ol {
	list-style: none;
	margin-top: 10px;
	margin-left: 20px;
}
.tx-dropdownsitemap-pi1 li.open ol, .tx-dropdownsitemap-pi1 li.open ul {
	display: block;
}
.tx-dropdownsitemap-pi1 li.closed ol, .tx-dropdownsitemap-pi1 li.closed ul {
	display: none;
}
#cw_content .tx-dropdownsitemap-pi1 li a img {
	vertical-align: bottom;
	margin: 2px;
}
/* @end */

/* @end */

/* @group Photo Gallery */
.thumbnail {
	float: left;
	margin-bottom: 10px;
}
/* @end */

/* @group Input Forms */
.cw_formgroup {
	clear: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.cw_formseparator {
	border-bottom: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_formitem {
	float: left;
	padding: 0px;
	margin: 0px;
}
.cw_formwrap .cw_formlabel {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
}
.cw_radio_label {
	font-size: 12px;
}
.cw_formfield {
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.cw_formfield .cw_formlabel {
	display: inline;
}
.csc-mailform-check, .csc-mailform-radio {
	width: auto;
}
.cw_formwrap h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_slimform { display: inline; }
/* @end */

/* @group Quick Poll */
.tx-quickpoll-pi1 h2 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}
.pollquestion, .pollresulttext {
	font-size:11px;
	text-align:left;
}
.polltotal {
	font-weight:bold;
}
.pollanswer {
	background-color: transparent;
}
.pollpercentbar {
	background-color:#B5D6F6;
}
input.pollsubmit {
	width:auto;
	height:25px;
	background-color: #DBDBDB;
	border-top:1px outset #eeeeee;
	border-left:1px outset #bbbbbb;
	border-right:1px outset #dddddd;
	border-bottom:1px outset #cccccc;	
}
input.pollsubmit:hover {
	background-color: #E0EEFC;
	border-top:1px solid #93a2bb;
	border-left:1px solid #93a2bb;
	border-right:1px solid #93a2bb;
	border-bottom:1px solid #93a2bb;
}
input.pollsubmit:active {
	border-top:1px inset #dce1e9;
	border-left:1px inset #dce1e9;
	border-right:1px inset #dce1e9;
	border-bottom:1px inset #dce1e9;
}
/* @end */

/* @group News */
.cw-news-archive ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cw-news-archive li {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
}
.cw-news-archive .news-amenu-item-year {
	font-weight: bold;
}
/* @end */

/* @group Login Box */
#cw_topbar .tx-felogin-pi1 p {
	padding-top: 5px;
}
/* @end */

/* @group Home Page */
#cw_home #cw_centercolumn {
	width: 740px;
}
#cw_home #cw_topmenu {
	padding-left: 20px;
}
.cw_homeimg{
	float: left;
	width: 350px;
	overflow:hidden;
}
.home_desc{
	width: 280px;
	float: left;
	margin-left: 40px;
}
/* @end */
