/* CSS Document */
body 				{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #686868;
	background-image: url(/assets/images/background.jpg);
}

/* Headers */
h1 					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #ff0000; } 
h2  				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #ff6600; }
h3					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h4					{}
h5					{} 

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

/* Misc. */
img					{ border: 0; }
acronym 			{ cursor: help; }
strong				{ text-transform: uppercase; color: #ff0000; 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: #ffcc66; color: #ff3300; }
::selection			{ background-color: #ffcc66; color: #ff3300; }

/* Navigation */
#nav				{ width: 100%; height: 23px; border-bottom: 1px solid #000; border-top: 1px solid #000;	margin: 0 auto 0 auto; background-image: url(/assets/images/template/nav-bg.jpg); background-repeat: repeat-x; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; padding-top: 7px; }
#nav a 				{ font-weight: bold; }
/* Main Styles */
#container			{ margin: 0 auto; width: 800px; border: 1px solid #ff6600; background-color: #fff; }
#main				{ margin-top: 10px; margin-bottom: 10px; }
#content			{ float: left; width: 550px; padding: 10px; border-right: 1px dotted #ff6600; line-height: 25px; }
#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; }
#top-contact		{
	float: right;
	margin: 5px 10px 0 0;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 170px;
}

/* 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;
	background-color: #fff;
	border-top: 1px solid #ff6600;
	font-size: 10px;
	text-align: right;
	line-height: 18px;
}

/* Form Styles */
#form				{ float: left; width: 530px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
#form p				{ padding: 0px; text-align: center; }
#form em			{ color: #f00; }
#form div.row		{ clear: both; padding-top: 5px; }
#form label			{ float: left; width: 100px; text-align: right; }
#form span.field	{ float: right; width: 335px; 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 #ff6600;
	background-color: #FF6500;
}
#ack					{
	border-bottom:1px solid #FF8000;
	border-top:1px solid #FF8000;
	padding: 5px 20px;
	background:#FFEAD5;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
} 
#hidden				{ display: none; } 

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