/* style.css for tenanttips.com version 1.0 */
/* Copyright (C) 2010 Brian Nez <thedude at bri1 dot com> */

/* Color Scheme
yellow	#CBAC79
red		#840500
charcoal#1F2328
blue	#00A5E4
lt blue	#82D5F7
green	#007F3A
lt green#5BB838
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #5f95ce url('background.png') repeat-y center;
	/* background gradient: #5f95ce, #094761 */
	color: #000;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

div#wrapper {
	width: 980px;
	margin: 0 auto;
	border: 2px solid #777;
	border-top: none;
}

div#header {
	height: 272px;
	background: url('header.jpg') #555 no-repeat;
	border-bottom: 1px solid #000;
}

div#nav {
	height: 30px;
	background: #000;
}

	div#nav ul {
		margin: 0;
		padding: 0;
		height: 100%;
		text-align: center;
		position: relative;
		top: 4px;
	}
	
	div#nav ul li {
		font-size: 14px;
		list-style-type: none;
		display: inline;
	}
	
	div#nav ul li a {
		padding: 5px 15px;
		color: #5f95ce;
		text-decoration: none;
	}
	
	div#nav ul li a:hover {
		font-weight: bold;
		color: #5f95ce;
		background: #094761;
	}

div#content {
	border-top: 1px solid #aaa;
	min-height: 300px;
	background: #fff;
	padding: 10px;
}

	div#content.home {
		background: url('hand.png') no-repeat #000;
		padding: 0;
		color: #aaa;
		font-size: 10px;
	}
	
	div#content p {
		padding: 5px 0;
		text-align: justify;
	}
	
	div#content ul {
		margin-left: 25px;
	}
	
div#footer {
	width: 980px;
	margin: 5px auto;
	color: #000;
	font-size: 12px;
}

	div#footer p {
		font-size: 12px;
		padding-bottom: 6px;
	}
	
	div#footer span.vdiv {
		font-size: 14px;
		font-weight: bold;
	}
	
	div#footer a {
		color: #000;
		text-decoration: none;
	}
	
	div#footer p#disclaimer {
		font-size: 10px;
		text-align: justify;
	}

.hidden {
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	overflow: hidden;
}

div.clear {
	height: 1px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

/* page specific styles */

table#participating-schools {
	margin: 0 auto;
	font-size: 12px;
}

	table#participating-schools tr td {
		text-align: center;
	}

	table#participating-schools tr td img {
		width: 200px;
		background: #fff;
	}

