/*
	Table of Contents: 
		import navigation
		layout
		colours, typography & links
		misc
*/

/* import navigation
----------------------------------------------- */

@import 'nav.css';

/* layout
----------------------------------------------- */

body
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #948161;
	background: #b8a584 url(images/bg.gif);
	margin: 0; padding: 30px 0 25px 0;
}
div#container
{
	width: 823px;
	margin: 0 auto;
	background: #fff;
	overflow: auto;
}
div#header
{

	width: 783px;
	height: 38px;
	padding: 0 20px 0 20px;
	line-height: 38px;
	background: url(images/header.gif) no-repeat;
	color: #8a6c43;
}
h1#banner
{
	width: 823px;
	height: 165px;
	background: url(images/banner.jpg) no-repeat;
	text-indent: -9999px;
}
div#nav_holder
{
	width: 823px;
	height: 37px;
	background: url(images/nav_bg.gif) repeat-x
}
	div#nav_below
	{
		width: 823px;
		height: 30px;
		background: url(images/nav_under.gif) repeat-x top;
	}
div#content
{
	width: 777px;
	margin: 0 auto;
}
	div#left
	{
		width: 224px;
		float: left;
	}
	div#right
	{
		width: 530px;
		float: right;
		line-height: 19px;
	}
.left_header
{
	width: 204px;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 20px;
	background: url(images/left_header.gif) no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
	.left_content
	{
		width: 194px;
		margin: 0 auto;
		padding: 20px 0 10px 0;
		font-weight: bold;
	}
.right_header
{
	width: 510px;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 20px;
	background: url(images/right_header.gif) no-repeat;
	color: #ce8f46;
	font-size: 19px;
}
	.right_content
	{
		width: 490px;
		padding: 20px;
		background: #ede7cf;
		line-height: normal;
	}
	.right_footer
	{
		width: 530px;
		height: 6px;
		background: url(images/right_footer.gif) no-repeat;
		margin: 0 0 20px 0;
	}
div#footer
{
	width: 793px;
	height: 44px;
	padding: 25px 30px 0 0;
	background: url(images/footer.gif) no-repeat;
	clear: both;
	margin: 40px 0 0 0;
	text-align: right;
	font-size: 8px;
	text-transform: uppercase;
}

/* colours, typography & links
----------------------------------------------- */

.header
{
	font-size: 18px;
	color: #ce8f46;
	padding: 0; margin: 0 0 8px 0;
}

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

/* misc
----------------------------------------------- */

img
{
	border: 0;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0; padding: 0;
}


/* forms
----------------------------------------------- */


.inputinfo {margin:0px;padding-top:0px;padding-left:10px;padding-right:15px;border:0px;text-align:left;display:block;}

.inputtitle {font-size:11px;font-weight:bold;text-decoration:underline;line-height:30px;color:#868077;}

.inputnormal {background-image: url('images/inputbg.gif');background-repeat: repeat-x;background-color:#ffffff;width:150px;height:17px;border:1px solid #bcb5af;margin:0px;padding-top:3px;padding-left:5px;padding-right:5px;margin-bottom:2px;font-size:11px;}

.inputcode {background-image: url('images/inputbg.gif');background-repeat: repeat-x;background-color:#ffffff;width:84px;height:17px;border:1px solid #bcb5af;margin:0px;margin-top:5px;padding-top:3px;padding-left:5px;padding-right:5px;margin-bottom:2px;font-size:11px;}

.checkboxtext {padding:0px;margin:0px;border:0px;font-size:11px;color:#7a1648;font-weight:bold;text-decoration:none;}

.inputextra {padding:0px;margin:0px;border:0px;font-size:9px;color:#000000;text-decoration:underline;}

.textarea {background-image: url('images/textareabg.gif');background-repeat:repeat-x;background-color:#ffffff;height:93px;width:380px;border:1px solid #bcb5af;margin:0px;padding-top:3px;padding-left:5px;padding-right:5px;margin-bottom:2px;font-size:11px;background-position:left bottom}