

/* ----- TSU NOW GLOBAL STYLESHEET ------*/
/* ----- CREATED: 6-12-09 Scott Thrower ------------------*/

/* -- general styles for site -- */

body { /* only the font-family and color should change here */
	/*font-size:62.5%;*/
	font-family:Arial, Verdana;
	line-height:1.4;
	font-size:10pt;
	color:#000;
}
ul {
	list-style:disc;
	margin:5px 0 15px 30px; /* adjust as necessary for content pages */
}
ol {
	margin:5px 0 15px 30px; /* adjust as necessary for content pages */
}
li {}
p {
	margin-bottom:15px;
	line-height:1.5;
}
a {
	color:red;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.printonly {
	 display:none;
}

#sitelogo {

}

.image-no-space {
	display:inline;
	padding:0;
	margin:0;
	border:0;
}


/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox, table.ContentBoundingBox, #header-wrapper, #footer-wrapper { /* these are all (if any) containers that need to stretch 100% */
	 width:960px;
	 margin:0px auto;
}
table.PageBoundingBox {
         align:center;
}
#header-content, #fixed-content-wrapper, #footer-content { /* these are all containers that need to be a fixed width for the site */	
	width:700px;  /*730 minus padding*/  /* fixed with of site content areas go here */  
}
td.MainContent {
        margin:0 auto;
}
#fixed-content-wrapper {
	padding: 17px 10px 0 20px;
}
td.LSB {
	background:#000;
	color:#fff;
}


/* ------------------------------------------- */
/* ----- HEADER STYLES ------- */

#header-content {
	background:url(/Images/tsu-now/cityscape-header-background.png) no-repeat 0 0;
	height:139px;
	width:960px;
	background-color:#743045;
}
#tsu-now-logo {
	float:left;
	height:80px;
	width:300px;
	margin-left:56px;
	padding-top:34px;
}
#tsu-text {
	float:right;
	margin:98px 70px 0 0;
	height:22px;
	width:345px;
}


/* ------------------------------------------- */
/* ----- FOOTER STYLES ------- */

#footer-content {
	color:#fff;
	width:960px;
	text-align:center;
	padding-bottom:20px;
	background:url(/Images/tsu-now/footer-background.jpg) no-repeat 100px 0;
	background-color:#282828;
}
#footer-content a:link {
	color:#fff;
	text-decoration:underline;	
}
#footer-content a:visited {
	color:#0099cc;
	text-decoration:none;
	text-decoration:underline;
}
#footer-content a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer-spacing {
	margin-right:20px;
}
#footer-address {
	margin:0;
	padding-top:10px;
	padding-bottom:0;
	line-height:52px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12pt;
	color:#fff;
	font-weight:600;
}
#footer-phone-number {
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:18pt;
	color:#fff;
	font-weight:normal;
}
#footer-contact {
	margin:0;
	padding-top:10px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:12pt;
	color:#fff;
	font-weight:600;
}


