/*

Title:		www.amslgx.com master screen styles
Company:	american medical systems
Author:		mike.bateman@ammd.com
Copyright:  2008 american medical systems. all rights reserved..
Version:	2008 jul 01

*/

@import url("/css/resets.css"); /* cite: Eric Meyer (http://meyerweb.com/) "The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on." - update mjb 20080827 */
/*@import url("/css/diagnostic.css");*/  /* hide before publication; cite: Eric Meyer (http://meyerweb.com/) "The primary goal here is to have a set of rules that can be applied during the development phase of a new layout. These rules’ aim is to visually highlight problems in the markup." - update mjb 20080827 */
/*@import url("/css/diagnostic-ie7.css");*/  /* hide before publication; cite: Eric Meyer (http://meyerweb.com/) "The primary goal here is to have a set of rules that can be applied during the development phase of a new layout. These rules’ aim is to visually highlight problems in the markup." - update mjb 20080827 */

html {
	font-size:100.01%;
	}
body {
	font-family: Trebuchet MS, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	}
/* ----------------------------------------
	=structure 
---------------------------------------- */
#wrap {
	background: #e8a614;
	text-align: left;
	margin: 10px 0;
}
#thankyou #container {
	height: 400px;
	}
#masthead {
	height: 80px;
	margin: 0;
	padding: 0;
	}
#container {
	clear: both;
	position: relative; 
	padding: 0;
	margin: 25px auto;
	}
.left, .content {
	display: inline;
	float: left;
	}
#container .left {
	width: 300px;
	}
#container .content {
	width: 600px;
	}
.left {
	margin: 0 20px 20px 20px;
	padding: 0;
	width: 160px;
	}
.content {
	margin: 0 20px 20px 20px;
	width: 520px;
	border: solid 1px blue;
	} 
/* ----------------------------------------
	=headings 
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2em;
	}
h1 { 
	font-size: 1.25em; 
	margin: 20px 0;
	} 
h2 { 
	color: #fff;
	font-size: 1.15em; 
	} 

/* ----------------------------------------
	=lists 
---------------------------------------- */
ol, ul {
	line-height: 1.7em;
	}
ol {
	list-style: decimal;
	margin: 20px 0 20px 340px;
	padding: 0 20px;
	}
ul {
	list-style-type: disc;
	margin: 0 0 20px 20px;
	}
/* =language list */
#navcontainer {
	margin: 0;
	padding: 5px 20px;
	}
	p.nav {
		background: url("/pix/icon_world.gif") no-repeat 0 50%;
		float: right;
		font-size: 12px;
		overflow: hidden;
		padding: 0;
		padding-left: 20px;
		}
	p.left {
		float: left;
		}
/* ----------------------------------------
	=links 
---------------------------------------- */
	a, a:link, a:visited {
		background: url("/pix/dots-alink.gif") repeat-x 0 100%;
		color: #fff;
		padding: 0;
		text-decoration: none;
		}
		a:focus, {
			outline: 1px dotted invert;
			}
		a:visited { /* same */ }
		a:hover {
			background: url("/pix/solid-alink-hover.gif") repeat-x 0 100%;
			}
/* ----------------------------------------
	=miscellaneous 
---------------------------------------- */
p { 
	line-height: 1.7em;
	margin:0; 
	padding-bottom: 1em; 
	}
.clearleft {
	clear: left;
	}
.clear {
	clear: both;
	}
.red {
	color: #c30;
	}
.wht {
	color: #fff;
	}
/* =movies */
.movie {
	clear: both;
	margin: 10px auto;
	position: relative;
	width: 800px;
	z-index: 1;
	}
.button {
	margin-left: -20px;
	}
.note {
	font-size: 0.90em;
	line-height: 1.5em;
	color: #333;
}
/* ----------------------------------------
	=footer 
---------------------------------------- */
#footer { 
	clear: both; 
	font-size: 10px;
	height: 40px; 
	margin: 0; 
	padding: 0; 
	padding-left: 20px;
	}
.ams_lower {
	float: right;
	margin: 0;
	}
.ams_lower {
	padding: 0 10px 10px 0;
	}
	a.ams_logo , a:link.ams_logo , a:visited.ams_logo , a:active.ams_logo, a:hover.ams_logo {
		background-image: none;
		}
/* ----------------------------------------
   =forms 
--------------------------------------------- */
#contactform {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 500px;
	}
#contactform form {
	margin: 0;
	padding: 0;
	}
#contactform input {
	padding: 2px; 
	vertical-align: middle
	}
form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	width: 200px;
	}

#contactform fieldset, #contactform fieldset.submit { 
	border: none;
	margin: 1em 10px 1em 0;
	}
#contactform legend { }
#contactform ol {  
	margin-left: 0;
	padding: 1em;  
	list-style: none; 
	} 
#contactform li {  
	float: left;  
	width: 100%;  
	margin-bottom: 1em; 
	background: none;
	} 
#contactform fieldset.submit, {  
	float: none;  
	width: auto;  
	}
#contactform label {  
	float: left;  
	width: 12em;
	margin-right: 1em;  
	text-align: right; 
	}
	
form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right; }

input:required {
	outline: 1px white solid;
	color:red; }
/* ----------------------------------------
   =IE hacks 
--------------------------------------------- */
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear{
	background: none;
	border: 0; 
	clear: both; 
	display: block;
	float: none; font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix, * html #navcontainer, * html #wrap, * html #nav a, * html .left, * html .content {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* IE 6 */
* html ol {
	margin-left: 350px;
	m\argin-left: 350px;
	}
* html .left {
	margin-left: 0;
	m\argin-left: 0;
	padding-left: 20px;
	p\adding-left: 20px;
	}
/* IE 7 */
*:first-child+html .left {
	padding-left: 20px;
	}
*:first-child+html .content, *:first-child+html .left {
	margin-left: 0;
	}

