﻿body
{
    margin: 0;
    padding: 0;
    background: url(Refferals/images/yellowbar.jpg) #fff repeat-x;
    font-family: Tahoma, Arial, Helvetica, sans-serif; /* centers page and sets minimum width */
    text-align: center;
    min-width: 770px;
}

.floatright { float: right; }

#main
{

}

#wrapper {
	/* sets up ability to absolutely position nested divs */
	position: relative;
	/* browser margin correction. Mozilla I think */
	margin: 0 auto;
	width: 770px;
	/* re-aligns text left */
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	left: 3px; 
	top: 0px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#headline-twosub {
	position: absolute;
	top: 115px;
	left: 160px;
	width: 590px;
}

#home-yellow 
{ 
    position: absolute;
	top: 300px;
	left: 160px;
	width: 200px;
	height: 420px; 
	background: #ffd260 url(../images/home_yellow_top.jpg) no-repeat ;
	padding: 20px 10px 20px 10px;

}

#home-blue 
{
    position: absolute;
	top: 300px;
	left: 400px;
	width: 328px;
	height: 420px; 
	background: #26bcd6 url(../images/home_blue_top.jpg) no-repeat;
	padding: 20px 20px 20px 20px;

}

.InputTitle
{
    color:#666666;
    font: Verdana;
    font-size: 11pt;
    padding: 2px 0px 2px 0px;
}

.InputLarge
{
    width: 175px;
    position: absolute;
    left: 140px;
    padding: 2px 0px 2px 0px;
    border-style:none; 
}

.InputMed
{
    width: 95px;
    position: absolute;
    left: 220px;
    padding: 2px 0px 2px 0px;
    border-style:none; 
}

.InputSmall
{
    
}

#cmdSubmit
{
    position: absolute;

    left: 139px;
}

#Phone
{
    width: 120px;
    position: absolute;
    left: 140px;
    padding: 2px 0px 2px 0px;
    border-style:none; 
}

#extTitle
{
    position: absolute;
    left: 240px;
    padding: 2px 0px 2px 0px;
    border-style:none; 
}


#extInput
{
    width: 90px;
    position: absolute;
    left: 140px;
    padding: 2px 0px 2px 0px;
    border-style:none; 
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #d6950b;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #5e5d60;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #5e5d60;
	margin-bottom: 10px;
	margin-top: 0;
}

p {
	color: #5e5d60;
	font-size: .75em;
	line-height: 1.5em;
	margin-top: 0;
}

ul {
	color: #5e5d60;
	font-size: .75em;
	line-height: 1.5em;
	margin: .5em 0 0 2em;
	padding: 0;
}

sup {
	font-size: .65em;
}

a:link {
	color: #0789c2;
	font-weight: bold;
}

a:visited {
	color: #898989;
	font-weight: bold;
}

a:hover {
	color: #d6950b;
	font-weight: bold;
}

a.onblue:link {
	color: #fceb8f;
	font-weight: bold;
}

a.onblue:visited {
	color: #5e5d60;
	font-weight: bold;
}

a.onblue:hover {
	color: #fff;
	font-weight: bold;
}


hr {
	border: 0;
	width: 100%;
	background-color: #b4b4b4;
	color: #b4b4b4;
	height: 1px;
}

.strong 
{
    font-size: 13pt; 
    color: #d6950b; 
    font-family: Verdana;
    font-weight: bold;
}

.small {
	font-size: .7em;
}

.accent {
	color: #e6a801;
	font-weight: bold;
}

.error {
	color: #FF4500;
	font-weight: bold;
}

.caption {
	font-size: .7em;
	color: #6C6D69;
	font-weight: bold;
}

.fineprint {
	font-size: .65em;
	color: #858585;
}

h3.white {
	color: #fff;
	font-size: 1.1em;
}

h3.gray {
	color: #333;
	font-size: 1.1em;
}

p.white {
	color: #fff;
	font-weight: bold;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

label {
	font-size: .7em;
}

button {
	font-size: .7em
}

input {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: .7em;
	padding-left: 2px;
}

select {
	font-size: .7em;
	padding-left: 2px;
}

textarea {
	font-size: .7em;
	font-family: Tahoma, Arial, Helvetica, sans serif;
	padding-left: 2px;
}

ul li
{
    font: Verdana;
    font-size: 2; 
}
