﻿
.loginTextBox
{
    font-size: 1.0em;
    border-width: 1px;
    border-style: solid;
    border-color: #6b4d4e;
    color: #00703c;
    font-family: Tahoma, Arial;
}
a:link 
{
    text-decoration: none;
    color: #00703c;
}
a:visited 
{
    text-decoration: none;
    color: #00703c;
}
a:active {text-decoration: none}
a:hover 
{
    text-decoration: underline; 
    color: #009999;
}
body {
	background: #CCC url(images/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 5px 0 0 0;
	text-align: center;
	font: normal 0.7em Arial, sans-serif;
}
.gfx {
	background: #fff url(images/ReliableLogo.jpg) no-repeat; display: block; height: 240px;
}

/* header
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
} */

/* logo */
.logo
{
	background: #fff;
	/*width: 780px; height: 2px;*/
	width: 780px;
	height: 5px;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	/*margin: 20px auto 4px auto; */
	margin: 10px auto 4px auto;
	text-align: left;
	width: 800px; 
}

.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 155px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(images/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 156px;
	border-right: none;
}

/* content */
.content {

	background: #fff;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #00703c;
}
.content h2 {
	margin: 0;
	font: bold 1.3em sans-serif,Arial;
	color: #00703c;
}
.content h3 
{
    margin: 0;
	font: bold 1.0em sans-serif,Arial;
	color: #189126;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #fff url(images/bgitem.gif) repeat-x;
	padding: 10px;
}

/* left content */
.leftContent
{
	width:250px;
	background:#fff;
	padding-bottom:10px;
	padding-right: 10px;
}
/* center content */
.centerContent
{
	width:300;
	background:#fff;
	padding-bottom:10px;
	padding-right: 10px;

}
/* right content */
.rightContent
{
	width:200px;
	background:#fff;
	padding-bottom:10px;
}
/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}
.footerLogo
{
	font-style: italic;
	color: #00703c;
	font-weight: bold;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
/* font defaults */
.serif-large 
{
	font-family: Times New Roman;
	font-size: 2.4em;
	font-weight: bold;
	font-style: italic;
	color:#357FB3;
}
.sanserif-large
{
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #064068;
}
