* {
	padding : 0px;
	margin : 0px;
}

div.wrapper {
	position : relative;
	margin : 0px auto;
	background-color : #f7fbf3;
}

div.header {
	position : relative;
	color : white;
	background-color : #b3d88c;
}
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 : #b3d88c;
}

div.header h1 {
	position : relative;
	padding-top : 10px;
	display : block;
	height : 167px;
	width : 800px;
	margin : 0px auto;
	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.png');
	width : 187px;
	height : 27px;
}
div.header p.tagline {
	padding : 6px 10px;
	float : left;
}
div.header p.call {
	float : right;
	font-size : 1em;
	clear : rigth;
}

div.header ul {
	clear : both;
	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;
	padding : 3px 12px;
	border-left : 2px white solid;
}

div.content {
	margin : 1em;
}
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.content a {
	color : #b3d88c;
}

div.alt, div.main {
	margin-top : 18px;
}

div.main h2, div.main h3, div.main h4, div.main h5, div.main h6 {
	color : #b3d88c;
}

div.main ol, div.main ul {
	margin-left : 2em;
}

div.main blockquote {
	color : #b3d88c;
}

div.main img {
	margin : 1em;
}

div.home div.alt address {
	margin-top : 0px;	
}
div.alt ul {
	margin-top : 2.4em;
}
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;
}
div.footer a {
	color : #929497;
}

hr {
	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;
}
.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;
}
