/* CSS Document */

/* 	=======================
		CORNELL BANNER
	=======================	*/
.banner{
	position: relative;
	background-image: url("../images/text_CornellUniversity.gif");
	background-position: top 12px;
	background-repeat:no-repeat;
	width: 95%;
	margin: 0 auto;
	height: 50px;
	z-index: 100;
}
.banner a{
	float: right;
	padding-right: 40px;
	color: #bc3737;
	padding-top: 25px;
	font-size: 0.9em;
	text-decoration: none;
}
.banner a:hover{
	text-decoration:underline;
}

/*	========================
		 	 TITLE
	======================== */	
.page .page_t{
	width: 100%;
	height: 190px;
	background-image: url("../images/box_page_T.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}
.page .page_t_l{
	background-image: url("../images/box_page_TL.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 190px;
	width: 100%;
}
.page .page_t_r{
	background-image: url("../images/box_page_TR.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: 190px;
	width: 100%;;
}
.title{
	width: 100%;
	margin: 0 auto;
	background: url("../images/DSLogo.jpg") no-repeat 91% 100%;
	color: white;
	padding: 40px 0 0 0;
	height: 143px;	
	
}
.title h1{
	font-size: 2.7em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin: 0 0 5px 75px;
	text-align:left;
}
.title .tagline{
	padding-left: 75px;
}


/*	===========================
			MAIN NAV
	=========================== */
.mainNav {
	position: absolute;
	top: 136px;
	padding: 0 0 0 75px;
	width: 1000px;
}
.mainNav ul {
	float: left;
	margin: 0;
	padding: 0;
}
.mainNav ul li {
	float: left;
	list-style-type: none;
	margin: 0 1px 0 0;
	padding: 0;
	display: block;
}
.mainNav ul li a {
	font-size: 1em;
	font-weight: bold;
	display: block; 
	float: left; 
	width: 95px; 
	height: 32px;
	color: white; 
	text-decoration: none; 
	text-align: center; 
	padding: 10px 0 0 0;
	background-color: #05196f;
	border-top: 5px solid #3a52a8;
	border-bottom: 0;
	margin: 0;
}
.mainNav ul li a.linkHome {
	background: #05196f url("../images/buttonLeft.gif") no-repeat top left;}	
.mainNav ul li a.helpLinks {
	background: #05196f url("../images/buttonRight.gif") no-repeat top right;}
	
.mainNav ul li a.linkHomeActive,
.mainNav ul li a.linkStatsActive,
.mainNav ul li a.linkSourcesActive,
.mainNav ul li a.linkFAQActive,
.mainNav ul li a.linkGlossaryActive,
.mainNav ul li a.linkLinksActive,
.mainNav ul li a.linkHelpActive{
	height: 41px;
	background: white url("../images/buttonActiveTop95.gif") no-repeat top left; /* orange: #fd8f02 */
	padding-top: 13px; 
	color: #05196f; 
	border-top: 0;
	}

.mainNav ul li a.linkHome:hover,
.mainNav ul li a.linkStats:hover,
.mainNav ul li a.linkSources:hover,
.mainNav ul li a.linkFAQ:hover,
.mainNav ul li a.linkGlossary:hover,
.mainNav ul li a.linkLinks:hover,
.mainNav ul li a.linkHelp:hover {
	height: 32px; background-color: #697db7; padding-top: 10px; color: white;}
	
.mainNav ul li a.linkHome:hover {
	background: #697db7 url("../images/buttonActiveLeft.gif") no-repeat top left;}
	
.mainNav ul li a.helpLinks:hover {
	background: #697db7 url("../images/buttonActiveRight.gif") no-repeat top right;}



/*	========================
		   PAGE BORDER
	======================== */	
.page{
	position: relative;
	width: 95%;
	margin: 0 auto;
	min-width: 1025px;
	z-index: 1;
}
.page .page_content{
	width: 93%;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
.dotted_banner{
	width: 100%;
	clear: both;
	color: #72be44;
	text-align: center;
	background-image: url("../images/hr_LargeGreenDots.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
.dotted_banner h2{
	display: inline;
	margin-top: 0px;
	font-weight: normal;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.page .page_l{
	width: 100%;
	background-image: url("../images/box_page_L.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
}
.page .page_r{
	width: 100%;
	background-image: url("../images/box_page_R.jpg");
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
}
.page .page_b{
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url("../images/box_page_B.jpg");
	width: 100%;
	height: 27px;
	float: left;	
}

.page .page_b_l{
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url("../images/box_page_BL.jpg");
	width: 100%;
	height: 27px;
}
.page .page_b_r{
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url("../images/box_page_BR.jpg");
	width: 100%;
	height: 27px;
}
/* the box that contains the left 2/3 of the page */
.page .top_left{
	width: 80%;
	float: left;
	min-width: 600px;
}
.page .top_left h1	{
	font-size: 1.35em;
	margin: 0 0 10px 45px;
} 


/* the box that contains the top 1/3 of the page */
.page .top_right{
	width: 40%;
	float: left;
}
.page .top_right h1	{
	font-weight: normal;
	font-size: 1.5em;
} 
.page .top_right .list_item{
	display: block;
}
.page .top_right .list_item img{
	float: left;
	margin-right: 10px;
}
.page .top_right .bar{
	display: block;
	width: 100%;
	height: 15px;
	background-image: url("../images/hr_SmallGreenDots.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.page .top_right h2{
	padding-top: 15px;
	color: #72be44;
	font-size: 1.3em;
	margin-left: 43px;
}


/*	=========================
		SECONDARY PAGES
	=========================	*/
.page .page_content2	{
	padding: 20px 20px 0 30px;
	float: left;
}
.page .page_content2 h2{
	padding-top: 15px;
	color: #72be44;
	font-size: 1.3em;
}
.page .page_content2 h3	{
	display: block;
	clear: both;
	color: #72be44;
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.3em;
}
.page .page_content2 h4	{
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}
.page .page_content2 h5	{
	color: #72be44;
	margin: 15px 0 10px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.page .top_left2	{
	width: 300px;
	float: left;
}
.page .top_left2 ul	{	
	text-align: left;
}
.page .top_left2 ul	li	{
	list-style-type: none;
}
.page .top_left2 a	{	
	font-size: .8em;
}
.page .top_right2	{
	width: auto;
	float: left;
}

/*	=========================
			   BODY
	=========================	*/
.column {
	width: 27%;
	float: left;
	margin: 0 3% 0 2%;
	min-width: 250px;
	}
.column p {
	margin: 5px 0;
	}	
.column100 {
	float: left;
	width: 100%;
	}

/* 	=======================
			FOOTER
	=======================	*/
.footer{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 10px;
	font-size: 0.85em;
	clear: both;
}

