@charset "utf-8";
/* CSS Document */


/********** Page Layout Styles ********************************************************/

/********** All Pages **********/

/* To create a shadow scrollbar in Firefox so short pages will not shift horizontally */
html	{
	min-height: 100%;
	margin-bottom: 1px;
	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	background-color: #eeeeee;
	width: 760px;
	margin: 0px auto;
	margin-top: 10px;
}

p	{ margin-top: 0; 
}

h1 {
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: 600;
}
h2 {
	font-size: 1.2em;
}
th {
	text-align: left;
}

h3 {
	font-size: 1.1em;
}

img {
	border-style: none;
}

#header {
	width: 758px;
	float: left;
	border: medium double #000;
	border-bottom: none;
}

#topnav {
	width: 758px;
	clear: left;
	float: left;
	border-left: medium double #000;
	border-right: medium double #000;
	border-top: none;
	border-bottom: none;
	background-color: #F3F3F3;
}

#wrap {
	width: 758px;
	border-left: medium double #000;
	border-right: medium double #000;
	clear: left;
	float: left;
	background: #FFFFFF url(../images/bg.jpg) repeat-y left;
}

#leftnav {
	width: 150px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	border: none;
	background-image: url(../images/l-r2.jpg);
}

#footer {
	width: 758px;
	clear: both;
	float: left;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: medium double #000;
	border-top: 1px solid #000;
	
}
p.credit {
	margin-bottom: -2px;
	font-size: 0.85em;
}


.note {
	font-size: 0.9em;
}

address {
	text-align: center;
}

/********** Specfic page styles **********/

#about #content3 img {
	margin-left: 10px;
}
/*#home #new img {
	margin-left: 20px;
}*/

#new li {
	font-style: italic;
	font-weight: normal;
	list-style: none;
	line-height: 1.2;
	margin-left: -40px;
	margin-top: 10px;
	font-size: .9em;
}
#contact p	{
	font-size: .9em;
}

.return {
	font-size: 0.75em;
}
#faqlist {
	list-style: none;
}
.caption {
	padding-left: 20px;
}
.caption p {
	font-style: italic;
	font-size: .85em;
}

/********** Home Page Content Div's **********/

#content {
	width: 400px;
	padding: 5px;
	border: none;
	float: left;
	padding-left: 10px;
}

#new {
	width: 180px;
	padding-left: 5px;
	padding-top: 10px;
	border: none;
	float: left;
	font-weight: bold;
}

/********** Two Column Content Div's **********/

#content1 {
	width: 386px;
	padding: 10px;
	padding-top:5px;
	float: left;
}

#content2 {
	width: 180px;
	padding: 10px;
	padding-right: 11px;
	padding-top:5px;
	float: right;
}

/* for the jquery cycle plugin */

.rotate {
	height: 178px;
	width: 178px;
	padding: 0;
	margin: 0;
}

.rotate img {
	padding: 12px;
	border: 1px solid #999;
	background-color: #eee;
	width: 164;
	height: 164;

}

/********** One Column Content Div **********/

#content3 {
	width: 586px;
	padding: 10px;
	padding-top:5px;
	float: left;
}
li th {
	text-align: left;
	padding: 3px;
}
li td {
	vertical-align: top;
	padding: 3px;
}
li table {
	margin-top: 10px;
}

#kickoff ol {
	list-style: none;
}
th.month {
	border-bottom: none;
	border-top: 2px solid #000000;
}
table {
	font-size: .9em;
}


/* extras ryan was here*/

.floatRight { 
	float: right;
	margin: 8px;
}


#videolist a { 
	display: block;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px;
	color: #000;
}

#videolist a:hover {
	background-color: #ddd;	
}

#videolist p {
	margin-top: 10px;
	text-align: center;
}

