/**
  * styles for main page only
  */

/* middle container */
#middle {
	height: 226px;
	background-color: #fff;
	background-image: url(../img/middle-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*
#img-logo {
	left: 0;
	bottom: 0;
	z-index: 10;
	position: absolute;
}
#img-logo {
	bottom: 0;
	right: -35px;
	z-index: 10;
	position: absolute;
}*/
#img-subtitle {
	position: absolute;
	left: 210px;
	bottom: 0;
	z-index: 20;
	/*margin-right: -37px;*/
}

/* main container */
#main {
	padding-top: 1px;
	min-height: 355px;
	background-color: #f7f7f5;
	background-image: url(../img/gradient-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* left column boxes */
.left-box {
	width: 188px;
	margin-top: 4px;
	position: absolute;
	left: 0;
}
#box-dark {
	top: 0px;
	/*
	padding-top: 4px;
	text-align: center;
	background-color: #161616;
	background-image: url(../img/box-dark-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	*/
}
#box-dark img {
	display: block;
	margin: auto;
	margin-top: 3px;
}
#box-dark a {
	margin-top: 2px;
	display: block;
	color: #ccc;
	font-weight: bold;
}
#box-info {
	bottom: 0px;
	color: white;
	padding: 7px 0;
	min-height: 100px;
	background-color: #C0D230;
	background-image: url(../img/box-info-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#box-info p {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	margin: 1em 0.5em;
	padding: 0;
}
#box-info p a {
	color: #fff;
	text-decoration: none;
}
#box-info p a:hover {
	color: #eee;
	text-decoration: underline;
}
/* main content */
#content {
	width: 528px;
	float: right;
	position: relative;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content p {
	clear: left;
	font-size: 85%;
	margin-left: 34px;
	margin-right: 195px;
}
#content object {
	display: block;
	margin-top: 25px;
	margin-left: 34px;
	position: relative;
}
/*
#content blockquote p {
	color: #aaa;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	overflow: auto;
	height: auto;
}
#content cite {
	float: right;
	font-size: 70%;
	margin-top: 1em;
	margin-bottom: 2em;
}*/
/* graphic content headings */
.heading {
	float: left;
	display: block;
	color: #b7c74b;
	font-size: 200%;
	background-image: url(../img/heading-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 34px;
	padding-right: 5px;
}
.heading img {
	display: block;
	margin-bottom: -4px;
}

/* image of the bottom right side of page */
#img-bottom {
	position: absolute;
	right: -43px;
	bottom: 0;
}
