/* 
Title:		Temple University Main Site
Styles: 	Homepage/Subpage Style Sheet
*/

/*    START Global Styles    */

/* body 
-----------------------------------------------------------------------*/
	body {
	margin: 0px;
	text-align: center;
	background-image: url(bg.jpg);
	background-color: #000;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	position:relative

}

/* typography 
-----------------------------------------------------------------------*/
	body, div, td { font-family: Arial, sans-serif; font-size: 12px; line-height: 14px; color: #ffffff; }
	input { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 14px; color: #000000; }
	small { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
	ul { list-style-type: none; margin: 0px; padding: 0px; }
	li { padding: 0px 0px 11px 0px; }
	h1 {font-family: Arial, Helvetica, sans-serif;color: #ffffff;font-size:22px;padding-top: 5px;}
	h2 {font-family: Arial, Helvetica, sans-serif;color: #ffffff;font-size:16px;font-weight: bold;}
	h3 {font-family: Arial, Helvetica, sans-serif;color: #ffffff;font-size:14px;font-weight: bold;}
	.boldtext { font-weight: bold; }
	.italics { font-style: italic; }

/* link and navigation styles 
-----------------------------------------------------------------------*/
	a, a:visited { color: #00ac00; text-decoration: none; }
	a:hover { text-decoration: underline; color: #fff;}
	#nav {
	width: 220px;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
	#nav ul { margin: 35px 0px 0px 0px; padding: 0px; list-style-type: none; }
	#nav li, #nav ul li { padding: 0px 0px 15px 0px; }
	#nav a, #nav a:visited { color: #7E7E7E; text-decoration: none; }
	#nav a:hover { color: #001db8; text-decoration: underline; }
.separator {color:#FFFFFF; }
.separator2 {color:#E6E3D7;}
.separator3 {color:#9E1C36;
}

/*Wrapper Container Div for the whole page 
-----------------------------------------------------------------------*/
	#container {
	width: 890px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:relative
}


/*Accessibility: Text Transcoder and skip navigation 
-----------------------------------------------------------------------*/
	#jumpNav {
	z-index: 99;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	
}
	#skipNav {
	z-index: 99;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	
}

/*    END Global Styles    */   

/*DIV Sub-containers: For different divisions within the document
-----------------------------------------------------------------------*/
	#header {
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	
}
/*Other global styles
-----------------------------------------------------------------------*/
	#content2 { border-collapse: collapse; }
	#content { border-collapse: collapse; width: 1200px; position:relative }
		.top {background-image:url(../images/top.png); height:152px}
		.middle {background-image:url(../images/middle.png);position:relative; background-repeat:repeat-y}
		.bottom {background-image:url(../images/bottom.png); background-repeat:no-repeat; height:179px}
		.wrap {margin-left:auto; margin-right:auto; width:900px}
		.innerwrap {margin-left:auto; margin-right:auto; width:900px}
		.thinborder { border: 1px solid #00ac00; border-collapse: collapse }
	#navmenu { margin-top:40px }
	
	.photosmain {
    border:solid 3px #00ac00;
} 