/* Layout */
#content {
	position: relative;
	width: 800px;
	padding: 0 100px 0 100px;
	background: url(/site_media/images/content_background_bios.jpg) top left no-repeat;
	z-index: 2;
}


/* page menu */

ul#pagemenu {
	margin: 65px 0 10px 0;
}

ul#pagemenu li {
	display: block;
	margin: 3px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #ae1212;
}

ul#pagemenu li a, ul#pagemenu li a:visited {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #333333;
}

ul#pagemenu a:hover, ul#pagemenu a:active, ul#pagemenu li a:hover, ul#pagemenu li a:active {
	color: #ae1212;
	text-decoration: none;
}

.arrow {
	display: inline;
	width: 5px;
	height: 9px;
	margin: 0 0 0 5px;
	padding: 0 1px 0 1px;
	background: transparent url(/site_media/images/menu_arrow.png) no-repeat;
}

/* IE6 HACK */
* html .arrow {
	overflow: visible;
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/menu_arrow.png", sizingMethod="crop");
}

.arrowoff {
	display: inline;
	width: 5px;
	height: 9px;
	margin: 0 0 0 5px;
	padding: 0 1px 0 1px;
	background: transparent url(/site_media/images/arrow_off.png) no-repeat;
}

/* IE6 HACK */
* html .arrowoff {
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/arrow_off.png", sizingMethod="crop");
}




/* shortcuts menu */

ul#shortcutsmenu {
	width: 160px;
	height: 90px;
	margin: 50px 0 0 0;
	padding: 40px 20px 0 0;
	background: url(/site_media/images/shortcuts_background.jpg);
}

ul#shortcutsmenu a, ul#shortcutsmenu a:visited {
	display: block;
	margin: 3px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #333333;
}

ul#shortcutsmenu a:hover, ul#shortcutsmenu a:active {
	color: #ae1212;
	text-decoration: none;
}



/* right column */

#rightcolumnheader {
	position: relative;
	width: 590px;
	height: 30px;
	background: transparent url(/site_media/images/rightcolumn_header.png);
}

/* IE6 HACK*/
* html #rightcolumnheader {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/rightcolumn_header.png", sizingMethod="crop");
}

#rightcolumnheader h3 {
	position: absolute;
	top: 9px;
	left: 65px;
	font-size: 14px;
}

.rightcolumnbody {
	position: relative;
	width: 570px;
	margin: 0 0 0 40px;
	padding: 20px 0 25px 10px;
	z-index: 5;
}

.bodyleftcolumn {
	display: inline;
	width: 240px;
	margin: 10px 0 0 0;
	float: left;
}

.bodyrightcolumn {
	display: inline;
	width: 250px;
	margin: 10px 0 0 20px;
	float: left;
}

.bodysinglecolumn {
	width: 510px;
	margin: 0;
}

p {
	margin: 10px 0 0 0;
	line-height: 15px;
}

.bodyimage {
	border-right: 1px solid #c8b694;
	border-bottom: 1px solid #c8b694;
}

.billsig {
	width: 240px;
	height: 75px;
	background: transparent url(/site_media/images/billsig.png) no-repeat;
}

/* IE6 HACK*/
* html .billsig {
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/billsig.png", sizingMethod="crop");
}

.davidsig {
	width: 240px;
	height: 75px;
	background: transparent url(/site_media/images/davidsig.png) no-repeat;
}

/* IE6 HACK*/
* html .davidsig {
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/davidsig.png", sizingMethod="crop");
}

.michaelsig {
	width: 240px;
	height: 60px;
	background: transparent url(/site_media/images/michaelsig.png) no-repeat;
}

/* IE6 HACK*/
* html .michaelsig {
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/michaelsig.png", sizingMethod="crop");
}

.tylersig {
	width: 240px;
	height: 90px;
	background: transparent url(/site_media/images/tylersig.png) no-repeat;
}

/* IE6 HACK*/
* html .tylersig {
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/tylersig.png", sizingMethod="crop");
}


#rightcolumnfooter ul {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 5;
}

#rightcolumnfooter li h5 {
	display: inline;
	position: relative;
	margin: 7px 0 0 20px;
	font-size: 9px;
	float: left;
}

#rightcolumnfooter img.downloadarrow {
	display: inline;
	position: relative;
	margin: 7px 0 0 5px;
	float: left;
	z-index: 5;
}

#rightcolumnfooter ul li {
	display: inline-table;
	margin: 5px 0 0 0;
	float: left;
}

#rightcolumnfooter a.icon {
	margin: 0 0 0 10px;
	float: left;
}

#rightcolumnfooter a.text, #rightcolumnfooter a:visited.text {
	display: block;
	margin: 6px 0 0 5px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#rightcolumnfooter a:hover.text, #rightcolumnfooter a:active.text {
	color: #ae1212;
	text-decoration: none;
}


/* Downloads */

#rightcolumncontent h4 {
	position: relative;
	left: 0px;
	margin: 25px 0 0 0;
	font-size: 12px;
	color: #ae1212;
	text-transform: uppercase;
}

#rightcolumncontent h5 {
	display: inline;
	font-size: 11px;
}

ul.download li img {
	margin: 0 0 0 5px;
	float: left;
}

ul.download {
	width: 510px;
	margin: 0 0 15px 0;
	font-size: 12px;
}

ul.download li {
	margin: 10px 0 0 0;
	padding: 3px 2px 3px 2px;
	background: #fcf2dd;
	border-top: 1px solid #fdf6e7;
	border-bottom: 1px solid #fdf6e7;
}

ul.download a, ul.download a:visited {
	margin: 5px 0 0 10px;
	font-weight: normal;
	color: #333333;
	float: left;
}

ul.download a:hover, ul.download a:active {
	color: #ae1212;
	text-decoration: none;
}


