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

html, body {
	height: 700px;
}

body {
	
font-family: "courier new";
/*background: url('mockups/layout_vertical_resized.jpg') no-repeat;
background-position: 0px 0px;
background: black url('graphics/special-affects-bg.gif') repeat-x;
background-position: -20px 0px; */
margin: 0;
padding: 0;
width: 100%;
text-align: center;
height: 600px;
}

.blackbg {
background: black;
}

/*body div {
	border: 1px dashed pink;
	}*/

img, object {
	border: 0;
	outline: 0;
}

a {	
	text-decoration: none;
}

a:link { color: #999999; }
a:visited { color: #999999; }
a:hover { color: #333333; }
a:active { color: #333333; }

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
	text-align: left;
}

.cl_left {
	clear: left;
}

.v-spaced {
	position: relative;
	top: 10px;
}

.l-spaced {
	padding-left: 20px;
}

.noscroll {
	overflow: hidden;
}

/*cursor */

.wait {
	cursor: progress;
	}
	
.pointer {
	cursor: pointer;
}

/* Fonts */
.sans {
	font-family: "helvetica neue",sans-serif;
}	

.arial {
	font-family: arial;
}

.smaller {
	font-size: 9pt;
}

.small {
	font-size: 10pt;
	}

.medium {
	font-size: 11pt;
}

.large {
	font-size: 14pt;
}

.bigger {
	font-size: 18pt;
}

.caps {
	text-transform: uppercase;
}

.nocase {
	text-transform: none;
}

.lows {
	text-transform: lowercase;
}

.bold {
	font-weight: bold;}



.italic {
	font-style: italic;
}


.underline {
	text-decoration: underline;
}


.strike {
	text-decoration: line-through;
}


.nobr {
	white-space: nowrap;
}


.off {
	display: none;
}


.on {
	display: block;
}


.linkon a {
	text-decoration: none;
}


.linkoff a {
	text-decoration: underline;
}




/* Colors */


.white {
	color: white;
}

.awhite a {
color: white;
}

/*.awhiteb a:link { color: white; }
.awhiteb a:visited { color: #E8E8E8; }
.awhiteb a:hover { color: #0066FF; }
.awhiteb a:active { color: #0066FF; }

a.awhiteb:link { color: white; }
a.awhiteb:visited { color: #E8E8E8; }
a.awhiteb:hover { color: #0066FF; }
a.awhiteb:active { color: #0066FF; }
*/

.black {	color: black; }
.ablack a{	color: black; }

.blackbg {	background: black; }


/* Tables and Boxes */

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.full {
	width: 100%;
}



.thumb {
	width: 120px;
	height: 90px;
}

.inline {
	display: inline;
	}

.tableCell {
	display: table-cell;
	}
	
td.nopad {
	padding: 0px;
}

td.vertc {
	vertical-align: middle;
}


td.vertt {
	vertical-align: top;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}



.indented {
	padding-left: 10px;
}



.nobullets {
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}

.noindent {
	padding: 0px;
}

.indent2 {
	padding: 0px;
	margin-left: 10px;
	text-indent: -10px;
	}

.padded {
	padding: 20px;
}

.padded div {
	margin-top: 15px;
}

.padded-top {
	margin-top: 15px;
}

/* Special */

#container {
/*	background: url('mockups/layout_vertical_resized.jpg') no-repeat;
	background-position: 0px -42px;*/
	height: 100%;
	margin: 42px auto 0;
    width:915px;
}

#header {
    font-size: 26px;
}

#footer {
		padding-right: 0px;
}

#nav {
	padding-right: 9px;
	position:relative;
	text-align:right;
	top:441px;
	z-index:1;
}

#nav_box {
        margin-top: 2px;
        width: 270px;
        padding-right: 30px;
        display: inline-block;
}

#nav_box ul, #nav_box ul ul {
    margin: 0px;
    padding: 0px;
/*    width: 270px;*/
}

#nav_box ul ul {
    padding-bottom: 3px;
}

#nav_box ul li {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 13pt;
}

#nav_box ul ul li {
    text-transform: none;
    font-size: 10pt;
    margin-bottom: 2px;
}

#nav_box ul ul li, #nav_box ul li {
	width: 100%;
	white-space: nowrap;
}

#photo_box, #text_box {
        width: 610px;
        padding-top: 20px;
}

#prev {
		margin-right: 16px;
}

#text_box p {
		text-align: justify;
		margin-top: 14px;
		width: 510px;
}

#photo_box #image {
/*        position: relative;
        top: 13px;
        left: 0;*/
        margin-top: 4px;
}

#text_box {
	line-height:140%;
}

#title {
        margin-left:2em;
}

/* For Fonts */

.texton {
	color: #333333;
	}

.textoff {
	color: #999999;
	}

a
{
outline: none;
}


a.texton:link {	color: #333333;	}

a.textoff {	color: #333333;	}

a.navon:link {	color: #666666;	}
a.navon:visited { color: #666666; }
a.navon:hover { color: #333333; }
a.navon:active { color: #666666; }

a.alt:link {	color: #999999;	}
a.alt:hover {	color: #333333;	}

a.grey:link {	color: #666666;	}
a.grey:visited { color: #666666; }
a.grey:hover { color: #666666; }
a.grey:active { color: #666666; }

.grey {
	 color: #666666;
}

#count {
display: inline;
margin-right: 45px;
}
