@charset "utf-8";
/* CSS Document */

body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#333333;
	line-height:16px;
	}

h1{
	font-size:1.3em;
	font-weight:bold;
	}

h2{
	font-size:1.2em;
	font-weight:bold;
	}


/* DIV STYLES */

#contact{
	background-image:url(images/contact-gary.jpg);
	height:578px;
	background-repeat:no-repeat;
	width:288px
}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer{
		line-height:30px;
		}

#content{

	}
	
#left-column{
	margin:5px;
	font-size:1em;
	font-weight:bold;
	}

#middle-column{
	margin:5px;
	line-height:24px;
	}

#right-column{
	margin:5px;
	}


/* MOUSE LINK, VISITED HOVER */


#middle-column a:link { color: #ac161a; text-decoration: none }
#middle-column a:visited { color: #ac161a; text-decoration: none }
#middle-column a:hover { color: #333; text-decoration: none }

#middle-column .green-listing a:link { color: #000000; text-decoration: none }
#middle-column .green-listing a:visited { color: #000000; text-decoration: none }
#middle-column .green-listing a:hover { color: #333; text-decoration: none }

#middle-column .tan-listing a:link { color: #9f5852; text-decoration: none }
#middle-column .tan-listing a:visited { color: #9f5852; text-decoration: none }
#middle-column .tan-listing a:hover { color: #333; text-decoration: none }

#left-column a:link { color: #ffffff; text-decoration: none }
#left-column a:visited { color: #ffffff; text-decoration: none }
#left-column a:hover { color: #000; text-decoration: none }

#footer a:link { color: #ffffff; text-decoration: none }
#footer a:visited { color: #ffffff; text-decoration: none }
#footer a:hover { color: #000; text-decoration: none }

/* IMAGE ALIGNMENT */

.picture-left{
	margin-right:10px;
	border:thin solid;
	}

.picture-right{
	margin-left:10px;
	border:thin solid;
	}
	
.picture-middle{
	margin-left:10px;
	margin-right:10px;
	border:thin solid;
	}

/* DIV STYLES */

.tan-18b{
	   font-size:1.8em;
       color:#f1eacd;
       font-weight:bold;
       }

.tan-16b{
	   font-size:1.6em;
       color:#f1eacd;
       font-weight:bold;
       }
	   
.tan-14b{
	   font-size:1.4em;
       color:#f1eacd;
       font-weight:bold;
       }

.tan-12b{
	   font-size:1.2em;
       color:#f1eacd;
       font-weight:bold;
       }
	
.tan-18{
	   font-size:1.8em;
       color:#f1eacd;
       }

.tan-16{
	   font-size:1.6em;
       color:#f1eacd;
       }
	   
.tan-14{
	   font-size:1.4em;
       color:#f1eacd;
       }

.tan-12{
	   font-size:1.2em;
       color:#f1eacd;
       }
	
.tan-10{
	   font-size:1em;
       color:#f1eacd;
       }

.tan-6{
	   font-size:.6em;
       color:#f1eacd;
       }

.tan-6b{
	   font-size:.6em;
       color:#f1eacd;
	   font-weight:bold;
       }

.tan-8{
	   font-size:.8em;
       color:#f1eacd;
       }

.tan-8b{
	   font-size:.8em;
       color:#f1eacd;
	   font-weight:bold;
       }

.red-12{
	   font-size:1.2em;
       color:#cc0000;
       }

.red-10{
	   font-size:1.0em;
       color:#cc0000;
       }
	   
.red-10b{
	   font-size:1.0em;
       color:#cc0000;
	   font-weight:bold;
       }

.tan-listing{
	background-color:#fbd5c0;
	padding:5px;
	}

.green-listing{
	background-color:#9f5852;
	padding:5px;
	}
	
	
.tan-listing a:link { color:#00553e;
	font-weight:bold;
	text-decoration:none;}
	
.tan-listing a:visited { color:#00553e;
	font-weight:bold;
	text-decoration:none;}
		
.tan-listing a:hover { color:#000000;
	font-weight:bold
	}


.green-listing a:link { color:#f1eacd;;
	font-weight:bold;
	text-decoration:none;}
	
.green-listing a:visited { color:#f1eacd;;
	font-weight:bold;
	text-decoration:none;}
		
.green-listing a:hover { color:#ffffff;
	font-weight:bold
	}


.green-attribute {
	color: #9f5852;
	font-weight: bold;
}

.tan-attribute {
	color: #ffffff;
	font-weight: bold;
}
