/* CSS Document */

/* Contribute Editing Styles */
@import url(sigmanWebsiteContribute.css);

/* IE 6 Hacks */
@import url(sigmanWebsite_ie6Win.css);

/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'sigmanWebsite_ie5Win.css'; /*";}
}/* */



/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "sigmanWebsite_ie5Win.css";
/**/


/* HTML styles */
a:link{
		color: #f80000;
		text-decoration: none;
		}
		
a:visited, a:active {
		color: #243E33;
		text-decoration: none;
		}

a:hover {
		color: #800000;
		}

		
body{
		background-color: #CDBE9E;
		text-decoration: none;
		font: 12px/16px verdana,arial,helvetica,sans-serif; 
		color: #000;
		margin: 0px; 
		padding: 0px;
		}
		
div, li, ol, ul{
		text-decoration: none;
		font: 12px/16px verdana,arial,helvetica,sans-serif; 
		color: #000;
		margin: 0px; 
		padding: 0px;
		}

form {margin: 0;}

html {
	margin: 0px;
	padding: 0px;
	}
	
p,h1,pre {
	margin:0px 0px 0px 0px;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #F9EBDB;
	font-weight: normal;
	}
	
/* Holds the position and with of the main window */	
#container {
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	margin-top:0px;
	margin-left:-400px;
	padding:0px;
	background-color: #CDBE9E;
	}

#TopBanner{
	background-color: #CDBE9E;
	background-image:  url(../graphics/Sigman_header.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width: 800px;
	}
	
#printLogo {
	display: none;
	}
	
	
#printLogoText{
	display: none;
	}

	
#printLogo p{
	font:normal 14px/17px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	}
	
#logoLeft {
	/*position:absolute;
	left:16px;
	top:7px;*/
	float: left;
	width: 105px;
	height: 112px;
	margin-left: 16px;
	margin-top: 7px;
	background-image:  url("../graphics/headShot.jpg");
	background-repeat: no-repeat;
	}

#logoLeft li {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	display: inline;
	}
	
#logoLeft li a:link, #logoLeft li a:visited {
	display: block; 
	float: left;
	height: 112px;
	width: 105px;
	margin-left: 0px;
	margin-top: 0px;
	}
	
#logoLeft li a:hover {
	background-image:  url("../graphics/headShotHover.jpg");
	height: 112px;
	width: 105px;
	margin-left: 0px;
	margin-top: 0px;
	}

#logoLeft span {display: none;}
	
#logoRight {
	float: right;
	width: 312px;
	padding-left: 0px;
	padding-right: 5px;
	margin-top: 7px;
	height: 83px;
	background-image:  url("../graphics/logoName.gif");
	background-repeat: no-repeat;
	}

#logoRight h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #F9EBDB;
	text-align: right;
	width: 296px;
	margin-right: 16px;
	padding-right: 16px;
	margin-top: 85px;
	font-weight: normal;
	}
	
#content h1.tagline{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #F9EBDB;
	font-weight: normal; 
	}
	


/* Holds together main part of page*/
div.spacer {
  clear: both;
  }
  
#wrapper{
	background-color: #F9EBDB;
	background-image:url("../graphics/backgroundPhoto.jpg");
	background-position : left;
	background-repeat: no-repeat;
	width: 800px;
	height: 390px;
	margin: 0px;

	}
	
#leftCol{
	float:left;
	width:170px;
	height:300px;
	 margin: 0px;
   padding: 0px;
	background-color : transparent;
	}
	
#content {
	float: right;
    width: 580px;
	height: 358px;
    margin: 0px;
    padding: 0px;
	}

	
#frontPhotoHolder{
	width: 487px;
	height: 358px;
	padding: 15px 0px 0px 92px;
	}
	
#frontPhoto{
	background-image :  url(../graphics/yellowlupine.jpg);
	background-color : transparent;
	background-repeat : no-repeat;
	width: 466px;
	height: 358px;
	border: 1px solid #4B6E60;
	margin:0px;
	padding:0px;	
	background-position: right top;
	}
	
/* Navigation */
#navcontainerBG{
	float: left;
	width:170px;
	height:300px;
	background-color : transparent;
	padding : 15px 15px 0px 15px;	
	}
	
