/* 
	* File: alumniHome2.css
   * For homepage only
*/

* {
	padding:0;
	margin:0
}
body {
	font:12px Verdana, Arial, Helvetica;
	background: #F3F3E8 url(/olc/images/UVM/background.jpg) repeat-x 0 0;
}
#shell {
	margin:0 auto;
	position:relative;
	width:773px;
	background: url(/olc/images/UVM/repeater.jpg) repeat-y top center;
	min-height:600px;
	_height:500px;
}
#mainmenu {
	height:81px;
	margin:0 auto;
	width:773px;
}
#Header {
	width:773px;
	height:243px;
	position:relative;
	top: 5px;
	left:5px;
	margin-bottom: 10pt;	
}
#Content {
	width:773px;
	padding-left:175px;
	padding-top:5px;
}
#Content td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF !important;
	text-align:left;
}
#Content td a {
	text-align:right;
	color:#FFFF00;
	font-style:italic;
	float:right;
	text-decoration: none;
	padding-top:10px;
}
#Content td a:hover {
	text-align:right;
	color:#FFFFFF;
	font-style:italic;
	float:right;
	text-decoration: underline;
	padding-top:10px;
}

/* New: Start */
#Contenthome {
	width:773px;
	padding-left:175px;
	padding-top:5px;
}
#Contenthome td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
#Contenthome td a {
	text-align:right;
	color:#FFFF00;
	font-style:italic;
	text-decoration: none;
	padding-top:10px;
}
#Contenthome td a:hover {
	text-align:right;
	color:#FFFFFF;
	font-style:italic;
	text-decoration: underline;
	padding-top:10px;
}

#sitenavhome {
	position:absolute;
	left: 5px;
	top: 338px;
	width:173px
}
/* New: End */


#sitenav {
	position:absolute;
	left: 5px;
	top: 95px;
	width:173px
}

#search{
	width:173px; 
	height: 75px; 
	position:absolute; 
	top: 355px; 
	left: 5px; 
	background: #FFF;
}

/* New: Start */
#searchhome{
	width:173px; 
	height: 75px; 
	position:absolute; 
	top: 597px; 
	left: 5px; 
	background: #FFF;
}
/* New: End */

.searchText{
	font:12px Verdana, Arial, Helvetica;
	color:#760000;
}
	

.calloutTextB {
	border-right: #FFFFFF 1px solid;
	padding-right:6px;
	padding-left:2px;
	line-height:20px;
	padding-top:10px;
}
.calloutText {
	
	padding-right:10px;
	padding-left:2px;
	line-height:20px;
	padding-top:10px;
}
.dropdown {
	display:block;
	position:relative
}
.dropdown dt {
	width:173px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: 32px;
	text-indent:8px;
	cursor:pointer;
	background:url(/olc/images/UVM/menu_repeater.jpg) repeat-x;
	height: 32px;
}
.dropdown .upperdd {
	border-bottom:none
}
.dropdown dt:hover {
	background:url(/olc/images/UVM/menu_hover.jpg) repeat-x;
}
.dropdown dd {
	position:absolute;
	top:0;
	overflow:hidden;
	width:177px;
	display:none;
	background:#760000;
	opacity:0
}
.dropdown ul {
	width:173px;
	border:2px solid #9ac1c9;
	list-style:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	background:#760000;
	
}
.dropdown a:hover {
	background:#ccc;
	color:#000
}
.dropdown .underline {
	border-bottom:1px solid #e1e1e1
}
#footer {
	margin: 0 auto;
	background: url(/olc/images/UVM/footer.jpg) no-repeat;
	height:77px;
	width:773px;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#760000;
	text-align:center;
	padding-top: 50px;
}

#button { 
	position:absolute; 
	top:220px; 
	left:100px; 
	border:none; 
	height: 68px; 
	width: 186px;
}


/* From alumnInterior.css */
.button {
	display:block;
	position:relative
}	
.button dt {
	width:173px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: 32px;
	text-indent:8px;
	cursor:pointer;
	background:url(/olc/images/UVM/menu_repeater.jpg) repeat-x;
	height: 32px;
}
.button dt a:hover {
	color:#FFFFFF;
	background:url(/olc/images/UVM/menu_hover.jpg) repeat-x;

}
.button a, .button a:active, .button a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
}

