/* CSS Document for overriding the Web Depot's screen.css */

h1	{
	color: #000;
	font-size: 1.5em;
	}

h2	{
	color: #7a0019;
	font-size: 1.3em;
	}

h3	{
	color: #008300;
	text-transform: uppercase;
	font-size: 1.1em;
	}

h4	{
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: -12px;
	}

p	{
	line-height: 1.4em;
	}

a.parental:link {
	text-decoration: none;
	color: #555;
	}
a.parental:visited {
	text-decoration: none;
	color: #555;
	}
a.parental:hover {
	text-decoration: none;
	color: #7a0019;
	}
a.parental:active {
	text-decoration: none;
	color: #000;
	}

/* - CUSTOM CLASSES FOR COLOR OF LEFT NAV LINKS - */

a.leftnav:link {
	color: #33c;
	text-decoration: none;
	}

a.leftnav:visited {
	color: #33c;
	text-decoration: none;
	}

a.leftnav:hover {
	color: #7a0019;
	text-decoration: none;
	}

a.leftnav:active {
	color: #33c;
	text-decoration: none;
	}

a:link {
	color: #33c;
	}
a:visited {
	color: #737;
	}
a:hover {
	color: #7a0019;
	}
a:active {
	color: #33c;
	}

body	{
	background-color: #ddd;
	font-size: 76%;
	}

.parentLinks {
	background-color: #ddd;
	}

img	{
	border: none;
	}


/* I ADDED THIS TO PREVENT A HORIZONTAL LINE BREAKING APART HEADER */
div#maroon	{
	width: 760px;
	background-color: #7a0019;
	margin: 0px;
	padding: 0px;
	}

.subtitle	{
	text-transform: uppercase;
	color: #777;
	font-size: 1em;
	line-height: 1.5em;
	}
	
address	{
	font-style: normal;
	margin-left: 24px;
	margin-bottom: 12px;
	}

.floatleft	{
	float: left;
	margin: 5px 10px 5px 0px;
	font-size: 10px;
	color: #666;
	}
	
.floatright	{
	float: right;
	margin: 5px 0px 5px 8px;
	font-size: 10px;
	color: #666;
	}
