/* home page */
#col_1 { float: left; width: 270px; padding-top: 10px; padding-right: 10px; text-align: left; border-width: 0px; border-style: solid;}
html>body #col_1 { width: 260px; }
#col_2 { float: left; width: 430px; padding-top: 10px; padding-right: 10px; text-align: left; border-width: 0px; border-style: solid;}
html>body #col_2 { width: 420px; }
#col_3 { float: left; width: 180px; padding-top: 10px; text-align: left; border-width: 0px; border-style: solid;}
html>body #col_3 { width: 180px; }

/* col_1 and col_2 combined for large flash element*/
#col_1_2 { float: left; width: 700px; padding-top: 10px; padding-right: 10px; text-align: left; border-width: 0px; border-style: solid;}
html>body #col_1_2 { width: 690px; }

/* search box */
#search_box { position: absolute; top: 160px; left: 50%; margin-left: 260px; width: 180px; height: 26px; background: url(http://www.oru.edu/images/search_input.jpg); }
#search_box #s { position: absolute; top: 0px; left: 0px; padding: 0; margin: 6px 0 0 6px; border: 0; width: 154px; background: none; }
#search_box #go { position: absolute; top: 0px; left: 154px; margin: 0px 0px 0 0; }

/* 3 links under search box */
#three_links { position: absolute; top: 189px; left: 50%; margin-left: 260px; width: 180px; height: 26px; font-size: 11px; color: #a88710; }
#three_links a:link { color:#a88710; text-decoration:none; }
#three_links a:visited { color:#a88710; text-decoration:none; }
#three_links a:hover { color:#a88710; text-decoration:underline; }
#three_links a:active { color:#a88710; text-decoration:none; }

/* brown box on home page */
#sidebar_nav_home { display: block; position: relative; top: 50px; width: 180px; height: 260px; background: #ffffff; color: #000000; font-size: 12px; font-weight: normal; padding-left: 0px; padding-top: 0px; }
html>body #sidebar_nav_home { width: 180px; height: 260px;}


/* three buttons */
#three_buttons { position: relative; top: 45px; width: 180px; height: 170px; background: #ffffff; }
html>body #three_buttons { width: 180px; height: 170px;}
.three_buttons {padding-top: 5px;}

/* footer */
#footer {white-space: nowrap; position: relative; top: 20px; left: 10px; width: 900px; text-align: center; font-family:Helvetica,Jamrul,sans-serif; font-size: 9px; }
* html #footer {  }
html>body #footer {  overflow: hidden;}

