@charset "UTF-8";
/* CSS Document */

/*
	LAYOUT TOOLS
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, img, ul, li { margin: 0;padding: 0; }
.clear				{ clear: both; }
.layoutCenter			{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
/*
	PRINT TOOLS
*/
.page-break 			{ page-break-before: always; }
/*
	TYPOGRAPHIC TOOLS
*/
.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.resetTypeStyle			{ font-weight: normal; font-style: normal; font-size: 100%;
					  letter-spacing: 0px; text-transform: none; text-indent: 0px; }
.italic				{ font-style:italic; }
.bold				{ font-weight:bold; }
/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }

/*
	GFCH STYLE
*/

/*
************************************************************************
BACKGROUND IMAGERY
*/

body {
	background-image:url(../img/bg_grey.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

#stripes {
	background-image:url(../img/bg_stripes.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	margin:0 auto;
}

#stars {
	background:url(../img/bg_stars.gif) -0px 15px;
	background-repeat:no-repeat;
	width:891px;
	height:auto;
	margin:0 auto;
}

#banner {
	background:url(../img/bg_banner.gif) -0px 65px;
	background-repeat:no-repeat;
	width:742px;
	height:auto;
	margin:0 auto;
	padding:0;
}

/*
************************************************************************
TYPOGRAPHY
*/

h1 {
	font-size:16px;
	margin:0 0 5px 20px;
	color:#333;
}

h2 {
	margin:0 0 10px 37px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	
}

h3 {
	margin:0 0 4px 37px;
	font-size:11px;
	font-weight:100;
	color:#333;

}

h4 {
	margin:10px 0 5px 20px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	
}

p {
	margin:0px 20px;
	padding:7px 0;
	font-size:12px;
	line-height:20px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#af0000;
}

#menu a:link {
	color:#333;
	font-weight:100;
}

ul.rightSide {
	margin:0 0 0 50px;
}

ul.rightSide li {
	font-size:11px;
	font-weight:100;
	color:#333;
	list-style-type:disc;
	margin-bottom:4px;
}

.blueButtonLongDiv {
	margin:0 0 0 20px;
	padding:7px 0 0 0;
	width:422px;
	height:28px;
	text-align:center;
	font-weight:bold;
	background:url(../img/blueButton_long.gif) 0px 0px no-repeat;
	font-size:12px;
	color:#af0000;
}

.blueButtonShortDiv {
	margin:0 auto;
	margin-top:20px;
	padding:7px 0 20px 0;
	width:150px;
	height:28px;
	text-align:center;
	background:url(../img/blueButton_short.gif) 0px 0px no-repeat;
	font-size:12px;
}

/*
************************************************************************
NAVIGATION IMAGERY
*/

#navigation {
	margin:0 auto;
	padding:240px 0 0 0;
	width:676px;
	height:40px;
}

#navigation a:link {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#navigation a:active {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#navigation a:visited {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#navigation a:hover {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

#navHome {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -0px -0px;
	text-align:center;
}

#navHomeActive {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -0px -0px;
	text-align:center;
	text-decoration:underline;
}

#navOrder {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -169px -0px;
	text-align:center;
}

#navOrderActive {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -169px -0px;
	text-align:center;
	text-decoration:underline;
}

#navPrint {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -338px -0px;
	text-align:center;

}

#navPrintActive {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -338px -0px;
	text-align:center;
	text-decoration:underline;

}

#navPM {
	margin:0 auto;
	padding:10px 0 0 0;
	width:169px;
	height:26px;
	float:left;
	background:url(../img/navBar.gif) -507px -0px;
	text-align:center;
}

/*
************************************************************************
CONTENT BODY
*/
#container {
	margin:0 auto;
	padding:0;
	width:742px;
	height:auto;
}

#contentBody {
	margin:0;
	padding:30px 0 0 0;
	width:742px;
	height:auto;
	background-image:url(../img/bg_content.gif);
	background-repeat:repeat-y;
	float:left;
}

#menu {
	width:228px;
	height:auto;
	float:left;
}

#contentPosts {
	width:480px;
	height:auto;
	float:right;
	border:none;
	margin-right:20px;
}



/*
************************************************************************
WHITE BOX STUFF
*/

.whiteBox {
	border:none;
	width:462px;
	height:auto;
	margin:0;
	padding:0;
}

.whiteBoxTop {
	border:none;
	width:462px;
	height:18px;
	background:url(../img/whiteBox_Top.gif) 0px 0px no-repeat;
	margin:0;
	padding:0;
}

.whiteBoxBody {
	border:none;
	background:url(../img/whiteBox_Content.gif) 0px 0px repeat-y;
	width:462px;
	height:auto;
	margin:0;
	padding:0;
}

.whiteBoxBody img {
	width:424px;
	height:auto;
	margin:5px 0 5px 18px;
	padding:0;
	border:0px;
}

img.prints {
	margin-left:22px;
}

.whiteBoxFooter {
	border:0;
	width:462px;
	height:18px;
	background:url(../img/whiteBox_Bottom.gif) 0px 0px no-repeat;
	margin:0 0 20px 0;
	padding:0;
}

/*
************************************************************************
PRINT PRICE TABLE
*/

#printPrices {
	border:0;
	margin:10px 0 20px 20px;
}

#printPricesLeft {
	font-size:12px;
	text-align:justify;
}

#printPricesRight {
	font-size:12px;
	font-weight:bold;
	color:#af0000;
}

/*
************************************************************************
FOOTER
*/

#footer {
	margin:0 auto;
	padding:0;
	margin-bottom:100px;
	width:742px;
	height:30px;
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
}

.footerCopy {
	text-align:center;
	margin:0 0 4px 0;
	font-size:10px;
	color:#333;
	width:462px;
	height:auto;
}

.footerCopy a:link {
	color:#333;
}