body {
   background: #F7F7F6 url("images/centnewbackground.gif") repeat-y 50% 0;  /*Start horizontally centered (50%) at the top line (0) */
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

h2 {
	margin-top: 10px;
}

#container {
   margin: 0px auto 0px auto;
   text-align: left;
   width: 880px;
}


#header {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 880px;
}

#map {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}



#theleft {
	width: 200px;
	float: left;
	text-align: center;
}

#content {
	width: 680px;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	padding: 10px 0px 0px 0x;
}

#content-text {
	width: 640px;
	padding: 10px 20px 0px 20px;
	float: left;
	text-align: left;
}


#content-split {
	width: 315px;
	float: left;
}



#arrowlist {
	list-style-image: url(images/arrow.gif);
	padding-left: 30px;
	text-align: left;
	margin-top: 0px;
	margin-bottom:0px;
	font-size:83%;
}

#centerme {
	width: 660px;
	float: left;
	margin: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#addressbox{

	width: 150px;
	margin: 25px auto 0 auto;
	border: 1px solid #000000;
	background-color: #aaaaaa;
	font: 12px/13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding: 0px 5px 0px 5px;
}


.text-left {
	color:black;
	font-size:250%
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-weight: bold;
}

.text-center {
	color:black;
	font-size:250%
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 10px 30px 10px 30px;
	text-align: center;
	font-weight: bold;
}

.imageright {
	float: right;
	margin: 15px auto 0px auto;
	padding: 0px;
	background-color: #777777;
	border: 6px outset #000000;
}

.imageleft {
	float: left;
	margin: 15px auto 0px auto;
	padding: 0px;
	background-color: #777777;
	border: 6px outset #000000;
}

.imagecenter {
	display: block;
	margin: 15px auto 0px auto;
	padding: 0px;
	background-color: #777777;
	border: 6px outset #000000;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	}

#menu1 {
	width: 200px;
	text-indent: 30px;
	margin: 0px;
	border-style: solid none none none;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	
	}

#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}

#menu1 li a:link, #menu1 li a:visited {
	display: block;
	background: url(images/buttons.gif);
	padding: 8px 0 0 0px;
	color: #CCC;
	text-decoration: none;
	}

#menu1 li a:hover {
	background: url(images/buttons.gif) 0 -32px;
	padding: 8px 0 0 0px;
	text-decoration: none;
	}

#menu1 li a:active {
	background: url(images/buttons.gif) 0 -64px;
	padding: 8px 0 0 0px;
	text-decoration: none;
}

#menu1 #currentpage a {
	background: url(images/buttons.gif) 0 -64px;
	text-decoration: none;
}

body.home #menu1 #nav-home, body.home #menu1 #nav-home a,
body.thegallery #menu1 #nav-gallery, body.thegallery #menu1 #nav-gallery a,
body.contactus #menu1 #nav-contactus, body.contactus #menu1 #nav-contactus a,
body.aboutus #menu1 #nav-aboutus, body.aboutus #menu1 #nav-aboutus a,
body.services #menu1 #nav-services, body.services #menu1 #nav-services a,
body.achievements #menu1 #nav-achievements, body.achievements #menu1 #nav-achievements
   a{background: url(images/buttons.gif) 0 -64px;}
  

a:link {
	background: #ccc;
	color: #009;
}
a:visited {
	background: #ccc;
	color: #606;
}
a:hover,
a:focus,
a:active {
	background: #ffc;
	color: #900;
}


/* gallery-specific styles */

/* gallery container */
.gallery {
	text-align: center;    /* centers inline paragraphs */
	margin: 1em 7%;
	background-color: #bbb;
	border: 1px solid #999;
	padding: .5em;
}
.gallery a {
	text-decoration: none;
}
.gallery a img {
	border-width: 1px;
	vertical-align: middle;
}

/* outer container for each image/caption pair */
.gallery p {
	display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.gallery a {
	display: table-cell;   /* default, for gecko & Opera6- */
	margin: .5em;
	padding: 5px;
	vertical-align: top;   /* aligns the img/caption container */
	width: 10em;            /* adjusts with text size */
	min-width: 110px;      /* not always honored, but that's OK */
	border: 1px solid #ddd;
}


/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
	display: block;        /* fill container width, force a line break */
	height: 110px;         /* a bit larger than highest img */
	line-height: 110px;    /* same value as height */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
	display: block;
	height: 3.5em;         /* makes each box a consistent height */
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
	line-height: 120%;     /* standard spacing */
/*	border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
	display: inline;
}
* html .gallery a:hover i {
	cursor: hand; /* otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

/* end hacks */

}
