@charset "utf-8";

/* 
content.css

Software design and development by:
	Terence M. Bandoian
	P.O. Box 4074
	Austin, TX 78765
	http://www.tmbsw.com
	terence@tmbsw.com

Copyright (c) 2009-2010 Terence M. Bandoian. All rights reserved.
*/

div.title {
	margin: .25em 0 0 0;
	padding: 0;
	border: none;
}

div.title h1,
div.title h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}

div.title h1 { font-size: 237.5%; }
div.title h2 { font-size: 175%; line-height: 1em; }

h3.subtitle {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 137.5%;
	white-space: nowrap;
}


table.three-col {
	margin: 1.3em 0 0 0;
	padding: 0;
	border: none;
}

td.three-col {
	width: 33%;
	vertical-align: top;
}

.three-col p {
	margin: .25em 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

.three-col-divider div {
	width: 1em;
	margin: 0;
	padding: 0;
	border: none;
}


ul {
	border: none;
	list-style: disc outside;
	line-height: 1.3em;
}

ul.outer { margin: .25em 0 0 0; padding: 0 0 0 2em; }
ul.inner { margin: 0; padding: 0 0 0 1em; }


/* form */

table.form {
	margin: 0;
	padding: 0;
	border: none;
}

table.form td {
	padding: .25em .5em 0 .5em;
}

input.text {
	width: 15em;
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 2px;
	border-style: inset;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

textarea.form {
	width: 24em;
	height: 6em;
	margin: 0;
	padding: 2px;
	border-width: 2px;
	border-style: inset;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #ffffff;
	line-height: 1.2em;
	overflow-y: scroll;
}

table.checkbox {
	margin: .5em 0 0 0;
	padding: 0;
	border: none;
}

table.checkbox td {
	padding: 0;
}

input.checkbox {
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
}

input.button {
	width: 9em;
	margin: .75em 0 .4em 0;
	padding: 1px 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1em;
}


/* popup */

div.popup-container {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	margin: 0;
 	padding: 0;
 	border: none;
}

.popup-top-left,
.popup-bottom-left { margin: 0 7px 0 0; }

.popup-top-right,
.popup-bottom-right { margin: -7px 0 0 7px; }

.popup-top-left { background-position: top left; }
.popup-top-right { background-position: top right; }
.popup-bottom-left { background-position: bottom left; }
.popup-bottom-right { background-position: bottom right; }

.popup-top-left,
.popup-top-right,
.popup-bottom-left,
.popup-bottom-right {
	height: 7px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-image: url('../images/popup-border.gif');
	background-repeat: no-repeat;
}

.popup-body-wrapper {
	padding: 0 1px;
	background-color: #ffffff;
}

.popup-body {
	margin: 0;
	padding: 0 5px 0 5px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #3a5973;
	background-color: #ffffff;
}

.popup-content {
	margin: 0;
	padding: 0;
	border: none;
}

div.popup-title {
	margin: 0;
	padding: .2em .3em .2em .5em;
	border: none;
	font-size: 114.29%;
	font-weight: bold;
	color: #ffffff;
	background-color: #3f7abe;
}

div.popup-title table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

div.popup-title div {
	width: 21px;
	height: 21px;
	margin: 0 0 0 auto;
	padding: 0;
	border: none;
	font-size: 1px;
	line-height: 1px;
	background-image: url('../images/popup-close.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.popup-title div:hover {
	background-position: top right;
}

div.popup-background {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #666666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}


/* contact popup */

div.contact-popup-form-container {
	width: 40em;
	margin: 0;
	padding: 0 0 .5em 0;
	border: none;
}

div.contact-popup-message-container {
	width: 26em;
	margin: 0;
	padding: 0 0 .5em 0;
	border: none;
}

div.contact-popup-message,
div.contact-popup-error {
	margin: 0;
	padding: .75em .75em 0 .75em;
	border: none;
}

div.contact-popup-message {}
div.contact-popup-error { color: #ff0000; }


a.content,
a.content:visited {
	color: #2962A3;
	text-decoration: underline;
}

a.content:hover {
	color: #ff0000;
}


.red { color: #ff0000; }
.blue { color: #2962A3; }
.bold { font-weight: bold; }
.medium { font-family: Georgia, Times New Roman, Times, serif; font-size: 112.5%; }
.small { font-size: 87.5%; }
.tiny { font-size: 87.5%; }
.top { vertical-align: top; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.nowrap { white-space: nowrap; }

.center {
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
}


.hilite {
	margin: 1em auto 0 auto;
	padding: 0;
	border: none;
}

.hilite-top-left,
.hilite-bottom-left { margin: 0; }

.hilite-top-right,
.hilite-bottom-right { margin: -6px 0 0 6px; }

.hilite-top-left { background-position: top left; }
.hilite-top-right { background-position: top right; }
.hilite-bottom-left { background-position: bottom left; }
.hilite-bottom-right { background-position: bottom right; }

.hilite-top-left,
.hilite-top-right,
.hilite-bottom-left,
.hilite-bottom-right {
	height: 6px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-image: url(../images/hilite.gif);
	background-repeat: no-repeat;
	background-color: #eee;
}

.hilite-body {
	margin: 0;
	padding: .3em .875em .5em .875em;
	border: none;
	color: #404040;
	background-color: #eee;
}


div.sitemap-container {
	width: 90%;
	margin: .75em auto 0 auto;
	padding: 0;
	border: none;
	line-height: 1.6em;
	color: #2962A3;
}

div.sitemap {
	margin: 0;
	padding: 0;
	border: none;
}

div.sitemap-inner {
	margin: 0 0 0 1.5em;
	padding: 0;
	border: none;
}

div.sitemap a,
div.sitemap a:visited {
	color: #2962A3;
	text-decoration: underline;
}

div.sitemap a:hover {
	color: #ff0000;
}

/* Copyright (c) 2009-2010 Terence M. Bandoian. All rights reserved. */