body
{
	/* background-color: #CCC; */
	/* background-image: url(../../images/gradient.jpg); */
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	background-color: #BBCEF8;
}

/* Wrapper for everything */
div#container
{
	margin: 0px auto 0px auto;
	width: 758px;
	padding: 0px 0px 0px 0px;
}

/* Wrapper for Interior Pages */
div#wrapper_int
{
	margin: 0px auto 0px auto;
	width: 758px;
	padding: 0px 0px 0px 0px;
}

/* Container for Masthead and Login */
div#logo
{
	width: 758px;
	height: 61px;
	background-image: url(../../images/page_content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	padding: 0 0 0 15px;
}

/* Graphic Bar at top of page */
div#head_banner
{
	width: 728px;
	height: 128px;
	background-image: url(../../images/page_content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px 15px 0px 15px;
	/* top: 0px; */
}

/* Navigation */
div#top_navigation
{
	width: 728px;
	height: 32px;
	background-image: url(../../images/page_content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px 15px 0px 15px;
	/* top: 0px; */
}


/* Content block - Interior Pages */
div#interior_wrapper
{
	width: 728px;
	/* height: 128px; */
	background-image: url(../../images/page_content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px 15px 0px 15px;
	top: 0px;
}

/* Content block - Interior Pages */
#interior_con
{
	width: 668px;
	padding: 15px;
	min-height: 355px;
	_height: 355px;
	border-color: #FFF #CCC #CCC #CCC;
	border-width: 15px 0px 0px 0px;
	background-color: #F0EEEC;
	top: 0px;
	margin: 0px 0px 0px 15px;
	/* left: 15px; */
	border-style: solid;
}

/* Site by Lynch Design */
div#lynchy
{
	width: 150px;
	height: 15px;
	padding: 0px 0px 0px 15px;
	vertical-align: top;
}

/* Footer */
div#footer
{
	/* float: left; */
	width: 728px;
	height: 101px;
	padding: 0px 30px 0px 30px;
	vertical-align: bottom;
	clear: both;
	background-image: url(../../images/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Divinding line in spacer at the footer */
div#spacer
{
	width: 728px;
	height: 1px;
	/* background-image: url(../../images/page_content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px; */
}

/* ------------ Home Page ---------------  */

/* Green Keyline on fabric boxes */

.green_box
{
	border-color: #8CBE4F;
	border-width: 3px;
	border-style: solid;
	width: 85px;
	height: 85px;
	display: default;

}

.green_double_box
{
	border-color: #8CBE4F;
	border-width: 3px;
	border-style: solid;
	/* width: 196px;
	height: 98px;
	display: default; */

}

.green_typebox
{
	color: #3E1916;
	font-family: HouseBroken, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	width: 12px;
	height: 12px;
	display: block;
	background-color: #8CBE4F;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}