/*
	##     MYM BASIC STYLESHEET
	##     basic v.3.6.3
	##     Updated: May 7, 2007
	##     brent@mimoYmima.com
*/

/* - - - Appearance of General Elements - - - */

	/* -- for all tags -- */
	* { margin: 0; padding: 0; }

	/* -- do not change font size here, instead see screen.css #PageWrapper.  This font size (62.5%) creates a relationship between em and px : .1em = 1px -- */
	body
	{
		color: #333;
		font: 62.5% 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif;
	}

	/* -- Headings -- */
	h1 { font-size: 1.8em; }
	h2 { font-size: 1.6em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1em; }
	h6 { font-size: .8em; }

	/* -- forms ~ also see formList below -- */
	label, input, select, .Icon, .Button { vertical-align: middle; }
	label { font-weight: bold; cursor: pointer; }
	fieldset { border: 0; }
	.TextInput, textarea { padding: .1em .2em; }
	.Button { padding: .1em; }
	
	/* -- Tables -- */
	table { border: 0; }
	
	.DataTable { width: 100%; border: none; border-collapse: collapse; border-spacing: 0; }
	.DataTable th,
	.DataTable td { padding: 2px 0; }

	/* -- Text -- */
	p {  margin-bottom: 1.5em; }
	blockquote { clear: both; border-left: .5em solid #CCC; padding-left: 15px; margin: 0 50px; color: #666; margin-bottom: 1.5em; }
	sup, sub { font-size: 80%; }

	/* -- Lists -- */
	
	ol { margin: 0 50px 1.5em 50px; }
	ol li { margin-bottom: 1em; }
	
	dl { margin-bottom: 1em; }
	dt { font-weight: bold; }
	
	/* -- Other -- */
	abbr { border-bottom: 1px dotted #FC3; }
	hr { border: 0; color: #EEE; background-color: #EEE; height: 1px; clear: both; margin: 1em; }
	address { margin-bottom: 1.5em; }
	img, iframe { border: 0; }

	/* CSS3 stuff */
	.Rounded { -moz-border-radius: 15px; -webkit-border-radius: 15px; }
	.Transparent { opacity: 0.6; }
	


/* - - - Some Specific Classes - - - */

	/* - - Lists - - */
	
	.DictList { width: 90%; margin: 3em auto; }
	.DictList dt { color: #666; width: 150px; border-bottom: 1px dotted #DDD; text-transform: uppercase; }
	.DictList dd { margin: -20px 0 25px 150px; background: #F3F0E7; padding: 10px; }

	.PoundDnList { margin-bottom: 1em; }
	.PoundDnList li { list-style-type: none; background: none !important; }

	.NoBullet { list-style-type: none; margin-bottom: 1em; }

	.Bullet { margin-bottom: 1em; }
	.Bullet li { margin: 0 2em 0em 2em; list-style-type: square; }

	.HorizList { float: left; list-style-type: none; }
	.HorizList li { float: left; display: inline; }
	.HorizList li a { display: block; float: left; width: auto;  }

	/* Note: Create rollover for the linklist */
	.LinkList { list-style-type: none; margin-bottom: 1em; }
	.LinkList li { margin-bottom: 1em; background: url(/images/bullet.arrow.gif) 0 4px no-repeat; padding-left: 12px; }
	.LinkList li a { padding-left: 12px; margin-left: -12px; }

	.CheckList { list-style-type: none; margin-bottom: 1em; }
	.CheckList li { background: url(/images/icon.checkmark.gif) 0 3px no-repeat; padding-left: 15px; height: 2em; }

	.RadioList li { list-style-type: none !important; margin-bottom: .5em; text-indent: -20px; padding-left: 20px; vertical-align: top; }
	.RadioList li label { color: #39F; display: inline !important; vertical-align: top; margin-left: 7px; }
	.RadioList li label:hover { color: #F93; cursor: pointer; }

	.InputList li { list-style-type: none !important; margin-bottom: 1em; vertical-align: top; }
	.InputList li label { color: #39F; display: block; width: 7em; vertical-align: top; }
	.InputList li label:hover { color: #F93; cursor: pointer; }

	.PDFList { margin-bottom: 1em; line-height: 150%; }
	.PDFList li { list-style-type: none; background: url(/images/icon.pdf.sm.gif) 0 0 no-repeat; padding-left: 22px; margin-bottom: 1em; }
	.PDFList li a { padding-left: 22px; margin-left: -22px; }

	/* Links */
	.LinkUp { text-align: right; display: block; }

	/* Columns */
	.Cols { width: 100%; }
		/* Col */
		.Col { float: left; clear: none; }
		.Two { width: 45%; } 
		.Gap { margin-right: 10%; }


	/* Warnings */
	.Warning { border: 5px solid #FF0; background: #FFA500 url(/images/icon.warning.gif) 20px 20px no-repeat; font-weight: bold; color: #FFF !important; padding: 1em 20px 1em 100px !important; margin: 2em 20px; }
	.Warning a { color: #FF0 !important; text-decoration: underline !important; }
	.Warning a:hover { text-decoration: none !important; }

	/* -- General Rules -- */
	.Hidden { display: none; }
	.ClearAll { visibility: hidden; clear: both; margin: 0 !important; padding: 0 !important; font-size: 0; height: 1px; }
	.Caps { text-transform: uppercase; }

	/* For Photos */
	.Left { float: left; margin: 0 1.5em 2em 0; }
	.Right { float: right; margin: 0 0 1.5em 2em; }