html,body { 
	background-image: url('http://www.amoyline.com/images/bkgrnd.gif'); 
	font-family: Helvetica, Arial, Sans-serif;
}
#logo { margin: 1em 0; } 
#hd { margin: 0 0 1em; }
#bd { 
 font-size: 100%;
 font-weight: normal;
}
#nav { 
	width: 750px;
	margin: 3px 0 3px 0;
	text-align: center; 
	}
#ft { text-align: center; color: #fff; margin: 2em 0;} 

h3 { font-weight: bold; 
	font-size: 123.1%; 
	margin: 0.5em 0;}

ul { 
	font-size: 93%;
	color: #000;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0.25em;
	margin-bottom: 1em;
	}
ul li { 
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 0.5em;
	}
ul li a {
	color: #000;
	text-decoration: none;
	}
ul li a:hover { 
	text-decoration: underline;
	}

/* 
  -- Rounded Corners via The Schiller approach.
  -- Even more rounded corners with CSS --
  -- Navbar is a hack.
*/

.dialog_headed {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:450px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:1em; /* spacing under dialog_headed */
}


.dialog_headed .content,
.dialog_headed .t,
.dialog_headed .b,
.dialog_headed .b div {
 background:transparent url('http://www.amoyline.com/images/cornerbackground.png') no-repeat top right;
 _background-image:url('http://www.amoyline.com/images/cornerbackground.gif');
}

.headed_em .content,
.headed_em .t,
.headed_em .b,
.headed_em .b div {
 background:transparent url('http://www.amoyline.com/images/cornerbackground-em.png') no-repeat top right;
 _background-image:url('http://www.amoyline.com/images/cornerbackground-em.gif');
}


.dialog_headed .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_headed .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_headed .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_headed .b,
.dialog_headed .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_headed .b {
 background-position:bottom right;
}

.dialog_headed .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_headed p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 text-align: left;
 padding:1em 0px 0em 0px;
}

.dialog_headed h1 {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
 padding: 0.40em 0px 1em 0px;
 font-size: 116%;
 font-weight: bold;
 color: #fff;
 text-align: center;
 padding-bottom:0px;
}

.dialog_untitled {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:800px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog_untitled */
}

.dialog_untitled .content,
.dialog_untitled .t,
.dialog_untitled .b,
.dialog_untitled .b div {
 background:transparent url('http://www.amoyline.com/images/untitledbackground2.png') no-repeat top right;
 _background-image:url('http://www.amoyline.com/images/untitledbackground2.gif');
}

.dialog_untitled .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_untitled .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_untitled .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_untitled .b,
.dialog_untitled .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_untitled .b {
 background-position:bottom right;
}

.dialog_untitled .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_untitled .hd,
.dialog_untitled .bd,
.dialog_untitled .ft {
 position:relative;
}

.dialog_untitled .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_untitled h1,
.dialog_untitled p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0em 0px 0.5em 0px;
}

.dialog_untitled h1 {
 padding: 0.5em 0px 0.5em 0px;
 margin-bottom: 0.5em;
 font-size: 182%;
 font-weight: bold;
 color: #666;
 text-align: center;
 padding-bottom:0px;
}
.dialog_untitled h2 {
 padding: 0.5em 0px 0.5em 0px;
 margin-bottom: 0.5em;
 font-size: 146.5%;
 font-weight: bold;
 color: #666;
 text-align: center;
 padding-bottom:0px;
}

.navalt {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:750px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under navalt */
}

.navalt .content,
.navalt .t,
.navalt .b,
.navalt .b div {
 background:transparent url('http://www.amoyline.com/images/Navbar.png') no-repeat top right;
 _background-image:url('http://www.amoyline.com/images/Navbar.gif');
}

.navalt .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.navalt .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.navalt p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.75em 0px 1em 0px;
 font-size: 100%;
}
.navalt a {
	color: #fff;
	text-decoration: none;
}
.navalt a:hover {
	text-decoration: underline;
}


/** 
 * Specialty Styles
 */


span.big { 
  font-size: 153.9%;
  font-weight: bold; 
  padding-right: 0.05em;
  }

table.form {
  margin-top: 0.5em;
}
table.form td {
  padding: 0 0.5em 0.5em 0;
}

div.testimonial {
	max-width: 550px;
	margin-bottom: 2em;
}
div.testimonial blockquote {
  margin: 1em 0 0 0;
  padding-left: 0.5em;
  font-size: 93%;
  }
div.testimonial .byline {
  margin-top: 0.25em;
  padding-left: 2em;
  font-size: 93%;
  font-style: italic;
  }
}
img.bordered { border: 1px #333 solid; } 

div.inquiry_form { font-size: 108%; }

div.inquiry_form .item { margin-bottom:0.5em; }
div.inquiry_form .prompt { 
	margin-right: 1em; 
	} 
div.inquiry_form label {
	margin-right: 0.5em;
	}
div.inquiry_form input { margin-right: 0.25em; } 
div.inquiry_form .req { color: #FF0000; } 

div.link { 
margin: 0.5em 0;
font-size: 93%;
}
div.link a { 
	color: #000; font-weight: bold;
       text-decoration: none;
} 
div.link a:hover {
	text-decoration: underline;
	}
hr { width: 65%; border-style: dashed; } 

div.note { 
	padding: 2em;
	width: 80%; 
	font-size: 93%;
	color: #999;
	}
div.links { 
	overflow: auto;
	width: 100%;
	}
.float { 
	float: left; 
	padding: 0 1.5em 1em 0; 
	margin-right: 2em;
	text-align: center;
	}
.spacer { 
	clear: both;
	}
.company { 
	padding: 1em;
	}
.company img { 
	border: 1px solid #999;
	}
