/* Basic styles */
*{ margin:0; padding:0; }
html,body{ height:100%; }
a img{ border:0; }
form{ margin:0 0 1em; }
fieldset{ border:0; }
input,textarea{ padding:1px; }
table{ margin:0 0 1em; }
td{ vertical-align:top; }
ul{ list-style:none; }
a,a:visited{ text-decoration:none; color:#333 }
a:hover{ text-decoration:underline; }
.center{ text-align:center; }


/* System error */
#system_error{ background:#ff9; border:1px solid #000; color:#000; text-align:left; padding:5px; margin:1px; }
#system_error strong{ color:red; }


/* Fonts */
body{
	font:12px/1.25em "Trebuchet MS",arial,verdana,sans-serif;
	color:#333;
}
* html td,* html th,* html caption{ font /**/:12px/1.25em "Trebuchet MS",arial,verdana,sans-serif; }
input,textarea,select{ font:12px/1.25em "Trebuchet MS",arial,verdana,sans-serif; }

/* Body, html, wrapper */
html{
	background:#FBECCF;
}
body{
	text-align:center; /* for IE */
	background:url(/images/body.jpg) 0 0 repeat-x;
}
#wrapper{
	width:770px;
	text-align:left; /* for IE */
	margin:0 auto;
	background:url(/images/wrapper.jpg) 0 0 repeat-y;
}


/* Header
==========*/
#header{
	position:relative;
	height:135px;
	background:url(/images/header.jpg) 0 0 no-repeat;
}
/* header-nav */
ul#header-nav{
	position:absolute;
	top:108px;
	right:40px;
}
#header-nav li{
	float:left;
	line-height:14px;
	border-right:1px solid #333;
	padding:0 6px;
}
#header-nav li.last{
	border:0;
}
#header-nav a,
#header-nav a:visited{
	color:#333;
	font-size:13px;
	height:15px;
}
#header-nav a.current,
#header-nav a.current:visited{
	background:#F9DB95;
}

/* header-link */
#header-link{
	position:absolute;
	top:0;
	left:30px;
	height:100px;
	width:710px;
}

/* Main
==========*/
#main{
	overflow:hidden;
	background:url(/images/main.gif) 0 0 repeat-y;
	margin:20px 0;
}
* html #main { height:1%; }
/* Left
==========*/
#left{
	float:left;
	display:inline;
	margin:0 0 20px 30px;
	width:132px;
	padding:0 0 5px 0;
}
#left h1{
	font-size:18px;
	font-weight:bold;
	color:#CC9A69;
	margin:0 0 0 20px;
	height:20px;
}
/* left-nav */
ul#left-nav{
	margin:0 0 0 10px;
}
#left-nav li{
	float:left;
	margin:0 0 5px 0;
	background:url(/images/shadow_100x100.jpg) 0 0 no-repeat;
}
#left-nav img{
	display:block;
	margin:18px;
}
#left-nav h2{
	color:#CC9A69;
	font-size:13px;
	margin:0 0 0 10px;
}
#left-nav h2 a,
#left-nav h2 a:visited{
	color:#CC9A69;
}
#left-nav h2 a:hover{
	text-decoration:none;
}

/* Content
==========*/
#content{
	float:left;
	display:inline;
	width:535px;
	margin:0 55px 10px 18px;
	overflow:hidden;
	min-height:330px;
	height:auto;
}
* html #content{ height:340px; overflow:visible; }

/* Footer
==========*/
#footer{
	clear:both;
	position:relative;
	height:120px;
	background:url(/images/footer.jpg) 0 0  no-repeat;
}
/* footer-nav */
ul#footer-nav{
	text-align:center;
	padding:20px 0 0;
}
#footer-nav li{
	display:inline;
	line-height:1em;
	border-right:1px solid #333;
	padding:0 6px;
}
#footer-nav li.last{
	border:0;
}
#footer-nav a,
#footer-nav a:visited{
	color:#333;
	font-size:13px;
}
/* copyright */
#copyright{
	text-align:center;
	color:#333;
	padding:10px 0 0;
}


/* Content basic styles
=========================*/
#content a,
#content a:visited{
	color:#333;
}
#content a:hover{
}
#content p{
	margin:0 0 1em 10px;
}
#content h1{
	font-size:18px;
	font-weight:bold;
	color:#CC9A69;
	margin:0 0 1em 10px;
}
#content h2{
  font-size:17px;
	font-weight:bold;
	color:#CC9A69;
	margin:1em 0 1em 10px;
}
#content ul,
#content ol{
	margin:0.2em 0 1em 0;
	padding:0 0 0 2em;
}
#content ul li{
	list-style-type:disc;
}
#content ol li{
	list-style-type:decimal;
}
#content img.right{
	float:right;
	margin:0 0 .5em .5em;
}
#content img.left{
	float:left;
	margin:0 .5em .5em 0;
}
#content blockquote{
	padding:0 0 0 1em;
}
#content dl{
	margin:0 0 1em 10px;
}
#content dt{
}
#content dd{
	padding:0 0 .5em 1em;
}
#content strong.orange{
	color:#CC9A67;
}

/* Content tables
=========================*/
table{
	margin:0 0 1em;
}
th{
}
td{
}

/* Content forms
=========================*/
#content form{
	margin:0 10px 1em;
	padding:15px 0 10px;
	border-top:1px solid #F2D5B3;
	border-bottom:1px solid #F2D5B3;
}
#content form div{
	margin:0 0 5px;
}
#content label{
	display:-moz-inline-box;
	display:inline-block; 
	min-width:150px; 
	text-align:left;
	margin-right:5px;
	vertical-align:top;
	padding:2px 0 0;
	font-weight:bold;
	color:#CC9A67;
}
* html #content label{
	width:150px;
} 
#content label span{
	font-weight:normal;
	color:#333;
}
#content input,
#content textarea,
#content select{
	text-align:left;
	background:#FFFFCB;
	width:330px;
}
#content select{
	width:auto;
}
#content select option{
	padding:0 2px;
}
#content div.submit{
	text-align:right;
	margin:10px 0 0;
}
#content input.submit{
	border:0;
	width:auto;
	padding:0;
}
#msg-errors{
	padding:2px;
	margin:0 0 1em;
	color:red;
}
#msg-errors span.label{
	font-weight:bold;
}

#content h2.legend{
	margin:0 0 10px;
	width:530px;
	height:60px;
	line-height:60px;
	text-indent:20px;
	background:url(/images/shadow_530x60.jpg) 0 0 no-repeat;
}

/* INDEX */
#robin_pickering_picture{
	float:right;
	width:170px;
	height:240px;
	background:url(/images/shadow_130x180.jpg) 0 0 no-repeat;
}
#robin_pickering_picture img{
	margin:20px 20px 15px;
}
#robin_pickering_picture p{
	text-align:right;
	margin:0 20px 0 0;
}