#navcontainer{
	width:170px;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	background-color : #32594A;
	}
		
ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width:170px;
}

ul#navlist li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	/*color: #32594A;*/
	color: #800000;
	text-decoration: none;
	background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #32594A;
	color: #ffffff;
}

ul#navlist li a:hover, 	ul#navlist li#active a:hover
{
	color: #fff;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}


/* Main content Area*/
#mlswrapper{
	background-color: #F9EBDB;
	background-position : left;
	background-repeat: no-repeat;
	width: 800px;
	margin: 0px;
	}
		
#mlscontent {
	margin: 15px 10px 0px 0px;
	width: 750px;
   	padding: 0px 0px 0px 0px;
	}

#mlscontent h1{
	color : #243E33;
	font: 32px/36px georgia, serif; 
	}
	
#content h1{
	color : #243E33;
	font: 32px/36px georgia, serif; 
	}
	
	
#content h2{
	color : #243E33;
	font: 22px/26px georgia, serif; 
	}
	
	
#pagetop{
	color : #243E33;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
}

#pagetop a{
	color : #243E33;
	font: bold 12px/16px Helvetica, Arial, sans-serif;  
}

#pagetop a:hover{
	color : #800000;
}

#pagetopiFrame{
	color : #243E33;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
}

#pagetopiFrame a{
	color : #243E33;
	font: bold 12px/16px Helvetica, Arial, sans-serif;  
}

#pagetopiFrame a:hover{
	color : #800000;
}


/* Footer styles */	
body #footer{
	background-color : #4B6E60;
	width: 800px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float:left;
	}
	
#footer h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #F9EBDB;
	text-align: center;
	position:relative;
	left: 7px;
	top: 5px;
	font-weight: bold;
	}
	
#footer a:link, a:visited {
	color: #F9EBDB;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #CDBE9E;
	}


#homefooter{
	background-color : #4B6E60;
	width: 800px;
	height: 105px;
	margin: 0px;
	padding: 0px;
	}
	
#homefooter #leftside{
	margin: 10px 0px 0px 15px;
	padding: 0px;
	float: left;
	width: 300px;
	}
	
#homefooter #leftside p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #F9EBDB;
	text-align: left;
	font-weight: bold;
	}
	
#homefooter a:link, a:visited {
	color: #F9EBDB;
	text-decoration: underline;
	}
	
#homefooter a:visited {
	color: #F9EBDB;
	text-decoration: none;
	}
	
#homefooter a:hover {
	color: #CDBE9E;

	}
	
#homefooter #rightside{
	width: 483px;
	padding: 0px;
	float: right;
	}
	
#homefooter #rightside p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F9EBDB;
	text-align: left;
	margin: 10px 15px 0px 0px;
	}


	
/* Form Styles */

 #contactForm table {
	width: 530px;
	border-top: 1px solid #243E33;
	padding: 5px;
	border: 1px solid #243E33;
	 } 

#profileForm td { 
	width:530px; 
	 }
  
.formlabel {
	color: #243E33;
	font-style: normal;
	font-size: 14px;	
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	padding: 7px 0px 0px 0px;
	width:530px;
	}

  
.formfield {
	font: 12px  Verdana, Arial, Helvetica, sans-serif ;
	color:#000;	
	width:450px;
	text-align: left; 
	background-color: transparent;
	padding: 0px 0px 3px 0px;
	margin-right: 0px;
	}
	
.formfieldSmall {
	font: 12px  Verdana, Arial, Helvetica, sans-serif ;
	color:#000;	
	width:100px;
	text-align: left; 
	background-color: transparent;
	padding: 0px 0px 3px 0px;
	margin-right: 0px;
	}
	
.formfield input {
	background-color: #f7f2ea;
	border:solid 1px #243E33;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:450px;
	text-align: left;
	margin-right: 0px;
	background-image: none;
	}
	
	
.formfieldSmall input {
	background-color: #f7f2ea;
	border:solid 1px #243E33;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:100px;
	text-align: left;
	margin-right: 0px;
	background-image: none;
	}
	
	

textarea.boxColor {
	margin:3px 0px 0px 2px;
	background-color: #f7f2ea;
	border:solid 1px #243E33;
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	color:#000;
	}
	
