


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}body {
	background: #fff url('../images/bg.gif') left top repeat-x;
	font: 14px/18px Segoe UI, 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
	color: #000;
}
a { color: #22F; text-decoration: underline; }
	a:hover { text-decoration: underline; }


.left { float: left; }
.right { float: right; }
.hidden { display: none; }

h1 {}
h2 {
	font: 22px/26px Georgia, Times, Serif;
	margin-bottom: 20px;
	color: #06A;
}

#wrap { background: transparent url('../images/bg-center.gif') center top no-repeat; }

#container { width: 960px; margin: auto; }

#logo {
	display: block;
	width: 226px;
	height: 149px;
	text-indent: -9999px;
	background: url('../images/logo.png') left top no-repeat;
	margin: auto;
	margin-bottom: 12px;
}
	#logo:hover { background-position: 0 -149px; }

#nav_wrapper
{
	border: 2px solid #16a;
	border-left: 0;
	border-right: 0;
}

#nav_inner
{
	margin: 1px 0;
	border: 1px solid #036;
	border-left: 0;
	border-right: 0;
}

#nav 
{ 
	margin: 0 auto;
	padding: 2px 0; 
	width: 100%;
	height: 19px;
	margin: 0 0 0 8px;
}
	#nav li 
	{
		display: inline;
		float: left;
	}
		#nav li a 
		{
			text-decoration: none;
			color: #000;
			display: block;
			float: left;
			line-height: 10px;
			font: 16px/18px serif; 
			font-weight: bold;
			font-variant: small-caps;
			text-align: center;
			text-shadow: 0 1px 1px #fff;
			margin: 0 20px;
		}
			#nav li a:hover
			{
				text-decoration: none;
				color: #fff;
				text-shadow: 0 1px 1px #036;
			}

#subnav_wrapper
{
	border-bottom: 1px solid #036;
}

#subnav_inner 
{
	background: #16a;
}

#subnav
{
	height: 19px;
	text-align: center;
	margin: 0 auto 1px auto;
	padding: 1px 0 4px 0;
} 
	#subnav li
	{
		display: block;	
		float: left;
	}
	#subnav li a
	{
		display: block;
		line-height: 10px;
		font: 16px/18px serif; 
		font-weight: bold;
		font-variant: small-caps;
		color: #fff;
		text-align: left;
		//text-shadow: 0 1px 1px #036;
		text-shadow: 0 1px 1px white;
		margin: 0;
	}
		#subnav li a:hover
		{
			color: #000;
			text-decoration: none;
			text-shadow: 0 1px 1px #fff;
		}

	

#content_wrapper
{
	border-bottom: 2px solid #16a;
}
#content 
{ 
	padding: 0 0 20px 0;
	border-bottom: 1px solid #036;
	margin: 0 0 1px 0;
}
	
.block 
{
	width: 952px;
	min-height: 182px;
	margin: 2px;	
	border: 1px solid black;
}
	.block > .inner
	{
		margin: 1px;
		min-height: 182px;
		padding: 8px 0 20px 0;
		background: #cdf url('../images/bg_block_inner_litest.png') repeat-x;
	}
		.block > .inner > .text
		{
			padding: 0 20px;
		}

p
{
	margin: 0 25px 10px 25px;
}
	p::first-letter
	{
//		margin: 0 0 0 20px;
	}
	p.bullet::first-letter
	{
		margin: 0 0 0 0;
	}
		

