@charset "utf-8";
/* Jaq's CSS file. Chucked together by Marcus with love on the 20th September 2008 */

html,body{
    height:100%;
}

body {	background:#000;
	font-family:garamond, "Times New Roman", Times, serif;
	text-align:center;
	min-width:927px;
	min-height:583px;
	color:#503612;
	}
* {	margin:0;
	padding:0;
	}
#vertical{ /*Vertically centers*/
	float:left;
	height:50%;
	margin-top:-325px;
	width:100%;
	}
/* Nav Stuff */
#nav {
	margin:0 auto;
	width:927px;
	height:67px;
	}
#nav li {list-style:none}
#top-1 {
	background:url(images/top-1.jpg);
	width:125px;
	height:67px;
	float:left;
	}
#top-2 {background:url(images/top-2.jpg);
	width:156px;
	height:67px;
	float:left;
	}
#top-2 a {padding-left:40px}
#top-3 {background:url(images/top-3.jpg);
	width:109px;
	height:67px;
	float:left;
	}
#top-4 {background:url(images/top-4.jpg);
	width:132px;
	height:67px;
	float:left;
	}
#top-5 {background:url(images/top-5.jpg);
	width:138px;
	height:67px;
	float:left;
	}
#top-6 {background:url(images/top-6.jpg);
	width:149px;
	height:67px;
	float:left;
	}
#top-6 a {padding-right:40px}
#top-7 {background:url(images/top-7.jpg);
	width:118px;
	height:67px;
	float:left;
	}
#nav a{
	font-size:22px;
	display:block;
	height:43px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	padding-top:22px;
	text-decoration:none;
	color:#503612;
	}
#nav a: hover {color:#975}
#top-2 a:hover {background:url(images/top-2-ova.jpg);}
#top-3 a:hover {background:url(images/top-3-ova.jpg);}
#top-4 a:hover {background:url(images/top-4-ova.jpg);}
#top-5 a:hover {background:url(images/top-5-ova.jpg);}
#top-6 a:hover {background:url(images/top-6-ova.jpg);}
.menuparent {cursor:default}
#nav li li {width:132px}
#nav, #nav ul {list-style: none}
#nav ul { 
   position: absolute; 
   top: auto; 
   display: none;
	}
#nav li li { 
   margin-left:0;
   margin-top:-1px;
   float:none; 
   position: relative; 
	}
#nav li li a {
	border:2px solid #444;
	background:url(images/top-4.jpg);
	padding:10px 0;
	font-size:18px;
	}	
#nav ul, 
#nav li:hover ul, 
#nav li.menuparenth ul { 
   display: none; 
	}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav li.menuparenth ul, 
#nav ul li.menuparenth ul{ 
   display: block;
	}
/* IE Hacks */
#nav li li {float: left;clear: both}
#nav li li a {height: 1%}

/* Content Area */
#bottom {
	background:#D7C59F url(images/bottom.jpg);
	width:927px;
	height:583px;
	margin:0 auto;
	clear:both;
	}
#content {
	padding-top:35px;
	width:500px;
	height:270px;
	margin:0 auto;
	text-align:left;
	font-size:22px;
	line-height:30px;
	}
.home {background:url(images/sketch-home.png)  bottom right no-repeat}
.links {font-size:14px!important;line-height:20px!important}
/*
.about {background:url(images/sketch-about.png) bottom right no-repeat}
.contact {background:url(images/sketch-contact.png) bottom left no-repeat}
.thanks {background:url(images/sketch-thanks.png) bottom right no-repeat}
.links {background:url(images/sketch-links.png) bottom center no-repeat}
*/
#title {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	padding-top:210px;
	font-size:30px;
	color:#000;
	}
p {	margin:20px 0}
.centre {text-align:center}
/* Contact Page */
/* #conForm {padding-left:35px} was in here to make room for the bottom content image */
#conForm label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:5px 5px;
}
#conForm input {
	background:#ca8 url(images/formBack.jpg);
	color:#000;
	font-size:18px;
	border: 2px solid #444;
	font-family:"Times New Roman", Times, serif;
	width:200px;
	padding:5px;
	margin:3px 0;
	}
#conForm textarea {
	background:#ca8 url(images/formBack.jpg);
	color:#000;
	font-size:16px;
	border: 2px solid #444;
	font-family:"Times New Roman", Times, serif;
	width:300px;
	height:100px;
	padding:5px;
	}
#conForm input.butTon {
	background:#ca8 url(images/formBack.jpg);
	color:#000;
	font-size:20px;
	font-weight:bold;
	margin-left:150px;
	border:2px outset #444;
	padding:0;
	}
#footer {
	color:#666;
	font-size:9px;
	width:927px;
	text-align:right;
	padding-right:10px;
	margin:0 auto;
	}
#footer a {
	color:#888;
	text-decoration:none;}

