
/* CSS Document */

/* Reset Code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p, li {font-size: 1.1em;}
h3 {border-top: 1px solid #000;border-bottom: 1px solid #000;padding: 10px 0;margin-bottom:10px;}
ul#nav {border: 1px solid #000;list-style-type:none;}
#content {position:absolute;
       top:0;
       width:1008px;
	   height:auto;
	   -webkit-border-radius: 19px;
		-moz-border-radius: 19px;
		border-radius: 19px;
       background-color:#FFF;color:#333;;z-index:5;padding-bottom:25px;margin-bottom: 60px;}
#lift-content {margin:30px 30px 0 30px;}
#page-bg {
       /*z-index:1;
        These three lines are for transparency in all browsers.
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
       opacity:.5; */
}
.button {background:url(../images/orange-btn.png) no-repeat; width:180px; height: 60px;float:right;}
.button p {position:relative; top:20px; left:30px;font-size: 1.2em;}
.button a {text-decoration:none;color: #777;}
.button a:hover {color:#FFF;text-decoration:underline;}
h2 {border-top: 1px solid #eee;margin-top:40px;}
p.small {font-size:85%;}
#header {background: url(../images/logo-sm.png) no-repeat; width:300px; height:136px;}
#header h4 {font-size:2em;}
#contact h4 {color:#777;}
