@charset "UTF-8";
/* Font for whole page */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #7d7d7d;
}

.backbox {
	z-index: 0;
	position: absolute;
	top: 10px;
	left: 40px;
	width: 805px;
	height: 540px;
	border-color: #7cabbe;
	border-style: solid;
	border-width: thin;
}

.introbackbox {
	z-index: 0;
	position: absolute;
	top: 140px;
	left: 90px;
	width: 820px;
	height: 120px;
	border-color: #7cabbe;
	border-style: solid;
	border-width: thin;
}

/* Top panel position */
.header {
position:absolute;
top: 50px;
left: 50px;
width: 555px;
}

/* Menu Panel */
.menu {
	position: absolute;
	top: 155px;
	left: 50px;
	width: 140px;
	height: 145px;
	text-align: right;
	font-size: 9px;
	padding-right: 10px;
	line-height: 20px;
	background-color: #7cabbe;
	border-bottom-color: #4d4d4d;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	color: #4d4d4d;
}

/* Body copy panel */
.CopyPanel {
	position: absolute;
	top: 185px;
	left: 205px;
	width: 609px;
	height: 325px;
	font-size: 10px;
	border-left-color: #bdd5de;
	border-left-style: solid;
	border-left-width: thin;
	border-top-color: #bdd5de;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #bdd5de;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-right-color: #bdd5de;
	border-right-style: solid;
	border-right-width: thin;
	padding-left: 10px;
	padding-right: 10px;
}

.portfolio {
	position: absolute;
	top: 185px;
	left: 205px;
	width: 629px;
	height: 325px;
	font-size: 9px;
	border-left-color: #bdd5de;
	border-left-style: solid;
	border-left-width: thin;
	border-top-color: #bdd5de;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #bdd5de;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #bdd5de;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.indent {
	padding-left: 15px;
	margin-top: 0px;
	line-height: 0px;
}

.indent2 {
	padding-left: 40px;
	margin-top: 0px;
}

.box1 {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 295px;
	height: 25px;
	background-color: #d7e6eb;
}

.box2 {
	position: absolute;
	top: 20px;
	left: 350px;
	width: 425px;
	height: 25px;
	background-color: #cfd6bf;
}

.box3 {
	position: absolute;
	top: 50px;
	left: 610px;
	width: 165px;
	height: 130px;
	background-color: #d7e6eb;
	color: #7cabbe;
	font-size: 16px;
	color: #ffffff;
	text-align: right;
}

.box4 {
	position: absolute;
	top: 20px;
	left: 780px;
	width: 56px;
	height: 130px;
	background-color: #c4bdb8;
}

.box5 {
	position: absolute;
	top: 155px;
	left: 205px;
	width: 400px;
	height: 25px;
	background-color: #d7d7d7;
}

.box6 {
	position: absolute;
	top: 155px;
	left: 780px;
	width: 56px;
	height: 25px;
	background-color: #cfd6bf;
}

.box7 {
	position: absolute;
	top: 485px;
	left: 50px;
	width: 150px;
	height: 35px;
	background-color: #c4bdb8;
}

.box8 {
	position: absolute;
	top: 525px;
	left: 50px;
	width: 650px;
	height: 15px;
	background-color: #a7ad98;
}

.box9 {
	position: absolute;
	top: 525px;
	left: 705px;
	width: 131px;
	height: 15px;
	background-color: #d7d7d7;
}

.gmclogo {
	position: absolute;
	top: 310px;
	left: 50px;
	width: 140px;
	height: 65px;
	padding-right: 10px;
}

.gmccopy {
	position: absolute;
	top: 380px;
	left: 50px;
	width: 130px;
	height: 100px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #cfd6bf;
	color: #505c31;
	text-align: right;
	font-size: 9px;
}


.FlashPanel {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 800px;
	height: 100px;
}

.IntroCopy {
	position: absolute;
	top: 260px;
	left: 90px;
	width: auto;
	height: auto;
}

/* Copyright */
.copyright {
font-size: 8px;
color: #B3B3B3;
font-style: italic;
}

.copyright2 {
	position: absolute;
	top: 550px;
	left: 40px;
	width: 810px;
	height: 50px;
	text-align: right;
	font-size: 8px;
	color: #B3B3B3;
	font-style: italic;
}
/* Menu Links */
a.menuLink:link {
	color: #ffffff;
	text-decoration: none;
}
a.menuLink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menuLink:hover {
	color: #4d4d4d;
	text-decoration: none;
}

a:link {
	color: #7cabbe;
	text-decoration: none;
}
a:visited {
	color: #7cabbe;
	text-decoration: none;
}

a:hover {
	color: #9fae7f;
	text-decoration: none;
}

.darkgreen {
	color: #525d31;
}

.brown {
	color: #3A2416;
}

.blue {
	color: #7cabbe;
}

.blue2 {
	color: #7cabbe;
	font-size: 16px;
}

.typesize1 {
	font-size: 14px;
	color: #9ab7c4;
}

div#Page {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 45%;
	top: 25px;
}

div#Page2 {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 39%;
	top: 0px;
}

.mainExpand {
  cursor:hand;
  cursor:pointer;
  font-size: 10px;
}

.scroll-track-top {
    height:4px; width:10px; background-image: url('images/track-top.png');
}

.scroll-track-bot {
    height:4px; width:10px; background-image: url('images/track-bot.png');
}

.scroll-track {
    height:325px; width:10px; background-color: #e1e1e1;
}

.scroll-handle {
    height:30px; width:10px; background-image: url('images/handle2.png'); cursor:pointer;
}

.scroll-handle-top {
    height:10px; width:10px; background-image: url('images/handle-top.png');  cursor:pointer;
}

.scroll-handle-bot {
    height:10px; width:10px; background-image: url('images/handle-bot.png');  cursor:pointer;
}

