/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	text-align: center;
	background-color: #F5FBD0;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

p.center {
	text-align: center;
}	

h1 {
	margin: 0px;
	color: #800000;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	font-family: "Monotype Corsiva", Verdana, Arial;
	margin-bottom: 20px;
}

h1.caer {
	font-size: 50px;
	margin-bottom: 0px;
}		

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	color: #006600;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-weight: bold;
	font-size: small;
	color: #006600;
}

h3.red {
	color: #FF0000;
}
		

h4 {
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 20px;
	margin-right: 5px;
	text-align: left;
	font-weight: normal;
	font-size: small;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h5 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}			

img {
	margin: 0px;
	border: none;
}				

td img {
	display: block;
}

ul {
	padding: 0px;
	margin: 0px;;
}

li {
	padding: 0px;
	list-style-image: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
	color: #074882;
	font-size: small;
}

hr {
	color: #E6E6E6;
	margin: 20px 0px 20px 0px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
	
a:link {
	color: #006600;
	text-decoration: none;
}

a:active {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

/* text styling */
.p_right {
	margin-top: 10px;
	text-align: right;
}

.arrow a:hover {
	text-decoration: none;
}

/* image styling */
.img_float_left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	display: inline;
	border: none;
}

.img_float_right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	display: inline;
	border: none;
}	

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 972px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 964px;
	float: left;
	border: none;
	background-color: #FFFFFF;
	border: 4px solid #BCB800;
}	

#mainWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	border: 2px solid #006600;
}

#mainWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#topBanner {
	padding: 0px;
	border: none;
}	

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 960px;
	border: none;
	float: left;
}

#mainPage h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainPage p strong {
	color: #800000;
}

#mainColumn {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 460px;
	border: none;
	float: left;
}

#mainPic {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 440px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #872b93;
}	
	
#mainContentLeft {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 18px;
	padding-right: 10px;
	width: 200px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}		

#mainContentMiddle {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 460px;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	float: left;
	text-align: left;
	background-color: #F5FBD0;
}

#mainContentRight {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	width: 200px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}

#mainContentLeft img, #mainContentRight img, #mainContentMiddle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}	

#mainContentMiddle img.mainpic {
	border: 10px solid #FFFFFF;
}

#maincontentLeftPara, #maincontentRightPara {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 2px;
	width: 194px;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	text-align: left;
	background-color: #F5FBD0;
	font-size: small;
	color: #000000;
	}	

#lowerNav {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	color: #074882;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: inherit;
	border: none;
	float:right;
	text-align: right;
}


#lowerNav p strong {
	font-size: medium;
}	


#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#footerWrapper {
	float: left;
	width: 960px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #F5FBD0;*/
	background-color: #006600;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003500;
}	

#footer {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 920px;
}	
	
#footer p {
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: small;
}

#footer p strong {
	color: #FFFF00;
}	

#footer a:link {
	color: #FFFF00;
	text-decoration: none;
}

#footer a:active {
	color: #FFFF00;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFF00;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#footer table {
	width: 100%;
	border: none;
}

#footer table td {
	padding: 10px;
	padding-top: 0px;
	width: 33%;
	vertical-align: top;
}					

/* top layers */
#telephone {
	position:absolute;
	left:20px;
	top:40px;
	width:280px;
	z-index:1;
}

#telephone p {
	font-size: 22px;
	color: #800000;
	margin: 5px;
	text-align: left;
	font-weight: bold;
}		

#mainheading {
	position:absolute;
	left:330px;
	top:19px;
	width:300px;
	height:70px;
	z-index:2;
}

#address {
	position:absolute;
	left:680px;
	top:40px;
	width:300px;
	height:96px;
	z-index:1;
}

#address p {
	font-size: 22px;
	color: #800000;
	margin: 5px;
	text-align: center;
	font-weight: bold;
}

#menubarLeft {
	position:absolute;
	left:7px;
	top:150px;
	width:375px;
	z-index:1;
	vertical-align: middle;
}

