/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from MacIE \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* background and body */

body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url(../images/background.gif);
	margin: 0px 0 0px 0;
	padding: 0;
	text-align: center;
}

a {
overflow: hidden;
}

/* holder */

#holder {
	margin: 0px auto;
	width: 730px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	padding: 0px 0 0px 40px;
}

/* header */

#header {
	height: 70px;
	background-color: #FFF;
	background-image: url(../images/tomr_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#header ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: right;
	vertical-align: top;
	color: #CCC;
	line-height: 25px;
	white-space: nowrap;
}

#header li {
	list-style-type: none;
	display: inline;	
}

#header li a {
	color: #999;
	text-decoration: none;
	padding: 5px 10px 5px 0;
}

#header a:link, #header a:visited {
	color: #999;
}

#header a:hover, #header a:active {
	color:#FF7300;
}

#header a:focus {
	background-color:#F5F5F5;
	color:#FF7300;
}

#header #current, #header #current a {
	color: #FF7300;
}

/* banner */

#banner {
	height: 165px;
}


/* bannernav */

#bannernav { 
	height: 25px;
	background-image: url(../images/bannernav_bgrd.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FF7300;
}

#bannernav ul {
	font-size: 75%;
	padding: 0px 0px 0 0px;
	margin: 0px 0px;
	color: #FFF;
	line-height: 25px;
	white-space: nowrap;
}

#bannernav li {
	list-style-type: none;
	display: inline;	
}

#bannernav li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 20px;
}

#bannernav a:link, #bannernav a:visited {
	color: #FFF;
}

#bannernav a:hover {
	color: #FFF;
	background-color: #FB8626;
}

#bannernav a:active, #bannernav a:focus {
	color: #262D71;
}

#bannernav #current, #bannernav #current a {
	color: #262D71;
}

/* title */

#title {
	height: 80px;
}

/* contentholder */

#contentholder {
	padding: 0 0;
}

/* leftcol */

#leftcol {
	float: left;
	width: 160px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	font-size: 70%;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 10px 0 10px 5px;
}

#leftcol li a:hover {
	background-color: #f5f5f5;
	color: #666;
}

#leftcol li a:active, #leftcol li a:focus {
	background-color: #eee;
	color: #FF7300;
}

#leftcol #current, #leftcol #current a {
	color: #FF7300;
}

/* rightcol */

#rightcol {
	float: right;
	width: 170px;
	text-align: left;
	font-size: 70%;
	line-height: 130%;
	color:#666666;
	background-color:#FFF;
	padding: 0px 10px 0px 20px;
	border-left: solid 1px #CCC;
}

#rightcol h1 {
	font-size: 110%;
	font-style: bold;
	padding: 0 0 2px 0;
}

#rightcol ul {
	list-style-type: none;
	color: 666;
}

#rightcol li {
	display: list-item;
	padding: 0 0 10px 0;
}

#rightcol li a {
	color:#999;
	text-decoration:none;
}

#rightcol li a:link, #rightcol li a:visited {
	color: #999999;
	text-decoration: none;
}

#rightcol li a:hover {
	color: #666666;
	text-decoration: underline;
}

#rightcol li a:active, #rightcol li a:focus {
	color: #FF7300;
}

/* content */

#content {
	width: 340px;
	margin-left: 180px;
	padding: 0 0px 0 0;
}

#content h1 {
    font-size: 130%;
    color: #666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0 10px 0;
}

#content h2 {
    font-size: 90%;
    color: #666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0 5px 0;
	font-weight: normal;
}
#content h3 {
	color: #FF7300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 0 5px 0;
	font-weight: normal;
}

#content h6 {
    font-size: 70%;
    color: #999;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0 10px 0;
	font-weight: normal;
}

#content p {
	font-size: 70%;
	line-height: 130%;
	color:#666;
	margin: 0px 0 10px 0;
}

#content p strong {
	color: #FF7300;
}

#content ul {
	list-style: outside;
	list-style-image: url(../images/bullet.gif);
	font-size: 70%;
	line-height: 120%;
	color: #666;
}

#content ul li {
	text-indent: 0px;
	margin: 0px 0 2px 20px;
}

#content a {
	color:#FF7300;
	text-decoration: none;
}

#content table {
	border: 1px solid #CCCCCC;
}

#content table td {
	font-size: 70%;
	line-height: 110%;
	color:#666;
	padding: 5px 5px 10px 5px;
	border: 0.5px solid #CCCCCC;
}

#content table th {
	font-size: 80%;
	color:#FFF;
	background-color: #FF7300;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#content a:hover, #content a:focus {
	color: #FF7300;
	text-decoration: underline;
}

blockquote {
	font-size: 100%;
	line-height: 18px;
	color: #666;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 0px;
	background-color:#F5F5F5;
	border: solid 1px #E5E5E5;
}

/* footer */

#footer {
	background: #FFF;
	clear: both;
	height: 50px;
	border-top: 1px solid #CCC;
}

#footer p {
	font-size: 60%;
	color: #999;
	vertical-align: middle;
	padding: 10px;
	line-height: 16px;
}

#footer a {
	color:#999;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #666666;
	text-decoration: underline;
}

#footerleft {
	float: left;
	width: 340px;
	padding: 0 0 0 170px;
	text-align: left;
}

#footerright {
	float: right;
	width: 170px;
	padding: 8px 10px 0 0;
	text-align: right;
	vertical-align: middle;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.image {
	padding: 0px 0px 10px 0px;
}

.bodyorange {
	color:#FF7300;
	line-height: 130%;
	margin: 0px 0 10px 0;
}
