/*column structure for Wisconsin Medical Home Toolkit*/

.column {float: left;}

/*settings for three columns*/

#column1 {width: 221px; margin-top:400px;}/*true width is 221; there's no padding or borders to add*/
#column2 {width: 500px; margin-top:400px; border-left:1px solid #c63;background-color:#fff;}true width is 501
/*#column2 {width: 322px; margin-top:400px; border-left:1px solid #c63;}true width is 321*/
#column3 {width: 215px; padding-top:156px; padding-left: 10px;}/*true width is 205*/


div#footer {
	text-align: left;
	clear: both;
	width:761px;
	/*border-top: 3px solid black;*/
	padding: 40px 0px 13px 0px;
	display: block;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/footer_grid.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	}

/*settings for 2 columns*/
#main {
	float: left; 
	/*font-size: 0.88em;*/
	width: 761px; 
	padding: 120px 0px 10px 0px;
	}
	
#content2 {width: 542px; padding: 0px;padding-top:23px;}
#content {width: 542px; padding: 0px;padding-top:280px;}
#sidebar {width: 195px; padding-left: 10px; padding-top: 36px;}



/* IE5.x/Win hacks */
#main, #frank {width: 761px; voice-family: "\"}\""; voice-family: inherit; width: 761px;}
#content {width: 542px; voice-family: "\"}\""; voice-family: inherit; width: 542px;}
#sidebar, #column3, #funder3  {width: 205px; voice-family: "\"}\""; voice-family: inherit; width: 205px;}
#column1, #funder1 {width: 221px; voice-family: "\"}\""; voice-family: inherit; width: 221px;}
#column2, #funder2 {width: 501px; voice-family: "\"}\""; voice-family: inherit; width: 501px;}
#footer, #funders {width: 761px; voice-family: "\"}\""; voice-family: inherit; width: 761px;}

/*here's a sample of how the hack works with the regular styles*/
#samplecodeonly {
	position:absolute;
	top:247px;
	left:0px;
	width:170px;/* correct width of 150px + left padding 10px + right padding 10px + 0px left and right borders = 170px*/
	padding:10px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#leftCol {width:150px;
	}
