/* **************** STYLES ***************** */
@import url("http://www.uww.edu/common/fonts/pt-sans/stylesheet.css");
/* ====== BASE MODIFICATIONS ====== */
html,body{background-color:#a0a0a0;}
.head,.body{background-color:#fff;}
.body{background: #fff url("../images/base/left-nav-bg.jpg") top left repeat-y;}
.home{ background: #fff;}
a{font-weight:normal;}
.splash {background: url("../images/hp/1.jpg") top left no-repeat; height: 312px;}
.main {	padding-left: 10px;}

/* ====== LEFT COL ====== */
.leftCol{padding-left:15px;}
.quick-link{
	background-color:#dbd4c1;
	padding-left:15px;
	width: 175px;
}
.quick-link h2{
	font-size:153.9%;
	font-weight:normal;
	font-style: normal;
	text-transform:uppercase;
	color: #333;
}
.quick-link a{
	color:#404040;
	font-size:123.1%;
}
.quick-link li{ padding: 2px 0;}

/* ====== HEAD ====== */
/* extending grids to allow a unit to break out of the box */
.drop-down{height:73px;}
.overflow-v{overflow:visible;}

.txt-input{ background: #cfcfcf; border:none;padding:4px; color:#333;}
.top-nav{float:right;}

