html, body {
	background: #FFFFFF url('/johnrundell/images/jr/johnrundell-bg.jpg') repeat-y scroll center center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 960px;
}

div#masthead {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA2128;
}
div#masthead img {
	text-align: center;
}
#searchbox {
	float: right;
	top: 20px;
	right: 15px;
	position: absolute;
	text-align: right;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}
#searchbox #search_btn {
	position: relative;
	left: -6px;
}


#searchbox input {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#searchbox #search_terms {
	border: none;
	border-width: 0px;
	background-image:url(../images/jr/search_txt.gif);
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 12px;
	height: 17px;
	width: 116px;
}

ul#lang {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	position: relative;
	float: right;
	right: 0px;
}

ul#lang li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	text-transform: lowercase;
}

ul#lang li a {
	border-color: #DA2128;
	border-width: 1px;
	border-style: solid;
	color: #DA2128;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 17px;
	padding: 0px;
	padding-top: 0px;
	margin: 2px;
	font-size: 12px;
	width: 18px;
	height: 17px;
	display: block;
}

ul#lang li a.active {
	color: #fff;
	background-color: #DA2128;
}

#left {
	margin: 0px;
	padding: 0px;
	width: 182px;
	float: left;
	border: none;
	background-color: #FFFFFF;
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 179px;
	border: none;
	background-image: url(../images/jr/side_shadow.png);
	background-repeat: no-repeat;
	min-height: 350px;
	height: auto;
	padding-top: 15px;
	padding-right: 20px;
}
#right div {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DA2128;
	border-right-color: #DA2128;
	border-bottom-color: #DA2128;
	border-left-color: #FFFFFF;
	position: relative;
	z-index: 100;
	margin-bottom: 15px;
}
#right .address {
	font-size: smaller;
	margin: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#left .signin p {
	margin: 0px;
	padding: 3px;
}



#right div h2 {
	margin: 3px;
	padding: 0px;
	padding-left: 10px;
	font-size: small;
	color:#000000;
	font-weight: bold;
	border-bottom: solid 1px #DA2128;
}

#right div h2 a {
	text-decoration: none;
}

#right div ul {
	margin: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style: none;
}

#right div ul li {
	display: block;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top right;
}

#right div ul li span {
	display: block;
	font-size: smaller;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#right div ul li.doc {
	background-image:url(../images/jr/li_doc.gif);
}

#right div ul li.pdf {
	background-image:url(../images/jr/li_pdf.gif);
}

#right div ul li.rtf, #right div ul li.txt {
	background-image:url(../images/jr/li_txt.gif);
}

#right div p {
	margin: 13px;
	padding: 0;
}

#left .signin {
	width: 167px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 14px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DA2128;
	border-right-color: #DA2128;
	border-bottom-color: #DA2128;
	border-left-color: #DA2128;
	padding: 0px;
	overflow: hidden;
}

#left .menu {
	margin: 0px;
	padding-top: 37px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style: none;
	display: block;
}
#left .menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left .menu li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/jr/menu.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 24px;
	min-height: 16px;
	overflow: hidden;
}

#left .menu li a.active {
	background-image: url(../images/jr/menu_select.png);
}

#left .menu li a.hassub {
	background-image: url(../images/jr/menu_hassub.png);
}

#left .menu ul {
	left: -10000px;
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	margin-top: -37px;
	background-color: #FFFFFF;
	border: solid 1px #DA2128;
	width: 160px;	
	display: block;
}

#left .menu ul li ul {
	left: 184px;
	display: block;
	left: 0px;
	margin-left: 160px;
	margin-top: -35px;
	padding: 0px;
}


#left .menu ul li {
	display: block;
	padding: 0px;
	margin: 0px;
}
#middle .selected {
	font-weight: bold;
	color: #0066FF;
}


#left .menu ul li a {
	margin: 0px;
	padding: 7px;
	padding-right: 20px;
	background: none;
	color: #DA2128;
	overflow: visible;
	min-height: 20px;
	vertical-align: middle;
}





#left .menu ul li a:hover {
	background-color: #DA2128;
	color: #FFFFFF;
}


#left .menu li.hover {
	_margin: 0;
	_height: 1px;
}

#left .menu li:hover ul,
#left .menu li.hover ul,
#left .menu li.hover ul li.hover ul {
	left: 183px;
}

#left .menu li:hover ul li:hover ul,
#left .menu li.hover ul li.hover ul {
	left: 0px;
}
#left .menu li:hover ul ul, #left .menu li.hover ul ul {
	left: -10000px
}

#left .signin h2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #DA2128;
	background-image: url(../images/jr/sidedivh2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 25px;
}
#left .signin #login_pass, #left .signin #login_user {
	font-size: 12px;
	background-image: url(../images/jr/signintxt.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 71px;
	padding-top: 3px;
	padding-left: 3px;
	margin: 0px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
	display: block;
	float: left;
}
#left .signin form {
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#left .signin #login_userlabel, #left .signin #login_passlabel {
	width: 60px;
	font-size: 12px;
	vertical-align: middle;
	display: block;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
}

#left .signin #signin {
	vertical-align: middle;
	float: left;
	clear: right;
	padding: 0;
	margin: 0;
}
* html #left .signin #login_passlabel,
* html #left .signin #login_pass,
* html #left .signin #signin {
	margin-top: -10px;
}
#middle {
	margin-top: 0px;
	margin-right: 199px;
	margin-bottom: 0px;
	margin-left: 182px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DA2128;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	min-height: 300px;
	height: auto;
}

#middle #clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	visibility: hidden;
}

#middle h1 {
	font-size: large;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#middle #trail {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 6px;
	font-size: 10px;
	width: 40%;
	text-align: right;
}
#middle select {
	vertical-align: middle;
}
#middle h3 {
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: medium;
}
#middle .success {
	color: #0066FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0085FF;
	border-right-color: #0085FF;
	border-bottom-color: #0085FF;
	border-left-color: #0085FF;
	padding-bottom: 3px;
}
#middle .subtitle {
	font-size: smaller;
	color: #666666;
}
#middle .error {
	color: #FF0000;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#middle .inputtext {
	width: 400px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: smaller;
}


#middle h2 {
	font-size: larger;
	line-height: 1;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#middle .inputtextarea {
	height: 90px;
	width: 400px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: smaller;
}

textarea {
	width: 400px;
}
#middle ul {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#middle li {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#lang li a.selected, ul#lang li a:hover {
	background-color: #DA2128;
	color: #FFFFFF;
}

ul#lang li a.selected {
	cursor: default;
}

a {
	color: #0066FF;
	text-decoration: underline;
}

a:visited, a:active {
	color: #993333;
}

a:hover {
	color: #0099FF;
}
#middle #sideimages {
	float: right;
	margin: 5px;
	position: relative;
	padding: 0px 0px 10px 20px;
}

#middle .sideimage {
	padding: 5px 0px;
}

a img {
	border: none;
}

#middle p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#middle img#front {
	width: 100%;
	max-width: 600px;
}

label {
	display: block;
	float: left;
	min-width: 150px;
}

.signin label {
	min-width: 0px;
	display: inline;
}
