/* CSS Document */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
	margin:0;
	background-image: url(http://www.enjoyhertfordshire.com/img/bodybg.jpg);
	background-repeat: repeat-x;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin:0;
}
h1 {
	color:#CC3399;
	font-weight: bold;
	margin: 4px;
	padding: 0px;
	font-size:130%;
}
h2 {
	color:#CC3399;
	font-weight: bold;
	font-style:italic;
	margin: 4px; 
	padding: 0px;
	font-size:110%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC3399;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC3399;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC3399;
	text-decoration: underline;
}

#main_holder {
	width:790px;
	margin:auto;
	margin-top:20px;
	padding:6px;
	background-color:#CC3399;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.italic_bold {
	font-style:italic;
	font-weight:bold;
}
.black_text {
	color:#000000;
}
/* top nav */
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #CC3399;
	/*margin-bottom: 5px;*/
}
#topnav ul {
	padding: 3px;
	margin: 0;
	list-style: none;
}
#topnav li {
	display: inline;
	color: #FFFFFF;
	font-size: x-small;
	padding: 0px 5px 0px 5px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	border-right: solid 1px #fff;
}
#topnav li a {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
#topnav li a:visited {
	color: #FFFCCC;
	font-size: x-small;
}
#topnav li a:hover {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: underline;
}
#topnav li.end {
	display: inline;
	color: #FFFFFF;
	font-size: x-small;
	padding: 0px 5px 0px 5px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	border: none;
}
/*header*/ 
#headerwhite {
	background-color: #FFFFFF;
}
.headerenjoy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFF2E9;
	float: left;
}
#left {
	width:628px;
	float: left;
	margin-right: 0px;
	/*background-color: #FFF2E9;*/
	background-color:#CC3399;
}
#right {
	width: 155px;
	height: 500px;
	float: right;
	margin: 0px;
	padding: 0px;
	height:100%;
}
#right a {
	color:#FFFFFF;
	text-decoration:none;
}
#right a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#right a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.forcer {
	clear:both;
	line-height:0;
	font-size:1px;
}
/* mainnav */
#mainnav {
	text-align: left;
	margin:0px;
	border-top:5px #FFF2E9 solid;
	width: auto;
	font-weight: bold;
	background-color: #CC3399;
}
#mainnav ul {
	padding: 3px;
	margin: 0;
	list-style: none;
}
#mainnav li {
	display: inline;
	color: #FFFFFF;
	font-size: smaller;
	padding: 0px 5px 0px 5px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	border-right: solid 1px #fff;
}
#mainnav li a {
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
}
#mainnav li a:visited {
	color: #FFFCCC;
	font-size: small;
}
#mainnav li a:hover {
	color: #FFFFFF;
	font-size: small;
	text-decoration: underline;
}
#mainnav li.end {
	display: inline;
	color: #FFFFFF;
	font-size: small;
	padding: 0px 5px 0px 5px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	border: none;
}
#main_top_img {
	width:628px;
	height:159px;
	text-align:center;
}
#right_bttm_img {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/bttm_side_bar.png);
	background-position:top;
	background-repeat:no-repeat;
	width:155px;
	height:15px;
}
#right_top_img {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/top_side_bar.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:6px;
	background-color:#FFF2E9;
}
/* Right coloured Nav */
#nav_one {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/side_nav1.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FF9933;
	width:126px;
	height:45px;
	margin:auto;
	text-align:left;
	padding-top:2px;
	padding-left:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
html>body #nav_one
{
/*width: auto;*/
height: auto;
min-width: 126px;
min-height:45px;
}
#nav_two {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/side_nav2.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#013998;
	width:126px;
	height:45px;
	margin:auto;
	text-align:left;
	padding-top:2px;
	padding-left:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
html>body #nav_two
{
/*width: auto;*/
height: auto;
min-width: 126px;
min-height:45px;
}
#nav_three {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/side_nav3.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#009900;
	width:126px;
	height:45px;
	margin:auto;
	text-align:left;
	padding-top:2px;
	padding-left:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
html>body #nav_three
{
/*width: auto;*/
height: auto;
min-width: 126px;
min-height:45px;
}
#nav_four {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/side_nav4.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#CC3399;
	width:126px;
	height:45px;
	margin:auto;
	text-align:left;
	padding-top:2px;
	padding-left:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
html>body #nav_four
{
/*width: auto;*/
height: auto;
min-width: 126px;
min-height:45px;
}
#nav_five {
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/side_nav5.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FF9933;
	width:126px;
	height:45px;
	margin:auto;
	text-align:left;
	padding-top:2px;
	padding-left:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
}
html>body #nav_five
{
/*width: auto;*/
height: auto;
min-width: 126px;
min-height:45px;
}
#main_content {
	/*border-top:6px #CC3399 solid;*/
	margin-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	background-image:url(http://www.enjoyhertfordshire.com/groups/img/main_bg_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF2E9;
}
#main_content_bottom {
	height:24px;
	background-image:url(../img/main_bg_bttm.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:cc3399;
	clear:both;
}
#main_image_holder {
	text-align:center;
	clear:both;
}
#footer {
	border-top:4px #CC3399 solid;
	background-color:#CC3399;
	padding:2px;
	text-align:left;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#polaroid {
	width:142px;
	height:305px;
	margin:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:12px;
}
html>body #polaroid
{
height: auto;
min-height: 305px;
}
#centered_content {
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}
#centered_content a{
	font-size:110%;
}
/*montages*/
#montage{
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px #CC3399 solid;
	border-bottom:1px #CC3399 solid;
}
.heritage_img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px #999999 solid;
}
.underlined_header {
	color:#CC3399;
	border-bottom:1px #CC3399 solid;
	width:60%;
}
#page_links {
	text-align:center;
	display:table;
	width:605px;
}
#page_links ul{
	display:inline;
	list-style:none;
}
#page_links li {
	float:left;
	list-style:none;
	display:block;
}
#page_links a{
	display:block;
	width:13.6em;
	height:auto;
	background-color:#FFDEA5;
	border:1px #FFBB4A solid;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin-right:6px;
	margin-top:6px;
	text-decoration:none;
}
#page_links a:visited{
	width:13.6em;
	height:auto;
	background-color:#FFDEA5;
	border:1px #FFBB4A solid;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin-right:6px;
	margin-top:6px;
	text-decoration:none;
}
#page_links a:hover{
	width:13.6em;
	height:auto;
	background-color:#FFF2E9;
	border:1px #FFBB4A solid;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin-right:6px;
	margin-top:6px;
	text-decoration:none;
}
