@charset "utf-8";
/* CSS Document */

/* 
------------General Styles---------------- 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, form, fieldset, table, th, td, a { margin: 0; padding: 0; }
 
#pagination li.selected {padding:5px 0 0 13px !important;} 

img {
	border: none;
	}

.h1 h1 {font-family: "Palantino Linotype", "Book Antiqua", "Palatino", serif;
	color: #000;
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 21px;
	padding-left: 0px;
	padding-top:21px;
	}
	
#page-copy .title {font-family: "Palantino Linotype", "Book Antiqua", "Palatino", serif;
	color:#1C3F95;
	font-size: 1.9em;
	font-weight: normal;
	/*padding-bottom: 21px;*/
	padding-left: 0px;
	/*padding-top:21px;*/
	
	}
	
.fieldTitle .title {font-size:100% !important;}	
	
.admissions #page-copy .title {font-family: "Palantino Linotype", "Book Antiqua", "Palatino", serif;
	color:#18807D;
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 21px;
	padding-left: 0px;
	padding-top:21px;
	}
	
.parent #page-copy .title {font-family: "Palantino Linotype", "Book Antiqua", "Palatino", serif;
	color:#68760C;
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 21px;
	padding-left: 0px;
	padding-top:21px;
	}	
	
.development #page-copy .title {font-family: "Palantino Linotype", "Book Antiqua", "Palatino", serif;
	color:#782678;
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 21px;
	padding-left: 0px;
	padding-top:21px;
	}					
	
.blogList .postBody {font-size:130%;}	

#logout {width:70px;font-size:150%;float:right;padding:10px 0 0 0;text-decoration: none;text-align:right;}
#logout a:link {color: #1c3f95; text-decoration: none;background:url(../images/icon_arrow.jpg) left no-repeat;padding:0 0 0 15px;}
#logout a:visited {color: #1c3f95; text-decoration: none;background:url(../images/icon_arrow.jpg) left no-repeat;padding:0 0 0 15px;}
#logout a:hover {text-decoration: underline;background:url(../images/icon_arrow.jpg) left no-repeat;padding:0 0 0 15px;}

.button {width:50px;}

/* 
------------Container Styles--------------
 */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #767676;
	font-size: 62.5%;
	line-height: 1.7em;
	background: #fff url(../images/bg.gif) repeat-y center top;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	}
	
/* 
------------Searchbox Styles---------------- 
*/

.search {
	position: absolute;
	top: 188px;
	right: 21px;
}

.search label {
	display: none;
	}
	
input.searchInput {
	height: 17px;
	width: 126px;
	border: 1px solid #c9c9c9;
	float: left;
	padding: 0;
	}
	
input.searchButton {
	height: 19px;
	width: 28px;
	background: #d2d2d2 url(../images/search_btn.gif) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	float: left;
	margin-left: 4px;
	/*fix for IE 6 & 7 text-indent */
	font-size: 0px;
 	display:block;
 	line-height: 0px;
	}
	
/* 
------------Footer Styles---------------- 
*/

#footer {
	width: 916px;
	font-size: 1.2em;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 27px;
	height: 60px;
	}

#footer #copyright {
	float: left;
	}
	
#footer #footer-contact {
	float: right;
	text-align: right;
	}
	
#footer a:link {color: #3a64ca; text-decoration: none;}
#footer a:visited {color: #3a64ca; text-decoration: none; }
#footer a:hover {text-decoration: underline; }