body {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;

	background-image: url(art/sr_blue_bg.gif);
	background-attachment: fixed;
	
	line-height: 11pt;
	font: 10pt "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

a {
	color: #003677;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: white;
}

#header {
	margin: 0;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid black;
	height: 180px;
	vertical-align: bottom;
	
	background-color: #ddd;
	background-image: url(art/wave_bg_dkgray.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
}

#nav {
	width: 100%;
	background-color: #eee;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(art/wave_bg_ltgray.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	
	color: white;
}
#nav .container {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #999;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	
	background-image: url(art/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	text-align: center;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#nav a:hover {
	text-decoration: underline;
	color: #003677;
}
#nav a:active {
	color: white;
}
#nav a.selected {
	color: #003677;
	font-weight: bold;
	text-decoration: underline;
}

#about_nav_top {
	width: 100%;
	background-color: #eee;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(art/wave_bg_ltgray.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	
	color: white;
}
#about_nav_top .container {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #999;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 4px solid black;
	
	background-image: url(art/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	text-align: center;
	width: 100%;
}
#about_nav_top a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#about_nav_top a:hover {
	text-decoration: underline;
	color: #003677;
}
#about_nav_top a:active {
	color: white;
}
#about_nav_top a.selected {
	color: #003677;
	font-weight: bold;
	text-decoration: underline;
}

#about_nav_bottom {
	width: 100%;
	background-color: #eee;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
	background-image: url(art/wave_bg_ltgray.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	
	color: white;
}
#about_nav_bottom .container {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #999;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 4px solid black;
	border-top: 1px solid black;
	
	background-image: url(art/nav_bg_bot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	
	text-align: center;
	width: 100%;
}
#about_nav_bottom a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#about_nav_bottom a:hover {
	text-decoration: underline;
	color: #003677;
}
#about_nav_bottom a:active {
	color: white;
}
#about_nav_bottom a.selected {
	color: #003677;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	margin:0;
	width: 100%;
	padding: 0;
	padding-bottom: 0px;
	background-color: #eee;
	min-height: 400px;
	background-image: url(art/wave_bg_ltgray.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	float: none;
	clear: both;
}

#footer {
	margin: 0;
	width: 100%;
	padding: 0;
	border-top: 1px solid black;
	height: 100px;
	float:none;
	clear:both;
}
#footer .address {
	border: 1px solid black;
	background-color: #ddd;
	background-image: url(art/sr_blue_fade_bg.gif);
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	clear: none;
	width: 600px;
}

table {
	margin: 0;
	padding: 0;
	width: 100%;
}

td {
	vertical-align: top;
}

td tr {
	margin: 0;
	padding: 0;
}

.container {
	padding: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.small_container {
	padding: 10px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.textbox {
/*	margin: 10px;
	padding: 5px;
	background-color: white;
	background-image: url(art/wave_bg_white.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	border: 1px solid #aaa;*/
}

.logo {
	display: block;
	float: left;
	clear: left;
}

.bold {
	font-weight: bold;
}

.company_name {
	font-style: normal;
	font-weight: bold;
}

.sample_pic {
	border: 1px solid #aaa;
	margin: 5px;
	display: block;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 10px;
}
p.strong {
	font-weight: bold;
}
p.note {
	border: 1px solid #aaa;
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
p.note a {
	font-weight: bold;
	text-decoration: underline;
}
p.small_note {
	border: 1px solid #aaa;
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	text-indent: 0;
}
p.small_note a {
	font-weight: bold;
	text-decoration: underline;
}

.no_indent {
	text-indent: 0;
}

a img {
	border: none;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	background-color: #003677;
	color: #ddd;
	margin: 4px;
	margin-left: 0;
	margin-right: 0;
	padding: 6px;
}
h2 {
	color: #003677;
	font-size: 12pt;
	font-weight: bold;
	margin: 4px;
	margin-top: 25px;
	padding: 2px;
	border-bottom: 1px solid black;
}
h3 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	margin: 4px;
	padding-left: 10px;
}

table.server_info {
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 300px;
}

table.server_info th {
	border-bottom: 1px solid black;
	background-color: #eee;
}

td.label {
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	white-space: nowrap;
}
td.data {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

table.client_list {
	border: 1px inset;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #eee;
}
table.client_list td {
	padding: 4px;
	text-align: center;
}

.column_left {
	padding: 0px 15px 0px 15px;
	margin-left: 0;
	padding-left: 0;
}
.column_left h1 {
	margin-left: 10px;
}
.column_left h2 {
	margin-left: 10px;
}
.column_left p {
	margin-left: 20px;
}
.column_right {
	/* this is the sidebar thing (the blue column) */
	padding: 10px;
	background-color: #003677;
	color: white;
	border-left: 2px solid black;
	text-align: center;
	width: 220px;
}
.column_right img {
	border: 1px solid black;
	margin-bottom: 35px;
}
.column_right img.no_border {
	border: none;
}

.address {
	float: right;
	clear: right;
	text-align: right;
/*	font-style: italic;*/
	vertical-align: bottom;
	font-size: 80%;
	padding: 5px;

}
.address h1 {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	margin: 3px;
	margin-top: 0;
	padding-top: 0;
	background: none;
}
.address_table {
	/* the address table on the contact page... */
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.address_table .data {
	white-space: nowrap;
}

/* form stuff */
td.error {
	color: #a00;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	white-space: nowrap;
}

.data div.error {
	background-color: #fcc;
	border: 1px solid #a00;
}
.data input {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
}
.data input.error {
	background-color: #fcc;
	border: 1px solid red;
	color: black;
}
.data input:focus {
	background-color: #eee;
	color: black;
}
.data textarea {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
}
.data textarea.error {
	background-color: #fcc;
	border: 1px solid red;
}
.data textarea:focus {
	background-color: #eee;
	color: black;
}

/* captcha stuff: */

.captcha {
	text-align: left;
}

.captcha img {
	border: 1px solid black;
	margin-bottom: 5px;
}

.captcha span {
	margin-bottom: 5px;
	font-size: 75%;
	font-style: italic;
	display: block;
}

.captcha input {
	width: 100%;
}

/* end captcha stuff... */

.submit_cell {
	padding-top: 10px;
	border-top: 1px solid #bbb;
	text-align: right;
	padding-right: 10px;
}
.submit_cell input {
	margin-left: 20px;
}
.contact_form, .upload_form {
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #bbb;
	background-color: #eee;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* error box stuff */
.err_container {
	padding-top: 25px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.err_msg {
	border: 1px solid black;
	background-color: #a00;
	color: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.err_msg h1 {
	margin-top: 0;
	font-size: 12pt;
	font-weight: bold;
	background-color: #a00;
	background-color: transparent;
	border-bottom: 1px solid white;
	padding: 10px 10px 4px 10px;
}
.err_msg p {
	text-indent: 0;
	padding-left: 25px;
}
.err_msg span {
	font-style: italic;
	color: white;
	display: block;
	padding: 4px 10px 10px 10px;
}

/* successful form submission */
.success {
	border: 2px solid #0a0;
	width: 100%;
	background-color: white;
	color: black;
}
.success p {
	padding: 10px;
}
.success .home_button {
	margin-left: auto;
	margin-right: auto;
	font-size: 150%;
	font-weight: bold;
}

.success h1 {
	background-color: transparent;
	color: black;
}