/*
 * reora.css
 * Copyright 2006, 2007 Reora, Inc.
 *
 * By: Paul Higginbottom
 * last revised: 01/15/07
 */

body {
	text-align: center;	
	background: #d0d0d0 url(../images/template/bkd8.gif); /*bkd6.gif*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000070;
}

#container1 {
	width: 100%;
	background-image: url(../images/template/bkd7.jpg); /*bkd5.gif*/
	background-repeat: repeat-x;
	text-align: center;
}

#container2 {
	width: 770px;
	text-align: left;
	margin: 0 auto;	
	padding-top:10px;
}

#ttop { background-color: #ffffff; width: 100%; }
#tbottom { background-color: #ffffff; width: 100%; }
#tleft { background-color: #ffffff; }
#tright { background-color: #ffffff; }
#tcenter      { background-color: #ffffff; }

p {
	margin-bottom: 0.25em;
	line-height: 150%;
}

table {
	width: 100%;
	font-size: 1em;	/* forces tables to inherit font size from body */
	border: 0px;
	padding: 0px;
	border-collapse:collapse;
	empty-cells: show;
}

td {
	vertical-align: top;
	/*border:1px solid red;*/ /* debugging */
}

a {
	color: black;
}

a img {			/* image links don't get borders */
	border: 0;
}

hr {
	color: black;
	height: 2px;
	border-style: inset;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.5em;
	/*border-bottom: 2px ridge black;*/
}

h2 {
	/*color: blue;*/
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 2px;
	margin-top: 1.5em;
	margin-bottom: 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.25em;
}

ul {
	margin: 1.5em 0em 1.5em 0em;
	padding: 0em;
	list-style-image: none;
	list-style-type: square;
}

ul.noindent {
	margin: 0em;
	padding: 0em;
	list-style-image: none;
	list-style-type: square;
}

ul li {
	line-height: 130%;
	margin-bottom: 0.25em;
	margin-left: 2em;
}

/* first level items need a bit of extra space below */

ul.sublist {
	margin: 0 1.5em;
	padding: 0;
	list-style-type: circle;
	list-style-image: url('../images/template/navbullet.gif');
}


#logobox {
}

/*
#slogan {
	vertical-align: middle;
	text-align:left;
	padding: 0 0 0 1em;
	color: white;
	font-size:13pt;
	font-weight: bold;
}
*/

#tabbarbox {
	padding: 4px 0;
	background: white url('../images/template/navbar_bg.gif') bottom;
	border-top: 1px solid #c0c0c0;
}

#tabbarleft {
	float: left;
	width: 150px;
}

#tabbarright {
	text-align: right;
	float: right;
	vertical-align:top;
	width: auto;
}

#tabbarcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.tabbar {
	width: auto;
	font-size: 12px;
}

.tabbar a {
	text-decoration: none;
	background: none;
	padding: 2px 1em;
	font-weight: bold;
	color: #505050;
}

.tabbar a:hover {
	background: white;
}

#menubox {
	width: 115px;
	background: url('../images/template/menubg5.png') top;
}

.menu td {
	vertical-align: middle;
	white-space: nowrap;
	color: white
}

#menuhead {
	background: black;
	padding: 5px 2px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.menu a {
	color: #C0C0C0;
	display: block;
	/*font-weight: bold;*/
	text-decoration: none;
	background: url('../images/template/menu_bg.png') no-repeat;
	padding: 6px 0px 4px 18px;
	height: 17px !important;
	height: 27px;
}

.menu a:hover {
	background-position: 0 -27px;
	color: white;
}

#selmenu a {
	color: white;
	background: url('../images/template/menu_bg2.png') no-repeat;
	font-weight: bold;
}

#contentbox {
	padding: 0px 0px 0px 10px;
	height: 500px;
	color: #000070;
	background: white;
	border-bottom: 1px solid #c0c0c0;
}

#contentbox a {
	color: #000070;
}

#contentbox a:hover {
	color: red;
}

.footer {
	margin: 0;
	padding: 2px;
	background: #f0f0f0 url('../images/template/navbar_bg.gif') bottom;
	/*
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	*/
	font-size: 80%;
}

#footerleft {
	float: left;
	width: 150px;
}

#footerright {
	text-align: right;
	float: right;
	width: auto;
}

#footercenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.biopic {
	float:left;
	margin: 0.5em 1.5em 0 1em;
	border: 1px solid #c0c0c0;
}

img.photo {
	border: 2px inset #808080;
}

img.screenshot {
	border: 1px solid #c0c0c0;
}

span.alert { padding:2px 5px; background: url('../images/template/reddot.gif'); }

a.dotlink { color: #000070; text-decoration:none; border-bottom: 1px dotted #000070; padding-bottom: 1px; }

.hbalogos { text-align:center; }
.hbalogos img { }

.news p {
	margin-bottom: 0.25em;
	line-height: 100%;
}