body {
	margin: 0px;
	padding: 0px;
	background-image : url(http://www.bigskycondos.com/images/v2/pagebg.jpg);
}
a{
	color: #00008b;
	text-decoration: underline;
}
a:hover{
	color: #00008b;
	text-decoration: none;
}

/*menu styles*/
#nav{
	position: absolute;
	width : 214px;
	top: 135px;
	left: 0px;
	background-image : url(http://www.bigskycondos.com/images/v2/newnavbg.gif);
}
#nav p{
	font: bold 13px/16px verdana, tahoma, arial, sans-serif;
    text-decoration: none;
	text-align: center;
	padding: 0px 15px 0px 15px;
}
#nav a{
	color: #00008b;
}
#nav a:visited{
	color: #0000cd;
}
#nav a:hover{
	color: #215987;
	text-decoration: none;
}
#nav img{
	margin-bottom: 0px;
}


#header{
	position: absolute;
	width : 100%;
	top: 0px;
	left: 0px;
	background-image : url(http://www.bigskycondos.com/images/v2/newheaderbg.gif);
}

/*introductory heading and paragraph styles*/
#maincontent{
	margin: 160px 5% 0 220px;
	font : 12px  verdana, tahoma, arial, sans-serif;
}
#maincontent h1{
	padding: 0px 0px  0px 80px;
	background-color : #6787B0;
	color: #fff;
	font : bold 16px  verdana, tahoma, arial, sans-serif;
}
#maincontent h2{
	padding: 3px 3px 5px 10px;
	border-bottom: 1px solid #B6C3ED;
	color: #00008b;
	font : bold 12px  verdana, tahoma, arial, sans-serif;
}
#maincontent p{
	padding: 0px 10px  0px 10px;
	color: #336;
}

/*reservation form table*/
#reservation table{
	margin-bottom : 20px;
}
#reservation td{
	background-color: #dcdcdc;
	color: #336;
	font : 11px  verdana, tahoma, arial, sans-serif;
	padding : 2px;
}

/*pricestable*/
#maincontent table{
	margin-bottom : 20px;
}
#maincontent td{
	background-color: #ffc;
	color: #336;
	text-align : center;
	font : 11px  verdana, tahoma, arial, sans-serif;
	padding : 2px;
}
#maincontent thead td{
	background-color: #f0e68c;
	font : bold 11px  verdana, tahoma, arial, sans-serif;
}
#maincontent tfoot td{
	background-color: #f0e68c;
	font : italic 10px  verdana, tahoma, arial, sans-serif;
}
.tableemphasis {
	color: #f00;
}

/*condo content containers*/
.condo{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 1px solid #6787B0;
	background-color: #fff;
	background : #fff url(../images/v2/condobg.jpg) repeat-y;
	width: 100%;
}
.condo h2{
	margin-top: 0px;
}
.condo p{
	margin-left: 50px;
}
.condo a{
	color: #00008b;
	text-decoration: underline;
}
.condo a:hover{
	color: #00008b;
	text-decoration: none;
}

/*footer content*/
#copyright{	
	border-top: 1px solid #6787B0;
	border-bottom: 5px solid #6787B0;
	font : 10px  verdana, tahoma, arial, sans-serif;
	text-align : center;
	background-color: #EEF1F9;
	color: #999;
	padding: 2px;
}
#copyright a{	
	color: #333;
	text-decoration: none;
}
#copyright a:hover{	
	color: #333;
	text-decoration: underline;
}
#copyright img{	
	margin-top: 10px;
}

/*image float properties*/
.headerimgfloat{
	float: left;
	margin: 5px;
	margin-right: 50px;
}
.condoimgfloat{
	float: left;
	margin: 5px;
	margin-right: 20px;
	margin-top: 0px;
}
.condophotofloat{
	float: right;
	margin: 5px;
	margin-top: 0px;
}

/*making content start below floats*/
hr {
	clear : both;
	margin: 0px;
	visibility: hidden;
}




