﻿/*//////////////////////////////////////////////// HEADER */

#header {
	margin: 0px 0px 0px 220px;
	width: 640px;
	text-align: right;
	vertical-align: bottom;
}
#quickLinks {
	padding: 5px 10px 5px 210px;
	position: relative;
	height: 20px;
}
.quickLinksWrapper {
	float: left;
	padding-left: 5px;
}
#quickLinks select {
	height: 22px;
	width: 160px;
}
#quickLinks input[type="text"] {
	height: 18px;
	width: 180px;
}
#quickLinks input[type="image"] {
	padding-top: 0;
	margin: 0;
}

/*//////////////////////////////////////////////// CONTENT */


#content {
	margin: 0px auto;
	margin-left: 220px;
	padding: 8px;
	position: relative;
	width: 624px;
	height: 100%;
	background: url(http://media.peirce.edu/Themes/Default/Images/grayGrad_horizontal.png) repeat-x top left;
	text-align: left;
	color: Black;
}

#content a, a:hover, a:visited, a:active {
	font-weight: bold;
}

#tabNav {
}

.segment {
	margin-bottom: 8px;
	width: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 9px;
	font-size: 12px;
	vertical-align: top;
}

.segment tr td {
	vertical-align: top;
}

.segment h2 {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #274FB1;
}
.segment h3 {
	font-weight: bold;
	font-size: 11px;
}
#peircePeople h2 {
	color: #006699;
}

#meetMore {
	margin: 3px auto;
	position: relative;
	float: right;
	top: 0px;
	color: Gray;
}

anchors a:hover {
	color: #ffcc20;
}

.anchors .on a:hover {
	color: #000064;
}

