/* @override http://localhost:8888/warnhampark/css/style.css */

body{
	font-size: 62.5%;
	font-family: georgia, 'times new roman', times, serif;
	color: #333;
	background: #82B3BA;
}

/* @group general element styles */

*{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

img{
	border: 0;
}

ul{
	list-style-position: outside;
	list-style: none;
}

li{
	list-style: none;
}

p{
	margin: 1.0em 0;
}

p, li{
	line-height: 1.5em;
}

a{
	color: #000;
}

a:hover{
	color: #000;
}

strong {
  color: #68170C;
}

abbr{
	border-bottom: 1px dotted;
}

.nospace{
	margin: 0;
}

.inline{
	display: inline;
}

.clear{
	clear: both;
}

.margin01{
	margin: 1.0em 0;
}

.paddingtop01{
	padding-top: 1.0em;
}

.nomargin{
	margin: 0;
}

/* @group headings */

h1{
	background: url(../images/logo_warnham.gif) no-repeat;
	width: 789px;
	height: 128px;
	text-indent: -9999em	;
}

h2{
	font-size: 1.6em;
	color: #68170C;
}

h3{
	margin: 1.0em 0 -0.75em 0;
	font-size: 1.2em;
	color: #68170C;
}

/* @end */

/* @group main blocks */

#master{
	width: 790px;
	margin-top: -320px;
	margin-left: -380px;
	top: 50%;
	left:  50%;
	position: absolute;
	height: 600px;
}

#content{
	width: 766px;
	height: 413px;
	background: #FFFFF4 url(../images/back_shade01.gif) no-repeat;
	clear: both;
	margin-left: 27px;
	font-size: 1.2em;
}

#content2{
	height: 380px;
	overflow: auto;
	position: relative;
	top: 6px;
	padding: 20px 30px 0 30px;
	width: 703px;
}

#colleft{
	width: 420px;
	float: left;
}

#colright{
	float: right;
	width: 248px;
}

#footer{
	background: #7D9497;
	font-family: trebuchet ms, verdana, arial, sans-serif;
	color: #fff;
	text-align: right;
	padding: 0.25em 10px 0.25em;
	margin: 0 0 0 30px;
	width: 740px;
}

/* @end */

/* @group misc col sizes */

#markets #colleft, #gallery #colleft, #trophy #colleft{
	width: 100%;
}


/* @end */

/* @group navigation */

ul#navmain{
	margin-left: 30px;
}

ul#navmain li{
	background-position: right;
}

ul#navmain li, ul#navmain li a{
	float: left;
	height: 36px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
}

#home li.home a, #history li.history a, #museum li.museum a, #markets li.markets a, #performance li.performance a, #gallery li.gallery a, #trophy li.trophy a,#contact li.contact a{
	background-position: right;
}

ul#navmain li a:hover{
	background-position: right;
}

li.home, li.home a{
	background-image: url(../images/nav_home.gif);
	width: 62px;
}

li.history, li.history a{
	background-image: url(../images/nav_history.gif);
	width: 72px;
}

li.history, li.history a{
	background-image: url(../images/nav_history.gif);
	width: 72px;
}

li.museum, li.museum a{
	background-image: url(../images/nav_museum.gif);
	width: 79px;
}

li.markets, li.markets a{
	background-image: url(../images/nav_markets.gif);
	width: 153px;
}

li.performance, li.performance a{
	background-image: url(../images/nav_performance.gif);
	width: 106px;
}

li.gallery, li.gallery a{
	background-image: url(../images/nav_gallery.gif);
	width: 69px;
}

li.trophy, li.trophy a{
	background-image: url(../images/nav_trophy.gif);
	width: 129px;
}

li.contact, li.contact a{
	background-image: url(../images/nav_contact.gif);
	width: 90px;
}

/* @end */

/* @group Right sidebar images */

.img{
	text-decoration: none;
	font-size: 0.8333em;
	color: #767676;
	font-family: trebuchet ms, verdana, arial, sans-serif;
	background-color: #fff;
	display: block;
	border: 1px solid #dadada;
	padding: 3px 3px 0 3px;
	margin-bottom: 1.0em;
}

a.img:hover{
	background-color: #f3f3f3;
	border-color: #aaa;
	cursor: pointer;
}

.img p{
	line-height: 1.0em;
	margin: 0.5em 0;
}

/* @end */

/* @group content */

#content ul{
	margin: 1.0em 0 1.0em 20px;
}

#content li{
	list-style: disc;
}

#content table{
	margin: 1.0em 0;
	border-collapse: collapse;
}

#content td{
	background: #fff;
	border: 1px solid #dadada;
	padding: 0.25em 5px;
}

#content th{
	color: #68170C;
	border:  1px solid #dadada;
	background: #f3f3f3;
	padding: 0.25em 0;
}


/* @group gallery / trophy */

#gallery .img, #trophy .img{
	float: left;
	margin-right: 10px;

}


#gallery .img{
	text-align: center;
}

#gallery h4, #trophy h4{
	margin: 0.5em 0 -0.5em 0;
	font-family: georgia, 'times new roman', times, serif;
}

/* @end */

/* @end */

p#footer a{
	color: #fff;
}