/*

	Cascading Style Sheet
	Internich LLC
	A Limited Liability Company
	
	www.internich.com
	Copyright (C) 2007. All rights reserved.
	
*/
@import url(base.css);



/*

	Splash
	
*/
#subpage-splash { background: url(images/subpage_splash.jpg) no-repeat; margin: 0 8px 0 9px; width: 900px; height: 89px; text-indent: -9000px; overflow: hidden; }
#subpage-splash-btm { background: url(images/subpage_splash_btm.jpg) no-repeat; margin: 0 8px 0 9px; width: 900px; height: 49px; }



/*

	Subpage Titles

*/
#subpage-splash h3 { height: 89px; }
#title-about { background: url(images/title_about.jpg) no-repeat; }
#title-properties { background: url(images/title_properties.jpg) no-repeat; }
#title-advertising { background: url(images/title_advertising.jpg) no-repeat; }
#title-contact { background: url(images/title_contact.jpg) no-repeat; }



/*
	
	Content

*/
#content { width: 825px; margin-left: 50px; font-size: 12px; color: #777;  }
#content p { font-size: 12px; color: #777; margin: 0 0 5px 0; }



/*

	Properties

*/
.properties { margin: 20px 0; }
.properties .leftcol { float: left; width: 391px; }
.properties .rightcol { float: right; width: 391px; }
.properties .leftcol img, .properties .rightcol img { margin: 10px 0; border: 1px solid #999;  }
.properties .leftcol p strong, .properties .rightcol p strong { font-size: 12px; font-weight: bold; color: #294560;  }
.properties .leftcol p a, .properties .leftcol p a:visited, .properties .leftcol p a:link,
.properties .leftcol p a:active, .properties .rightcol p a, .properties .rightcol p a:visited,
.properties .rightcol p a:link, .properties .rightcol p a:active
 { color: #00a1d0; text-decoration: none; }
.properties .leftcol p a:hover,  .properties .rightcol p a:hover { text-decoration: underline; }

/*

	Subpage Default Sidebar
	
*/
* html #sidebar { margin: 0; }
#sidebar { float: right; width: 310px; margin: 0 20px 0 0; }
#splitter { float: left; width: 20px; }



/*

	Contact
	
*/
#contact { overflow: hidden;  }
* html #contact-form { overflow: hidden; margin: 0 20px 0 18px;  }
#contact-form { float: left; width: 500px; margin: 0 30px; padding: 0 20px; }

/* Contact Sidebar */
#contact-info { float: right; width: 220px; margin: 0 25px 0 40px; }
#sidebar #contact-info h3 { font-size: 18px; color: #294560; width: 185px; border-bottom: 5px solid #eee; margin-bottom: 20px;  }
#sidebar #contact-info ul { list-style: none; color: #777; }
#sidebar #contact-info ul li { font-size: 11px; color: #555; margin: 10px 0; padding: 0 0 10px 0; border-bottom: 1px dotted #ccc;  }
#sidebar #contact-info ul li span { font-size: 9px; color: #999;  }
#sidebar #contact-info ul li.noborder { border: none; overflow: hidden; }
#sidebar #contact-info ul li strong { color: #294560; }

/* Contact Form */
* html #contactform { margin-right: 10px;  }
#contactform { margin: 0 30px 0 0; width: 400px; margin-left: 50px;  }
#contactform label { font-size: 12px; color: #777;  }
#contactform dd { 	margin: 3px 0; }
#contactform p { font-size: 12px; color: #294560; font-weight: bold; margin-bottom: 20px;  }
#contactform p img { float: left; margin: 0; padding: 0 10px 20px 0;  }
.form-field { background-color: #f5f5f5; border: 1px solid #e0e0e0; padding: 3px; font-size: 12px; color: #333; }
#submit { margin-top: 10px;