.button {
	 font: 1.1em  Verdana, Arial, Helvetica, sans-serif;
	 background-color: #32594A;
	 color: #f7f2ea;
	 margin-left: 3px;
	 margin-top: 3px;
	 margin-bottom: 2px;
	}
	
.buttonlabel {
	color: #243E33;
	font-style: normal;
	font-size: 12px;	
	font:normal  Verdana, Arial, Helvetica, sans-serif ;
	padding: 7px 0px 0px 0px;
	}

/*Contribute Styles not used in the program Contribute*/
h1.logoRightTagLine {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #F9EBDB;
	text-align: right;
	position:relative;
	right: 16px;
	top: 85px;
	font-weight: normal;
	}
	
	
/* contains menu, conent and footer areas */
table.mainWrapper{
	border: 0px;
	width: 800px;
	padding: 0px;
	background-color : #F9EBDB;
	background-position : left;
	background-repeat: repeat-y;
	}
	
/* contains menu and content areas */	
table.contentWrapper{
	border: 0px;
	padding: 0px;
	background-color : #F9EBDB;
	background-position : left;
	background-repeat: repeat-y;
	width: 790px;
	}
	
	
/* Navigation */
td.menu{
	width:170px;
	height:300px;
	vertical-align: top;
	padding : 10px 15px 0px 10px;
	}

#navcontainerBGTable{
	width:170px;
	height:300px;		
	background-color : transparent;
	}
	
  
/* Main content Area*/
td.bodyContent{
	width:547px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	}
	
td.bodyContentSolds{
	width:750px;
	text-align: left;
	vertical-align: top;
	padding: 15px 0px 0px 10px;
	}
	
/* Listing Photo Pages */
td.photoContent{
	width:547px;
	text-align: center;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	}
	
table.listings{
	border: 0px;
	padding: 0px;
	width: 547px;
	}
	
table.listingsSold{
	padding: 0px;
	width: 682px;
	
	}
	
/* single listing classes */
table.listingHeader{
	width:520px;
	padding: 0px;
	border: 0px;
	}
	
td.listingHeader{
	width:273px;
	vertical-align: top;
	padding: 0px;
	color : #243E33;
	font: 26px/30px georgia, serif;
	}
	
td.listingSubHeader{
	width:273px;
	vertical-align: top;
	padding: 0px;
	color : #243E33;
	font: 20px/24px georgia, serif;
	}
	
td.listingPhoto{
	width:230px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	}
	
td.attributeHeader{
	width:317px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	color : #243E33;
	padding: 0px 0px 0px 20px;

	}
	
#attributeList ul li{
	padding: 0px;
	margin-left: 0px;
}

#attributeList li{
	list-style-type: square;
	color : #243E33;
}

#attributeList p{
	list-style-type: square;
	color : #000;
	font: normal 14px/17px Helvetica, Arial, sans-serif; 
}



td.listingTN{
	width: 110px;
	padding: 0px 0px 10px;
	}
	
td.listingTN li {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	display: inline;
	}
	

td.listingTN a:link, td.listingTN a:visited{
	display: block; 
	float: left;
	width: 90px;
	border: 1px solid #243E33;	
	}
	
td.listingTN li a:hover {
	border: 1px solid #800000;
	}
	
td.listingCols{
	text-align: left;
	vertical-align: top;
	padding: 0px 8px;
	width: 143px;
	}
	
td.listingCols123{
	text-align: left;
	vertical-align: top;
	padding: 0px 8px;
	width: 123px;
	}
	
td.listingCols183{
	text-align: left;
	vertical-align: top;
	padding: 0px 8px;
	width: 183px;
	}
	

h1.content{
	color : #243E33;
	line-height: 30px;
	font-size: 24px;
	font-family: georgia, serif; 
	}
	
h2.content{
	color : #243E33;
	font: 22px/22px georgia, serif;
	}
	
p.listingheader{
	color : #243E33;
	font: 26px georgia, serif; 
	}
	
p.listingsubheader{
	color : #243E33;
	font: 20px georgia, serif; 
	}
	
.listingDescription{
	color : #243E33;
	font: normal 12px/16px Helvetica, Arial, sans-serif; 
}

.newListing{
	color : #800000;
	font: normal 10px/12px Helvetica, Arial, sans-serif;
}


	
p.listingHeader{
	color : #243E33;
	font: 32px/36px georgia, serif; 
	}
	
