
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

*{
	margin:0px;
	padding:0px;
}
BODY{}
LI{
	margin-left:25px;
}
.clear{
	clear:both;
}
P{
	padding:5px 0px;
}

/* -----------------------------------*/
/* -------->>> STRUCTURE <<<----------*/
/* -----------------------------------*/

/* Menu andAddon box title */
DIV#scms_ColumnElements H1{
	font-size:12px;
	color:#077a5c;
	padding:5px;
	background-color:#d0dfff;
}
DIV#scms_ColumnElements DIV.box{
	background-color:#F3F3F3;
}


DIV#scms_Background{}

/* Master container */
DIV#scms_Container{}
	
	/* Clear Both */
	DIV#scms_Header,
	DIV#scms_Navigation,
	DIV#scms_Content,
	DIV#scms_Footer{
		clear:both;
	}
	
	/* Header */
	DIV#scms_Header * {
		list-style-type:none;
		text-decoration:none;
		margin:0px;
		padding:0px;
	}
	DIV#scms_Header{
		position:relative;
		}
		DIV#scms_Logo{}
		DIV#scms_Logo A#scms_LogoLink{
			position:absolute;
			right:27px;
			top:24px;
			display:block;
			height:25px;
			width:131px;
			background-image: url(../images/logo.gif);
			background-repeat:no-repeat;
		}
		DIV#scms_TitleSlogan{
			padding: 15px 0px 0px 25px;
			}
			DIV#scms_Title H1 A{
				color: #0db808;
				font-size: 46px;
				font-weight: bold;
				padding: 0px;
				font-family: Trebuchet MS, Helvetica, sans-serif;
				text-decoration: none;
			}
			DIV#scms_Slogan H2{
				color: #7296ea;
				font-size: 12px;
				font-weight: bold;
				font-family: Verdana, sans-serif;
				padding: 0px;
			}
		DIV#scms_LanguageSelector{
			position:absolute;
			right:30px;
			top:57px;
			}
			DIV#scms_LanguageSelector UL LI{
				float:left;
			}
			DIV#scms_LanguageSelector UL LI A{
				font-size: 10px;
				padding:0px 5px;
			}
			DIV#scms_LanguageSelector UL LI A.active{
				color: #00CC00;
			}
			LI.scms_LanguageSelectorSeparator A{
				border-right:1px solid #00CC00;
			}
		
		DIV#scms_LocationBar * {
			font-family: Arial; 
			font-size: 11px; 
			font-weight: normal; 
			color: #354900;
			text-decoration:none;
                        display:none;
		}
		DIV#scms_LocationBar {
			padding:3px 5px;
			background-color:#F3F3F3;
                        display:none;
			}
			DIV#scms_LocationBar ul li{
				display:inline;
				margin:0px;
				padding:0px;
                                display:none
			}
			DIV#scms_LocationBar ul li a {
				font-family: Verdana, Helvetica, sans-serif; 
				font-size: 11px; 
				text-decoration: none; 
				font-weight: bold; 
				color: #777777;
				padding-left:10px;
                                display:none
			}
			DIV#scms_LocationBar ul li a:hover {
				text-decoration:underline;
                                display:none
			}

		DIV#scms_HeaderSearchBox{}
		DIV.scms_AdvancedSearch{}
	
	/* Menu (Horizontal) */
	DIV#scms_Navigation{}
	DIV#scms_Navigation UL LI{}
	
	/* Content */
	* HTML DIV#scms_Content{
		height:400px; /* IE min-height */
	}
	DIV#scms_Content{
		min-height:400px;
		background-color:#FFFFFF;
		padding-bottom:10px;
		}
			
		/* Content Columns */
		DIV#scms_ColumnMenu * {
			margin:0px;
			padding:0px;
		}
		/******** MENU ********/
		DIV#scms_ColumnMenu{
			/*float:right;
			width:162px;*/
			clear:right;
			padding-right:1px;
			}
			UL#scms_SectionTree {
				list-style: none;
				font-family: Verdana, sans-serif;
				font-size: 11px;
				padding:10px 0;
			}
			UL#scms_SectionTree li {
				/*line-height: 210%;*/
				padding: 0px 0px 0px 2px;
			}
			UL#scms_SectionTree a {
				text-decoration: none;
				padding: 0px 0px 0px 6px;
				display: block;
				padding:1px 0;
			}
			UL#scms_SectionTree a:hover {
				text-decoration: underline;
				color:#00CC00;
			}
			UL#scms_SectionTree a.active {
				display: block;
				background-color: #0DB609;
				color: #FFF;
			}
			UL#scms_SectionTree UL {
				padding: 0px 0px;
				list-style: none;
			}
			UL#scms_SectionTree UL A {
				display: block;
				width: 130px;
				line-height: 140%;
				background-image: url(../images/bullet.gif);
				background-repeat: no-repeat;
				background-position:left top;
				padding-left:15px;
			}
			UL#scms_SectionTree UL UL {
				padding-left:13px;
			}
			UL#scms_SectionTree ul a.active_2Level {
				color:#00CC00;
				background-image: url(../images/bullet_red.gif);
			}
			UL#scms_SectionTree a.active_3Level {
				color:#00CC00;
				background-image: url(../images/bullet_red.gif);
			}
		/******** ADDON ********/
		DIV#scms_ColumnAddon UL LI{
			list-style-type:none;
			margin:0px;
			padding:0px;
		}
		DIV#scms_ColumnAddon{
			/*float:right;
			width:162px;*/
			clear:right;
			padding: 9px 0xp;
			font-size: 11px;
			}
			/* Addon Fonts And Colors */
			DIV#scms_ColumnAddon h3 {
				margin: 0px 0px 6px 0px;
				padding: 0px;
				font-size: 14px;
				color: #0DB609;
				font-weight: bold;
			}
			DIV#scms_ColumnAddon h4 {
				font-size: 12px;
			}
			DIV#scms_ColumnAddon a {
				font-family: Verdana, helvetica, sans-serif;
				font-size: 11px;
				line-height: 170%;
			}
			/* Link List */
			DIV#scms_ListOfLinks{
				padding: 5px 8px;
				}
				DIV#scms_ListOfLinks P{
					margin:0px;
					padding:0px;
				}
			/* Poll */
			DIV#scms_Poll{
				padding: 5px 8px;
			}
		/******** SEARCH ********/
		DIV#scms_ColumnSearch{
			/*float:right;*/
			clear:right;
			}		
			FORM#scms_ColumnSearchForm {
				margin: 16px 0px 0px 0px;
				padding: 5px 8px;
				border-top: 1px solid #DAE3FA;
				border-bottom: 1px solid #DAE3FA;
				font-size: 9px;
				color: #A3BBF3;
			}
			INPUT#scms_ColumnSearchInput {
				background-color:#A3BBF3;
				border:1px solid #A3BBF3;
				color:#FFFFFF;
				font-size: 9px;
				padding:2px;
				width: 105px;
			}
			INPUT#scms_ColumnSearchSubmit {
				margin-bottom:-5px;
			}
			P#scms_ColumnSearchLinks{}
			P#scms_ColumnSearchLinks A{
				text-decoration: none;
			}
		/******** CONTENT ********/
		DIV#scms_ColumnElements{}
		DIV#scms_ColumnElementsRight{
			display:none;
		}
		DIV#scms_ColumnContent{
			padding:10px 10px 10px 0;
		}
			
	/* Footer */
	DIV#scms_Footer{
		color:#FFFFFF;
		padding-top:5px;
		background-color:#FFFFFF;
		}
		DIV#scms_Footer DIV.scms_FooterContent{
			border-top:1px solid #FFFFFF;
			padding:10px 0 10px 10px;
			font-family: Verdana, sans-serif;
			font-size: 10px;
			background-color:#FFFFFF;
		}
		DIV#scms_Footer A{
			color:#FFFFFF;
		}