/* Dietitian of the Desert S.O.S. Micro Site */
/* CSS By PJ Kelly */
/* Last Modified 10 August 05 */

/* =>global
-----------------------------
|||||||||||||||||||||||||| */

	body
	{
	margin: 0;
	padding: 0;
	background: rgb(255, 251, 240);
	color: #000;
	font: 13px/1.4em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	/*font: 12px/1.2em trebuchet ms, arial, helvetica, sans-serif;*/
	}
	
	ul, li, p
	{
	margin: 0;
	padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6
	{
	margin: 0;
	padding: 0;
	}
	
	a
	{
	color: #639;
	text-decoration: underline;
	font-weight: bold;
	}
	
	a:hover
	{
	text-decoration: none;
	}
	
	p
	{
	margin: 0 0 15px 0;
	}
	
	h3
	{
	margin: 0 0 15px 0;
	font-size: 140%;
	letter-spacing: 1px;
	border-bottom: 1px solid #666;
	padding: 0 0 1px 0;
	}
	
	acronym
	{
	border-bottom: 0;
	text-decoration: none;
	}

	address
	{
	font-style: normal;
	}

	#content ul
	{
	margin: 0 0 10px 40px;
	}
	
	#content ul li
	{
	margin: 0 0 5px 0;
	}

/* <=end_global
-----------------------------
|||||||||||||||||||||||||| */

/* =>layout
-----------------------------
|||||||||||||||||||||||||| */

	#container
	{
	background: #fff url("/images/container.jpg") 0 0 repeat-y;
	margin: 0 0 10px 0;
	width: 870px;
	border: 0;
	}
	
	#header, #content
	{
	padding: 20px 30px 20px 20px;
	}
	
	#header
	{
	height: 80px;
	}
	
	#header h1
	{
	float: right;
	width: 499px;
	height: 79px;
	background: url("/images/dod_logo.gif") 0 0 no-repeat;
	}

	#header h1 span
	{
	display: none;
	}

		/* =>nav
		-----------------------------
		|||||||||||||||||||||||||| */
		
		#nav
		{
		background: #FFC;
		background: url("/images/nav.jpg") 0 0 no-repeat;
		height: 32px;
		padding: 0 20px;
		clear: both;
		float: left;
		width: 830px;
		margin: 0 0 15px 0;
		}
		
		#nav ul
		{
		float: left;
		list-style: none;
		text-align: center;
		}
		
		#nav ul li
		{
		display: inline;
		margin: 0;
		padding: 0;
		}
		
		#nav ul li a
		{
		display: block;
		float: left;
		margin: 2px 0 0 6px;
		padding: 5px 10px 5px 20px;
		text-decoration: none;
		background: url("/images/bull.gif") 0 50% no-repeat;
		}
		
		#nav ul li a:hover, #nav ul li a#active
		{
		text-decoration: underline;
		}
		
		#nav ul li a#active
		{
		text-decoration: underline;
		}
		
		#b_home #m_home a,
		#b_programs #m_programs a,
		#b_register #m_register a,
		#b_contact #m_contact a { text-decoration: underline; }

	/* <=end_nav
	-----------------------------
	|||||||||||||||||||||||||| */

	#footer
	{
	height: 34px;
	background: rgb(237, 236, 231) url("/images/footer.jpg") 0 0 no-repeat;
	padding: 0 10px 0 0px;
	font-size: 10px;
	}
	
	#footer p
	{
	border-top: 2px solid #000;
	padding: 1px 20px 0 20px;
	margin: 0;
	}

/* <=end_layout
-----------------------------
|||||||||||||||||||||||||| */

/* =>page_specific
-----------------------------
|||||||||||||||||||||||||| */

	/* =>home
	-----------------------------
	|||||||||||||||||||||||||| */

		.fr
		{
		float: right;
		margin: 0 0 15px 15px;
		}
		
		.fl
		{
		float: left;
		margin: 0 15px 15px 0;
		}
	
		.callout
		{
		clear: both;
		background: rgb(239, 234, 245);
		margin: 20px 60px;
		padding: 20px;
		}

	/* <=end_home
	-----------------------------
	|||||||||||||||||||||||||| */

	/* =>recipes
	-----------------------------
	|||||||||||||||||||||||||| */

		#rfs_toc
		{
		float: right;
		width: 400px;
		background: rgb(239, 234, 245);
		border: 0;
		margin; 0 0 15px 15px;
		padding: 15px;
		list-style: none;
		}

	/* <=end_recipes
	-----------------------------
	|||||||||||||||||||||||||| */

	/* =>schedule
	-----------------------------
	|||||||||||||||||||||||||| */
	
		#b_programs table
		{
		width: 100%;
		margin: 0 0 10px 0;
		background: rgb(247,245,250);
		border-collapse: collapse;
		}
		
		#b_programs td
		{
		padding: 10px 2%;
		width: 60%;
		vertical-align: top;
		border-bottom: 1px solid #639;
		}
		
		#b_programs td.title
		{
		font-weight: bold;
		width: 25%;
		}

		#b_programs td.desc
		{
		width: 50%;
		}

		#b_programs td.who
		{
		width: 25%;
		}

		#b_programs td.date
		{
		width: 25%;
		}


		#b_programs td span
		{
		display: block;
		line-height: 0.7em;
		font-size: 70%;
		color: #666;
		}
		th
		{
		background: rgb(237, 236, 231);
		padding: 10px 2%;
		font-size: 120%;
		font-weight: bold;
		text-align: left;
		border-bottom: 1px solid #639;
		}

		.alt
		{
		background: rgb(239, 234, 245);
		}

	/* <=end_schedule
	-----------------------------
	|||||||||||||||||||||||||| */

/* <=end_page_specific
-----------------------------
|||||||||||||||||||||||||| */

/* =>other
-----------------------------
|||||||||||||||||||||||||| */

	.hilite
	{
	background: #FFC;
	}

	.no_bullet
	{
	list-style: none;
	}
	
	.clear
	{
	clear: both;
	}
	
	form dt
	{
	float: left;
	width: 150px;
	text-align: right;
	}
	
	form dd
	{
	margin: 0 0 10px 155px;
	}
	
	#contact address
	{
	margin: 0 0 15px 0;
	}
	
	.required
	{
	color: #f00;
	}
	
	p.required
	{
	background: #f00;
	color: #fff;
	font-weight: bold;
	}

/* <=end_other
-----------------------------
|||||||||||||||||||||||||| */
