/*

World Horizons International, LLC
Cascading Stylesheet (CSS) Scheme
Aaron Herrmann
doublearon@doublearon.com
http://www.doublearon.com

*/

body {
	font: 78%/1.5 verdana, arial, helvetica, serif;
	color: #444;
	background: url(../images/stripe.gif);
}

/* --- TEXT --- */

a:link {
	color: #5b80b2;
	text-decoration: none;
}

a:visited {
	color: #969;
	text-decoration: underline;
}

a:hover {
	color: #900;
	border-bottom: 1px solid #900;
	text-decoration: none;
}

p {
	margin: 1em 0 1em;
	padding: 0;
	font-size: 1em;
}

dt, dd {
	font-size: 0.75em;
}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #49f;
	margin: 1em 0 1em 0;
}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 1.2em;
	color: #49f;
	padding: 0;
	margin: 0 0 0.2em 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #ddd;
}

INPUT {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}

SELECT {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}

TEXTAREA {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}
	
/* --- TOP --- */

#wrap {
	position: absolute;
	left: 50px;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 900px;
}

#logo {
	background: #000;
	height: 300px;
}

#logo a {
	border-style: none;
	display: block;
	width: 900px;
	height: 300px;
}

#logo span {
	position: absolute;
	width: 900px;
	height: 300px;
	background: url(images/logo.jpg) no-repeat;
}

/*
#nav {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	background: #6bf;
	height: 30px;
	z-index: 10;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 8em;
}

#nav a:link, #nav a:visited {
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 10px 0 10px;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	color: #fff;
}

#nav a:hover {
	color: #000;
}

#nav li {
	float: left;
	width: 8em;
}

#nav li ul {
	border: 2px solid #fff;
	position: absolute;
	background: #6bf;
	margin: 25px 0 0 25px;
	font-size: 85%;
	width: 15em;
	left: -999em;
}
*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #6bf;
	z-index: 200;
}

#nav {
	height: 30px;
}

#nav a:link, #nav a:visited {
	line-height: 20px;
	font-weight: bold;
	margin: 4px 10px 0 10px;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	color: #fff;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
}

#nav li {
	float: left;
	width: 8em;
}

#nav li ul {
	border: 2px solid #fff;
	position: absolute;
	background: #6bf;
	width: 15em;
	font-size: 85%;
	margin-left: 25px;
	left: -999em;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/* --- LEFT --- */

#left {
	z-index: 1;
	position: relative;
	margin: 0 240px 20px 20px;
	padding-top: 18px;
	padding-bottom: 200px;
	text-align: justify;
	width: 600px;
}

#left img.thumb {	
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 0;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

#left a:hover img.thumb {
	border-color: #C00;
}

#left img {
	border: 0px;
}

#left td.programimage {
	padding: 0 10px 0 0;
	vertical-align: top;
}

#left td.programtext {
	padding: 0 15px 0 0;
	vertical-align: top;
}

/* --- RIGHT --- */

#right {
	z-index: 100;
	position: absolute;
	background: #8c8c8c;
	padding: 10px;
	top: 330px;
	bottom: 0px;
	margin: 0 -7px 10px 0;
	color: #fff;
	width: 230px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	left: 674px;
}

html>body #right {
	left: 680px;
}

#right a:link {
	color: #49f;
	border-bottom: 1px solid #49f;
	text-decoration: none;
}

#right a:visited {
	color: #49f;
	border-bottom: 1px dotted #49f;
	text-decoration: none;
}

#right a:hover {
	color: #49f;
	border-bottom: 0px;
	text-decoration: none;
}

#right a.noline:link, #right a.noline:visited {
	border-bottom: none;
}

#right h3 {
	color: #777;
	margin: 0;
}

#right dt {
	color: #fff;
	line-height: 1.3em;
	font-size: 11px;
	font-weight: bold;
}

#right dd {
	color: #000;
	font-size: 10px;
	margin: 0;
	line-height: 1.2em;
}

#right img.thumb {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
}

/* --- TEXT LINKS ---*/

#textlink {
	position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
}

#textlink li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#textlink a:link, #textlink a:visited {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin: 4px 10px 0 10px;
    padding-bottom: 2px;
    text-decoration: none;
    border: none;
    color: #6bf;
}

#textlink a:hover, #textlink a:link.active, #textlink a:link.visited {
    padding-bottom: 2px;
    color: #000;
}

/* --- FOOTER ---*/

.footer {
	margin: 10px 240px 0 20px;
	font-size: 9px;
	clear: both;
	color: #999;
	padding-top: 4px;
	padding-bottom: 10px;
	border-top: 2px solid #ddd;
}

.footer a {
	color: #999;
	border-color: #999;
}

.footer a:hover {
	color: #000;
	border-color: #000;
}

/* --- MISC ---*/

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.quote {
	font-style: italic;
}

