/* @override 
	http://www.allegheny.edu/_assets/style.css
	http://www.allegheny.edu/_assets/allegheny.css
*/

/*Style Sheet For Allegheny College http://www.allegheny.edu */ 

body  {
	color: #333333;
	background-color : White;
	margin:7px 0px 20px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Helvetica, Geneva, Arial, Verdana, sans-serif;
	/*font: 74%  "Lucida Grande", "Lucida Sans", tahoma, geneva, sans-serif;*/
	
	}
	
img {
	border : none;
} 

#banner {
	color: #333333;
	background: White url(http://webmedia.allegheny.edu/images/TopBanner3.gif) no-repeat;
	top:0px;
	width:800px;
	height:75px;
	}
	
#banner-search {
	position:absolute;
	left:615px;
	top:40px;
	}

#subbanner{
	color: #333333;
	background-color : White;
	top:75px;
	width:800px;
	height:62px;
	}
		
#contact-banner {
	position: absolute;
	left: 616px;
	top: 94px;
	font-size: 10px;
	line-height : 12px;
	color: #003366;
	font-weight : 500;
	font-stretch : expanded;
}
		
#weather-banner {
	position: absolute;
	left: 590px;
	top: 94px;
	width:200px;
	text-align:center;
	font-size: 12px;
	line-height : 16px;
	color: #003366;
	font-stretch : expanded;
}

#catalogue-banner {
	position: absolute;
	left: 450px;
	top: 94px;
        width: 340px;
	font-size: 14px;
	color: #003366;
}

#contentfull{
	color: #333333;
	background-color : White;
	width: 800px;
	padding-top:10px;
	text-align:left;
	}

#contentright{
	float:right;
	color: #333333;
	background-color : #FFFFCC;
	border :1px solid #CCCCCC;
	width: 250px;
	margin:0px 0px 10px 15px;
	background-image: url(http://webmedia.allegheny.edu/_assets/y-bg.gif);
	background-repeat: repeat;
}

#contentright ul {
	margin-left: 0px;
	margin-right: 0px;
	/*list-style-position: inside;*/
	list-style-image: url(http://webmedia.allegheny.edu/_assets/arrow.gif);
}

#contentright li {
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
	font-size: 10pt;
	/*list-style-image: url(/_assets/arrow.gif);*/
}
	
h1 {
	margin-left : 10px;
	margin-top: 20px;
	margin-right: 15px;
	font-weight : bold;
	font-size: 22px;
	}

h2 {
	font-size:13px;
	letter-spacing: 2px;
	margin-top:10px;
	padding-left: 10px;
	background-color: #FFFFEE;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	font-weight : bold;
}

h3 {
	margin : 10px 15px 10px 10px;
	clear:left;
	font-size: 18px;
	}
	
h4 {
	margin: 10px 15px 0px 10px;
	font-weight : bold;
	font-size: 12px;
	}
h5 {
	margin-left : 10px;
	margin-top: 10px;
	margin-right: 15px;
	font-weight : bold;
	font-size: 12pt;
	text-align : justify;
	margin-bottom:2px;
	}
	
#contentfull p, #contentfull dl {
	margin-left : 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	/*text-align : justify;*/
        text-align:left;
	font-size: 13px;
	/*line-height: 1.35em;*/
	line-height:1.4em;
}
	
#contentright p{
line-height:1.25em;
font-size:12px;
}
	
#contentfull li {
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	font-size: 10pt;
}

.table {
	border: 1px solid #CCCCCC;
	margin-left: 25px;
	font-size : 10pt;
	color: black;
	background-color : white;
}
.table2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 525px;
}

blockquote {
	margin-left : 20px;
	margin-right: 20px;
	font-size : 10pt;
}

	
.contact {
	text-align: center;
	font-size : 10pt;
}
	
.image-right {
	float: right;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 7px;
	border: 1px solid #333333;
}

.image-left {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	border: 1px solid #333333;
}

#footer {
	position: relative;
	width:800px;
	height:39px;
	left: 0px;
	float: left;
	}
	
