/* 
	judithwalker.co.uk styles 
	Author: Jeremy Halliwell jeremy@simplicityweb.co.uk
	Version:	2007-09-08 
*/

* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#666;
	font:76%/140% verdana,geneva,arial,helvetica,sans-serif;
}
/* text */
h2 {
	font-size:1.2em;
}
a {
	color:#369;
}
a:visited,a:hover,a:active {
	color:#c96;
}
/* lists */
ul {
	list-style:none;
}
/* forms */
form {
	font-size:0.95em;
}
button,
input.button {
	border:1px outset #A6A6A6;
	color:#6F40A6;
	cursor:pointer;
}
label {
	color:#566f37;
	cursor:pointer;
	display:block
}
input {
	border:1px solid #e4edf3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0.1em;
}
textarea {
	border:1px solid #e4edf3;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	padding:0.1em;
	width:35em;
}
select {
	border:1px solid #e4edf3;
}
/* tables */
th {
	text-align:left;
	vertical-align:top;
}

/* user classes */
.float {
	float:right;	
}


/* DOM */
#frame {
	padding-top:1em;
	width:800px;
}
#banner {
	background:url(banner.png) no-repeat;
	height:47px;
	margin-bottom:1em;
	width:100%;
}
a#bannerHomeLink {
	background:none;
	border:none;
	display:block;
	height:100%;
	width:100%;
}

ul#navigation {
	margin-left:1em;
	padding:0 5px;
	xwidth:25%;
}
#navigation a {
	font-weight:normal;
	text-decoration:none;
}
#navigation a:visited {
	color:#369;
}
#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	text-decoration:underline;
}
ul#navigation li {
	font-weight:bold;
	padding:0.3em 0.5em;
}
#content {
	float:right;	
	height:100%;
	padding:0 2em 1em 2em;
	width:70%;
}
#content h1 {
	font-size:1.2em;
}
#content img {
	xfloat:right;
	margin:0.3em;
	width:auto;
}
#content p {
	color:#999;
	font-family:Georgia,Times New Roman,serif;
	margin-bottom:1em;
}
#content td {
	color:#999;
	font-family:Georgia,Times New Roman,serif;
}
/* gallery */
ul#galleryImages li a img {
	border:1px solid #fff;
}

/*
#content #flashcontent {
	float:right;
	width:auto;
}*/
/*#gallery img {
	border:none;
	float:none;
}
*/#noflash_link {
	float:right;
	margin-bottom:2em;
	width:auto;
}
#footer {
	clear:both;
	font-size:0.9em;
	margin-top:1em;
	text-align:center;
}
#contactform input {
	width:20em;
}
/* contact */
#contactform input.button {
	width:4em;
}
#contactform div {
	margin-bottom:0.5em;
}
#cV-page table {
	clear:right;
}
