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

/* defaults and globals
==============================================================================*/
* { /* Clear ALL elements defaults */
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	background-color: #DADADA;
	font-family: Tahoma;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #363636;
	border-collapse: separate;
	border-spacing: 0;
}

p {
	padding-bottom: 5px;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* main container
==============================================================================*/
#centerTable {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 900px;
	background-image: url(../images/bgd_tile.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 302px;
	padding: 15px;
	height: 100px;
}

#example {
	width: 595px;
	height: 423px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 595px;
	height: 423px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat
}

/* top navigation
==============================================================================*/
#topNav {
	height: 50px;
	background-image: url(../images/nav_tile.jpg);
	background-repeat: repeat-x;
}

#nav {
	list-style: none;
}
	
#nav li {
	float: left;
	height: 40px;
}
	
#nav li a {
	display: block;
	line-height: 40px;
	background-position: center top; /* horizontally centers the background image */
	font-family: "Trebuchet MS";
	color: #999999;
	font-size: 14px;
	padding-left: 13px;
	padding-right: 13px;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a.currentSection, #nav li a.currentSection:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* main styles
==============================================================================*/
a {
	text-decoration: none;
	color: #B2324D;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.6em;
}

h2 {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
}

.headline {
	font-size: 26px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

.divider{
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	height: 5px;
	padding-bottom: 5px;
}


#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#content ul {
	list-style-position: outside;
}

#content li {
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#halfColumn {
	width: 365px;
	float: left;
}

#leftColumn {
	width: 320px;
	float: left;
}

#rightColumn {
	width: 420px;
	float: left;
}

.leftPad {
	padding-left: 20px;
}

.byline {
	font-size: 0.8em;
	color: #666666;
	line-height: .8em;
}

#table .header {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 2em;
}

#table .listing {
	height: 10px;
	padding: 5px;
	font-size: 0.8em;
	line-height: 2em;
	line-height: 2em;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 100px;
	font-size: 0.8em;
	line-height: 1.3em;
}
.runaround {
	margin: 10px;
}
