/*#####################################################
This page is for the 3col_setup_no_photos layout. It is
a three column layout without the rotating images as on the front
page.

Author: Don Bowers - Holland College
Date Created: May 27, 2008
Date Modified: May 28, 2008
Last Revision: 
########################################################*/

/* MAIN CONTENT */
.column1-unit {width:440px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/***************/
/* MAIN CONTENT WIDTH */
#main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:440px; margin:10px 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
#main {clear:both; width:900px; padding-top: 0px; padding-bottom:30px; background:transparent url(../img/bg_main_withnav.jpg) repeat-y;}

/* ADDED PADDING-TOP ABOVE TO TRY AND MOVE NAV DOWN */

/* MAIN SUBCONTENT */
#main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:50px 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

#main-subcontent .subcontent-unit-border {width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px rgb(190,190,190); background:rgb(235,235,235);}
#main-subcontent .subcontent-unit-border-green {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
#main-subcontent .subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}
#main-subcontent .subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:rgb(225,225,225);}
#main-subcontent .subcontent-unit-border-reddish {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(187,42,42); background-color:rgb(225,225,225);}

#main-subcontent .subcontent-unit-noborder {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:rgb(235,235,235);}
#main-subcontent .subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
#main-subcontent .subcontent-unit-noborder-blue  {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(213,225,240);}
#main-subcontent .subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(248,224,150);}


#main-subcontent .round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
#main-subcontent .round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:174px;}
#main-subcontent .round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
#main-subcontent .round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}


