/* Touts.css */
/* __________________
Contains all styles needed the Touts
Version 2.0
__________________*/

/* Container for each Tout */
.ToutBox { 
	padding: 0px 0px 0px 0px;
}
#hpToutSpacer {
	background-image: url(../images/Layout_graphics/toutSeperator_HP.gif);
	background-repeat: repeat-y;
}
/*__________________| 'HOME' Tout Styles |__________________*/

#ToutHomeEmail td{
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 0 0 0 17px;
	width: 175px;
	height: 100px;
}
#ToutHomeEmail p, #ToutHomeEmail a, #ToutHomeEmail a:visited, #ToutHomeEmail a:active {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

#ToutHomeEmail a:hover {
	text-decoration: underline;
}
<!---TOUT A HOME Styles --->
.ToutAHome {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.ToutAHome td{
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

.ToutAHome img {
}
	
.ToutAHome h3 {
	margin: 0px;
	padding: 0px;
	border-bottom: #000000 solid 1px;
}
.ToutAHome h3 a:link, .ToutAHome h3 a:active, .ToutAHome h3 a:visited {
	color: #000000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.ToutAHome h3 a:hover {
	text-decoration: underline;
}

.ToutAHome h4 {
	padding-left: 18px;
}
.ToutAHome h4, .ToutAHome h4 a:link, .ToutAHome h4 a:active, .ToutAHome h4 a:visited {
	color: #000000;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.ToutAHome h4 a:hover {
	text-decoration: underline;
}

.ToutAHome p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
}

.ToutAHome p a:link, .ToutAHome p a:active, .ToutAHome p a:visited {
	color: #000000;
	font-weight: bold;
}

.ToutAHome p a:hover {
	text-decoration: underline;
}
.ToutAHomeLable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
	padding: 0 0 0 0;
}

.ToutAHomeData {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-left:2px;
	padding: 0 0 0 0;
}


/*___________________| 'LOWER LEVEL' Tout Styles |___________________*/


.toutTop{
	background-image:url(../images/toutTopImage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}

/* BEGIN: Tout A Styling */
#ToutA {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

#ToutA td{
	padding: 0px 0px 0px 0px;
}

#ToutA img {
}
.toutAImg {
	border: #ab6a29 solid 1px;
	margin: 0px 0px 7px 0px;
}
#ToutA h3, #ToutA h3 a:link, #ToutA h3 a:visited, #ToutA h3 a:active, #ToutA h3 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	text-decoration: none;
	color: #000;
}

#ToutA h4, #ToutA h4 a:link, #ToutA h4 a:visited, #ToutA h4 a:active, #ToutA h4 a:hover {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#ToutA p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#ToutA p a:link, #ToutA p a:visited, #ToutA p a:active, #ToutA p a:hover {
	color: #000;
	font-weight: bold;
}

#ToutDetails{
	padding: 5 0 0 0;

}

#ToutDetails td{
	padding: 0 2 0 2;

}

/* END: Tout A Styling */
/* BEGIN: Tout B Styling */
#ToutB{

}

#ToutB td{
	vertical-align:top;
	width:170px;
}

#ToutB h3 {
	border:1px solid #000000;
	color:#000000;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:10px 0px 8px 17px;
	}
	
#ToutB h3 a{
	text-decoration:none;
	}
	
#ToutB h3 a:hover{
	text-decoration:underline;
	}
	
#ToutB h4 {
	padding:0px 0px 0px 0px;
	color:#000000;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
	
#ToutB h4 a{
	text-decoration:none;
	}
	
#ToutB h4 a:hover{
	text-decoration:underline;
	}
	
#ToutB td p{
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size:11px;
	vertical-align:top;
	font-weight:normal;
}

/* END: Tout B Styling */


/* 
	BEGIN: Tout C Styling
	Contains: h3, a, p, td
	File Use:
		Touts/Touts/dsp_EmailForm.cfm
*/
#ToutCTop {
	width:170px;
}

#ToutCTop h3 {
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 10px 0px 8px 10px;
	text-align: left;
}
	
#ToutCTop h3 a{
	color: #000000;
	text-decoration: none;
}
	
