/* CSS Document */


* {
	margin:0; /* zero out margin */
	padding:0; /* zero out padding */
}

html, body {
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	
}

/* ***************** LAYOUT ELEMENTS ******************************** */

#container {
	position: relative;
	width: 900px;
	min-height:100%; /* gives layout 100% height */
	margin: 0 auto;
	
}

* html #container { 
height:100%; /* IE6 treats height as min-height */
}


#header {
	background: #000000 url(../images/logo.jpg) no-repeat top left;
	width: 900px;
	padding: 0;
	margin: 0;
	height: 130px;
}

#contentwrapper{
	position: relative;
	background: #000000;
	width: 100%;
	display: table; /*** For non-IE browsers ***/
	min-height: 100%;

	}
	

* html #contentwrapper { 
height:100%; /* IE6 treats height as min-height */
}

#content{
	float: right;
	background: url(../images/glass.jpg) no-repeat top left;
	width: 700px;
	height: 460px;
	margin-top: 10px;
}

* html #content { 
height:100%; /* IE6 treats height as min-height */
}


#footer{
	clear: both;
	width: 900px;
	height: 100px;
	background: #000000;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	margin-top: 50px;

	}
#footer .navtext {
	margin-top: 40px;
	}	
#sixtyyears {
	background: url(../images/60.png) no-repeat;
	position: absolute;
	height: 176px;
	width: 141px;
	top: 40px;
	left: 680px;
}


#paper {
	background: url(../images/paper.png) no-repeat;
	position: absolute;
	height: 511px;
	width: 401px;
	top: 175px;
	left: 80px;
	margin:0;
	padding: 15px;
}

#benpaper {
	background: #fbf3e2;
	position: absolute;
	height: 1200px;
	width: 555px;
	top: 175px;
	left: 80px;
	margin:0;
	padding: 15px;
	border: 2px solid #d29e5f;
	overflow: visible;
}

#galatext {
 	position: relative;
	height: 411px;
	width: 360px;
	margin-right: 8px;
	margin-top: 50px;
}

#bentext {
	position: relative;
	height: 770px;
	width: 550px;
	margin-right: 8px;
	margin-top: 10px;
}

#bentext li{
margin-left: 30px;
}

#card {
	position: absolute;
	height: 368px;
	width: 450px;
	top: 225px;
	left: 485px;
	margin:0;
	padding: 0;
	overflow: visible;
	z-index: 1;
}

#card a{
width: 450px;
height: 368px;
}



#prmc {
	background: url(../images/prmc-white.png) no-repeat;
	position: absolute;
	height: 57px;
	width: 186px;
	top: 625px;
	left: 695px;
	margin:0;
	padding: 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




***********************************************************************/
/* #################  CORE STYLES  ################## */ 
.navlist {
list-style: none;

}

.navlist li{
list-style: none;
margin-left: 12px;
}

.navtext-lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f1cb0b;
	}


.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.navtext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}


.navtext a:link, .navtext a:active, .navtext a:visted, .navtext a:hover{
	color: #f1cb0b;
	text-decoration: underline;
}

.navtext2 a:link, .navtext a:active, .navtext a:visted, .navtext a:hover{
	color: #ffffff;
	text-decoration: none;
}

#susquelink {
text-align: center;
height: 35px;
width: auto;
}

.tinynavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #f1cb0b;
	
}

.tinynavtext  a:link, .tinynavtext  a:active, .tinynavtext  a:visted, .tinynavtext  a:hover{
	color: #f1cb0b;
	text-decoration: underline;
}

.Txt_Para14_BoldHDR {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.txt_body10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.txt_body12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
}


.txt_body12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
}




.Txt_Para10_BoldHDRCopy {
	color: #4D5EAC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.float-image-left {
float: left;
margin: 0 6px 6px 0;
padding: 2px;
}
.float-image-right {
float: right;
margin: 10px;
padding: 2px;
}

.float-image-left-nobdr {
float: left;
margin: 0 10px 2px 0;

}
.float-image-right-nobdr {
float: right;
margin: 0 0 2px 10px;

}

.large-image-border {
border: 1px solid #c3ab80;
padding: 0;
text-align: center;
margin-left: 11px;

}
