/* --------------------------------------------------
CSS Default styles
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 70em;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			font-size: 0.7em;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 3em;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
			margin-top: 0.4em;
		}
		
		#content h1
		{
			font-size: 1.8em;
		}
		
		h1.logo {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.6em;
			color: #999999;
			background-color: transparent;
			margin-bottom: 0;
		}
		
		h2 {
			color: #666666;
			font-size: 1.5em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			border-top: 1px solid #DDDDDD;
			padding-top: 1em;
		}

		h2 a {
			color: #666666;
		}
		
		h2.underline
		{
			padding-top: 0;
			border-top: none;
			border-bottom: 1px solid #DDDDDD;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		#searchForm
		{
			float:right;
			margin-top: -45px;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			/*font-size: 11px;*/
			font-size: 0.8em;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		pre
		{
			font-size: 1.2em;
		}
		
		.example, .code
		{
			margin: 0;
			padding: 5px;
			background: #f7f7f7;
			border: 1px dashed #dddddd;
			
			}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			float: left;
			/*clear: both;*/
			margin-bottom: 10px;
		}
		#header2 {
			float: right;
			clear: both;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}
		
		#slogan
		{
			margin-left: 1em!important;
		}

/* NAVIGATION ELEMENTS */
	
		 #navlist {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 13em;
		}

		#navigation ul ul
		{
			margin-left: 0;
			padding-left: 1.5em;
			list-style-type: square;
			list-style-position: outside;
		}
		
		
		#navigation a {
			display: block;
			padding: 0.5em;
			padding-right: 1.5em;
			width: 11.5em;
			border-bottom: 1px solid #CCC;
			text-decoration: none;
			background-position: 96% 50%;
			background-repeat: no-repeat;
		}
		
		#navlist li p
		{
			color: #666;
		}
		
		/* Menu item text color */
		#navlist li, #navlist a, #navlist a:link, #navlist a:visited 
		{
			color:#CC6714;
			
		}
			
		/* Menu subitem text color */
		#navlist ul a, #navlist ul a:link, #navlist ul a:visited
		{
			width: 10em;
			font-style:normal;
			color: #ce9668;
		}

		#navlist a:hover
		{
			background-color: #F5F5F5;
			color:#CC6714;
		}
		
		/* Menu item expandable arrow image */
		#navlist .expandable
		{
			background-image: url(/Images/arrow_right_red.png);
		}

		/* Menu item expanded arrow image */
		#navlist .expanded
		{
			background-image: url(/Images/arrow_down_red.png);
		}

		#navlist .selected
		{
			font-weight: bold;
		}
		
		#navlist ul .expanded
		{
			background-image: none;
		}
		
/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 35em;
			float: left;
			margin-left: 3em!important;
			margin-right: 0!important;
			margin-bottom: 2em;
		}

		/* Special style (width) for "wide" template */
		.wide #content
		{
			width: 50em!important;
			clear: right!important;
		}

		/* Special style (hide sidebar) for "wide" template */
		.wide #sidebar
		{
			display: none;
		}
		
		#content p 
		{
			padding-bottom: 0.1em;
			/*padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; */ /* A faint grey line below the text */
		}
		
		#content .noBreak
		{
			padding-bottom: 0!important;
			border-bottom: none;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 16em;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 0!important;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#beb3b0;
			padding: 5px;
		}
		
		#footer p a {
			color: #d8cbc8;
			border-bottom: 1px dotted #9d9492;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