#cyclewrap 
{ 
	border-bottom: 2px solid #16a;
	margin-bottom: 20px; 
}
#cycle 
{
	margin-bottom: 1px;
	height: 300px;
	overflow: hidden;
	border-bottom: 1px solid #036;
}
	#cycle img {
		display: block;
	}
	.cycletext {
		width: 260px;
		background-image: url('../images/cycletext.png');
		padding: 20px;
		position: relative;
		z-index: 50;
		margin-top: -300px;
		height: 260px;
		color: #036;
	}
		.cycletext a { color: #06A; }
	
table
{
	margin: auto;
}
	td.listing
	{
		padding: 12px;
	}
		td.listing > .name , td.listing > .office
		{
			font-weight: bold;
		}
	
#homebottom 
{ 
	padding: 0 20px 0 20px; 
	height: 100%;
}
	#homebottom > .front_n 
	{
		width: 289px;
		height: 100%;
		margin-right: 20px;
		float: left;
	}
		div.title 
		{ 
			//color: #fff;
			color: #036;
			font: 21px/24px serif; 
			font-weight: bold;
			font-variant: small-caps;
			text-align: center;
			//text-shadow: 0 2px 1px #000;
			text-shadow: 0 2px 1px #fff;
			padding: 12px 0 4px 0;
			border-bottom: 2px #fff solid;
		}
		div.section
		{
			//color: #fff;
			color: #036;
			font: 16px/18px serif; 
			font-weight: bold;
			font-variant: small-caps;
			text-align: left;
			//text-shadow: 0 1px 1px #000;
			text-shadow: 0 2px 1px #fff;
			padding: 12px 0 4px 0;
		}
		div.body
		{
			font-size: 12px/14px;
			line-height: 16px;
			text-align: justify;
			border-top: 1px #000 solid;
			padding: 4px 0 0 0;
		}
		#homebottom div.last { margin-right: 0; }


#footer {
	color: #036;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 0 0;
}	

.block 
{
	width: 952px;
	min-height: 182px;
	margin: 2px;	
	border: 1px solid black;
}
	.block > .inner
	{
		margin: 1px;
		min-height: 182px;
		padding: 8px 0 20px 0;
		background: #cdf url('../images/bg_block_inner_litest.png') repeat-x;
	}
		.block > .inner > .text
		{
			padding: 0 20px;
		}

div.calendar_wrapper
{
	width: 483px;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid white;
}

div.calendar
{
	width: 478px;
	background: #16a;
	background: #16a;
	padding: 3px 2px 3px 3px;
}
	div.calendar > div.month { }
		div.calendar > div.month > a#dayjump
		{
			float: right;
			font: 12px sans-serif; 			
			color: white;
		}
		div.calendar > div.month > div.daybar
		{
			clear: both;
			text-align: center;
			font: 18px serif; 
			font-weight: bold;
			font-variant: small-caps;
			text-shadow: 0 1px 1px #000;
			padding: 0 0 4px 0;
		}
			div.calendar > div.month > div.daybar > div.dayletter
			{
				width: 62px;
				float: left;
				margin: 1px;
				line-height: 14px;
				padding: 4px 2px 0 2px;
			}
		div.calendar > div.month > div.namebar
		{
			clear: both;
			text-align: center;
			font: 22px serif; 
			font-weight: bold;
			font-variant: small-caps;
			text-shadow: 0 1px 1px #000;
			padding: 0 0 4px 0;
		}
			div.calendar > div.month > div.namebar > a
			{
				padding: 0 40px;
				color: #aaa;
				text-decoration: none;
			}
				div.calendar > div.month > div.namebar > a:hover
				{
					color: white;
				}
		
		div.calendar > div.month > div.week 
		{ 
			clear: both;
		}
			div.calendar > div.month > div.week > div , 
			div.calendar > div.month > div.week > a > div
			{
				width: 60px;
				height: 60px;
				float: left;
				margin: 0;
				padding: 0;
				margin: 1px;
				padding: 0 2px;
				border: 1px solid white;
			}
			div.calendar > div.month > div.week > div.pad {}
			div.calendar > div.month > div.week > div.day
			{
				color: white;
				background: #39d;
				text-align: right;				
				font: 18px sans-serif;
			}
			div.calendar > div.month > div.week > div.has
			{
				color: white;
				background: red;
				text-align: right;				
				font: 18px sans-serif;
			}
				
table.members, table.events
{
	border: 1px solid black;
}
	tr.odd, tr.even
	{
		border: 1px solid black;	
	}
	tr.even
	{
		background: #6cf;
	}
		th.members, th.events
		{
			text-align: center;
			border: 1px solid black;
			background: #39d;
			color: white;
		}
		td.members
		{
			padding: 0 10px;
			width: 250px;
		}

.batch_row:hover
{
	background: #6bf;
}
		



	
.block
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
	.block > .inner
	{
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
div.calendar_wrapper
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
	div.calendar_wrapper > div.calendar
	{
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}

	


