/* best viewed with tab stops set to four spaces */

/****************** Whole Page ******************/
* {
	background-repeat: no-repeat;
}

body {
	margin: 0;												
	font-family: sans-serif;								
	text-align: center;										
}

img {
	border: 0;
}

input {
	margin-bottom:5px;
}

input[TYPE=submit],input[TYPE=button]{
   padding:2px;
   color:#000000;
   font-size:1em;
   /*background-color:#e0dddd;
   border: #7f9db9 1px solid;*/
}

form {
	margin:0;
}

img a:hover {
	background:none;
}

hr {
	background-color:#999999;
	color:#999999;
	height:1px;
}

a {
	color:#006699;
	text-decoration:none;
}

.a {
	cursor:pointer;
}

a:hover {
	 /*background:#e2f5fb;*/
	 color:#003399;
	 text-decoration:underline;
}

.hide {
	display:none;
}

.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
}

.small {
	font-size:.9em;
}

.smallred {
	font-size:11px;
	color:#FF0000;
}

.red, .attention {
	color:#FF0000;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.fcenter {
	float:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.fcenter_photo {
	float:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	padding:5px;	
}

.aleft {
	text-align:left;
}

.aright {
	text-align:right;
}

.clearfix {
	display:inline-block;
	width:100%;
}

.white {
	color:#FFF;
}

.read_more {
	text-align:right;
	background:url(../images/more-arrows.gif) no-repeat right;
	margin-right:10px;
	padding:10px;
	z-index:100;
	position:absolute;
	/*bottom:0;*/
}

.read_more a {
	color:#006699;
	font_size:70%;
	text-decoration:none;
}

.read_less {
	text-align:left;
	background:url(../images/less-arrows.gif) no-repeat left;
	margin-right:10px;
	padding:10px;
	z-index:100;
	position:absolute;
	bottom:0;
}

.read_less a {
	color:#006699;
	font_size:70%;
	text-decoration:none;
}

.pic_border {
	border:1px solid #000;
}

.dottedbelow {
	border-bottom:#CCC dashed 1px;
	margin-bottom:10px;
	width:98%;
}

.dottedbeloworange {
	border-bottom:#ff6600 dashed 1px;
	margin-bottom:10px;
	width:98%;
}

ul li {
	margin-left:-22px;
	margin-bottom:2px;
}

.selected {
	color:#ff6600;
}


.people_pic {
	margin-right: 10px;
	*margin-top:7px;
	border:1px solid #000;
}

.bodyClosed {
	display:none;
}

.hand {
	cursor:pointer;
}

/*a[href $= '.pdf'] {
	display:inline-block;
	line-height: 17px;
	background:transparent url(/images/pdf.gif) center right no-repeat;
}*/
/*li:hover {
	list-style-image:url(/images/blue-dot.gif);
	*list-style-image:url(/images/blue-dot-ie.gif);
}*/

/****************** Centering Copy and the Header ******************/
#copy {
/*	margin-top:20px;
	*margin-top:0px;*/
}
#header{
	margin-top:-30px;	
}

#white_header{
	height:30px;
	background-color:#FFF;
	position:relative;
}

#middle_white_header {
	width:1020px;	
	margin-left:auto;
	margin-right:auto;
	padding-top:7px;
}

#middle_white_header a {
	font-size:.7em;
	text-transform:uppercase;
	padding-right:30px;
}

#copy, #header {
	
	width: 1025px;	/* Max width for standard browsers; **IE 6 Hack ** sets fixed width */

	margin-left: auto;	/* centering for								*/
	margin-right: auto;	/* standard browsers							*/
	text-align: left;	/* and for IE (see text-align with the body)	*/

	padding: 0;			/* Make sure it fits on 1024x768 screens		*/
	overflow:hidden;
}

#search_nav_left {
	width: 1020px;	/* Max width for standard browsers; **IE 6 Hack ** sets fixed width */

	margin-left: auto;	/* centering for								*/
	margin-right: auto;	/* standard browsers							*/
	text-align: left;	/* and for IE (see text-align with the body)	*/

	padding: 0;			/* Make sure it fits on 1024x768 screens		*/
	overflow:hidden;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	color:#f2750b;
	background:none;
}

.search_nav_dd {
	display: block;
    position: relative;
    z-index: 1100;	
	font-size:.7em;
	text-transform:uppercase;
}

.search_nav_dd li {
	list-style-type: none;	
}

#search_nav_left ul {
	list-style-type: none;
	margin-top:7px;	
	margin-left:-15px;
}

#search_nav_left ul li a {
	float: left;
    margin-left: 0;	
}

#subheader {
	float: right;
    margin-top: -18px;	
	color:#003b79;
	padding-right:15px;
	z-index:200;
}

#header #subheader a:hover {
	color:#024a96;
	text-decoration:underline;
	background:none;
}

.search_box {
	margin-right:15px;	
	margin-top:-4px;
	font-size:.7em; 
	text-transform:uppercase;
}

/****************** page_specific Container ******************/
/* holds the page_specific content */
#page_specific {
	width: 828px;	/* to conform with the fixed-width setup */
	float: left;	/* so it stacks nicely with the left-menu */
}

/****************** Sub(-sub)-menu ******************/
/* i.e. the menu in the gray bar */
/* This is positioned just over top the gray bar in the banner graphic
 * thanks to a short margin in the banner.  Note that on the main page,
 * the margins/padding are handled a little bit differently. */
 
