@import url("extras.css");

html, body { height:100%; }
body {font-size:100%; line-height:1em; background:url(../images/bg.gif) repeat-x top #467f8e}

.nav_sidebar, .main_content, .notifications, .col-1, .col-2, .col-4, .col-5, .col-6, .col-7{
}
/*======= width =======*/
.main{
	margin:0 auto;
	text-align:left;
	width:100%;
	max-width: 1050px;
	min-width: 600px;
	overflow: hidden;
}

/*======= header =======*/
#header {
	height:72px;
	overflow: hidden;
}

#content_heading {
	background-color:#ffd6ad;
	padding-bottom:10px;
	height: 39px;
}

#nav_buttons {
	float:right;
}

/*======= index.html =======*/
#public_landing #content .col-1{
	width:65%;
	margin-right:10px;
	float:left;
}
#public_landing #content .col-2{
	width:299;
	background-color: #ffffff;
	margin-left:65%;
}

#public_landing #content #button_spacer {
	height:103px;
}

/*======= public pages =======*/
#public #content .main_content{
}

/*======= learn_more.html =======*/
#learn_more #content .col-1{
	width:100%;
}


/*======= member section =======*/
#member #content .nav_sidebar{
	float:left;
	width:175px;
	margin-left:-100%;
}

#member #content .main_content{
	margin: 0 183px;
	padding-right:13px;
}
#member #content .notifications{
	
	float:left;
	width:183px;
	margin-left:-183px
}
            
div#wrapper{float:left;width:100%}

/*======= planning sections =======*/
#planning #content .nav_sidebar{
	width:175px;
	float: left;
}
#planning #content .main_content{
	padding-right: 15px;
	margin-bottom: 0px;
	margin-left: 185px;
}

#planning #content_heading {
}

/*======= footer =======*/
#footer {
	height:35px;
	padding-top: 0.7em;
	float: left;
	width: 100%;
}

/*@import url("common.css");*/
/*== components common to many pages ==*/



.tip {
	font:10px/12px	Arial,Helvetica,sans-serif; 
	border:solid 1px #666666; 
	width:270px; 
	padding:1px;
	position:absolute; 
	z-index:100;
	visibility:hidden; 
	color:#333333; 
	top:20px;
	left:90px; 
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
}
                  
