html, body, #wrapper {
	min-height: 100%; /* Sets the min height to the height of the viewport */
	height: 100%; /* This is the min-height for IE5+/Win, since IE wrongly expands elemetns to enclose content. Screwy! */
}

html>body #wrapper {height: auto;} /* This undoes th IE hack via hiding it from IE with a child selector */	

body {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('/images/wrinkles.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:right;	
}

	#wrapperTop { 
		margin: 10px auto 0px 10px;	
		width: 920px;
		height: 10px;
		background: #2F2F27;
		background: url('/images/wrapperTop.gif');
		background-repeat: no-repeat;
	}
	#wrapper { 
		margin: 0px auto 0px 10px;
		width: 920px;
			min-height: 600px;
				height: auto !important;
				height: 600px;		
		background: #2F2F27;
	}
	#wrapperBottom { 
		margin: 0px auto 10px 10px;	
		width: 920px;
		height: 10px;
		background: #2F2F27;
		background: url('/images/wrapperBottom.gif');
		background-repeat: no-repeat;
	}

#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}

/* Header */

#header {
	width: 910px;
	padding: 0px;
	height: 96px;
	margin: 0px 0px 0px 0px;
}	

	#headerLogo {
		float: right;
		margin: 10px 10px 0px 0px;
	}
	
	#headerText {
		position: absolute;
		top: 24px;
		margin: 0 0 0 20px;
		font-size: 30px;
		font-weight: bold;
	}

#headerSub {
	/*	width: 910px;	*/
	padding: 0px;
	height: 20px;
	margin: -60px 0px 60px 20px;
	color: #D0D3B6;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 3px
}

#siteNav {
	width: 920px;
	padding: 6px 0 0 0;
	height: 20px;
	margin: 0px 0px 20px 0px;
	background-color: #000;	
	font-size: 12px;
	font-weight: bold;
	color: #014457;
}	
	#navDecoration {
		float: right;
		margin: -5px 20px 0px 0px;
		z-index: 5;
	}
	#siteNav a {
		color: #D0D3B6;
		text-decoration: none;
	}
	#siteNav a:hover {
		color: #014457;
		text-decoration: none;
	}
	

/*	--------------------------------------------	*/
/*  body                                            */
/*	--------------------------------------------	*/

#fullWidth { 
	color: #D0D3B6;
	margin: 0 20px 0 20px;
	padding: 0 0 0px 0;
	width: 880px;
	float: left;
	text-align: left;
}

#leftcolumn { 
	display: inline;
	color: #D0D3B6;
	margin: 0 10px 0 0;
	padding: 0 0 0px 0;
	width: 380px;
	float: left;
	text-align: left;
}

	#leftContainer {
		margin: 0px 0px 10px 20px;
		color: #D0D3B6;
		letter-spacing: 1px;
	}
	
		#leftTopHalf {
			width: 360px;
			height: 172px;
			margin: 0 0 15px 0;
			padding: 0;
		}
			.movieThumb {
				width: 48px;
				height: 48px;
			    float: left;
			    position: relative;			
				margin: 0 10px 10px 0;
				border: 1px solid #000;
			}
		#leftBottomHalfTop {
			width: 380px;
			height:10px;		
			padding: 0px;
			margin: 0;
			background-color: #000;
			background: url('/images/lbhTop.gif');
			background-repeat: no-repeat;			
		}			
		#leftBottomHalf {
			width: 380px;
			min-height: 215px;
				height:auto !important;
				height:215px;		
			padding: 0px;
			margin: 0;
			background-color: #000;
		}
			#leftBottomContent {
				width: 360px;
				padding: 0px 10px;
				margin: 0;
				font-size: 12px;
				color: #D0D3B6;
				background-color: #000;
			}			
		#leftBottomHalfBottom {
			width: 380px;
			height:10px;		
			padding: 0px;
			margin: 0;
			background-color: #000;
			background: url('/images/lbhBottom.gif');
			background-repeat: no-repeat;			
		}

		#leftOneOfThree {
			width: 380px;
			padding: 0px 10px 0px 0px;
			margin: 0 0 5px 0;
			font-size: 11px;
			color: #D0D3B6;
		}
		#leftTwoOfThree {
			width: 316px;
			height: 55px;
			padding: 10px;
			font-size: 12px;
		}	
		#leftThreeOfThree {
			width: 380px;
			min-height: 202px;
				height:auto !important;
				height:202px;
			padding: 0px;
			margin: 0;
			font-size: 12px;
			color: #D0D3B6;
			background-color: #000;		
		}

