html,body
{
    margin: 0;
    padding: 0;
    background-color: #A0D7F0;
    font-family: Georgia, Times, serif;
}

/* BASIC LAYOUT DIVS BEGIN */
div#container
{
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 765px;
    top: 30px;
    bottom: 10px;
    z-index: 2;
    background-color: #A0D7F0;
}

div#tab
{
    padding: 0;
    margin: 0;
    height: 50px;
    width:764px;
    background: url('images/topTabs.png') no-repeat;
}

div#banner
{
    padding: 0;
    margin: 0;
    height: 270px;
}

div#line
{
    padding: 0;
    margin: 0;
    height: 1px;
    width:100%;
    border-bottom: 1px solid white;
    z-index:100;
    top:349px;
    left:0px;
    position:absolute;
}

div#search
{
    padding: 0;
    margin: 0;
    height: 149px;
    background: url('images/searchBox.png') no-repeat;
}

div#content
{
    padding: 0em 0em 0.5em 0em;
    width: 650px;
    margin-left:57px;
}

div#notHomePageText
{
    padding: 10px;
}

div#footer
{
    width: 100%;
    margin-top: 40px;
    background: url('images/footerBg.png') repeat-x 0 0;
    height: 135px;
}
/* BASIC LAYOUT DIVS END */


/* BASIC FORMATTING DIVS BEGIN */
#latest_news
{
    position: absolute;
    top: 345px;
    left: 575px;
    width: 199px;
    border: #CCCCCC solid 2px;
}

#freetouse
{
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 1000;
}

#myAutoCompleteIndexPage
{
    position:relative;
    width:420px; /* set width here or else widget will expand to fit its container */
    /*padding-bottom:20em; */ /* allow enough real estate for the container - i commented out this line BG */
    top: 17px;
    left:195px;
    height: 50px;
}

#companyListContainerIndexPage
{
    position: absolute;
    top:25px;left:-5px;
    width: 380px;
    z-index:1000;
    background-color: #ffffff;
}

#companysearchMessage
{
    color: red;
    font-size: 12px;
    height: 10px;
    z-index:100;
}

#companyNameInput
{
    width: 400px;
}
/* BASIC FORMATTING DIVS END */


/* HTML TAGS */
h1
{
	font-weight:bold;
    font-size:16px;
	line-height: 20px;
	font-family:  Georgia, Times, serif;
	vertical-align: top;
    padding-top:0;
    margin-top:0;
}

h2
{
    font-size:14px;
    font-family:  Georgia, Times, serif;
    font-weight:bold;
}

h3
{
	font-size:12px;
	font-family:  Georgia, Times, serif;
	font-weight:bold;
}

th
{
    white-space: nowrap;
	text-align: left;
	font-family:  Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8C2C00;
}

td
{
	text-align: left;
	font-family:  Georgia, Times, serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

p
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

li
{
	font-family:  Georgia, Times, serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

blockquote
{
	text-align: left;
	font-family:  Georgia, Times, serif;
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
	margin-left: 100px;
}

input[type=text], input[type=button], select, option, textarea
{
	font-family :  Georgia, Times, serif;
	font-size : 12px;
	color : #000000;
	border: #000000 solid 1px;
	vertical-align: text-top;
	background: #FFFFFF;
}

textarea
{
	font-family :  Georgia, Times, serif;
}

label
{
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
    font-family :  Georgia, Times, serif;
}

input[type=submit]
{
	font-family :  Georgia, Times, serif;
    font-weight: bold;
	vertical-align: text-top;
	font-size : 11px;
	border: 1px outset #000000
}

a
{
	color: #000000;
    text-decoration: underline;
    font-style:italic;
}

a:visited
{
	color: #000000;
}

a:hover
{
	text-decoration: none;
}
/* HTML TAGS END */


/* BESPOKE CLASSES BEGIN */
a.footlink
{
	color: #ffffff;
    text-decoration: underline;
    font-style:normal;
    border-bottom: 0;
}

a.footlink:visited
{
	color: #ffffff;
}

a.footlink:hover
{
    text-decoration: none;
}

a.tablink
{
    text-decoration: none;
    border-bottom: 0;
    font-size: 17px;
    font-family:  Georgia, Times, serif;
    COLOR:#5A5A5A;
    font-style:normal;
}

a.tablink:hover
{
	text-decoration: underline;
}

tr.header_row
{
    height: 25px;
}

.notes
{
    font-family:  Georgia, Times, serif;
    font-size: 10px;
    color: #999999;
}

.footer
{
    width: 100%;
    background-color: #cccccc;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 18px;
}

.code
{
    font-size: 10px;
    color: #000000;
    text-align: center;
}
