/* CSS Document */
/* hide from ie on mac \*/
html {
/*
	height: 100%;
	overflow: hidden;*/
	
}

#flashcontent {
	/*height: 540px;*/
	width: 960px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	
}
/* end hide */

body {
	height: 100%;
	background-color: #FFFFFF;
	font-size:12px;
	font-family:Arial, Gulim;
	color:#000000;
	line-height:18px;
	
}


/* CONTAINERS */
#Enter{
	display: block;
	width: 100%;
	height:5px;
	padding-bottom: 1px;
}

#TextContent{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	width:960px;
	text-align:left;
	font-size:12px;
	line-height:18px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	
}

#MainBody{
	width:620px;
	text-align:left;
	font-size:12px;
	float:left;
	padding-right:20px;
	/*padding-bottom:20px;*/
	line-height:18px;
}


#SideBody{
	width:320px;
	text-align:left;
	font-size:12px;
	float:left;
	line-height: 18px;
}
/* CONTAINERS */



/* BUILT IN */
br { line-height: 10px; } 



a:link, a:visited, a:active {
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	text-decoration: none;
}
a:hover {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-decoration: none;
}
ul {
	margin-left: 0.7em;
	padding-left: 0.7em;
	margin-top: 5px;
	list-style-type: disc;
	margin-bottom:0px;
}
li{
	padding:0 0 3px 0;
}
/* BUILT IN */


/* TEXT */


.smText1 { 
	font-size:14px;
	/*line-height:16px;*/
}


.smText { 
	font-size:12px;
	/*line-height:16px;*/
}

.BlackText { 
	color:#000000;
	font-size:12px;
	font-family:Arial, Gulim;
	color:#000000;
	line-height:18px;
}
.BlackText a:link, .BlackText a:visited, .BlackText a:active {
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	text-decoration: none;
}
.BlackText a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-decoration: none;
}

#FooterBody{
	position:relative;
	top:18px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	
	clear:both;
	/*margin-top:10px;*/
	padding-top:10px;
	width:960px;
	

}



#FooterBody a:link, #FooterBody a:visited, #FooterBody a:active, #FooterBody a:hover {
	border:none;
	text-decoration: none;
}

#SubContent{
	line-height:22px;
}
.SubHdr{

}
.SubContentBody{
	margin-bottom: 0.8em;
	margin-top: 0.1em;
	line-height:15px;
}


/* FLOORPLANS*/
td.FloorPlanContent{
	padding:10px 10px 0 10px;
}


td.FloorPlanHdr{
	color:#000000;
	text-align:left;
	width:240px;
	/*background-color:#003333;*/
}
td.FloorPlanBody{
font-size:12px;
	text-align:left;
}




/* FORMS */
input{
	font : 11px Arial, Helvetica;
	background-color: #F0F0F0;
	border: 1px solid #CDD2D6;
	color: #000000;
}

textarea{
	font : 11px Arial, Helvetica;
	background-color: #F0F0F0;
	border: 1px solid #CDD2D6;
	color: #000000;
}

select{
	font : 11px Arial, Helvetica;
	background-color: #F0F0F0;
	border: 1px solid #CDD2D6;
	color: #000000;
}

.chkbox {
	background-color: #000000;
	border-color: #000000
}


.form150{
	width: 230px;
	height: 15px;
	background-color: #ccccccc;


}

.form70{
	width: 110px;
	height: 15px;


}

.form140{
	width: 100px;
	height: 15px;


}
.form150Comments {

	width: 230px;
}
.formLabelSm {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;



}
.btn {
	font-family: Arial, Gulim, Helvetica;
	font-size: 11px;
	background-color: #e5e5e5;
	width: 60px;

}
.form50 {

	width: 60px;
	height: 15px;
}
.smallerText {
	font-size:9px;
	line-height:18px;
	text-transform: uppercase;
}
.BlackTextDotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
