/* CSS Document */

html, body { padding: 5px; margin:0; }
body {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000000;
	background-image: url(../imgs/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-size:70%;
	margin: 0 auto;
	
	
}
pre, blockquote, fieldset, table {margin: 1em 0;}
.cleaner {clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0; background:transparent;}


/* Bullets */
p {font-size:1.1em;}
ul {margin:1em ; line-height:1.3em;font-size:1.1em;}
li {padding: 0.06em 0;}
ul li {margin-left:1.4em;padding-left: 0.5em; list-style: square outside;	/* background:url(../imgs/list-on.gif) 0 0.6em no-repeat;*/ }
ol li {list-style: decimal outside;}

	/* Bullets with Dotted Top and Bottom */
	#entriesList li a {
		padding:0.5em 0;
		border-top:1px dotted #780002;
		border-bottom:1px dotted #780002;
		display:block;
		margin-bottom:-1px;
	}
		a:link, a:visited,  a:active
		 { color: #780002; text-decoration:underline; }
		a:hover {  color: #780002; text-decoration:none; }
	
		

/* Standard settings */
h1,h2,h3,h4,h5,h6 
{margin:2px 0; padding: 3px 0; color:#780002; font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; font-weight:bold; }

h1 {font-size:2.4em;}
	h1 a:link, h1 a:visited, h1 li a:active {color: black; text-decoration:underline;}
	h1 a:hover {color: black; text-decoration:none;}
h2 {font-size:1.8em;}
	h2 a:link, h2 a:visited, h2 li a:active { color: black; text-decoration:underline;}
	h2 a:hover {color: black; text-decoration:none;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}

/* END */

form {margin:0;}
#bookitform {width:99%; margin:0 auto;}
#bookitform td {padding:5px 0 3px 5px; vertical-align:top; }
.theader-blue {background-color:#013560;color: #FFFFFF;}
.theader-grey {background-color:#999999;color: #FFFFFF;}
.theader-blue p,
.theader-grey p {margin:0;   font-weight: bold;}
#bookitform textarea  {width:240px; height:50px; overflow:auto;}
#bookitform input.txt {width:240px;}
#bookitform checkbox {padding:10px 5px;}
.required {color:#FF0000;}
-->
