/* 
Author: 			Creacoon Media
Website: 			http://www.creacoon.com
Date last updated: 	12/06/2006
*/

/* tags */
body {
	background-color: #FF3300;
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* id's */

body#top {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 10px;
}

div#head {
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 154px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin: 0;
	padding: 0;
}

div#container
{
	/* Center box */
	margin:						0;
	margin-left:				auto;
	margin-right:				auto;
	padding:					0;
	width:						860px;
	position:					relative;
	border:						left;		/* IE5/Win centered layout hack */
}

div#body_content {
	width: 730px;
	margin: 0;
	background-color: #FFFF00;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer {
	width: 740px;
	height: 54px;
	background-color: #FFFF00;
	margin: 0;
	margin-top: 7px;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

div#footer img {
	margin-right: 20px;	
}

div#sublink {
	width: 740px;
	height: 54px;
	margin: 0;
	padding: 0;
	padding-right: 0;
	text-align: right;	
}

div#route {
	vertical-align: top;
	font-family: "Comic Sans MS", Arial;
}

img#button_1 {
	position: absolute;
	left: 20px;
	top: 44px;
	border-width: 0;
}

img#button_2 {
	position: absolute;
	left: 20px;
	top: 67px;
	border-width: 0;
}

img#button_3 {
	position: absolute;
	left: 20px;
	top: 90px;
	border-width: 0;
}

img#button_4 {
	position: absolute;
	left: 20px;
	top: 113px;
	border-width: 0;
}

img#button_5 {
	position: absolute;
	left: 140px;
	top: 44px;
	border-width: 0;
}

img#button_6 {
	position: absolute;
	left: 140px;
	top: 67px;
	border-width: 0;
}

img#button_7 {
	position: absolute;
	left: 140px;
	top: 90px;
	border-width: 0;
}

img#button_8 {
	position: absolute;
	left: 140px;
	top: 113px;
	border-width: 0;
}

img#agenda_flyer {
	border-width: 0;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

img#route_image {
	float: left;
	margin-right: 8px;
}

div#links
{
	width:						250px;
	font-size:					12px;
	font-weight:				bold;
	font-family:				"Comic Sans MS", Arial;
	color:						#0000ff;
	letter-spacing:				2px;
	line-height:				15px;
	margin:						0;
	padding:					0;
}

div#links a
{
	width:						200px;
	height:						17px;
	display:					block;
	color:						#0000ff;
	text-decoration:			none;
	padding-left:				15px;
}

div#links a:hover
{
	color:						#fff;
	background:					#0000ff;
}

div#links li
{
	margin-bottom:				10px;
}

ul#linklist
{
	list-style-type:			none;
	margin: 					0;
	padding-left: 				15px;
	margin-top:					5px;
}

/* Styles */

.accent_1{
	text-decoration: underline;
	font-size: 12px;
	color: #FF0000;
}

.accent_2{
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}

td.colhome {
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
	padding: 3px;
	vertical-align: top;
	text-align: center;	
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 27px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 21px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
