  /*////////////////////////////////////////////////
 // Content                                      //
////////////////////////////////////////////////*/
body {
	text-align: center;
	font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
	color: black;
	font-size: 11px;
	line-height: 1.3em;

}

body.mceContentBody,
body#tinymce,
body#content {
	background-color: white;
	color: black;
	font-size: 11px;
	text-align: left;
}

a:link,
a:active,
a:visited,
a:hover {
	color: black;
	text-decoration: none;
	outline: none !important;
}


.columnNotice {
	font-size: 9px;
	color: #c9c9c9;
}

.videoTable {
	border: none;
}

.videoTable tr td {
	padding: 0 45px 15px 45px;
}

.videoTable tr:last-child td {
	padding-bottom: 0;
}

.videoTable tr td:first-child {
	padding-left: 20px;
}

.videoTable tr td:last-child {
	padding-right: 20px;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 4px 0;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301)
::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;}
*
*/
/*    j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #000;}

ins {background-color: #000; color: #fff; text-decoration: none;}
mark {background-color: #000; color: #fff; font-style: italic; font-weight: bold;}


  /*////////////////////////////////////////////////
 // Basic Layout                                 //
////////////////////////////////////////////////*/
div.wrapper {
	margin: 30px auto 0 auto;
	width: 800px;
}

nav.topNavigation {
	padding: 0 0 25px 0;
	width: 100%;
	display: table;
}

nav.topNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table-row;
}

nav.topNavigation ul.active li,
nav.topNavigation ul.active li a {
	color: #c9c9c9;
}

nav.topNavigation ul li.active,
nav.topNavigation ul li.active a,
nav.topNavigation ul.active li.active,
nav.topNavigation ul.active li.active a {
	color: black;
}

nav.topNavigation ul li {
	display: table-cell;
	text-transform: uppercase;
	padding: 0 24px;
	font-size: 12px;

	background: url(../layout/spacer_black.png) no-repeat right;
}

nav.topNavigation ul.active li {
	background: url(../layout/spacer_gray.png) no-repeat right;
}

nav.topNavigation ul.active li:first-child,
nav.topNavigation ul li:first-child {
	padding-left: 0;
}

nav.topNavigation ul.active li:last-child,
nav.topNavigation ul li:last-child {
	padding-right: 0;
	background: none;
	text-align: right;
}

div.content {
	padding: 0 34px;
	text-align: left;
	min-height: 460px;
}

div.contentBoxFull {
	vertical-align: bottom;
}

div.contenBoxLeft {
	float: left;
	display: inline-block;
	width: 350px;
	min-height: 450px;
	padding: 0 40px 0 0;
}

div.contentBoxImage {
	float: left;
	display: inline-block;
	width: 338px;
	min-height: 450px;
}

div.half_column_1 {
	display: table;
	width: 100%;
}

div.block {
	display: table-row;
}

div.text {
	display: table-cell;
	vertical-align: bottom;
	height: 450px;
	overflow: auto;
}

div.sldieShowContainer {
	width: 730px;
	height: 450px;
	position: relative;
}

div.sldieShowContainer img {
	padding: 0 10px 0 0;
	cursor: pointer;
}

ul.files {
	list-style-type: none;
	padding: 0;
	margin: 25px 0 0 0;
}

ul.files li {
	float: left;
	display: inline-block;
	padding: 0 10px 0 0;
}

footer {
	text-align: right;
	padding: 30px 34px;
}
