/*Master Admissions CSS*/

body{
	margin: 10px 0 20px 0;
	text-align: center;
	font-family: georgia, 'times new roman', serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #555;
}


h1{
	color: #991122;
	font-family: georgia, 'times new roman', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6em;
	font-style: italic;
}

h2{
	color: #991122;
	font-family: georgia, 'times new roman', serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.6em;
	font-style: italic;
}

h3{
	color: #666;
	font-family: arial, georgia, 'times new roman', serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom: 1px solid #ccc;
}
p{
	margin-top: 2px;
	margin-bottom: 6px;
}


#master_container{
	width: 820px;
	text-align: left;
	margin: auto;
}






.nav{
	border-bottom: 1px solid #971021;
}

.nav div{
	float: left;
	width: 125px;
	text-align: center;
	line-height: 0;
}

.nav .off{
	background: url('images/topnav_off.gif') no-repeat 0 0;
	cursor: pointer;
}
.nav .on{
	background: url('images/topnav_off.gif') no-repeat 0 0;
	cursor: pointer;
}
.nav .active{
	background: url('images/topnav_active.gif') no-repeat 0 0;
	cursor: pointer;
}

.nav .home_off{
	background: url('images/topnav_off_home.gif') no-repeat 0 0;
	cursor: pointer;
}
.nav .home_on{
	background: url('images/topnav_off_home.gif') no-repeat 0 0;
	cursor: pointer;
}
.nav .home_active{
	background: url('images/topnav_active_home.gif') no-repeat 0 0;
	cursor: pointer;
}

.nav .plain{
	width: none;
	float: none;
}



.nav .rightside{
	width: 69px;
	background: url('images/topnav_rt.gif') top right;
	float: right;
	border-left: 1px solid #ccc;
}







.subnav{
	border-bottom: 1px solid #ccc;
	width: 580px;
	height: 29px;
}

.subnav div{
	float: left;
	font-family: georgia, 'times new roman', serif;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	padding: 4px 8px;
	border-right: 1px solid #999;
}

.subnav a{
	color: #991122;
	text-decoration: none;
}
.subnav .active a{
	color: #fff;
	text-decoration: none;
}

.subnav .off{
}
.subnav .on{
	background: #eee;
}
.subnav .active{
	background: #991122;
}

.subnav .plain{
}







#masthead{
	margin: 8px 0;
}

#masthead_img{
	height: 144px;
	width: 495px;
	float: right;
}

#masthead #border_1{
	width: 95px;
	height: 144px;
	border-right: 3px solid #fff;
	float: left;
}
#masthead #border_2{
	width: 60px;
	height: 144px;
	border-right: 3px solid #fff;
	float: left;
}
#masthead #border_3{
	width: 240px;
	height: 144px;
	border-right: 3px solid #fff;
	float: left;
}


#content_container{
	border: 1px solid #810b16;
}

#content_bottom{
	background: url('images/dropshadow_bottom.gif') no-repeat top right;
	height: 30px;
	font-size: 11px;
	font-family: verdna, arial helvetica, sans-serif;
	color: #999;
	padding-left: 12px;
	padding-top: 4px;
}

.rightside{
	float: right;
}
.page_feature{
	background: #f3f3f3;
	border: 1px solid #ccc;
	border-top: none;
	width: 190px;
	margin: 0 12px 10px 8px;
	padding: 6px 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	
	-webkit-border-bottom-right-radius: 5px; /* for Safari */
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px; /* for Firefox */
	-moz-border-radius-bottomright: 5px;
	
	border-bottom-right-radius: 5px; /* CSS3 if and when*/
	border-bottom-left-radius: 5px;
	
}



p.testimonial{
}
p.byline{
	text-align: right;
	font-size:11px;
	margin-bottom: 14px;
	line-height: 1.2em;
}



.content{
	width: 520px;
	margin: 12px 8px 20px 40px;
	float: left;
}

.home_content{
	margin: 12px 40px 20px 40px;
}


.smaller{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}




div.home{
	background: url('../home/images/item_line.gif') no-repeat;
	padding: 4px 0 0 24px;
	cursor: pointer;
	width: 640px;
	height: 28px;
	color: #991122;
	margin: 0;
	margin-top: 6px;
}

.details{
	background: #f6f6f6;
	padding: 8px;
	margin: 0 0 12px 0;
	color: #555;
	width: 648px;
	border-top: 1px solid #999;
}



.hp_feature{
	background: #8da2b0;
	border: 1px solid #999;
	padding: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 16px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.hp_feature a{
	color: #8da2b0;
	background: #d9efff;
	padding: 1px 6px;
	text-decoration: none;
}
.hp_feature a:hover{
	color: #fff;
	background: #8da2b0;
	padding: 2px 6px;
}


.hilite{
	background: #f9f9f9;
	border-top: 1px solid #991122;
	border-bottom: 1px solid #991122;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
}



#form{
	border: 1px solid #999;
	padding: 12px;
}


.formtable td{
	padding: 2px 4px;
}

input, textarea{
	border: 1px solid #999;
	background: #ffffdd;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

input.btn{
}

input.noborder{
	background: none !important;
	border: none !important;
}


.date{
	font-size: 11px;
}


.clear{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}


a{
	color: #991122;
}