/*//////////////////////////////////////////////// GLOBAL */

html, body {
	margin: 0px;
	min-height: 100%;
	background-color: #070032;
	color: #000066;
}

#features {
	width: 640px;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 860px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	background-color: #fff;
}

h1 {
}

h2 {
	/*font-size: 16px;*/
}

h3 {
}

h4 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
	color: #007F90;
}

content a, content a:hover, content a:visited, content a:active {
	text-decoration: none;
	color: #003399;
	border: none;
}

img {
	border: none;
}

li {
}

/*//////////////////////////////////////////////// HEADER */

#header {
	text-align: right;
	width: 640px;
	margin-left: 220px;
}

#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: 19px;
	width: 180px;
	border: solid 1px gray;
}
#quickLinks input[type="image"] {
	padding-top: 0;
	margin: 0;
}

.quickLinksWrapper select {
	border: solid 1px black;
}

/*//////////////////////////////////////////////// NAVIGATION */

.neutral {
	height: 35px;
	width: 640px;
	padding: 0px 0px 0px 0px;
	background: url(http://media.peirce.edu/Themes/Default/Images/homebar_neutral.gif) bottom right no-repeat;
}

.neutral img {
	text-align: left;
}

/*//////////////////////////////////////////////// FOOTER */

#footer {
	margin: 0px auto;
	width: 860px;
	bottom: 0px; /* stick to bottom */
	clear: both;
	background: #070032 url(http://media.peirce.edu/Themes/Default/Images/footer_background.png) no-repeat top center; /*width: 780px; this must match wrapper width*/
	height: 36px;
}
ul#footerlinks {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding-top: 7px;
}
ul#footerlinks li {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0 7px;
	float: left;
	border-right: 1px solid #999;
}
ul#footerlinks li.last {
	border-right: 0;
}
ul#footerlinks li.copyright {
	border-right: 0;
	padding: 0 150px 0 25px;
}
ul#footerlinks li a {
	text-decoration: none;
	font-weight: normal;
	color: #070032;
}


