@charset "utf-8";
/* CSS Document */

	body {
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		color:#333;
		background: url(../images/layout/pagebg.jpg) no-repeat top center;
	}
	html {
		min-height: 100%;
		margin-bottom: 1px;
	}

/* Text styling */

	hr {
		border: none 0; 
		border-top: 1px solid #CCC;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
		clear:both;
	}

	a {
		text-decoration:none;
		color:#811628;
	}
	
	a:hover {
		color:#8f293a;
		text-decoration:underline;
	}
	a img { border:none; }
	
	p {
		margin:0 0 13px 0;
		padding:0;
		font-size:12px;
		line-height:140%;
	}
	p.error {
		color:red;
		font-weight:bold;
	}
	p.success {
		color:green;
		font-weight:bold;
	}
	strong {
		
	}
	h1, h2, h3, h4, h5 {
		margin:10px 0 17px 0;
		padding:0;
		font-weight:normal;
	}
	h2 span {
		font-size:15px;
	}
	h3 span {
		font-size:13px;
	}

	h1 { font-size:20px; }
	h2 { font-size:17px; }
	h3 { font-size:15px; }
	h4 { font-size:13px; }
	h5 { font-size:12px; }
	ul {
		font-size:12px
	}
	ul li {
		margin-bottom:7px;
	}
	.clearboth {
		height:0;
		overflow:hidden;
		clear:both;
	}

/* Form styles */
	form {
		margin:0;
		padding:0;
	}
	input.textbox {
		border:1px solid #999;
		padding:0;
		margin:0;
	}
/* Contact form styles */

#contact_form {
padding: 15px 10px 15px 10px;
width: 95%;
font-size:12px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
#contact_form .box {

	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}
#contact_form p {
	font-size:12px;
}
.fieldset {

border: solid #CCC 1px;
padding: 10px;
}
legend span {
display: block;
font-weight: bold;
color: #666;
font-size: 11px;
padding-bottom: 10px;
}

label {
display: block;
}
label span {
width: 8em;
margin-left: 20px;
float: left;
}
label input, label textarea {
width: 120px;
font-family: inherit;
}
#submit {
font-family: inherit;
}
p.error {
		color:red;
		font-weight:bold;
	}
	p.success {
		color:green;
		font-weight:bold;
	}
	.page_images {
		float:right;
		margin:20px 0 20px 20px;
		display:inline;
	}