/* ---- GENERAL ---- */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	}
body {
	text-align: center;
	padding: 22px 0;
	}
html { -webkit-text-size-adjust: none }
a {
	text-decoration: none;
	}
a:link {
	color: #777;
	}
a:visited {
	color: #777;
	}
a:hover {
	color: #ff1a0f;
	}
a:active {
	color: #ff1a0f;
	}
img {
	border: 0;
	}
strong, .strong {
	font-weight: bold;
	}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 936px;
	position: relative;
	}

/* ---- NAVIGATION ---- */

#navbar {
	position: relative;
	height: 120px;
	}
#logo {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	width: 193px;
	}
#nav {
	list-style: none;
	white-space: nowrap;
	font-weight: bold;
	}
#nav li {
	float: left;
	position: relative;
	}    
* html #nav li {
	width: 1px;
	}
#nav li ul {
	display: none;
	position: absolute;
	width: 170px;
	}
#nav li a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ff1a0f;
	line-height: 1em;
	text-decoration: none;
	padding: 0 52px 10px 0;
	}
#nav li:hover ul, #nav li.over ul {
	display: block;
	}
#nav li a:hover, #nav li:hover a, #nav li.over a {
	color: #ff1a0f;
	}
#nav li li {
	width: 180px;
	display: block;
	}
#nav li li a {
	height: 1%;
	font-size: 10px;
	padding-bottom: 6px;
	color: #ff1a0f;
	}
#nav li li a:link, #nav li li a:visited {
	color: #ff1a0f;
	}
#splash1 {
	position: absolute;
    right: 40px;
    top: 265px;
	z-index: 1000;
}

/* ---- SLIDESHOW ---- */

.slideshow {
    position:relative;
    height:220px;
	float: left;
}

.slideshow IMG, #quote IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#quote IMG.active, .slideshow IMG.active1, .slideshow IMG.active2, .slideshow IMG.active3 {
    z-index:10;
}

#quote IMG.last-active, .slideshow IMG.last-active1, .slideshow IMG.last-active2, .slideshow IMG.last-active3 {
    z-index:9;
}
#quote {
	position: relative;
	height: 120px;
	margin-bottom: 50px;
	}
#slideshow, #flash {
	height: 220px;
	margin-bottom: 50px;
	}
#slideshow2 {
	margin-left: 312px;
	}
#slideshow3 {
	margin-left: 312px;
	}
	
/* ---- CONTENT ---- */
#left {
	width: 240px;
	float: left;
	margin-bottom: 30px;
}
#content #left a, #content #right a {
	display: inline;
	clear: none;
}
#right {
	width: 240px;
	float: left;
	margin-bottom: 30px;	
}
#content a {
	display: block;
    margin: 0 0 5px;
}
#content p.color a {
	display: inline;
}
#content a.email {
	display: inline;
    margin: 0px;
}
#content p {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1em;
	width: 850px;
	color: #111;
	}
#content p.grey {
	color: #777;
	}
#content p.short {
	width: 320px;
	}
#content h1 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.2em;
	}
#content h2 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	}
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
	}
#content td {
	font-size: 13px;
	line-height: 1em;
	color: #111;
	padding: 5px 20px;
	text-align: center;
	}
#content td.box {
	border: 1px solid #0da0d9;
	}
#content td.line {
	color: #0da0d9;
	padding: 0;
	}

/* ---- FOOTER ---- */

#footer {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 6px;
	line-height: 1.3em;
	margin-top: 30px;
	margin-bottom: 1em;
	width: 850px;
	clear: both;
	}
#footer a {
	margin-right: 2em;
	}
#footer a.red {
	color: #ff1a0f;
	}

