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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 12px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

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

* {
	outline: none;
}

a img {
	border: 0;
}

#mainContainer {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

#navContainer {
	float: left;
	font-size: 90%;
	padding: 0 15px;
	position: relative;
}

#navContainer ul {
	margin: 0;
    list-style: none;
	padding: 0;
}

#navContainer li {
	cursor: pointer;
    float: left;
    background: #ffc261 url(../images/tab_left.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 8px;
	margin-left: 6px;
}

#navContainer li.first {
	margin-left: 0;
}

#navContainer p {
	background: #ffc261 url(../images/tab_right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #483300;
}

#navContainer p:hover {
	color: #F5F1D0;
}

#navContainer li.selected {
    background-color: #907d11;
	background-image: url(../images/tab_selected_left.gif);
}

#navContainer li.selected p {
    background-color: #907d11;
	background-image: url(../images/tab_selected_right.gif);
    padding-bottom: 5px;
	color: #FFFFFF;
}

#displayContainer {
	clear: both;
	background-image: url(../images/green_texture_brackground.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 695px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 24px;
}

#circle {
	width: 237px;
	float: right;
	position: absolute;
	top: 0px;
	right: -9px;
	height: 80px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 257px;
	height: 239px;
	position: absolute;
	top: -124px;
	left: -35px;
	margin: 0 auto;
	cursor: pointer;
}

#logoCont {
	background-image: url(../images/logo_cont.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 69px;
	height: 64px;
	position: absolute;
	top: -89px;
	left: 223px;
	margin: 0 auto;
	cursor: pointer;
}

#textContainer {
	background-image: url(../images/main_text_background.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	width: 599px;
	height: 274px;
	position: absolute;
	left: 1px;
	top: 124px;
}

#textContainer img {
	margin-right: 10px;
}

#sendLink {
	background-image: url(../images/send_link.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 135px;
	height: 37px;
	position: absolute;
	left: 71px;
	top: 396px;
	z-index: 100;
	font-size: 90%;
	padding-top: 0px;
}

#photoContainer {
	width: 599px;
	height: 225px;
	position: relative;
	left: 1px;
	top: 413px;
}

#photoContainer img {
	z-index: 0;
}

#photoContainerImage {
  position: absolute;
}

#sideContainer {
	background-image: url(../images/right_panel_background.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 238px;
	height: 571px;
	position: absolute;
	left: 615px;
	top: 124px;
}

#headShot {
	background-image: url(../images/portrait.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 181px;
	height: 237px;
	position: absolute;
	left: 28px;
	top: 21px;
}

#quoteContainer {
	width: 200px;
	height: 257px;
	position: absolute;
	left: 19px;
	top: 305px;
}

#quoteTextHolder {
	overflow: hidden;
	width: 200px;
	z-index: 100;
	position: relative;
}

#quoteMarks {
	width: 80px;
	height: 69px;
	position: absolute;
	left: -25px;
	top: -43px;
}

#quoteMarksEnd {
	width: 80px;
	height: 69px;
	position: absolute;
	left: 144px;
	top: 157px;
}

#moveLeftIMG:hover {
	background-image: url(../images/button_left_hover.gif);
}

#moveRightIMG:hover {
	background-image: url(../images/button_right_hover.gif);
}

#moveLeftIMG {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(../images/button_left.gif);
}

#moveRightIMG {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(../images/button_right.gif);
}

#licensedText {
	width: 588px;
	height: 21px;
	position: absolute;
	left: 8px;
	top: 656px;
}

#i3mm {
	width: 190px;
	height: 25px;
	position: absolute;
	left: 652px;
	top: 724px;
}

#akutech {
	width: 200px;
	height: 14px;
	position: absolute;
	left: 276px;
	top: 730px;
}

#copyright {
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 162px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 729px;
}

.invisibleIMG {
	display: none;
	visibility: collapse;
}

.visibleIMG {
	display: inherit;
	visibility: inherit;
}

.invisibleText {
	display: none;
	visibility: collapse;
}

.visibleText {
	display: inherit;
	visibility: inherit;
}

body.hiddenBody {
	visibility: hidden;
}

body.visibleBody {
	visibility: visible;
}

p.hiddenQuote {
	display: none;
	visibility: collapse;
	z-index: 1000;
	position: relative;
	float: left;
	width: 200px;
}

p.shownQuote {
	display: inherit;
	visibility: inherit;
	z-index: 1000;
	position: relative;
	float: left;
	width: 200px;
}

/* this is a hidden iframe used for the YUI browser history manager (backbutton support) */
#yui-history-iframe { 
  height: 1px;
  position: absolute;
  top: 0;
  left: 0; 
  width: 1px;
  visibility: hidden; 
}
