/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

input:focus {
	outline: 0;
}

div.slide {
	-webkit-box-shadow: 0 0 50px #c0c0c0;
	-moz-box-shadow: 0 0 50px #c0c0c0;
	box-shadow: 0 0 50px #c0c0c0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
	padding: 20px;
	position: relative;

    height: 650px; 
	width: 850px; 

/*    height: 700px; 
	width: 900px; */
/*    height: 700px;
    width: 1244px;*/
/*
    height: 560px;
    width: 1000;
    */
}
	div.inactiveslide {
		opacity: 0.4;
	}
	div.activeslide {
		opacity: 1;
	}

div.footer {
	bottom: 20px;
	color: #404040;
	font-family: arial;
	font-size: 26px;
	position: absolute;
	text-align: center;
	width: 100%;
}

pre {
	font-family: monospace;
	font-size: 16pt;
	height: 600px;
	letter-spacing: -1px;
	line-height: 20pt;
	overflow: auto;
}
	pre:focus {
		outline: 0;
	}
div.phone {
	-webkit-box-shadow: 0 0 30px #c0c0c0;
	-moz-box-shadow: 0 0 30px #c0c0c0;
	box-shadow: 0 0 30px #c0c0c0;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: black;
	height: 650px;
	left: 50%;
	margin-left: -190px;
	margin-top: -325px;
	position: absolute;
	top: 50%;
	width: 380px;
}
iframe {
	-webkit-box-shadow: 0 0 20px #606060;
	-moz-box-shadow: 0 0 20px #606060;
	box-shadow: 0 0 20px #606060;
}
iframe.phone {
	-webkit-box-shadow: 0 0 20px #606060;
	-moz-box-shadow: 0 0 20px #606060;
	box-shadow: 0 0 20px #606060;
	height: 480px;
	left: 50%;
	margin-left: -160px;
	margin-top: -248px;
	position: absolute;
	top: 50%;
	width: 320px;
}
strong {
	text-shadow: 1px 0 0 #606060;
}
h1 {
	color: #121B28;
	font-family: 'Ubuntu', helvetica, trebuchet ms, serif;
	font-size: 34pt;
	margin-bottom: 14px;
	margin-top: 10px;
	text-align: center;
}

.titlepage {
	color: #121B28;
	font-family: 'Ubuntu', helvetica, trebuchet ms, serif;
	font-size: 34pt;
	margin-bottom: 14px;
	margin-top: 10px;
	text-align: center;
}

h2 {
	color: #121B28;
	font-family: 'Ubuntu', helvetica, trebuchet ms, serif;
	font-size: 28pt;
	margin-bottom: 14px;
	margin-top: 10px;
	text-align: center;
}
h1#prelogo {
	left: 50%;
	margin-left: -368px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	width: 735px;
}
h1#logo {
	background-image: url(../../logo.png);
	line-height: 1000px;
	left: 50%;
	margin-left: -368px;
	overflow: hidden;
	position: absolute;
	top: 220px;
/*	width: 735px; */
/*	height: 202px; */
    height: 369px;
    width: 735px;
}
ul {
	padding: 60px;
}
ul li {
	color: #121B28;
	font-family: helvetica, calibri, arial, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	line-height: 30pt;
	list-style-type: disc;
	margin-bottom: 24px;
	text-align: left;
}

a {
/*	color: #75B143; */
    color: #0000ee;
    text-decoration: none;
}
