* {
	padding : 0px;
	margin : 0px;
}

div.wrapper {
	position : relative;
	width : 800px;
	margin : 0px auto;
	background-color : #F5FAEF;
}

div.header {
	position : relative;
	color : white;
}
div.header p.skip {
	position : absolute;
	left : -99999px;
}
div.header a {
	color : white;
}

div.header h1, div.header p.tagline, div.header ul {
	background-color : #9fcf67;
}

div.header h1 {
	position : relative;
	display : block;
	height : 167px;
	background-image : url('/images/headers/home.jpg');
	background-position : bottom left;
	background-repeat : no-repeat;
}
div.header h1 a {
	position : absolute;
	display : block;
	bottom : 10px;
	left : 10px;
	text-indent : -99999px;
	overflow : hidden;
	background-image : url('/images/laserway-trans.png');
	width : 187px;
	height : 27px;
}
div.header p.tagline {
	padding : 6px 10px;
}
div.header p.call {
	position : absolute;
	top : 140px;
	right : 18px;
}

div.header ul {
	margin-left : 190px;
	text-align : right;
	padding : 3px;
	padding-right : 15px;
	-moz-border-radius-bottomleft : 6px;
	-webkit-border-bottom-left-radius : 6px;
	border-bottom-left-radius : 6px;
}

div.header ul li {
	display : inline;
	list-style-type : none;
	border-left : 1px white solid;
}

div.header ul li.active a {
	color: #ca006c;
}
div.header ul li a:hover {
	color: #ca006c;
}
div.content p, div.content ul, div.content ol, div.content table, div.content address,
div.content blockquote, div.content h3, div.content h4, div.content h5, div.content h6 {
	margin : 1em 0px;
}
div.content hr {
	margin : 0px ;
}

div.alt, div.main {
	margin-top : 45px;
}

div.main {
	float : right;
	width : 590px;
	margin-right : 20px;
	clear : right;
}

div.main h2, div.main h3, div.main h4, div.main h5, div.main h6 {
	color : #9fcf67;
}

div.main h2 {
	border-bottom: 1px dashed #ebbcd0;
	padding-bottom: 10px;
}

div.main ol, div.main ul {
	margin-left : 2em;
}

div.main blockquote {
	color : #9fcf67;
}

div.main img {
	margin : 0 1em 1em 1em;
}

div.alt {
	float : left;
	width : 160px;
	clear : left;
	margin-left : 15px;
}
div.alt h2 {
	display : none;
}
div.home div.alt address {
	margin-top : 0px;	
}
div.alt ul {
	margin-top : 0em;
}
div.home div.alt ul {
	margin-top : 1em;
}
div.alt ul li {
	list-style-type : none;
}
div.alt ul ul {
	margin : 0px;
	margin-left : 1em;
}

div.footer {
	clear : both;
	text-align : right;
	background-color : white;
	color : #929497;
	padding-top: 10px;
}
div.footer a {
	color : #929497;
}

div.hrcover {
	clear : both;
	background-image : url('/images/footer-line.jpg');
	background-repeat : no-repeat;
	background-position : center center;
	height : 20px;
	margin-bottom : 20px;
	border : 0px none;
	display : block;
}
.left { text-align : left; }
.right { text-align : right; }

div.content img.right {
	margin-right : 0px;
	float : right;
}
div.content img.left {
	margin-left : 0px;
	float : left;
}

div.alt h3 {
	margin: 0;
}

div.main label {
	width: 150px;
	float: left;
	padding-bottom: 5px;
}

div.main input {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

div.main input.news-button {
	margin-left: 350px;
	width: 100px;
	background: #F7FBF3;
	border: none;
	color: #CA006C;
	font-size: 1.2em;
}

div.main input.news-button:hover {
	background: #DDEECC;
	cursor: pointer;
}

