Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	font: 62.5%/1.5 Georgia, Arial, sans-serif;
	color: #333333;
	background: #D7E8B1;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 867px;
	background-color: #fff;
	background-image: url('../images/navi-bg.gif');
	background-repeat: repeat-y;	
	
}

#NaviBackground {
	background-image: url('../images/navi-floral.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;

}

#navigation {
	float: left;
	width: 215px;
	padding-top: 7em;
	padding-bottom: 1.2em;
	color: #457AA5;
	min-height:600px;
	height: auto !important;
	height: 600px;	
	
}

#navigation ul {
margin: 0;
padding: 0;

}

#navigation li a {
	color: #FFF;
	display: block;
	font-size: 1.4em;
	padding-bottom: 0.7em;
	padding-top: 0.7em;	
	text-align: center;
	text-decoration: none;
}

#navigation li a:hover {

	color: #333300;
	background-color: #dbe6b4;
	border-left: solid 8px;
	border-left-color: #b0bb93;	
	border-right: solid 8px;
	border-right-color: #b0bb93;		
}

#main_content {
float: right;
width: 620px;
margin-right: 0.5em;
margin-bottom: 2.4em;
	background-image: url('../images/bedlam-house-logo.jpg');
	background-repeat: no-repeat;	
	background-position: top left;

}

.clear_both {
	clear: both;
}

a {
font-weight: bold;
color: #666633;
text-decoration: none;
}

p {
margin-bottom: 1em;
font-size: 1.4em;
}

p.small {
margin-bottom: 2em;
font-size: 1.1em;
}

p.small a {
 color: blue;
}

.list li {
font-size: 1.3em;
margin-bottom: 1em;
list-style-type: disc;
list-style-position: outside;
margin-left: 1.6em;
}

.listplain {
	margin-top: -1em;
}

.listplain li {
font-size: 1.3em;
margin-bottom: 0.5em;
list-style-type: none;
margin-left: 1.6em;
}


em {
 font-weight: bold;
}

h1 {
	font-size: 2.2em;
	color: #5C6D41;
	font-weight: normal;
margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	color: #457AA5;
	font-weight: normal;
margin-bottom: 1.2em;
}

h3 {
	font-size: 1.4em;
	color: #457AA5;
	letter-spacing: 0.2;
	margin-bottom: 1em;
}

#branding_sub {
	float: right;
	width: 620px;
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
}

ul.normallist li{
	margin-bottom: 0.7em;
	list-style-type: disc;
	font-size: 1.4em;	
}



.tarifftable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #fff; 
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.tarifftable th, td {
	padding: 0.1em 1em;
}

.tarifftable caption {
	color: #457AA5;
	margin: 0.5em 0;
}

.tarifftable col {
	border-right: 1px solid #fff;
}

.tarifftable col#priceCol {
	border: none;
}

.tarifftable thead {
	background:  #b0bb93;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}

.tarifftable th {
	font-weight: normal;
	text-align: left;
}

.tarifftable .odd {
	background-color: #edf5ff;
}

.tarifftable tbody tr:hover {
	background-color: #3d80df;
	color: #fff;
}

thead tr:hover {
	background-color: transparent;
	color: inherit;
}

/* Form */

#contact-form {
	
}

fieldset {
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-size: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 0.7em;
}

input:focus, textarea:focus {
	background: #ffc;
}

label {
		display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-size: 1.2em;	
}
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset li {
	padding: 5px;
	margin: 0;
	}


fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
fieldset fieldset label {
	display: block;
	width: auto;
	}




textarea {
	width: 20em;

}

label { width: 120px; } /* Width of labels */
fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

