/*-------------------------------*/
/* General Setup                 */

	* {
		padding: 0;
		margin: 0;
	}

	body {
		font-family: sans-serif, verdana, arial, helvetica;
		font-size: 1em;
		background-color: #FFFFFF;
		color: #4d3111;
		/*text-align: center;*/
	}

	a {
		color: #4d3111;
		text-decoration: none;
	}

		a:hover,
		a:focus,
		a:active {
			text-decoration: underline;
			border: 0;
			outline: none;
		}

		a img {
			border: 0;
		}

	img {
		display: block;
	}

	p {
		padding: 10px 0 5px 0;
	}

	h2 {
		font-size: 1.9em;
	}

	h3 {
		font-size: 1.2em;
		padding-bottom: 0.8em;
	}

	h4 {
		font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
	}

	h5 {
		font-size: 1em;
	}

	input,
 	select,
 	button,
	textarea {
		font-size: 1em;
	}

	.error {
		color: red;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	fieldset {
		border: 0;
	}

	table {
		font-size: 1em;
	}

/*-------------------------------*/
/* Generic Classes               */

	.clear {
		clear: both;
	}

	.jsElement {
		display: none;
	}

/*--------------------------------------------------*/
/* Wrapper						                    */

	#wrapper {
		font-size: 0.7em;
		padding-left: 10px;
	}

/*--------------------------------------------------*/
/* Header							                */

	#header 
	{
		float: left;
		width: 100%;
		display: block;
		font-size: 0.9em;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 2px solid #FF7F7F;
	}

		#headerContent a, #headerContent object
		{
			float: left;
			display: block;
		}

		#headerContent object
		{
			margin-left: 50px;
		}

	#traffic
	{
		float: right;
	}

/*--------------------------------------------------*/
/* Navigation					                    */

	#navigation {
		width: 184px;
		float: left;
		font-size: 1.1em;
	}

		#navigation ul {
			background: #F7F7FF;
			list-style-type: none;
		}

			#navigation ul li {
			}

				#navigation ul li a {
					display: block;
				}

					#navigation ul li a span {
						display: block;
						padding: 6px 13px 7px;
					}

		/*--------------------------------------------------*/
		/* Top level current state		                    */

			#navigation ul li.current {
				background: #FF0000;
			}

			#navigation ul li.currentIntreabaSpan
			{
				background: #FF0000;
			}

				#navigation ul li.current a {
					background: transparent;
					color: #FFF;
					font-weight: bold;
				}

                                #navigation ul li.currentIntreabaSpan a {
					background: transparent;
					color: #FFFFFF;
					font-weight: bold;
				}

                                #navigation ul li.currentIntreabaSpan #intreabaSpan {
					color: #FFFFFF;
				}

				#navigation ul li.current a span {
					background: transparent;
				}

                        #navigation #intreabaSpan
                        {
                              font-weight: bold;
                              color: #FF0000;
                              font-size: 1.2em;
                        }
		/*--------------------------------------------------*/
		/* Second Level										*/

			#navigation ul ul {
				padding: 0;
			}

				#navigation ul ul li {
					background: #FFE7BF;
				}

				#navigation ul ul li.current {
					background: #FF7F7F;
				}

					#navigation ul li.current ul li a {						
						border: 0;
						font-weight: normal;
						color: #6b4c27;
					}

						#navigation ul li.current ul li a span {							
							border-top: 1px solid #e0d9cc;
							padding-left: 20px;
						}

				/*--------------------------------------------------*/
				/* Second Level Current state	                    */

					#navigation ul li.current ul li.current a {						
						border-bottom: 1px solid #fdb813;
						/*color: #FFF;*/
						color: #000000;
						font-weight: bold;
					}

					#navigation ul li.current ul li.current a span {
						
					}

					/*--------------------------------------------------*/
					/* No child levels				                    */

					#navigation ul li.current ul li.current a span.noChild {
						
					}

	#navigation img {
		margin: 10px auto;
	}


	#underHeader 
	{
		width: 1000px;
	}


/*--------------------------------------------------*/
/* Frame						                    */


	#contentWrapper {
		padding-left: 10px;
		float: left;
	}
	
	#frame {
		font-size: 1.2em;
		width: 700px;
		/*background: #F7F7FF;*/
		/*background: url("../../img/global/back2.gif") no-repeat 0 0*/
		padding: 20px 20px 20px 20px;
	}
	


/*--------------------------------------------------*/
/* Credite						                    */

	#credite #imageBox
	{
		background: url("../../img/global/credite.jpg") no-repeat right 0;
		padding-right: 380px;
	}
	
	#credite ul{
		list-style-type: disc;
		list-style-position: inside;
		margin-bottom: 5px;
	}

	#credite ul li{
		display: block;
		padding: 3px 0px 5px 0px;
	}

		#credite ul li ul {
			list-style-type: circle;
			list-style-position: inside;
			margin-bottom: 15px;
			margin-left: 15px;
			margin-top: 10px;
		}
		
			#credite ul li span {
				font-weight: bold;
			}

		
			#credite ul li ul li ul{
				list-style-type: square;
				list-style-position: inside;
				margin-bottom: 15px;
				margin-left: 15px;
				margin-top: 4px;
			}
			
			#credite ul li ul li ul li{
				display: block;
				padding: 2px 0px 0px 0px;
			}


/*--------------------------------------------------*/
/* Footer						                    */

	#footer {
        float: left;
		padding: 11px;
		font-size: 0.9em;
		clear: both;
	}