#rightContent { 
	float: right;
	color: #014457;
	margin: 0 0px 0 0;
	padding: 0px;
	width: 500px;
	text-align: right;
}
	#embedVideo {
		float: right;
		width: 480px;
		height: 380px;
		margin: 0 20px 0 0;
		padding: 0;
	}



#footer { 
	width: 920px;
	clear: both;
	color: #D0D3B6;
	background: #2F2F27;
	margin: 0px auto 0px 10px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 10px;
}
			

/*	--------------------------------------------	*/
/*	page specific                                   */	
/*	--------------------------------------------	*/

#subMenu {
	float: left;
	width: 100%;
	background: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;
	border-bottom: 1px solid #000;
}
	#subMenu ul {
		margin: 0;
		padding: 0px 0px 0 0px;
		list-style: none;
	}
		#subMenu li {
			display: inline;
			margin: 0 0 0 0;
			padding: 0;
		}
	#subMenu a {
		float:left;
		background: url("/images/tabLeft.gif") no-repeat left top;
		margin: 0;
		padding: 0 0 0 4px;
		text-decoration: none;
	}
	#subMenu a span {
		float: left;
		display: block;
		background: url("/images/tabRight.gif") no-repeat right top;
		padding: 5px 15px 4px 6px;
		color: #000;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#subMenu a span {float:none;}
	/* End IE5-Mac hack */
	
	#subMenu a:hover {
		background-position:0% -42px;
	}
	#subMenu a:hover span {
		color:#FFFFFF;
		background-position:100% -42px;
	}
	
	#subMenu .selected {
		background-position:0% -42px;
	}
	#subMenu .selected span {
		color:#FFFFFF;
		background-position:100% -42px;
	}


/*	--------------------------------------------	*/
/*	lists											*/
/*	--------------------------------------------	*/

ul {
	list-style: disc outside;
	margin: 7px 0 8px 0;
	padding-left: 14px;
	/*	text-indent: -1em;	*/
	font-family: Arial, Helvetica, sans-serif;
}
	li {
		margin-left: 0;
		line-height: 1.1em;
	}

	li.clients {
		margin: 0 0 5px 0;
		line-height: 1.1em;
	}

/*	--------------------------------------------	*/
/*	general	                                        */
/*	--------------------------------------------	*/

p {
	margin: 0px 0 10px 0;
}

.answer {
	font-family: Arial, Helvetica, sans-serif;
}

.textBold {
	font-weight: bold;
}
.textItal {
	font-style: italic;
}
.textBoldBlack {
	font-weight: bold;
	color: #000000;
}
.textBlack {
	color: #000000;
}
.textSubdued {
	color: #999999;
}
.textBigger {
	font-size: 1.2em;
}
.textSmaller {
	font-size: 0.9em;
}
.textSmallerYet {
	font-size: 0.85em;
}
.textError {
	color: #ff0000;
	margin: 0 0 7px 0;
}
.textRequired {
	color: #ff0000;
}
.textConfirm {
	color: #ff0000;
}

.center {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}


.bOrange {
	color: #FF6600;
}
.bGreen {
	color: #008000;
}
.bRed {
	color: #993348;
}

.bTan {
	color: #A6976E;
}
.bGrey {
	color: #D0D3B6;
}
.bWhite {
	color: #F9FFF9;
}

/* end style note */

.clear {
	margin: 0;
	clear: both;
	background: none;
}

hr {
	color: #999999;
	margin: -2px 0 6px 0;
}

	
/* Link definitions */

a {
	color: #F9FFF9; text-decoration: underline;
}
a:link {
	color: #D0D3B6;
}
a:hover {
	color: #F9FFF9;
	text-decoration: none;
}
a:visited {
	color: #F9FFF9;
}

img {
	border: 0;
}



