/* buckeyecentre style sheet */

body {
	background-color:#D2E1F4;
	background-image:url('../images/background.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.main {
	/*background-color:white;*/
}

/* master head style */
.masthead {
	background-color:white;
}

/* main navigation style */
.navigation {
	background-color:white;
}

/* contains the body and footer, with a border and padding */
.superdiv {
	background-color:white;
	width:800px;
	border:1px solid #999999;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

/* title row */
.row1 {
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}
/* main content row */
.row2 {
	padding-top:0px;
	padding-left:35px;
	padding-right:5px;
	padding-bottom:30px;
}
.row2 a img {
	border:1px solid black;
}

/* other content area background images */
.bg_home {
	background-image:url('../images/back_home.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}
 
/* events table */
.eventtable td {
	border-bottom:1px dashed #CCCCCC;
}
 
/* bottom grey bar */
.bottombar {
	width:794px;
	height:10px;
	border:1px solid #CCCCCC;
	background-color:#EAEAE5;
	margin:auto;
}

/* page footer */
div.footer {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:white;
	margin-bottom:10px;	
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:15px;
}
div.footer a:link {
	color:#666666;
	text-decoration:none;
}
div.footer a:visited {
	color:#666666;
	text-decoration:none;
}
div.footer a:hover, .footer a:active {
	color:#166699;
	text-decoration:underline;
}

/* all default links */
a:link {
	color:#166699;
	text-decoration:underline;
}
a:visited {
	color:#003A6D;
	text-decoration:underline;
}
a:hover, a:active {
	color:#003A6D;
	text-decoration:underline;
}
a.hide {
	color:black !important;
	text-decoration:none !important;
	border-bottom:0px !important;
}
.hidelinks a {
	text-decoration:none !important;
	border-bottom:0px !important;
}
.textlink {
	color:#166699;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

.gmap {
	position:relative;
	width:400px;
	height:300px;
	border:1px solid black;
}

/* headers */
h1 {
	font-family:"Bradley Hand ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#1E6699;
	margin:0px;
	padding:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1E6699;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1E6699;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1E6699;
}

/* list boxes */
ul {
  margin-left:10px; /* IE */
  padding-left:10px; /* Firefox */
  list-style-type:square;
}
ul li {
  margin-bottom:5px;
}


form {
 margin:0px;
 padding:0px;
}

.ascii {
	line-height: 8px !important;
	font-size:8px;
}




