/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* FILE NAME: tower.css                                             */
/*    AUTHOR: Robert W. Makynen                                       */
/*      DATE: March 28, 2007                                          */
/*  MODIFIED: March 28, 2007                                          */
/*     NOTES: (None)                                                  */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */

/* =================================================================== */
/* BEGIN: Standard element CSS formatting                              */
/* =================================================================== */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	list-style-type: disc;
	height: 100%;
	margin: 0px;
	background-color: #03245a; /* Main page bg color */
	background-image: url(../images/backgrounds/bg_main.gif);
}

h1
{
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #8897c2;
}

hr
{
	color: #9966CC;
}

p
{
	margin: 0 0 10px 0;
}

p.signature
{
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

p.copyright
{
	margin: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #03245a;
	text-align: center;
}

p.tag
{
	margin: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #8897c2;
}

img.bodyimage
{
	border: #663366 solid 1px;
	margin-left: 7px;
	margin-right: 20px;
}

a:link
{
	color: #03245a;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #03245a;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #8897c2;
	text-decoration: underline;
	font-weight: bold;
}

a:active
{
	color: #8897c2;
	text-decoration: none;
	font-weight: bold;
}

div.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* =================================================================== */
/* END: Standard element CSS formatting                                */
/* =================================================================== */


/* =================================================================== */
/* BEGIN: Named element CSS Formatting                                 */
/* =================================================================== */
div#container
{
	margin: 0 auto;
	padding: 0;
	width: 745px;
	text-align: left;
	background-color: #ffffff; /* Aligned content container bg color */
	border-left: #c8d2ee solid 5px; /* Left border color */
	border-right: #c8d2ee solid 5px; /* Right border color */
	display: block;
}

div#topheader
{
	width: 745px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/bg_header_top.jpg);
	background-repeat: no-repeat;
	background-color: #8897c2; /* Top header bg color */
}

img.logo
{
	float: left;
	display: inline;
	
	margin: 6px 0 0 6px;
}

div#address
{
	width: 200px;
	height: 82px;
	
	float: right;
	display: inline;
	
	margin: 15px 273px 0 0;
	
	text-align: center;
	vertical-align: text-top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 125%;
}

div#address p {
	margin: 0;
}

div#mainheader
{
	width: 745px;
	height: 235px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

div#mainheader img
{
	margin: 0px;
	padding: 0px;
	display: block;
}

div#mainheaderleft
{
	width: 275px;
	height: 235px;
	overflow-y: hidden;
	float: left;
	display: inline;
	background-color: #03245a;
	border-right: 1px solid #ffffff;
}

div#mainheadermiddle
{
	width: 193px;
	height: 235px;
	text-align: left;
	vertical-align: middle;
	float: left;
	display: inline;
	background-color: #03245a;
}

div#mainheaderright
{
	width: 540px;
	height: 235px;
	overflow-y: hidden;
	float: left;
	display: inline;
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
}

div#headerbottom
{
	width: 745px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	text-align: left;
	vertical-align: top;
	background-color: #03245a;
}

div#content
{
	width: 510px;
	height: 100%;
	
	margin: 20px 0 10px 8px;
	padding: 0;
	
	float: left;
	display: inline;
}

#content ul
{
	margin: 10px 5px 7px 10px;
}

#content li
{
	margin: 7px 5px 8px 27px;
}

div#sidebar
{
	width: 195px;
	height: 100%;
	
	margin: 30px 10px 10px 5px;
	padding: 0px;
	
	text-align: left;
	float: right;
	display: inline;
}

div#bottomnav
{
	width: 710px;
	margin: 4px 0 10px 15px;
	clear: both;
	text-align: center;
}

div#bottomnav ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
}

div#bottomnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#bottomnav ul li a {
	padding: 0px 6px 0px 4px;
	color: #03245a;
}

div#bottomnav ul li a:hover, #footer ul li a:active {
	color: #8897c2;
}

div#footer
{
	width: 745px;
	height: 45px;
	background-color: #8897c2;
	clear: both;
}

/*** Staff ***/

div.staff		{
	padding: 6px;
	border: dotted 1px #000;
	margin-bottom: 12px;
}

hr.staff	{
	width: 100%;
	margin: 24px 0;
	color: #000;
}

.larger	{
	font-size: 15px;
}

/*** FAQ ***/

#faq li	{
	margin: 12px 0;
}

#faq ul	{
	margin-bottom: 24px;
}

/*** Continuing Education ***/

dt	{
	margin-top: 12px;
}



/** Contact Form **/
#contactForm {
	margin: 15px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #dfe4f3;
	border: 1px solid #6d7eac;
	width: 177px;
}

#contactForm p {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #03245a;
	border: 1px solid #7c7c7c;
}

#contactForm .submit input {
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8897c2;
	border: 1px outset #000000;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

#content ul.catNav {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 12px;
	text-align: center;
}

#content ul.catNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#content ul.catNav li a {
	padding: 0px 6px 0px 4px;
}

div.procImages {
	margin: 0 0 10px 0;
	clear: both;
}

div#sitemap p
{
	margin: 8px 0px 4px 0px;
	padding: 0px;
}

div#sitemap ul
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div#sitemap ul li
{
	margin: 2px 0px 2px 8px;
	padding: 0px;
}
/* =================================================================== */
/* END: Named element CSS Formatting                                 */
/* =================================================================== */