#ToutCTop h3 a:hover{
	text-decoration: underline;
}

#ToutC {
	width:170px;
}

#ToutC td{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0;
	padding: 0 2px 0 10px;
}

#ToutC p{
	margin: 0;
	font-size: 11px;
}

#ToutC a, #ToutC a:visited, #ToutC a:active, #ToutC a:hover {
	color: #000000;
}

/* END: Tout C Styling */


/* 
	BEGIN: Tout D Styling
	Contains: h3, h4, a, p, td
	File Use:
		Touts/Touts/dsp_FarmNews.cfm
		Touts/Touts/dsp_FeaturedAlpaca.cfm
*/
.HomeToutFrame{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#ToutD{
	width:170px;
}

#ToutDHome{
	width:170px;
}

#ToutD td, #ToutDHome td{
	margin:0px;
	padding:0px;
}

#ToutD p, #ToutDHome p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding:0px 10px 0px 10px;
	text-align:left;
	color:#000000;
}

#ToutD p a:link, #ToutD p a:visited, #ToutD p a:active, #ToutDHome p a:link, #ToutDHome p a:visited, #ToutDHome p a:active {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

#ToutD p a:hover, #ToutDHome p a:hover {
	color:#000000;
	text-decoration:underline;
}

.ToutDhead{
	margin: 0px 0px 0px 0px;
	background:url(../images/h2_Left.jpg) no-repeat left top;
	color:#000000;
	height:21px;
}

.ToutDhead h3 {
	background:url(../images/blackline.jpg) repeat-y right bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:21px;
	padding:10px 0px 2px 10px;
	text-align:left;
	vertical-align:middle;
	color:#000000;
}
	
.ToutDhead h3 a:link, .ToutDhead h3 a:link, .ToutDhead h3 a:visited {
	color:#000000;
	text-decoration:none;
}

.ToutDhead h3 a:hover{
	color:#000000;
	text-decoration:underline;
}

.ToutDImageHolder{
	vertical-align:top;
}
	
.ToutDImage{
	margin:0px;
	border:1px solid #000000;
	width:114px;
	voice-family:"\"}\"";
	voice-family:inherit;
	max-width:114px;
}

#ToutD h4, #ToutDHome h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:2px 0px 5px 10px;
	line-height: 13px;
	text-align:left;
	vertical-align:middle;
	color:#000000;
}
	
#ToutD h4 a:link, #ToutD h4 a:link, #ToutD h4 a:visited, #ToutDHome h4 a:link, #ToutDHome h4 a:link, #ToutDHome h4 a:visited  {
	color:#000000;
	text-decoration:none;
	}

#ToutD h4 a:hover, #ToutDHome h4 a:hover{
	color:#000000;
	text-decoration:underline;
}


/* END: Tout D Styling */


/* 
	BEGIN: Tout E Styling
	Contains: h3, a, p, td
	Red background white text
	File Use:
		Touts/Touts/dsp_VisistUs.cfm
*/

#ToutE {
	width:170px;
	height:120px;
	margin: 200px 0px 0px 0px;
	background-color: #000000;
}

#ToutEHome {
	width:170px;
	height:120px;
	margin: 20px 0px 0px 0px;
	background-color: #000000;
}

#ToutE h3, #ToutEHome h3{
	padding: 35px 10px 5px 10px;
	margin: 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#ToutE td, #ToutEHome td{
	vertical-align:top;
}

#ToutE p, #ToutEHome p{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

#ToutE p a:link, #ToutE p a:visited, #ToutEHome p a:link, #ToutEHome p a:visited {
	text-decoration: none;
    color: #fff;
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#ToutE p a:hover, #ToutEHome p a:hover {
    color:  #fff;
	text-decoration: underline;
}

/* END: Tout E Styling */



.ToutImg{
	padding:0px;
	margin:0px;
	border:1px solid #000000;
}


/* Join Mailing List */


fieldset{
	border: solid 0 transparent;
	margin: 1em 0;
	padding:1em;
}

legend{
}

label{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	text-decoration:none;
}


/* START HOME TOUT BLOCKS */
#homeToutBlock {
	width: 170px;
	min-height: 375px;
	display:block;
}