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

body, html {
	margin:0;
	padding:0;
	background-color:#3686e9;
}

body {
	font-family:Arial;
	font-size:11px;
	color:#666;
}

p {
	font-family:Arial;
	font-size:11px;
	color:#666;
}

#wrapper {
	margin:0;
	width:764px;
	background-image:url(../images/back.gif);
	background-repeat:repeat-y;
	background-color:#fff;
}

#runnerImage {
	background-image:url(../images/runner-back.jpg);
	background-repeat:no-repeat;
}

#contentLeft {
	width:170px;
	margin:10px;
	padding:0;
	float:left;
}

#contentRight {
	width:514px;
	margin:10px 40px 10px 10px;
	padding:0;
	float:right;
}

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

.clear {
	clear:both
}

#logo {
	margin:0;
	padding:0;
}

h1 {
	font-size:3.3em;
	color:#666;
	margin:3px 0;
	padding:0;
	letter-spacing:-.05em;
	text-transform:capitalize
}

h2 {
	font-size:1.7em;
	color:#3686e9;
	padding:0;
}

.blue {
	color:#3686e9;
}

#nav {
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0 0 0 3px;
	border-left:1px dotted #3686e9
}

/* Navigation */

#nav
{
	list-style-type:none;
	list-style-image:none;
	margin:15px 0 0 0;
	padding:0 auto;
}

#nav li {
	border-left:1px dotted #666;
	float:left;
	line-height:1.1em;
	margin:-.5em .5em 0 -.5em;
	padding:0 .5em;
	list-style-type:none;
	color:#666;
	padding:0 1em 0 8px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	color:#666;
	text-decoration:none
}

#nav li a:hover, #nav li a:active {
	color:#3686e9
}

/* Side Nav */

#navcontainer {
	margin:4px 0 0 10px;
	padding:0;
	list-style-type:none;
	line-height:1.8em;
	width:160px;
	cursor:default;
}

#navcontainer li {
	padding:0;
	padding-left:3px;
	border-left:1px dotted #3686e9;
	margin-bottom:3px;
}

#navcontainer a {
	background-color:#fff;
	line-height:1.85em;
	display:block;
	width:160px;
	left:-10px;
	padding-left:5px;
}

#navcontainer a:link, #navcontainer a:visited {
	color:#666;
	text-decoration:none;
}

#navcontainer a:active, #navcontainer a:hover {
	color:#3686e9;
	text-decoration:none;
	background-color:#d7e7fb
}

#title {
	background-color:#fff;
	font-weight:bold;
	color:#3686e9;
	font-size:1.3em;
	border:0;
	padding:0;
	margin:414px 0 4px 10px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}
 
a:hover, a:active {
	color: #3686e9;
	text-decoration: none;
}

#mainImg {
	margin:5px;
	border:5px solid #3686e9;
	padding:0;
	position:absolute;
	top:85px;
	left:205px;
}

#mainContent {
	margin-top:570px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    border:0
}
a.tt span{ display: none; border:0; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:; border:0}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    bottom:350px; left:490px;
	padding:0 0 0 0;
	width:207px;
	color: #666;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	margin:0;
	border:0;
	font-weight:bold;
	font-size:1.5em
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.png) no-repeat top;
	border:0;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.png) repeat bottom;
	border:0;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.png) no-repeat bottom;
	border:0;
}

/*.middle {
	margin-bottom:6px;
	background-image:url(../images/bubble_filler.png);
	background-repeat:repeat
}*/

img {
	border:0;
	padding:0;
}

