/* CSS file for web */
/* # == id */
/* . == class */

body 	{ 
	margin: 0px 5px 5px 0px;
	font-size: 1em;	
	color: #00000A;
	font-family: "Times New Roman", Helvetica, serif;
	background-color: #FFFFFF;
/*	background-image: url("/images/bg.gif"); */
	width: 700px;
	height: 800px;
	}

#banner {
	position: absolute;
	top: 5px;
	margin-left: 150px;
}

.footer {                 
	position: absolute;
        margin-left: 150px;         
        margin-top: 700px;
        margin-bottom: 50px;         
	text-align: center;
	font-family: "Courier New", sans-serif; 
	font-size: small;
}

li	{
	list-style-position: inside;
	font-size: 11px;
	}

.fp	{
	font: italic .9em "Courier New", Courier, sans-serif;
	text-indent: 5px;
	list-style-type: circle;
	}
                           
h1	{ font: bold 1.2em "Courier New", Courier, sans-serif; }
h2	{ font: bold 1.1em "Courier New", Courier, sans-serif; }

#main   {                 
	display: block;
	position: absolute;
	width: 575px;
        left: 150px;  
	top: 180px;
}

#googleads {
	display: block;
	position: absolute;
	left: 729px;
	right: 0px;
	top: 160px;
}
#menuBar	{
		display: block;
		margin-bottom: 5px;
		position: absolute;
		top: 160px;
		left: 150px;
		overflow: hidden;
		}
		
.menuHeader 	{
		color:#000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		white-space: nowrap;
		cursor: pointer;
		margin: 5px;
		padding-top: 3px;
		padding-left: 17px;
		padding-right: 15px;
		display: inline;
		position: relative;
		border-right: 1px solid #000000;
		background: url(/includes/menubutton.jpg)
		}
.menuDrop {
		position: absolute ;
		visibility: hidden;
		z-index:1000;
		top: 60px;
		left: 0px;
		width: 150px;
		height: auto;
		margin: 0px;
		padding: 0;
		color: #999999;
		font-size: 12px;
		background-color: #ffffff;
		background-repeat: repeat;
		border-style: solid;
		border-width: 0 1px 1px;
		border-color: #003365;
	}
.menuDrop a	{
		display:block;
		text-align: left;
		padding: 2px 5px;
		border-top: 1px solid #ccc;
		text-decoration: none; 
		}
	
	
#navigation a 	{ background:#fff url(/images/menubutton.jpg) }

#about_col1 { 
		position: absolute;
		display: block;
		font-size: 12px;
		line-height: .9;
		width: 150px;
		top: 350px;
	}

#about_col2 { 
                position: absolute;     
                display: block;
                font-size: 12px;
                line-height: .9;
                width: 170px;
                left: 200px;
                top: 350px;
        }

#about_col3 { 
		position: absolute;
		display: block;
		font-size: 12px;
		line-height: .9;
		width: 150px;
        	left: 380px;  
		top: 350px;
	}

.smallIndent {
	font-size: 15px; 
	text-indent: 10px; 
	font-family: "Times New Roman", sans-serif;
	}

#cs_portal {
	position: fixed;
	width: 500px;
	left: 150px;
	font-size: 12px;
	font-weight: bold;
}
input.formText {
	left: 200px;
}
input.formButton {
	border: 2px solid #999;
	background-color: #eee;
}

input.formButton:hover {
	border: 2px solid gray;
	color: #fff;
	background-color: black;
}

#sidebar {
	position: absolute;
	top: 0px;
/*	left: 900px; */
	left: 5px;
}

li.listings {
        font-size: 13px;
        color: #00000A;
        font-family: "Times New Roman", Helvetica, serif;
}

#banner_image {
	width: 500px;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* # == id */
/* . == class */
