﻿BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
	overflow-y: auto;
	overflow: auto;
}
TD {
	font-size: 11px;
	vertical-align: top;
}
TR {
	vertical-align: top;
}
#background {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
* html #background {
	position: absolute;
}




#container {
	margin: 1em auto;
	width: 957px; /* 150 + 507 + 300 = 1057 */
	height: 100%;
	text-align: left;
	position: relative;
}


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	primary navigation and site actions

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#primary-navigation {
	margin: 0px 0px 0px 0px;
	height: 75px;
}
.ms-bannerframe {
	height: 75px;
}
.ms-topNavContainer {
	border-left: none;
}
.tab {
	border: none;
	border-left: none;
	border-bottom: none;
	background: transparent url('Images/tab.png') no-repeat top center;
	height: 75px;
	width: 140px;
	border-left: 12px solid transparent;
	text-align: center;
}
.tab-selected {
	border: none;
	border-left: none;
	border-bottom: none;
	background: transparent url('Images/tab-selected.png') no-repeat top center;
	height: 75px;
	width: 140px;
	border-left: 12px solid transparent;
	text-align: center;
}
.tab-hover {
	border: none;
	border-left: none;
	border-bottom: none;
	background: transparent url('Images/tab-hover.png') no-repeat top center;
	height: 75px;
	width: 140px;
	border-left: 12px solid transparent;
	text-align: center;
}
 A.tab:link,
 A.tab:visited,
 A.tab:active,
 A.tab:hover {
	padding-top: 30px;
	height: auto;
	color: #000; 
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	font-family: "Comic Sans MS";
	font-size: 22px;
	font-size: 22px;
	font-weight: 700;
}
.tab-selected A:link,
.tab-selected A:visited,
.tab-selected A:active,
.tab-selected A:hover {
	padding-top: 30px;
	height: auto;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	font-family: "Comic Sans MS";
	font-size: 22px;
	font-weight: 700;
}
.tab-hover A:link,
.tab-hover A:visited,
.tab-hover A:active,
.tab-hover A:hover {
	padding-top: 30px;
	height: auto;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	font-family: "Comic Sans MS";
	font-size: 22px;
	font-size: 22px;
	font-weight: 700;
}


.tab-fly-outs {
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 2px solid #ccc;
	background-image: url('FlyBG.png');
	padding: 3px;
}
.tab-fly-outs, .tab-fly-outs-hover, .tab-fly-outs-selected {
	font-family: "Comic Sans MS";
	font-size: 12px;
}
TABLE.tab IMG {
	margin-top: 33px;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	secondary left navigation

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#secondary-navigation, #logo {
	width: 150px;
}


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	main content area

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#content-area {
	margin: 0;
	width: 507px;
	height: auto;
	padding: 0;
}
.paper-container {
	width: 507px;
}
.paper-top {
	background: transparent url('Images/paper-top.png') no-repeat bottom left;
	width: 507px;
	height: 86px;
	float: left;
}
.date-container {
	float: right;
	margin: 55px 30px 0 0;
	font: normal 16px "Comic Sans MS";
	color: #454545;
}
.paper-content {
	background: transparent url('Images/paper-tile.png') repeat-y top left;
	width: 507px;
	height: auto;
	float: left;
}
.paper-content P {
	margin: 5px 35px 23px 30px;
	font: 14px/23px "Comic Sans MS", verdana;
}
.paper-content a:link, a:active {
	color: #333;
	text-decoration: underline;
}
.paper-content a:visited {
	color: #333;
	text-decoration: line-through;
}
.paper-content a:hover {
	color: #333;
	text-decoration: none;
}






.paper-content h1 {
	margin: 4px 35px 24px 30px;
	font: bold 16px "Comic Sans MS", verdana;
	color: gray
}
.paper-content h2 {
	margin: 4px 35px 24px 30px;
	font: bold 16px "Comic Sans MS", verdana;
	color: gray
}





/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	the welcome is in the paper bottom
	
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

.paper-bottom {
	background: transparent url('Images/paper-bottom.png') no-repeat top left;
	width: 507px;
	height: 51px;
	float: left;
}
.site-actions {
	float: left;
	margin: 12px 0 0 30px;
}
.welcome {
	float: right;
	text-align: right;
	margin: 12px 30px 0 0;
	font: normal 16px "Comic Sans MS";
}
.welcome IMG {
	display: none;
}
.welcome A:link, .welcome A:active, .welcome A:visited  {
	color: #eee;
}
.welcome A:hover {
	color: #eee;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	right column

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#side {
	width: 300px;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	search
	
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

.search-bg {
	background: transparent url('Images/search-bg.png') no-repeat top center;
/*	width: 300px; */
	height: 100px;
	padding: 56px 0 0 75px;
}
.search-container {
	margin: 0;
}
.ms-searchbox {
	height: 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: transparent;
	color: #666;
}
SELECT.ms-searchbox {
	display: none;
}
.ms-searchimage {
	padding: 0px 10px;
	border-top: 1px solid #444;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #444;
}




.portfolio-bg {
	background: url('Images/poloroid-bg.png') no-repeat left top;
/*	width: 300px; */
	height: 350px;
	padding: 38px 0 0 31px; 
}

.biz-card-bg {
	background: transparent url('Images/biz-card-bg.png') no-repeat top center;
	width: 300px;
	height: 200px;
}




/* $$$$$$$$$$$$$$ start layout $$$$$$$$$$$$$$ */

BODY { height: 100%; }
HTML { height: 100%; }
BODY { margin: 0px; }
FORM { margin: 0px; }













/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	headers

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

h1 {
	font: bold 1.5em "Arial Black", Arial, Helvetica, sans-serif;
	color: #003970; /* Default */
}
h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #39c; /* Default */
}
.text-small {
	font-size: 1em;
}
.note-copy {
	font-size: 1em;
	color: #999;
}
.text-large {
	font-size: 1.3em;
}
P {
	font: normal 1.1em/1.4em "Comic Sans MS";
	color: #454545;
	margin: 6px 0 12px 0;
}
DIV {
	vertical-align: top;
	text-align: left;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	global

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.container {
	clear: both;
	display: table;
	width: 100%;
}
.hide {
	display: none;
}
















pre {
	font-size: 12px;
	padding: 0;
	margin: 0 30px 0 40px;
	background: #f0f0f0 url('Images/pre_bg.gif');
	border: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0 0 0 20px;  /*--Left Margin--*/
	padding: 0;
	display: block;
}




/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	print style

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

@media print {
	BODY {font: 12pt Arial; background: white;}
	A { color: #000 !important;}
	h1, h2, h3 {color: #000;}
	h1 {font: bold 16pt Arial;}
	h2 {font: bold 14pt Arial;}
	#primary-navigation, .paper-top, .paper-paper-bottom, #side {display: none;}
pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
}



























