/* colors

	#666666 gray
	#653b71	purple
	#999966	green

*/

.homeContainer { background-image:url(../art/g_home-flat.jpg); background-repeat: no-repeat; background-position: 80px 25px; }
body, html	{ height: 100%; }
body		{ background-image:url(../art/bk_body.jpg); background-repeat: repeat-x; color: #666666; margin-top: 0; font-family: arial, sans-serif; }
.container	{ background-color: #fff; border-left: 10px solid #fff; position: relative; z-index: 0; }
a			{ color: #3333ff; text-decoration: none; }
a:hover		{ text-decoration: underline; color: #3333ff; }

#content			{ position: relative; margin: 1.5em 0 0 0; min-height: 400px; }
#content h1			{ color: #653b71; font-family: times, serif; font-size: 2.5em; font-weight: bold; }
#content h1.utility	{ margin-top: 95px; }
#content h2			{ border-top: 1px solid #ccc; color: #aab44b; font-size: 1.2em; font-weight: bold; margin: 2em 0 0 0;}
#content h2.news	{ color: #653b71; font-size: 1.75em; font-weight: bold; margin: .5em 0 0 0; line-height: 1.25em;
	padding-top: .5em; }
#content h3			{ color: #653b71; font-weight: bold; font-size: 1em; margin: 1em 0 0 0; }
#content h3.rule	{ border-top: 1px solid #bbb; padding-top: 6px; }
#content h4			{ color: #aab44b; font-size: 1em; margin: 1em 0 0 0; }
#content ul			{ margin: 0; padding: 0; }
#content ul.news	{ margin: 0 0 10px 20px; padding: 0 0 10px 20px; list-style-position: outside; list-style-type: square;
					  color: #653b71; }
#content ul.list	{ margin: 0 0 10px 20px; padding: 0 0 10px 20px; list-style-position: outside; list-style-type: disc; }
#content li.news	{ margin-top: 1em; }

#content p			{ margin: 1em 0 0 0; }

#content blockquote	{ font-style: normal; }

#content p.date		{ margin: .5em 0 0 0; }
#content #topImage	{ margin-bottom: 1em; margin-top: -1em; }
#homeCopy	{ position: relative; top: 400px; left: -100px; }
#homeCopy h1		{ font-size: 1.75em; color: #653B71; font-weight: bold; margin: 0 0 5px 0; }
#homeCopy h2		{ font-size: 1.25em; color: #653B71; font-weight: bold; margin: 0 0 5px 0; }
#content .indent	{ margin-top: 0; margin-left: 1em; list-style-position: inside; }



#homeLogo	{ position: absolute; width: 591px; height: 384px; left: -150px; top: 160px; z-index: 1; }
#homeImage	{ position: relative; top: -13px; left: -190px; }

#whatever { width: 100px; height: 100px; background-color: red; top: 0; left: 0; z-index: 2; position: relative; }

#stripes	{ height: 21px; background-image:url(../art/bk_stripes.jpg); margin-bottom: 0; position: relative; left: 25px;  }

#navigation			{ margin-top: 1.5em; z-index: 5; position: relative; left: 12px; }
#navigation ul		{ list-style-type: none; margin: 0 11px 0 11px; padding: 0; border-top: 1px solid #e8ebd3; }
#navigation li		{ display: block; border-bottom: 1px solid #e8ebd3; _height: 2em; }
#navigation li a		{ text-decoration: none; display: block; width: 100%; color: #aab44b; line-height: 2em; }
#navigation li a:hover	{ color: #58600c; }
#navigation li.current a { color: #653b71; }
#navigation.homeNav { margin-top: 5px; position: relative; left: -10px; }

#sidebar 		{ overflow: hidden; position: relative; left: 10px; height: 900px; }
#sidebar ul		{ list-style-type: none; margin-top: 2em; }
#sidebar li		{ border-top: 1px solid #e8ebd3; color: #666666; padding-top: .5em; }
#sidebar p		{ margin-bottom: .5em; }
#sidebar h2		{ font-size: 1em; color: #653B71; font-weight: bold; margin: 0; }
#sidebar .itext		{ width: 200px;  }
#sidebar .ibutton	{ float: right; margin: 3px 30px 0 0; }

#sidebar-iehack { display: none; }


table			{ width: auto; }
table th, table td	{ vertical-align: top; text-align: left;}
table th		{ background: none; font-weight: normal; width: 50px; }
textarea		{ height: 100px; }

.itext		{ border: 1px solid #D8DDAF; margin-top: 3px; width: 250px; padding: 2px; }

a#navBadge { display: block; position: relative; top: -30px; }

#footer			{ margin: 1em 0 1em 0; }
#footer p		{ color: #999966; font-size: .9em; margin: 0 0 0 12px; padding: 0; text-align: left; }
#footer a		{ color: #999966; text-decoration: none; padding: 0 6px; }
#footer a:hover	{ color: #000; text-decoration: underline; }