html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

a img { border:0px; }

body {
	background: #012 url(img/bodybg.png) no-repeat top center;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer, .clear {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 840px;
}

/* header */
.top {
	background:url(img/stripes.png) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	height: 220px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 840px;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.png);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.png);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover { background-position: left bottom; color: #234;}
.navigation .highlighted, .navigation .highlighted:hover { background-position: center center; color: #234;}
 
.main {
	border-top: 4px solid #FFF;
}

.sidenav {
	float: right;
	width: 200px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 600px;
	min-height:340px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}
.content img {margin:3px;}

.shadow {
	height:10px;
	background:url('img/shadow.png') top center no-repeat;
}

.lightshadow {
	background:url('img/lightshadow.png') top center no-repeat;
}

.copyright {
	color: #FFF;
	text-align: center;
	margin:50px auto;
}
.copyright a,.copyright a:hover {color: #FFF;}

a.borderedImage {
	display:inline-block;
	border:1px solid #DDD;
	padding:4px;
	margin:8px;
}

a.borderedImage:hover {
	border-color:#CCC;
	background:#EEE;
}

.contentTable {
}

.contentTable td {
	vertical-align:top;
	text-align:center;
}

.contentTable p, .contentTable h3 {
	text-align:left
}

.largeButton {
	font-family:"Trebuchet MS",serif;
	border:0px;
	width:244px;
	height:77px;
	line-height:77px;
	font-size:24px;
	font-weight:100;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	display:block;
	text-decoration:none;
}

.largeButton img {
	margin:0px;
}

.multilineButton {
	line-height:36px;
}

.largeButton:hover {
	color:#FFF;
	text-decoration:none;
}

.largeGreen {
	background:url('img/largebutton1.png') no-repeat top left;
	text-shadow:1px 1px 1px #2F7301;
}

.largeGreen:hover {
	background-position:bottom left;
}

.largeGreen:active {
	background-position:top left;
}

.largeBlue {
	background:url('img/largebutton1.png') no-repeat top right;
	text-shadow:1px 1px 1px #174583;
}

.largeBlue:hover {
	background-position:bottom right;
}

.largeBlue:active {
	background-position:top right;
}

.largeGray {
	background:url('img/largebutton2.png') no-repeat top left;
	text-shadow:1px 1px 1px #2F7301;
}

.largeGray:hover {
	background-position:bottom left;
}

.largeGray:active {
	background-position:top left;
}

.largeRed {
	background:url('img/largebutton2.png') no-repeat top right;
	text-shadow:1px 1px 1px #174583;
}

.largeRed:hover {
	background-position:bottom right;
}

.largeRed:active {
	background-position:top right;
}

.videoThumbs {
    background:url(img/bodybg.png) #333;
    height:390px;
    overflow:auto;

}

.videoThumbs p {
    margin:0;
    padding:6px 3px 0px;
    line-height:10px;
}

.videoThumbs a {
    text-decoration:none;
    color:#DDD;
    backgroud:transparent;
    display:block;
    padding:6px 0px;
}

.videoThumbs a:hover {
    background:#CCC;
    color:#FFF;
}
