﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width:595px;
    margin: 0px auto;
    position:relative;
	background:url('/images/bg.jpg') 0px 145px no-repeat #fff;
	height:800px;
}

.posting
{
	position:absolute;
	top:260px;
	left:27px;
	width:500px;
	background:url('/images/bg_transFFF75.png') 0 0 repeat;
	padding:20px;
	color:#333;
}
.posting a {color:#333 !important;}

.logo
{
	border-top:32px solid #808181;
}

.established
{
	position:absolute;
	right:25px;
	top:164px;
	font-style:italic;
}

.txt
{
	width: 400px;
	text-align:center;
	position:absolute;
	left:100px;
	top:675px;
}

.apt1
{
	position:absolute;
	left:110px;
	top:750px;
	color:#000;
	font-size:24px;
}

.apt2
{
	position:absolute;
	left:105px;
	top:776px;
	color:#000;
	font-size:16px;
}


h1, h2
{
    color: #fff;
    font-weight: normal;
}

h1
{
	font-family:Georgia,times,serif;
	font-size: 34px; color:#000; letter-spacing:4px;
	position:absolute;
	left:30px;
	top:445px;
}

h2
{
	font-size: 32px;
	position:absolute;
	left:70px;
	top:400px;
	font-weight:300;
}

.trade
{
	font-size: 20px;
	position:absolute;
	left:210px;
	top:4px;
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#fff;
    font-size: 1em;
    font-family:'Open Sans', arial, helvetica;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

a:link, a:visited
{
    color: #fff;
    text-decoration: underline;    
}

a:hover
{
    color: #000;
}

a:active
{
    color: #000;
}

a img {border:none;}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr
{
    height:1px;
    border:0px;
    border-top:1px dotted #999; 
}

ul,ol
{
    margin:15px 0;
    padding-left:20px;
}


/* RESET ALL */
* { margin: 0; padding: 0;} 
table {font-size:inherit;}
body,div,form,fieldset {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
img,a img {border:0;}
th,td {font-weight:normal;}
tr {vertical-align:top;}

html, body, form {height: 100%;}

/* MY ITEMS */
.clear { clear: both; height:1px; }
.clearL { clear: left; height:1px; }
.italic { font-style: italic; }
.underline { text-decoration:underline;}
.pad {padding:15px;}
.block { display:block !important; }
.smaller {font-size: 90%;}
.red {color:red;}
.borderpad {padding:2px;border:1px solid #ccc;}
.floatleft {float:left;margin:0 10px 20px 0;}
.floatright {float:right;margin: 0 0 20px 10px;}
a.alphahover:hover img {background-color:#ffffff;
                    opacity:.60;
                    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
                    -moz-opacity: 0.6;}


/* Print Version overrides */
@media print 
{
   .header {display:none;}
}
