/* === Reset and General Styles === */



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	





body, p, a, img, p, h1, h2, ul, ol, li {
	margin: 0;
	padding: 0;
	text-align: center;
}
 
a { outline: 0; }
 
body {
	background-color: #fff;
	color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; }

img.right, img.left {
	background: #efefef;
	border: 1px solid #ccc;
	display: inline;
	padding: 10px; }
 
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px; }
 
img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px; }

#container {
	clear: both;
	height: 100%;
	margin: 0 auto;
	width: 800px; }

/* === Header Section === */
#header {
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 70px; }
 
#logo a {
	background: url(images/logo.png) no-repeat;
	float: left;
	height: 55px;
	margin-left: 20px;
	margin-top: 12px;
	width: 400px; }
 
#logo span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0; }
 
#nav ul {
	float: right;
	list-style: none;
	margin-top: 32px;
	padding-right: 20px; }
 
#nav li {
	display: block;
	float: left;
	padding-left: 30px; }
 
	#nav li a {
		color: #989898;
		display: block;
		font-size: 10px;
		padding-bottom: 4px;
		text-decoration: none;
		text-transform: uppercase; }
 
	#nav li.current a { border-bottom: 4px solid #093; }
 
	#nav li a:hover, #nav li a:active { border-bottom: 4px solid #ccc; }

/* === Index Page Feature and Page Titles === */
#feature {
	;
	background: url(images/min-bg2.png) no-repeat;
	height: 80px;
	margin-top: 20px;
	padding: 20px 20px 20px 40px; }
 
	#feature h1 {
		color: #fff;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 47px;
		font-style: normal;
		font-weight: normal;
		padding-bottom: 10px;
		padding-top: 5px; }
 
	#feature small {
		color: #ddd;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 20px; }
 
#page-title {
	background: url(images/min-bg.png) no-repeat;
	height: 75px;
	margin-top: 20px;
	padding-left: 40px;
	text-align: left;
}
 
	#page-title h1 {
	color: #fff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 47px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
 
/* === Main Section === */

#content {
	line-height: 18px;
	padding: 20px;
	text-align: center;
}
 
	#content h2 {
	color: #e26709;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}
 
	#content p { padding-bottom: 15px; }
 
	#content blockquote {
		background: #f5f5f5;
		border-left: 2px solid #bbb;
		margin: 0px 25px 15px 25px;
		padding: 7px 10px;
		text-align: left; }
 
		#content blockquote p { padding-bottom: 0; }
 
	#content ul, ol {
		margin-bottom: 15px;
		margin-left: 25px;
		padding-left: 10px; }
 
	#content a {
	color: #999;
	text-decoration: none;
}
 
		#content a:hover, #content a:active {
	color: #093;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063;
}
 
	#content abbr, #content acronym { border-bottom: 1px dotted #999; }
 
	#content address {
		margin: 0 0 8px 0;
		padding: 0; }
 
#main-content {
	border-top: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 460px; }
 
/* === Sidebar Section === */

#sidebar {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 280px; }
 
	#sidebar ul {
		list-style: none;
		padding-bottom: 10px; }
 
		#sidebar ul li {
			font-size: 14px;
			margin-bottom: 10px;
			padding-bottom: 10px; }
 
	#sidebar .sidebar-item {
		border-top: 1px solid #ccc;
		padding-top: 15px; }
 
	#sidebar p { padding-bottom: 8px; }

/* === Footer Section === */

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	color: #989898;
	font-size: 10px;
	padding: 20px; }
 
	#footer a {
		border-bottom: 1px dashed #ccc;
		color: #989898;
		text-decoration: none; }
 
		#footer a:hover, #footer a:active { border-bottom: 1px solid #ccc; }
 
/* === Contact Form === */

#contact-form label {
	color: #989898;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	text-transform: lowercase; }
 
/* must have class to target input[type=text] for IE6 compatibility */
#contact-form input.text-input {
	background: url(images/form-bg-light.gif) repeat-x;
	border: 1px solid #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2px 0 10px 0;
	outline: none; /* remove Safari and Chrome glow */
	padding: 4px;
	width: 210px; }
 
#contact-form textarea {
	background: url(images/form-bg-light.gif) repeat-x;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	outline: none; /* remove Safari and Chrome glow */
	padding: 4px;
	width: 450px; }
 
	#contact-form textarea:focus, #contact-form input:focus {
		;
		border: 1px solid #e26709; }
 
#contact-form button { clear: both; }
 
#contact-name {
	float: left;
	margin-right: 20px;
	width: 220px; }
 
#contact-email {
	float: right;
	width: 220px; }
 
.buttons a, .buttons button {
	background: url(images/form-bg.gif) repeat-x;
	border: 1px solid #ccc;
	color: #989898;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	text-decoration: none; }
 
.buttons button {
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	width: auto; }
 
.buttons button[type] {
	line-height: 17px; /* Safari */
	padding: 5px 10px 5px 7px; /* Firefox */ }
 
*:first-child+html button[type] { padding: 4px 10px 3px 7px; /* IE7 */ }
 
button:hover, .buttons a:hover {
	border: 1px solid #e26709;
	color: #e26709; }
	
.messages {
	background: #eeeeee;
	border: 1px solid #d0d0d0;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left; }
 
	.messages.warning {
		background: #fff6bf;
		border-color: #ffd324;
		color: #817134; }
 
	.messages.success {
		background: #e6efc2;
		border-color: #c6d880;
		color: #529214; }
 
	.messages.error {
		background: #fbe3e4;
		border-color: #fbc2c4;
		color: #d12f19; }
 
#content .messages ul {
	margin-bottom: 0px;
	margin-left: 10px; }
 
/* === Full Width Table === */

table {
	border-collapse: collapse;
	border: 0px solid #ddd;
	width: 760px; }
 
	table td {
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		color: #989898;
		padding: 9px 20px;
		text-align: center; }
 
	table th {
		border: 1px solid #ddd;
		color: #989898;
		font-weight: bold;
		padding: 9px 10px 9px 15px;
		text-align: left; }
 
	table thead th {
	background: #fff url(images/form-bg.gif) repeat-x;
	color: #093;
	font-weight: bold;
	padding: 10px 8px;
	text-align: center;
}
 
table tr.alt td, table tr.alt .col1 {
	background: #fff;
	text-align: left;
	font-weight: bold;
}

table .col1 {
	background: none;
	border: none; }
#container #content p {
	text-align: center;
	font-weight: bold;
}
#container #content div p {
	text-align: center;
}
#container #content div p {
	text-align: left;
}
#container #content div p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#container #content p {
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.tuit {
	font-weight: bold;
}
