/*  This hides elements to allow for a 2 column landing page layout */

.landing .column{float:left;width:477px;margin:0 6px 0 0;overflow:hidden;background-color: #f3f3eb; }
.landing .column h2{float:left;width:453px;font-size:2.1em;font-weight:bold;color:#163d6d;padding:12px 10px; }
.landing .column .columnContent {float:left;width:453px;font-size:1.6em;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;color:#454545;padding:0px 10px;line-height:21px;font-style:italic;margin-bottom: 30px;}
.landing .columnLast{margin:0;}
.landing .columnContent ul {list-style: square outside none;padding: 7px 0px 0 46px;margin: 0px;}
.landing .columnContent li{padding:7px 0;}
.landing .columnLinks .column a {float: left;background: url("/_site_support/images/admissionsArrow.png") no-repeat scroll 0px 0px transparent;width: 30px;height: 29px;margin: 0px 0px 0px 230px;}