@charset "UTF-8";
/*
Screen CSS
for Treasure Chest Storage Condominiums
Copyright 2006 TriCom Marketing & Communications.
$Revision: 0.1 $
*/

body {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	padding: 0;
	margin: 0;
}

#logo {
	left: 0;
	top: 0;
	background-color:#660000;
	height: 115px;
	background-image: url(../../images/headerFortMyers.gif);
	background-repeat: no-repeat;
}

/*********** #navigationGlobal styles ***********/

#navigationGlobal {
	position: absolute;
	top: 88px;
	left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#navigationGlobal a img {
    /*opacity: 0.5;*/
}

#navigationGlobal a:hover img {
    /*opacity: 1;*/
}

#navigationGlobal a, #navigationGlobal a:link, #navigationGlobal a:visited {
	color: #FFCC66;
	text-decoration: none;
	margin-right: 20px;
}

#navigationGlobal a:hover {
	color: #FFCC66;
	text-decoration: underline;
	margin-right: 20px;
}



/*********** #navigationMain styles ***********/

#navigationMain {
	position: absolute;
	left: 5px;
	top: 120px;
	width: 94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index: 800;
	/*border: 1px solid #003366;*/
}

#navigationMain a, #navigationMain a:link, #navigationMain a:visited {
	display: block;
	background-image:  url('../../images/navigationOff.jpg');
	height: 82px;
	width: 94px;
	color: #CCCCCC;
	text-decoration:none;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 55px;
	margin-bottom: -40px;
}

#navigationMain a:hover {
	display: block;
	background-image:  url('../../images/navigationHover.jpg');
	height: 82px;
	width: 94px;
	color: #CCCCCC;
	text-decoration:none;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 55px;
	margin-bottom: -40px;
}

/*********** #story styles ***********/

#story {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	position: absolute;
	left: 120px;
	top: 150px;
	width: 810px;
}

.storyLeft {
	float: left;
	width: 48%;
}


.storyRight {
	float: right;
	width: 48%;
}

#story h1 {
	font-size: 18px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 6px;
	margin-bottom: 0;
}

#story h2 {
	font-size: 14px;
	padding-top: 20px;
	margin-top: 0;
	padding-bottom: 3px;
	margin-bottom: 0;
}

#story h1 + #story h2 { margin-top: -5mm; }

#story p {
	font-size: 12px;
	line-height: 1.9em;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 6px;
	margin-bottom: 0;
}

#story ul {
	font-size: 12px;
	line-height: 1.6em;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}

#story ol {
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	/*margin-left: 0;*/
	padding-top: 0;
	/*padding-right: 0;*/
	padding-bottom: 0;
	/*padding-left: 4px;*/
}

#story ul ul {
	font-size: 12px;
	line-height: 1.6em;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

#story ul li {
	list-style-type: none;
	margin:0 0 4px;
	padding:0 0 0 6px;
	background-image: url(../../images/ul_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 4px;
}

#story ol li {
	margin:0 0 4px;
	padding:0 0 0 6px;
}

#story li {
	margin-bottom: 12px;
}


.storyLeft img {
	margin-left: 6px;
	margin-bottom: 6px;
}

#mainPicture {
	position:absolute;
	margin-top: 45px;
	z-index:1000;
	background-image: url('../../images/frame1.jpg');
	background-repeat: no-repeat;
	width: 241px;
	height: 179px;
}

#mainPicture img {
	margin-top: 31px;
	margin-left: 31px;
}

#secondaryPicture {
	position:absolute;
	z-index:900;
	margin-left:200px;
	background-image: url('../../images/frame2.jpg');
	background-repeat: no-repeat;
	width: 215px;
	height: 184px;
}

#secondaryPicture img {
	margin-top: 30px;
	margin-left: 30px;
}
#tertiaryPicture {
	position:absolute;
	margin-top: 300px;
}



.callToAction {
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 20px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	font-weight:500;
	width: 85%;
	background-color: #006699;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.callToAction a, .callToAction a:link, .callToAction a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.callToAction a:hover {
	color: #ffcc99;
	text-decoration: underline;
}


/*********** table styles ***********/

.tableHead {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

table.contactUs td {
	font-size: 10px;
	line-height: 10px;
	padding: 0;
	margin: 0;
}

.requiredtext {
	color: #660000;
	font-weight: bold;
}


/*********** #footer styles ***********/

#footer {
	/*position: relative;*/  /* Needed for Safari */
	clear: both;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #000;*/
	color: #666666;
	font-size: 10px;
	/*left: 100px;*/
}

#story #footer ul {
	padding-top: 0;
	padding-bottom: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

#story #footer li {
	background: none;
	display: inline;
	padding-right: 5px;
}

.footerLink a, .footerLink a:link, .footerLink a:visited {
	color: #660000;
	text-decoration: underline;
	margin-right: 10px;
}

.footerLink a:hover {
	color: #FF6633;
	text-decoration: underline;
	margin-right: 10px;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
}

/*********** clear styles ***********/

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.bodyAfterHead {
	padding-bottom: 0;
	margin-bottom: 0;
}

.headBeforeBody {
	padding-top: 0;
	margin-top: 0;
}
table.contactUs  {
	/*border: 1px solid #660000;*/
	width: 400px;
	margin-top: 20px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#content caption {
	caption-side:top;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	background-color: #660000;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.formButton {
	background-color: #660000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#content hr {
	margin-top: 7px;
	margin-bottom: 10px;
}
#contactInfo    {
	position: absolute;
	top: 40px;
}
#bottomText
{
	position: absolute;
	top:300px;
	width:48%;
}
.sold
{
	font-weight: bold;
	color:#FF0000;
}