@charset "utf-8";
/*---------------------------------------------------------------*\
|                                                                 |
|    Bow School CSS                                               |
|    Crafted at Oast One by James Marett, July 2008               |
|                                                                 |
|    IMPORTANT NOTES:                                             |
|                                                                 |
\*---------------------------------------------------------------*/

/*-- General --*/

body {
	background: #666 url(../images/bg_sliver.jpg) top left repeat-y;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;*/
}

/*-- Page Layout --*/

#header {
	display: none;
}

#page {
	background: #FFF url(../images/bow_header.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*min-width: 950px;*/
	width: 955px;
}

#content {
	padding-top: 280px;
	padding-left: 35px;
	width: 700px;
	float: left;
	font-size: 12px;
	color: #666666;
	background: url(../images/bottom_bg.gif) bottom left no-repeat;
	background-position: 35px bottom;

}
#content #date {
	float: right;
	vertical-align: baseline;
}
#content p {
	line-height: 18px;
	text-align: justify;
}
#content ul li {
	line-height: 18px;
	list-style-image: url('../images/bullet.gif');
	padding-bottom: 4px;
}
#content ol li {
	line-height: 18px;
	padding-bottom: 4px;
}
#content h2 {
	border-bottom: 1px #006634 solid;
	padding: 0;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #006634;
}
#content h2 a, #content h2 a:hover {
	text-decoration: none;
	color: #006634;
}
#content h3 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006634;
}
#content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #006634;
}
#content h5 {
	font-size: 14px;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #006634;
}
#content a:hover {
	text-decoration: underline;
}
#content .imageright {
	border: 1px solid #006634;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content .imageleft {
	border: 1px solid #006634;
	margin-right: 20px;
	margin-bottom: 5px;
}
#content .linklist ul{
	border-top: #CCCCCC 1px solid;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content .linklist li {
	border-bottom: #CCCCCC 1px solid;
	list-style-image: none;
	padding: 0;
}
#content .linklist li a {
	padding: 4px;
	display: block;
}
#content .linklist li a:hover {
	background: #eee;
	text-decoration: none;
}
#content .bowtable td{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #006634;
}
#content .bowtable .tabletop, #content .bowtable .tabletopimage {
	padding: 5px;
	background: #006633;
	border-bottom: 1px solid #006633;
	font-weight: bold;
	color: #fff;
}
#content .bowtable .tabletopimage {
	background: #006633 url(../images/tabletop.gif) right top no-repeat;
}
#content .acrobat {
	border-top: 1px solid #ddd;
	font-size: 10px;
}
#content .acrobat p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 13px;
}
#content .flash {
	background: #CCE0D6 url(../images/flash_bg.gif) no-repeat top right;
	border: #006634 1px solid;
	padding: 10px;
}
#content .flash h4 {
	margin: 0;
	margin-bottom: 7px;
}
#content .flash p {
	margin: 0;
	margin-top: 7px;
}

#content .jacktable {
	border-top: 1px solid #006634;
}
#content .jacktable td {
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #006634;
	vertical-align: top;
}
#content .jacktable img {
	padding-right: 20px;
}
#content .jacktable p,
#content .jacktable h4
{
	margin-top: 0;
	margin-bottom: 5px;
}

#menu {
	padding-top: 40px;
	width: 180px;
	float: right;
}
#menu a {
	text-decoration: none;
	color: #006634;
}
#menu a:hover {
	color: #000;	
}
#menu a:focus {
	outline: none
}
#menu ul li:hover {
	background: url(../images/menu_grad.gif) repeat-x top left;
}
#menu ul li ul li:hover {
	background: none;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#menu ul li {
	
	border-bottom: 1px #006634 dotted;
}
#menu ul li a {
	padding: 3px;
	padding-right: 10px;
	display: block;
}
#menu ul li ul {
	font-size: 12px;
	/*padding-top: 3px;*/
	padding-bottom: 6px;
}
#menu ul li ul li {
	border-bottom: none;
}
#menu ul li ul li a {
	padding: 3px;
	padding-right: 10px;
	padding-left: 6px;
	display: block;
}

/*--  Footer  --*/

#content .footer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
	border-top: 1px #006634 solid;
	font-size: 11px;
	color: #006634;
	line-height: 16px;
	margin-top: 40px;
	clear: both;
}
#content .footer a {
	text-decoration: none;
	color: #006634;
}
#content .footer .credits, #content .footer .credits a {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}