html {background: #1768AE url('/app/webroot/img/body-bg.gif') repeat-y top center;}
body { font-family: Arial, Helvetica, sans-serif;}
a {outline: none; color: #1768AE; font-weight: bold; }
a:hover {text-decoration: underline;}
h1, h2, h3, h4, h5 {color: #1768AE; font-family: "Century Gothic", Arial, Helvetica, sans-serif;}
h2 {font-weight: normal; font-size: 2em; margin-bottom: .25em;}

fieldset {border: 2px groove #999; padding: 10px;}
legend {font-size: 1.5em; font-weight: bold; color: #1768AE; margin-left: 1em; padding: 0 .25em;}
label {font-weight: bold; margin-right: .5em;}
input[type="text"], input[type="password"], textarea {padding: .25em; width: 75%; border: 1px inset #999999}
form div.input {margin: 1.5em 0;}
a img {text-decoration: none; border: none;}

/** Layout **/
#page-container {width: 1000px; margin: 0 auto; min-height: 100%; background: white;}
#hdr-container {height: 175px; position: relative;}
	#hdr-container h1 {
		position: absolute; 
		width: 406px; 
		height: 321px; 
		background: transparent url('/app/webroot/img/logo.jpg') no-repeat;
		margin: 0; padding: 0;
		text-indent: -99999px;
	}
	a#homelink {
		display: block;
		position: absolute;
		left: 80px; top: 55px;
		z-index: 1;
		width: 310px; height: 110px;
		text-indent: -99999px;
	}
	#hdr-container ul {
		position: absolute;
		left: 421px; top: 106px;
		margin: 0;
		background: url('/app/webroot/img/main-menu.png') no-repeat;
	}
		#hdr-container ul li {
			list-style: none;
			float: left;
		}
			#hdr-container ul li a {
				display: block;
				height: 32px;
				background-image: none;
				background-repeat: no-repeat;
				text-indent: -99999px;
				position: relative;
			}
			#hdr-container ul li a:hover {
				background-image: url('/app/webroot/img/main-menu.png');
			}
			#hdr-container ul li a#mission-btn {
				background-position: 0 bottom;
				width: 98px;
			}
			#hdr-container ul li a#products-btn {
				background-position: -98px bottom;
				width: 107px;
			}
			#hdr-container ul li a#services-btn {
				background-position: -205px bottom;
				width: 101px;
			}
			#hdr-container ul li a#locations-btn {
				background-position: -306px bottom;
				width: 100px;
			}
			#hdr-container ul li a#contact-btn {
				background-position: -406px bottom;
				width: 111px;
			}
	#hdr-container #imageRotator, #hdr-container #imageRotator2 {
		position: absolute;
		height: 447px;
		width: 100%;
		background: url('/app/webroot/img/bg1-blank.jpg') top right no-repeat;
	}
#sidebar-container {
	float: left;
	padding: 7.5em 10px 10px;
	width: 150px;
	position: relative;
}
#home #sidebar-container { padding-top: 0; }
#cnt-container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 25px;
	line-height: 1.6em;
	color: #444;
	min-height: 350px;
	float: left;
}
#editLink {position: absolute; left: -150px;}
	p#home-link {margin: .2em 0 1em;}
		p#home-link a {padding-left: 12px; background: url('/app/webroot/img/back-arrow.gif') no-repeat left center; font-size: .7em; text-decoration: none; color: #4f92ce;}
		p#home-link a:hover {color: rgb(32, 104, 175); text-decoration: underline;}
	#stories-btn {
		display: block;
		width: 123px; height: 151px;
		background: url('/app/webroot/img/sidebar-button.gif') no-repeat top left;
		text-indent: -99999px;
		margin: 10px 0;
	}
	#forums-btn {
		display: block;
		width: 123px; height: 151px;
		background: url('/app/webroot/img/sidebar-button.gif') no-repeat top right;
		text-indent: -99999px;
		margin: 10px 0;
	}
	a:hover#stories-btn {background-position: bottom left;}
	a:hover#forums-btn {background-position: bottom right;}
#ftr-container {
	height: 100px;
}
#loginBox {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	font-weight: bold;
	text-align: right;
	font-size: .9em;
}
#loginBox a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#loginBox a:hover {
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #ccc;
	margin: 20px 0 20px 170px;
	padding: 20px 10px 20px 0;;
	font-size: .9em;
	color: #888;
}
#footer p.credits {
	font-size: .9em;
	text-align: right;
}
#footer p.copyright {
	font-size: .9em;
	text-align: right;
}
/** Page Specifics **/
/**HOME**/	
#home h2 {font-size: 1.4em; margin: .3em 0; font-weight: normal;}
#home #hdr-container {height: 364px;}
#home #hdr-container #imageRotator, #home #hdr-container #imageRotator2 {
		background-image: url('/app/webroot/img/bg1.jpg');
	}
#home #cnt-container ul {
	margin: 0; padding: 0;
	width: 770px;
}
	#home #cnt-container ul li {
		list-style: none;
		float: left;
		width: 172px;
		margin-right: 20px;
	}
/**SERVICES**/
#services #tabs {margin-bottom: 1em;}
/**PRODUCTS**/
#products a.thickbox img {
	border: 4px solid #ccc;
	margin: 0 5px;
}
/**CONTACT**/
#contact form#contact-form {float: right; width: 450px;}
#contact form#contact-form input[type="text"], #contact form#contact-form textarea {border: 1px solid #ccc; display: block; width: 95%;}
#contact form#contact-form input[type="submit"] {padding: .3em 1em; color: #1768AE; font-weight: bold;}
/**STORIES**/
#stories #cnt-container ul {
	margin: 0; padding: 0;
}
	#stories #cnt-container ul li {
		list-style: none;
		background: white;
	}
		#stories #cnt-container ul li h3 {
			text-align: center;
		}
		#stories #cnt-container ul li img {
			border: 2px solid transparent;
			width: 168px;
		}
		#stories #cnt-container ul li img.selected {
			border-color: #ccc;
		}

/* FORUMS */
div.post {border: 1px solid #aaa; padding: 5px;}

/** Utility **/
.clear {clear: both;}
.frosted {border: 2px solid white; background: url('/app/webroot/img/white50-bg.png') repeat;}

/** Messages **/
div.error, div.message, div.success {
	color: white;
	text-align: center;
	font-weight: bold;
	border: 3px double white;
}
div.success {background-color: green; padding: .5em; border-color: YellowGreen;}
div.message {background-color: yellow; color: black; padding: .5em; border-color: Orange;}
div.error {background-color: red; padding: .5em; border-color: Orange;}

.cssHide {display: none;}