a:link       { font-family: Arial; font-size: 10pt; color: #0000FF; font-weight: bold }
a:visited    { font-family: Arial; font-size: 10pt; color: #993366; font-weight: bold }
body         { font-family: Arial; font-size: 10pt }

a:active     { text-decoration:none  }
a:link       { text-decoration:none }
a:visited    { text-decoration:none }
a:hover      { text-decoration:underline }

h1           { font-family: Californian FB; font-size: 24pt; color: #993366; font-weight: 
               bold }
h2           { font-family: Californian FB; font-size: 18pt; color: #AF437E; font-weight: 
               bold }
h3           { font-family: Californian FB; font-size: 14pt; color: #993366; font-weight: 
               bold }
table        { font-family: Arial; font-size: 10pt }

body {background-image: url("images/%21%21tealtapestry.gif")}

.clearer { clear: both; width: 0px; height: 0px; font-size: 0px; line-height: 0px; }

.thumbnails {
	width: 130px;
	height: 100px;
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid #eee;
	}

.thumbnails2 {
	width: 260px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	border: 1px solid #eee;
	}

	
/*____________________________________________________________________________________________ Contact Layout _*/

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
	
#contact-holder {
	width: 530px;
	float: left;
	}
	.input-names {
		width: 130px;
		height: 20px;
		padding: 0px 5px 5px 0px;
		float: left;
		}
	.inputs,
	.selects,
	.textareas {
		margin: 0px 0px 10px 0px;
		padding: 5px;
		float: right;
		font-size: 16px;
		width: 370px;
		border: 1px solid #CFC9C2;
		font-family: verdana;
		}
	.selects {
		width: 382px;
		}
	.textareas {
		height: 65px;
		}
		
	.error-box {
		border: 1px solid red;
		border-top: 5px solid red;
		margin: 0px 0px 10px 0px;
		padding: 10px;
		}
	.error-box strong {
		color: red;
		}
		
	.cap-sub-holder {
		float: right;
		}