p.listingSubHeader{
	color : #243E33;
	font: 22px/26px georgia, serif; 
	}
	
p.listingContent{
	color : #243E33;
	font: normal 14px/17px Helvetica, Arial, sans-serif; 
	}	

td.listingAttributes{
	text-align: left;
	vertical-align: top;	
	}
	
.imgFrameLg{
	padding: 0px;
	border: 1px solid #243E33;
	}
	
.imgFrame li {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	display: inline;
	}
	
.imgFrame a:link, td.imgFrame a:visited{
	display: block; 
	float: left;
	border: 1px solid #243E33;	
	}
	
.imgFrame li a:hover {
	border: 1px solid #800000;
	}
	
.caption{
	color : #333;
	font: normal 16px/19px Georgia, serif; 
	font-weight:bold;
}


	
/* text classes */

.boldContent{
	color : #243E33;
	font: bold 14px/17px Helvetica, Arial, sans-serif; 
}

a.boldContent:link, a.boldContent:visited{
	color : #800000;
	font: bold 14px/17px Helvetica, Arial, sans-serif; 
}

a.boldContent:hover{
	color : #243E33;
}

.regularContent{
	color : #243E33;
	font: normal 14px/17px Helvetica, Arial, sans-serif; 
}

.regularContentSmall{
	color : #243E33;
	font: normal 12px/12px Helvetica, Arial, sans-serif; 
}

a.regularContent:link, a.regularContent:visited {
	color : #800000;
	font: normal 14px/17px Helvetica, Arial, sans-serif; 
	text-decoration: none;
}

a.regularContent:hover{
	color : #243E33;
}

/*coastal page*/
a.menuLink:link, a.menuLink:visited{
	font: normal 14px/17px Helvetica, Arial, sans-serif; 
	color : #243E33;
	text-decoration: none;
}

a.menuLink:hover{
	color : #800000;
}

/*coastal page*/
.submenu{
	color : #666666;
	font: bold 14px/17px Helvetica, Arial, sans-serif; 
}

a.submenu:link, a.submenu:visited{
	color : #666666;
	font: bold 14px/17px Helvetica, Arial, sans-serif; 
	text-decoration: none;
}

a.submenu:hover{
	color : #800000;
}

.headshot{
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-left: 0px;	
}

/* Bottom Navigation */

#bottomNav{
	color : #243E33;
	font: normal 14px/17px Georgia, serif;
}

#bottomNav a{
	color : #243E33;
	font: normal 14px/17px Georgia, serif;  
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;

}

#bottomNav a:hover{
	color : #800000;
}

/* Horizonatl Navigation */

#horizontalNav{
	color : #000;
	font: normal 14px/17px Georgia, serif;
	text-align:center;
}

#horizontalNav a{
	color : #333;
	font: normal 14px/17px Georgia, serif;  
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
	text-decoration: none;
}

.active{
	color : #800000;
	text-decoration: none;
}

#horizontalNav a:hover{
	color : #800000;
}




/* Footer styles */	
#footerSmall{
	background-color : #4B6E60;
	width: 800px;
	height: 30px;
	margin: 0px;
	padding: 0px;	
	}

	
h1.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #F9EBDB;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
	}
	
	
#footerSmall a:link {
		color: #F9EBDB;
		text-decoration: underline;
	}
	
#footerSmall a:visited {
		color: #F9EBDB;
		text-decoration: none;
	}
	
#footerSmall a:hover {
	color: #CDBE9E;
	}
	
#credits{
	color : #666;
	font: normal 12px/16px Georgia, serif;
	text-align:left;
}

#credits a{
	color : #666;
	font: normal 12px/16px Georgia, serif;  
	padding-left: 0px;
	padding-right: 0px;
	text-decoration:none;
}

#credits a:hover{
	color : #333;
}

#creditsPage{
	color : #243E33;
	font: normal 14px/16px Helvetica, Arial, sans-serif;
	text-align:left;
}

#creditsPage a{
	color : #800000;
	font: normal 14px/16px Helvetica, Arial, sans-serif; 
	padding-left: 0px;
	padding-right: 0px;
	text-decoration:none;
}

#creditsPage a:hover{
	color : #666;
}
	
