/* Basic Elements
================================================================== */

body {
    font-family: Geneva, 'Lucida Grande', Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    background: url(../images/mobilepaper.gif);
}

h1, h2, h3, h4, h5, h6 { 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 12px;
	margin: 0 0 9px 0;
	padding: 0;
	}
	
a { color: black; text-decoration: underline; }

p, input { 
	margin: 0 0 9px 0;
	padding: 0;
}

h2 { border-bottom: 1px solid #000; font-size: 14px; }
h6 { color: #324027; font-size: 12px; }

h1 { margin: 0; padding: 9px 0 9px 9px; }
h1 a {
	display:block;
	height:81px; width:89px;
	background:url(../images/cfdcmobilelogo.gif) no-repeat center;
}

h1 span {
	display:none;
}

img { border: medium none; }

/* Header 
================================================================== */

#header{ background: #333F27; color: white; padding-bottom: 5px; }
    #header a { color: #E9C088; }

#content-centercol { max-width: 320px; padding: 9px; }
#content-leftcol { display: none; }
#content-rightcol { display: none; }

/* Utility Classes
================================================================== */

.mobileHide { display: none; }
.mobileShow { display: block; }

.shinystat { display: none; }

/* Menu
================================================================== */
ul { 
	list-style-type: none; 
	margin: 0 0 9px 0; 
	padding: 0; 
}
	
.cdfcMenu { margin: 0 9px 0 9px; }
.cdfcMenu ul {
    display: none; /* collapse all */
    /*
margin-left: 18px;
    list-style-type: square;
*/
}

#header .cdfcMenu a{
		color: white;
		display: block;	
		background: #1d1d1d;
		border-top: solid 1px #444;
		padding: 4px;
		text-decoration: none;
	}
#header .cdfcMenu ul a{
	border: none;
	color: white;
	display: block;	
	background: #372017 url(../images/mobilebutton.gif) repeat-x;
	padding: 4px;
	text-decoration: none;
}

/* show section appropriate menu */
#cfdcgeneralinfo .cdfcMenu #generalinfo ul { display: block; }
#cfdcgetinvolved .cdfcMenu #getinvolved ul { display: block; }
#cfdcprograms .cdfcMenu #programs ul { display: block; }

#cfdcresearch .cdfcMenu #research ul
,#cfdcdatabase .cdfcMenu #research ul
{ display: block; }
