/*
 *  Melissa Palmer
 *  CSS Definitions
 */

 /* title color #780032 */
* {
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
	font-family: Arial, Sans-serif;
	color: #333;
}

.hide_this { display: none; }

a { color: #00446a; }
a:hover { color: #780032; }


/**
 * Page (layout done with tables)
 */
table#page
{
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
	border: 1px solid #000;
}

table#page td.left_column {
	vertical-align: top;
}

table#page td.left_column {
	background-color: #00446a;
}
table#page td.left_column img {
	position: relative;
	float: left;
}
table#page td#brand {
	height: 515px;
}

table#page td#brand img {
	top: 30px;
	left: 33px;
}

table#page td#header {
	vertical-align: top;
	height: 125px;
}

table#page td#footer {
	width: 683px;
	vertical-align: top;
	background-color: #1e4a63;
	padding: 0px;
	height: 84px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
}

table#page td#footer p.contact {
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	top: 15px;
	left: 15px;

	font-size: 85%;
	line-height: 1.0em;
	margin-bottom: 0px;
	word-spacing: auto;
}
table#page td#footer p.copyright {
	position: relative;
	float: right;
	font-size: 60%;
	color: #7fa1b4;
	text-align: right;
	text-transform: uppercase;
	word-spacing: auto;
	top: 65px;
	right: 15px;
}


/**
 * Navigation
 */
ul#nav {
	float: right;
	position: relative;
	top: 15px;
	right: 20px;
}

ul#nav li {
	float: left;
}
ul#nav li.line {
	width: 30px;
	text-align: center;
}
ul#nav li.line img {
	position: relative;
	top: -2px;
}

ul#nav li a {
	font-size: 85%;
	display: block;
	background-position: 0 100%;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

ul#nav li a.active,
ul#nav li a:hover
{
	color: #666;
}

/**
 * page title
 */
h1#page_title {
	border-collapse: collapse;
	clear: right;
	position: relative;
	top: 50px;
	left: 10px;
	color: #780032;
	font-size: 280%;
	font-family: Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 1.0em;
}


/**
 * Content text formatting
 */
td#content {
	width: 714px;
	padding: 20px;
	vertical-align: top;
}

body#home td#content {
	width: 714px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

td#content h1, 
td#content h2,
td#content h3,
td#content h4,
td#content h5,
td#content h6 
{
	font-weight: normal;
	margin: 0 0 1.0em 0; 
	font-family: Times New Roman, Sans-serif;
	font-weight: bold;
}

td#content h1 { font-size: 150%; }
td#content h2 { font-size: 125%; margin-bottom: 0.5em; }
td#content h3 { font-size: 120%; margin-bottom: 0.5em; }
td#content h4 { font-size: 110%; margin-bottom: 0.5em; }
td#content h5 { font-size: 100%; margin-bottom: 0.5em; }
td#content h6 { font-size: 100%; margin-bottom: 0.5em; }

td#content ul,
td#content ol
{
	margin: 0 0 2em 3em;
}

td#content ul
{
	list-style-type: disc;
}

td#content ol
{
	list-style-type: decimal;
}

td#content li
{
	line-height: 1.25em;
	font-size: 85%;
}

td#content p {
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	word-spacing: 0.15em;
}

.addressInfo{
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	word-spacing: 0.15em;
	padding: 20px;
	vertical-align: top;
}
/**
 * home page specific
 * avail width: 685
 */
 
table#dynamic_home {
	width: 685px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	position: relative;
}
table#dynamic_home td {
}

td#subjects {
	vertical-align: top;
	width: 198px;
	overflow: hidden;
}
td#subjects p {
	margin: 0px;
	margin-left: 10px;
	line-height: 1.0em;
	word-spacing: -0.04em;
}
td#subjects ul {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style: none;
}
td#subjects ul li {
	margin: 0px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #999;
	cursor: pointer;
}
td#subjects ul li.last {
	border-bottom: 1px solid #999;
}
td#copy {
	vertical-align: top;
	width: 197px;
	font-size: 90%;
}
td#copy div {
	display: none;
	margin-top: 40px;
	padding: 0px 0px 0px 10px;
}
td#copy div#starter {
	display: block;
}

td#portrait {
	vertical-align: bottom;
	text-align: right;
	width: 290px;
}
td#portrait img {
	float: right;
}

/**
 * contact form
 */
form {
	margin: 10px 0px 30px 40px;
	padding: 10px;
	width: 390px;
}
form th {
	vertical-align: top;
	text-align: right;
	width: 100px;
	font-size: 90%;
	padding-right: 10px;
	font-weight: bold;
}
form td {
	vertical-align: top;
	padding-bottom: 5px;
}

form input {
	width: 250px;
}
form p {
	font-size: 100%;
	margin-left: 15px;
	font-weight: bold;
}
form textarea {
	width: 350px;
	height: 70px;
	font-size: 100%;
}
form input.btn {
	width: auto;
	float: right;
	margin-right: 20px;
}

