/* CSS Document For Bellbrook Fishery website */

/* Layout
************************************************************** */

* {
	padding:0px;
	margin:0px;
}
.border {
	border:1px solid #DED9E5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#DED9E5;
	/* background:#DED9E5 url(../images/layout/bg2.gif) center ; */
	text-align:center;
}
#containerHome {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #BEB4CC;
	border:1px solid #3D2C55;
	margin-top:10px;
}
#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #BEB4CC url(../images/layout/bg-sidecol.gif) repeat-y 0 0;
	border:1px solid #3D2C55;
	margin-top:10px;
}
img#photo {
	position:relative;
	padding-left:235px;
}
#header {
	height:120px;
	background:#A95860 url(../images/layout/header.gif) 0 0 ;
}
#nav {
	background-color:#000;
	height:30px;
	text-align:left;
}
#homecol{
	width:760px;
	padding:0px;
	background-color:#BEB4CC;
}
#sidecol {
	width:180px;
	padding:0px;
	height:450px;
}

#contentcol {
	width:580px;
	padding:0px;
	margin-bottom:20px;
}

#footer {
	/*position:absolute;
	bottom:0px; */
	width:760px;
	height:80px;
	padding:0px;
	background-color:#3D2C55;
}

.padding {
	padding:20px;
}
.paddingSecondaryImage {
	padding:10px 0;
	text-align:center;
}
.paddingSecondaryImage img {
	border:1px solid #3D2C55;
	margin:0 auto;
	
}
/* */

#greatplace {
	
}

/* Nav
************************************************************** */
#nav ul {
	padding-top:0px;
}
#nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 4px;
	padding-left: 8px;
	border-left:1px solid #fff;
}
#nav li.start
{
	border-left:none;
}

/* Links
************************************************************** */

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}
#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#efefef;
	text-decoration:underline;
	font-weight:bold;
}
#navlist a:link, #navlist a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#navlist a:hover {
	color:#3d2c55;
	text-decoration:none;
	font-weight:bold;
}
/* Lists
************************************************************** */

#navlist
{
	margin-left: 0;
	margin-bottom:10px;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	padding-left: 10px;
	background-image: url(../images/layout/blt.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height:18px;
	font-size:11px;
}
#navlist2
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist2 li
{
	padding-left: 10px;
	background-image: url(../images/layout/blt.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height:18px;
	font-size:11px;
}

#contentcol ul
{
	margin-left: 0;
	margin-bottom:10px;
	padding-left: 0;
	list-style: none;
}

#contentcol li
{
	padding-left: 10px;
	background-image: url(../images/layout/blt.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height:18px;
	font-size:11px;
}
/* Typography
************************************************************** */

p {
	padding:5px 0;
}
.body_text {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #3d2c55;

}

.boldbody {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.whitetext {  
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.boldbodyitalic { 
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
 }

.onthispage { 
	
	font-size: 11px;
	text-decoration: underline;
	color: #BEB4CC;
	font-weight: normal;
}


.bodytextbold {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #3d2c55;

}

.whitetextboxed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A95860;

}

.heading {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #3d2c55;
	border-bottom:1px solid #3d2c55;
	margin-bottom:10px;
}
.Subheading{
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #3d2c55;
	border-bottom:1px solid #3d2c55;
	margin-bottom:5px;
}
/* Forms
*********************************************************************** */

#tblBookingForm td, #tblBookingForm th {
	padding:5px;
}