@charset "utf-8";
/* CSS Document */

/* Reset CSS Styles */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

a {
	color: #333;
	text-decoration: underline;
}

body {
	height: 100%;
	text-align: center;
	min-width: 900px;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(/img/pagebg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

p {
	padding: 0 0 15px 0;
}

#logo {
	position: relative;
	margin: 0 auto;
	width:900px;	
	height: 420px;
	background-color:#000;
}

#call {
	position: absolute;
	top: -50px;
	right: 20px;
	width: 302px;
	height: 115px;
}

#spacer {
	position: relative;
	width: 870px;
	margin: 0 auto;
	background-color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 15px 15px 5px 15px;
	color:#333;
	text-align: left;
}

ul {
	margin-left: 35px;
	list-style-type:square;
	line-height: 20px;
}

#body {
	position: relative;
	width: 870px;
	background-color:#FFF;
	padding: 15px;
	margin:0 auto;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
		font-size: 13px;
	line-height: 2em;
}

#slideshow {
	position: relative;
	float: right;
	width: 400px;
	margin-left: 15px;
}


#rightnarrow {
	position: relative;
	float: right;
	width: 250px;
	padding: 15px;
	background-color:#fff000;
	margin-left: 20px;
}
	
h1 {
	font-weight: normal;
	margin-bottom: 8px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color:#333;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin-bottom: 4px;
}

.underline {
	color: #000;
	border-style: dotted;
	border-color:#000;
	border-width: 0 0 1px 0;
	padding-bottom: 3px;
}

#footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 40px;
	background-color:#eee;
	font-size: 11px;
	color:#888;
}

#footer .verybottom {
	position: absolute;
	bottom: 15px;
	font-size: 10px;
	color:#888;
	left: 0;
	width: 810px;
	text-align: center;
}

#footer .graphite {
	position: absolute;
	bottom: 12px;
	right: 10px;
	width: 100px;
}

#footer a {
	color:#666;
	text-decoration:none;
}

.right {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	clear: right;
}