#submenu {
	float:left;
	background-repeat: repeat-x;
	background-image: url(../images/topmenu.gif);
	width:100%;
	min-width:100%;
	height:27px;
	min-height:27px;
	text-align:center;
	margin-top:-2px;
	*margin-top:0;
} 

#submenu, #submenu a {
	text-decoration: none;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

#submenu ul {		/* The submenu itself doesn't need any room */
	list-style:none;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#submenu li {							
	display: inline;
	height:27px;						    
	padding: 5px 10px 6px 10px;
}

#current_submenu_selection{	/* Set the current page's submenu entry background to orange */
	background-color: #F37E0A;
	/*border-left:1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;*/
}

#submenu li:hover {
	background:#003366;
}

#submenu li a:hover {
	background:none;
}

#submenu * {
		

	/* The next few lines tweak the text appearance a little bit */
	
	/*color: white;
	font-weight: bold;*/
}



/******skinny box - no shadow*********/

.skinnybox {
	background:url(../images/skinny-box/side.gif) repeat-y;
	width: 175px;
}

.skinnytop {
	background:url(../images/skinny-box/skinny-top.gif) no-repeat;
	height: 19px;
}

.skinnycontent {
	text-align:center;
	margin: 5px;
}

.skinnycontent p {
	margin: 5px;
}

#menubar .skinnycontent h2 {
	font-size:110%;
}

.skinnybottom {
	background:url(../images/skinny-box/skinny-bottom.gif) no-repeat;
	height: 19px;
}


/*  round colored bubbles */
.roundnewscont {
	background-color: #FFF;
	color: #000;
	font-size: 80%;
}

.roundnewstop { 
	background: url(../images/news-box/top-bar.gif) repeat-x top left; 
	height:39px;
	min-height:39px;
}

.roundnewstop .leftside {
	background: url(../images/news-box/news-top-left.gif) no-repeat top left;
	height:39px;
	width: 25px;
}

.roundnewstop .rightside {
	background: url(../images/news-box/news-top-right.gif) no-repeat top right;
	height:39px;
	margin-top:-38px;
	margin-right:0;
}

.roundnewsbottom {
	background: url(../images/news-box/bottom-bar.gif) repeat-x bottom left; 
	height:40px;
	margin-top:-27px;
	*margin-top: -25px;
	margin-left:1px;
}

.fixed {
	margin-left:610px;
	*margin-left:0px;
	position:fixed;
}

.roundnewsbottom .leftside {
	background: url(../images/news-box/news-bottom-left.gif) no-repeat bottom left;
	height:39px;
	/*width: 25px;*/
}

.roundnewsbottom .rightside {
	background: url(../images/news-box/news-bottom-right.gif) no-repeat bottom right;
	height:39px;
	margin-top:-38px;
}


.roundnewsbottom .bottombar {
	background: #FFF url(../images/news-box/bottom-bar.gif) repeat-x bottom right;
	margin-left:16px;
	height:18px;
	min-height:18px;
	width:86%;
}

.roundnewscont .sidebars, .roundnewsbubble .sidebars {
	border-left:1px solid #CCC;
	background:#FFF url(../images/news-box/right-side-bar.gif) repeat-y top right;
	margin-top:-15px;
	margin-left:2px;
	padding:5px 15px 10px 5px;
	position: relative;
	z-index:0;
}

.roundnewscont .sidebars h3, .roundnewscont .sidebars h3 a {
	font-size: 18px;
	margin:0px 0px 0px -10px;
	padding-bottom: 5px;
	color: #FF6600;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	
}

.roundnewscont .sidebars h4, .roundnewscont .sidebars h4 a {
	font-size: 100%;
	margin:0;
	color:#000;
	text-decoration:none;
	text-align:center;
}

.roundnewsbubble .sidebars img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*.roundnewsbubble .sidebars li {
	color:#FF6600;
	margin-left:-12px;
	margin-bottom:2px;
}

.roundnewsbubble .sidebars .selected {
	color:#006699;
}*/

.roundnewsbubble .sidebars li a {
	color:#006699;
	text-decoration:none;
}

.roundnewsbubble .sidebars li a:hover {
	color:#003399;
}

.roundnewscont .sidebars dl {
	padding-right:2px;
	padding-left:5px;
	font-size:90%;
}

.roundnewscont .sidebars dt {
	width: 70px;
	float: left;
}

.roundnewscont .sidebars dd {
	margin-bottom: 10px;
	margin-left: 80px;
	min-height: 50px;
}

.roundnewscont .sidebars dd a {
	color:#006699;
}

.roundnewscont .sidebars dd a:hover {
	color:#003399;
}

.roundnewscont .sidebars p {
	margin-top: 5px;
	*margin-top: 8px;
	margin-bottom: 5px;
	*margin-bottom: 8px;
}

.roundnewscont .sidebars p a {
	text-transform: uppercase;
}

/*.sidebars a[href $= '.pdf'] {
	background:none;
	display:inline-block;
}*/

.roundnewscont img.corner {
   margin-left:-16px;
   margin-top:-1px;
   margin-bottom: -1px;
   border: none;
}
/* end round colored bubbles */

.hiddenimage {
    border: 1px solid #000000;
    display: none;
    margin-left: 500px;
    margin-top: -300px;
    position: absolute;
	z-index:300;
}

.hiddenimage_student_groups {
    border: 1px solid #000000;
    display: none;
    margin-left: 200px;
    margin-top: -300px;
    position: absolute;
	z-index:300;
}

#MySpamTrap {display: none;}
