/* CSS Document */
body 				{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #88ABD4;
}

/* Headers */
h1 					{
	font-size: 26px;
	color: #000000;
	border-bottom: 2px solid #000;
	padding: 26px 0 8px 0;
	background-image: url(/assets/images/image4819.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
} 
h2  				{
	font-size: 24px;
	color: #000000;
}
h3					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #04016C;
}
h4					{}
h5					{} 

/* Linkage */
a:link 				{
	color: #0000FF;
} 
a:visited 			{
	color: #000066;
} 
a:hover				{
	color: #000066;
	text-decoration: none;
}
a:focus				{
	color: #000066;
	text-decoration: underline;
}
a:active			{
	color: #000066;
	text-decoration: none;
}

/* Main Styles */
#container			{
	width: 890px;
	height: 100%;
	box-shadow: 10px 10px 20px #000;
	-moz-box-shadow: 0 0 30px #000;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(/assets/images/image4829.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0 auto;
}
#main				{ margin-top: 10px; margin-bottom: 10px; }
#content			{
	width: 660px;
	padding: 0px;
	line-height: 25px;
	margin: 0 0 0 220px;
}

/* Misc. */
img					{
	border: 0;
}
acronym 			{ cursor: help; }
strong				{
	font-weight: bold;
}
a.no-hover			{ text-decoration: none; }
.center				{ text-align: center; }
.clear				{ clear: both; }
img.right			{ float: right; margin: 0 0 10px 10px; }
.lmcca				{}
::-moz-selection	{ background-color: #ABC1DE; color: #FFF; }
::selection			{ background-color: #ABC1DE; color: #FFF; }

/* Navigation */
#sidebar			{
	width: 200px;
	float: left;
}
#sidebar ul			{
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
#sidebar li			{
	margin: 10px 0 5px 24px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	display: block;
}


#right-misc			{ float: right; width: 200px; padding: 10px 10px 10px 0; }
.right-text			{ line-height: 35px; }

/* Page Styles */
p.question			{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; color: #ff6600; }
p.answer			{ font-size: 11px; color: #ff0000; }

/* Header */
#header				{ margin: 0; padding: 0; }
#header span		{
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #002062;
	font-size: 13px;
	padding: 30px 0 0 150px;
}
#header h2			{
	margin: 10px 10px 0 10px;
	border-bottom: 3px solid #000;
	padding: 1px 0 11px 12px;
	text-shadow: 2px 2px 3px #999;
}

/* Portfolio */
ul.portfolio			{ margin: 0 0 0 20px; padding: 0; width: 480px; }
ul.portfolio li		{ display: block; width: 90px; height: 80px; float: left; border: 3px solid #ff0000; list-style-type: none; margin: 0 20px 20px 0; }

ul#portfolio2			{ margin: 0 0 0 20px; padding: 0; width: 480px; height: 330px; }
ul#portfolio2 li		{ display: block; width: 90px; height: 80px; float: left; border: 3px solid #ff0000; list-style-type: none; margin: 0 20px 20px 0; }

/* Slide Show */
#slideshow 			{ width: 435px; height: 292px; position: relative; margin: 10px auto; border: 1px solid #ff6600; }
#slideshow img 		{ display: none; position: absolute; margin: 5px 0 0 5px; }

/* Footer */
#bottom				{
	border-top: 1px solid #ff0000;
	font-size: 10px;
	padding: 3px;
	line-height: 16px;
}
#bottom strong		{ font-size: 11px; }
#footer				{
	clear: both;
	padding: 3px 3px 3px 0;
	border-top: 2px solid #000;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: 0;
}

/* Form Styles */
#form				{
	float: left;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#form p				{ padding: 0px; text-align: center; }
#form em			{ color: #f00; }
#form div.row		{ clear: both; padding-top: 5px; }
#form label			{
	float: left;
	width: 130px;
	text-align: right;
}
#form span.field	{
	float: right;
	width: 195px;
	text-align: left;
}
#form div.submit	{ clear: both; }
#form .req			{ font-weight: bold; }

#form input, #form textarea						{ background-color: #fff; border: 1px solid #000; padding: 2px; }
#form input:focus, #form textarea:focus			{
	border: 1px solid #88ABD4;
	background-color: #D3E0EF;
}
#ack					{
	border-bottom:1px solid #4175B4;
	border-top:1px solid #4175B4;
	padding: 5px 20px;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #D3E0EF;
} 
#hidden				{ display: none; } 

#directions			{
	margin: 0 0 0 370px;
}

.style1 {
	color: #0000FF;
	font-size: 0.7em;
}