#menubarLeft a:link, #menubarLeft a:active, #menubarLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menubarLeft a:hover {
	color: #FFFF00;
	text-decoration: none;
}	

#menubarLeft table {
	width: 100%;
	border: none;
	font-weight: normal;
	text-align: center;
	font-size: small;
}	

#menubarLeft table td {
	width: 125px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}	

#menubarRight {
	position:absolute;
	left:590px;
	top:150px;
	width:375px;
	z-index:1;
	vertical-align: middle;
}

#menubarRight a:link, #menubarRight a:active, #menubarRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menubarRight a:hover {
	color: #FFFF00;
	text-decoration: none;
}	

#menubarRight table {
	width: 100%;
	border: none;
	font-weight: normal;
	text-align: center;
	font-size: small;
}	

#menubarRight table td {
	width: 125px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menubarLeft table td.darkgreen, #menubarRight table td.darkgreen {
	background-color: #006600;
}

#menubarLeft table td.darkgreen a div, #menubarRight table td.darkgreen a div {
	background-color: #006600;
	padding-top: 0px;
	padding-bottom: 5px;
}	

#menubarLeft table td.darkgreen a:hover div, #menubarRight table td.darkgreen a:hover div {
	background-color: #003500;
	padding-top: 0px;
	padding-bottom: 5px;
}

#menubarLeft table td.darkgreen div.select , #menubarRight table td.darkgreen div.select {
	background-color: #003500;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFF00;
}	

#menubarLeft table td.lightgreen, #menubarRight table td.lightgreen {
	background-color: #669900;
}

#menubarLeft table td.lightgreen a div, #menubarRight table td.lightgreen a div {
	background-color: #669900;
	padding-top: 0px;
	padding-bottom: 5px;
}	

#menubarLeft table td.lightgreen a:hover div, #menubarRight table td.lightgreen a:hover div {
	background-color: #003500;
	padding-top: 0px;
	padding-bottom: 5px;
}

#menubarLeft table td.lightgreen div.select, #menubarRight table td.lightgreen div.select {
	background-color: #003500;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFF00;
}
	
#menubarLeft table td.yellowgreen, #menubarRight table td.yellowgreen {
	background-color: #BCB800;
}

#menubarLeft table td.yellowgreen a div, #menubarRight table td.yellowgreen a div {
	background-color: #BCB800;
	padding-top: 0px;
	padding-bottom: 5px;
}	

#menubarLeft table td.yellowgreen a:hover div, #menubarRight table td.yellowgreen a:hover div {
	background-color: #003500;
	padding-top: 0px;
	padding-bottom: 5px;
}

#menubarLeft table td.yellowgreen div.select, #menubarRight table td.yellowgreen div.select {
	background-color: #003500;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFF00;
}

#menubarRight p {
	float: right;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	display: inline;
	color: #074882;
	vertical-align: middle;
	font-weight: bold;
}

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}

.massive_red {
	color: #FF0000;
	font-size: 36px;
}

.quote {
	color: #666666;
	font-size: 36px;
}

.quote2 {
	color: #666666;
}	

.large_red {
	color: #FF0000;
	font-size: large;
}

.medium_red {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}	

p.left {
	text-align: left;	
}	

p.readmore {
	color: #800000;
	font-weight: normal;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: small;
	text-align: right;
}

#footer p.copyright {
	color: #BCB800;
}

p.openinghours {
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	color: #074882;
}	

p.xsmall {
	font-size: x-small;
}

p.youmightbeinterested {
	padding-bottom: 5px;	
}

/* Contact form styling */
table.contactform {
	background-color: #FAFDEA;
	width: 100%;
	border: 1px dashed #999999;
	margin-bottom: 10px;
}

table.contactform p.title {
	text-align: right;
	margin: 2px;
}

table.contactform p.box {
	text-align: left;
	margin: 2px;
}			
