html, body {
	margin:0;
	padding:0;
	border:0;
	font-family:"Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3;
	color:#FFFFFF;
	height:100%;
	background-color:#3a0503;
}

.wrapper {
	width:1000px;
	margin:auto;
	min-height:100%;
	_height:100%;
	position:relative;
	background:url(images/content-rpt.gif) repeat #550e0c;
	border-left:2px solid #470402;
	border-right:2px solid #470402;
}

.banner {
	height:148px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

.photobar {
	height:212px;
	background-image:url(images/photobar-rpt.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:15px;
}

.photobar img {
	margin:0 10px;
	border:3px solid #a41a17;
}

/* NAV STYLES */
#nav {
	height:48px;
	line-height:48px;
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

#nav ul {
	height:48px;
	line-height:48px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	height:48px;
	line-height:48px;
	margin: 0px;
	padding: 0px;
	border:0;
	display: inline;
	
}
#nav a {
	display: inline;
	font-size: 13px;
	padding: 12px 5px 8px 25px;
	color:#f9efd7;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/navbtn.gif);
	background-position:0 -5px;
	background-repeat:no-repeat;
	font-variant:small-caps;
}

#nav li.current a, #nav li a:hover {
	background-position: 0 -53px;
}
/* END NAV STYLES */

.content-out {
	padding:20px 0;
}
.content {
	padding:0px 75px 0px 85px;
}

.c2-1 {
	background-image:url(images/content-divider.gif);
	background-repeat:repeat-y;
}

.c2-1 .left { width:500px; float:left;}
.c2-1 .right { width:240px; float:right;}
.c2-1 .right img { border:3px solid #a41a17; margin-top:40px;}

.clear { clear:both;}

.footerclear {
	height:77px;
}

.footer {
	height:77px;
	line-height:16px;
	bottom:0;
	position:absolute;
	width:1000px;
	margin:auto;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#000000;
}

.footer a { color:#333333;}

/************* TEXT STYLES ****************/
p, h1, h2, h3, h4, h5 {margin:0; font-weight:normal; padding-top:8px;}
h1, h2, h3, h4, h5 {
	/*font-family:Inkburrow, "Viner Hand ITC", "Tempus Sans ITC", "Bradley Hand ITC", "Rage Italic", "Blackadder ITC", Mistral, Ephesis, Pristina, Chiller, "Freestyle Script", serif;*/
	font-family:"Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
	/*padding-left:30px;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	background-position:left;*/
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:11px;
}
a{color:#9fab6b;}
a:hover{text-decoration:none;}
li {
	padding:8px 0 0 0;
	margin-left:0;
}
ul {
	padding-left:10px;
	margin-left:10px;
	padding-bottom:8px;
	margin-top:0;
}
img {
	border:none;
}
/*********** END TEXT STYLES **************/
/* definition lists */
dl { width:100%; margin:0;}
dl:hover { background-color:#6c1513;}
dt { width:40%; margin:0; float:left;}
dd { margin-left:41%;}
/* end definition lists */

/* Form definition list styles - to be pasted into main stylesheet, or used standalone, as desired. Some tweaking to colours and sizes may be required to suit individual site */
form dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	width:100%;
	clear:both;
}

form dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

form dd {
	margin-left: 45%;
	width:55%;
}
/* Hover Effects */

form dl:hover {
	background-color:#550E0C;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
}

.inputwidth {
	width:150px;
}

.inputwidthsmall {
	width:50px;
}

.radio, .radio:hover, .radio:active, .radio:focus { border:0;}