/* CSS Document */

body{
	background-color: #21649A;
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active{
	color: #B76905;
}

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

a:visited{
	color: #B76905;
}

img{
	border: none;
}

#container{
	background-color: #FFF;
	width: 796px;
	margin: 0 auto;
}

.paddingtext{
	padding: 0 25px;
}

.paddingtext_details{
	padding: 10px 25px;
}


.padtopbottom{
	padding: 4px 0;
}


h1{
	color: #B76905;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding-bottom: 20px;
	margin-top: 30px;
}

.footer{
	text-align: left;
	color: #C6C1B0;
	font-size: 75%;
	padding: 4px 6px;
	background-color: #21649A;
	height: 26px;
}

.footer a:link, .footer a:visited{
	color: #C6C1B0;
	text-decoration:none;
}

.footer a:hover, .footer a:active {
	color: #C6C1B0;
	text-decoration:none;
}

.details_top_left{
	background:#666 url(../images/top_left.gif) no-repeat top left;
}

.details_price_includes{
	background:#FFF url(../images/details_price_includes.gif) no-repeat top left;
}

.bg_colour_grey{
	background-color:#666;
}

.bg1{
	background:url(../images/template_04_body_10.gif) repeat-y;
}

.bg2{
	background:url(../images/template_04_body_12.gif) repeat-y;
}

.bg3{
	background:url(../images/template_04_body_05.gif) repeat-y;
}

.pad_block{
	padding-bottom: 8px;
}

.pad_top{
	padding-top: 8px;
}

.margin-top{
	margin-top: 8px;
}

.margin-top-more{
	margin-top: 20px;
}

.orange_bg{
	background-color: #B76905;
}

.lightbrown_bg{
	background-color: #C6C1B0;
}

.lightbrown_border_top{
	border-top: 8px solid #C6C1B0;
}


.lightbrown_bg_full{
	background-color: #C6C1B0;
	width: 764px;
}

.white_bg{
	background-color: #FFF;
	margin: 0;
	padding: 0 ;
}


.text_dates{
	color: #4A4A4A;
	font-weight:bold;
	padding: 4px 6px 0 6px;
}

.text_white{
	color: #FFF;
}

.text_white_large{
	color: #FFF;
	font-size: 110%;
	font-weight:bold;
}

.text_white_x_large{
	color: #FFF;
	font-size: 120%;
	font-weight:bold;
}

.setheight{
	height: 400px;
}

#contractform{
	
}

#contactform input.txt, #contactform textarea.txt{
	width: 200px;
}

.emailbtn{
	width: 100px;
}

/*--- text box headlines */

.orange_headline{
	color: #B76905;
	font-weight:bold;
}

.orange_headline_small{
	color: #B76905;
	font-weight:bold;
	font-size: 90%;
}

.black_headline{
	color: #000;
	font-weight:bold;
}

.errortext{
	color: #FF0000;
	font-weight:bold;
	padding-bottom: 3px;
}


.border-bottom{
	border-top: 1px dotted #B76905;
}

#termsbox{
	height: 100px;
	overflow:scroll;
	width:auto;
	border: 1px solid #666;
	padding: 2px;
}

.lowercase{
	text-transform:lowercase;
}

.uppercase{
	text-transform: uppercase;
}