﻿@charset "utf-8";
/* CSS Document Tuxedo Brothers */

* {
	margin: 0;
	padding: 0;
}

HTML, BODY {
	background-color: #d3bf96;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;

}


/* Page Layout */

#wrapper {
	width: 100%;
	margin: 0px auto;

}

#containerOuter {
	width:960px;
	margin:-1px auto;
	background:url(images/tb-dark-green-bg.jpg);
}

#container {
	background: url(images/tb-footer.gif) right bottom no-repeat;
}

#banner {
	position:relative;
	width:960px;
}

#mainText {
	width:960px;
	background:#FFF;
}

#sidebar {
	width:262px;
	float:left;
}

#content {
	width: 698px;
	float:left;
	padding-bottom:48px;
}



#footer {
	margin: 0;
	height:36px;

}


/* Text Styles */

a:link, a:visited {
	color:#003359;
	font-weight:bold;
	outline:none;
}

a:hover {
	color:#69913b;
	outline:none;
}


#content h1 {
	color:#69913b;
	font-weight:bold;
	font-size:1em;
	margin: 24px 100px 12px 20px;
	border-bottom:#000 thin solid;
	text-transform:uppercase;
}

#content h2 {
	color:#003359;
	font-weight:bold;
	font-size:.9em;
	margin: 24px 100px 6px 20px;	
}

#content h3 {
	color:#003359;
	font-weight:bold;
	font-size:.8em;
	margin: 24px 100px 6px 20px;
}

#content h4 {
	color:#adc687;
	font-weight:bold;
	font-size:.7em;
	margin: 0px 100px 12px 20px;
	text-align:left;
}
	
#content p {
	font-size:.75em;
	margin: 0px 100px 12px 20px;
	line-height:130%;
}


#content UL {
	list-style-type:none;
	margin-left: 24px;
}




#content LI {
	padding-left:12px;
	margin: 0 0 6px 6px;
	font-size:.7em;
	background:url(/css/images/tb-bullet-dark-green.gif) no-repeat 0 5px;
}


#content UL UL {
	margin-left:0px;
	list-style-type:none;
	margin-top:6px;

}

#content LI LI {
	background:none;
	padding-left:12px;
	font-size:inherit;
	background:url(/css/images/tb-bullet-light-green.gif) no-repeat 0 5px;	
}


#content 0L {
	margin-left: 24px;
}

#content OL LI {
	margin: 0 0 6px 40px;
	font-size:.7em;
	background:none;
	padding-left:0px;
}

#content table {
	margin: 12px 20px;
}

#sidebarTable {
	width:230px;
	margin: 0 15px 10px 15px;
}

#sidebar #sidebarTable h3 {
	color:#FFF;
	font-size:.8em;
	margin: 20px 0px 0px 0px;
	text-transform:uppercase;
}

#sidebar h3 {
	color:#FFF;
	font-size:.8em;
	margin: 0px 15px 0px 15px;
	text-transform:uppercase;
}


#sidebar #sidebarTable p, #sidebar #sidebarTable td {
	font-size:.7em;
	margin: 0px 0px 10px 0px;
}


#sidebar p {
	font-size:.7em;
	margin: 10px 15px 10px 15px;
}

#sidebar a:hover {
	color:#FFF;
	outline:none;
}

.sidebarImage {
	float:right;
	padding-left:10px;
}

.sidebarImageLeft {
	float:left;
	padding-right:10px;
	clear:both;
}

.ruleAbove {
	border-top: #000 thin solid;
	padding-top:10px;
}

.footerText {
	text-align:left;
	font-size: .6em;
	color:#FFF;
	padding: 10px 0 0 10px;
}



.clear {
	clear:both;
	margin:0;
}


PRE {
	margin: 24px 100px 12px 20px;
	font-size: 1em;
}

#floatingBox {
	width:250px;
	float:right;
	background:#adc687;
	border:#000 1px solid;
	margin: 0px 20px 12px 12px;
}

#floatingBox p, #floatingBox h3 {
	margin:12px 12px 12px 12px;
}

.imageLeft {
	float:left;
	padding-right:12px;
}

.imageRight {
	float:right;
	padding-left:12px;
}

#sidebar p.small {
	font-size:.6em;
}

.printOnly {
	display:none;
}



/* form formatting */

fieldset {
	margin: 1em 20px;
	padding: 1em;
	background: #f8fcf4;
	border: 1px solid #adc687;
	text-align: left;
}

legend {
	font-weight: bold;
	color: #003359;
	padding:1em;
}



label {
	float: left;
	width: 15em;
	text-align: right;
	padding-right: 1em;
}

input {
	width: 150px;
}

input.radio, input.checkbox, input.submit, input.select {
	width: auto;
}	

textarea {
	width: 300px;
	height: 100px;
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;

}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}	

input[type="image"] {
	width:auto;
}
	
form p {
	position: relative;

}

.feedback {
/*	position:absolute;
	margin-left: 11em;
	left: 200px; 
	right: 0; */
	font-weight:bold;
	font-size: .75em;
	color: #FF0000;
	padding-left: 18px;
	padding-right: 40px;
	text-align: left;
	margin-bottom:10px;
}


.required {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff0000;
	font-size: .75em;

}	

img:-moz-broken { -moz-force-broken-image-icon: 1; }


/* to accommodate IE6 and lower */
* html .feedback {
	width: 8em;
}	
