@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	background:url(images/background.jpg) top center;
	margin:10px 0px;
	border:none;
}
:focus {
	outline: 0;
}
a {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:12px;
	color:#746455;
	text-decoration:underline;
}
strong {
	color: #746455;
}
a:hover {
	color:#9c3709;
}
h1 {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
}
h2 {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:15px;
	color: #9c3709;
	font-style:normal;
	font-weight:bold;
}
h3 {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#faux {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 980px;
	background: url(images/background-content.png) repeat-y;
}
#header {
	background: url(images/background-header.png) no-repeat;
	width: 980px;
	height: 168px;
	position:relative;
}
#logo {
	width: 88px;
	height: 163px;
	position: absolute;
	top: 5px;
	left: 70px;
}
#navigation {
	width: 620px;
	height: 67px;
	position: absolute;
	top: 100px;
	left: 295px;
	padding:0px;
	text-align:left;
}
#navigation ul {
	list-style: none;
	margin: 0px;
}
#navigation li {
	float:left;
	list-style:none;
	height:67px;
	text-align:left;
	width:101px;
	margin: 0px 1px 0px 0px;
}
#navigation li:hover {
	border-bottom: 1px solid #746455;
}
#navigation li.selected {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-size:12px;
	font-weight:bold;
	color:#9c3709;
	height:27px;
	padding:40px 0 0 0;
	border-bottom: 1px solid #9c3709;
}
#navigation li.selected:hover {
	border-bottom: 1px solid #9c3709;
}
#navigation a {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-style: normal;
	font-size:12px;
	font-weight:bold;
	color: #51473d;
	text-decoration:none;
	display:block;
	width:auto;
	height: 27px;
	padding: 40px 0 0 0;
}
#navigation a:hover {
	color:#746455;
	text-decoration:none;
	display:block;
	height:67px;
}
#leftcolumn {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:12px;
	float:left;
	color: #1a576b;
	margin: 0px 0px 0px 5px;
	width: 280px;
	display:inline;
	position: relative;
	line-height:20px;
	text-align:justify;
	background:#999;
}
#sublogo {
	width: 88px;
	height: 274px;
	position: absolute;
	top: 0px;
	left: 65px;
}
#rightcolumn {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:12px;
	float: right;
	color: #51473d;
	margin: 40px 70px 0px 0px;
	width: 615px;
	display: inline;
	position: relative;
	line-height:20px;
	text-align:justify;
}
#rightcolumn p {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	margin:10px 0px 10px 0px;
}
#rightcolumn img.title {
	margin:0px 0px 20px -3px
}
#rightcolumn img.personal {
	border:3px solid #2a2521;
	float:left;
	margin: 3px 20px 10px 0;
}
#rightcolumn .logo {
	border:3px solid #2a2521;
	margin: 1px 1px 0 0;
	width:70px;
	height:70px;
	float:left;
	cursor:pointer;
	display:block;
}
#rightcolumn .logo:hover {
	border:3px solid #746455;
	cursor:pointer;
}
#rightcolumn .website {
	border:3px solid #2a2521;
	margin: 1px 1px 0 0;
	width:147px;
	height:70px;
	float:left;
	cursor:pointer;
	display:block;
}
#rightcolumn .website:hover {
	border:3px solid #746455;
	cursor:pointer;
}
ul.listbox {
	border:1px solid #2a2521;
	margin:20px 0px 40px 0px;
	width:auto;
	padding:10px;
}
ul.listbox li {
	list-style:square url(images/buller-coral.gif);
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:11px;
	color: #51473d;
	text-align:left;
	margin-left:15px;
}
ul.listbox li.link{
	text-align:left;
	margin:2px 5px;
	list-style:none;
	top:0px;
	left:0px;
	float:right;
	border:0px;
}
ul.popuplistbox {
	border:1px solid #2a2521;
	margin:0px;
	width:auto;
	padding:10px;
}
ul.popuplistbox li {
	list-style:square url(images/bullet-coral.gif);
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:11px;
	color: #51473d;
	text-align:left;
	margin-left:15px;
}
ul.popuplistbox li.link{
	text-align:left;
	margin:2px 5px;
	list-style:none;
	top:0px;
	left:0px;
	float:right;
	border:0px;
}
ul.popuplistbox li a{
	color:#9c3709;
	text-decoration:none;
}
ul.popuplistbox li a:hover{
	color:#9c3709;
	text-decoration:underline;
}
#rightcolumn .year {
	border:1px solid #2a2521;
	padding:0 2px;
	color:#9c3709;
}
#separator {
	background: url(images/home-theme-separator.jpg) no-repeat top;
	width:1px;
	height:131px;
	position: absolute;
	top: 378px;
	left: 0px;
}
#footer {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size:11px;
	color: #453f3e;
	height: 65px;
	width: 980px;
	clear: both;
	padding:50px 0px 0px 0px;
	background: url(images/background-footer.png) no-repeat;
}
#footer div {
	font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Sans-serif;
	display:block;
	padding:20px 30px 10px 67px;
	height:15px;
}
.clear {
	clear: both;
	background: none;
}