#print {
	text-align:center;
	padding:25px;
	}

div#print a {
	text-decoration:none;
	}

/* This part is the top drop down menu */

#banner-menu {
	position: absolute;
	top:7px;
	left:400px;
	width:400px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
    z-index: 25;
}

#menuList {
	margin: 0px;
	padding: 0px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.actuator {
	font-stretch: semi-condensed;
	letter-spacing: -1px;
	line-height: 10px;
	font-size: 10px;
	padding-left:5px;
}

a.actuator {
	color: #0A3D68;
	text-decoration: none;
}

a.actuator:hover {
color: #003366;
   text-decoration: underline;
}

.menu {
	color: #0A3D68;
	background-color: #FFFFCC;
	border: 1px solid #0A3D68;
	position: absolute;
	visibility: hidden;
	z-index:25;
	font-stretch: semi-condensed;
	letter-spacing: -1px;
	line-height: 10px;
	font-size: 10px;
	left:0px;
}

.menu li a {
	color: #0A3D68;
	display: block;
	font-size: 10px;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
}

.menu li a:hover {
	background-color: #FFCC66;
	color: #0A3D68;
}

span.key {
	text-decoration: underline;
}

/*#prospectiveMenu {width:130px;}
#parentsMenu {width:100px;}
#alumniMenu {width:110px;}*/
#studentsMenu {width:115px;}

.institle{
letter-spacing:0;
font-size:16px;
font-weight:bold;
border-bottom:1px #CCCCCC dotted;
margin-right:50px;
margin-left:10px;
margin-bottom:1px;
}

.inssub{
font-size:10px;
margin-left:10px;
}

.insidefadebox{
	border:1px #cccccc solid;
        background:#FFFDE6;
	width:505px;
	margin-bottom:10px;
	margin-left:10px;
	padding:5px;
}


p.sell{
  font-weight: bold;
}


/*----- New Tabs Code, June 21, 2006 ------ */

#contentfull
{
    clear: both;
}

#subbanner2
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    background-color: rgb(240, 216, 120);
    width: 800px;
    height: 60px;
}

#subbanner
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    background-color: rgb(240, 216, 120);
    width: 800px;
    height: 60px;
}

div#menu
{
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: auto;
    min-width: 600px;
	width: 800px;
    height: 25px;
    float: left;
}
    
ul#nav, ul#nav li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


ul#nav li
{
    float: left;
    width: auto;
    /*padding: 4px 6px 3px 6px;*/
	display: block;
	height: 25px;
	padding-left: 6px;
	padding-right: 6px;
    /*margin: 0px;*/
    background: rgb(23, 76, 113) url(http://webmedia.allegheny.edu/banners/tabs_bg.png) repeat-x;
    border-right: 1px solid #333;
    border-left: 1px solid #aaa;
}


ul#nav li a
{
    text-decoration: none;
    color: white;
    font-size: 11px;
	display: block;
	margin-top: 6px;
}

ul#nav a:hover
{
    color: #FFC726;
}

#trail
{
    position: relative;
    top: 5px;
    left: 10px;
    float: left;
}

#trail a img, #rightSide a img
{
    border: none;
}

.tabright, .tableft
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 25px;
    padding: 0px;
    text-decoration: none;
    color: white;
    margin: 0px;
    float: left;
    border: none;
}

.tableft
{
    left: 1px;
    background: rgb(23, 76, 113) url(http://webmedia.allegheny.edu/banners/tab_left.png) no-repeat;
}

.tabright
{
    left: -1px;
    background: rgb(23, 76, 113) url(http://webmedia.allegheny.edu/banners/tab_right.png) no-repeat;
}

#rightSide
{
    position: relative;
    top: 10px;
    right: 10px;
    float: right;
    font-size: 10px;
    color: #003366;
}


/* for rotator features */
.feature 
{
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
}
/* FOR WORDPRESS MU IMAGES */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding:5px;
}

.alignright {
	float: right;
	padding:5px;
}