@charset "UTF-8";

body {
	background-image: url(images/BG.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
}

a {
	color: #8CA7D4;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #4D6385;
}
a:hover {
	color: #B19A62;
	text-decoration:none;
	background-color: #930;
}

/*in body2 Note: For this to work in Mozilla, the background-attachment property must be set to "fixed".
body2 {
	background-image: url(images/BG_BigM.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 20%; 
}
*/

/*in body3 The image will not scroll with the rest of the page
body3 {
	background-image: 
	url(images/BG_BigM.png);
	background-repeat: 
	no-repeat;
	background-attachment: 
	fixed
}
*/

/*in body4 The image will not scroll with the rest of the page ... with a color background 
body4 { 
	background: #00ff00 url('smiley.gif') no-repeat fixed center; 
}
*/

/* I don't think any of these "bodyBG images" are working... go the the #wrapper*/
bodyBGimage {
	background-image: url(images/BG_BigM.png);
	float: right;
	height: 770px;
	width: 809px;
	clear: both;
}

bodyBGLPTTimage {
	background-image: url(images/BG_BigLPTT.png);
	float: right;
	height: 770px;
	width: 809px;
	clear: both;
}
bodyBGMKHimage {
	background-image: url(images/BG_BigMKH.png);
	float: right;
	height: 770px;
	width: 809px;
	clear: both;
}
bodyBGSTLPimage {
	background-image: url(images/BG_BigSTLP.png);
	float: right;
	height: 770px;
	width: 809px;
	clear: both;
}



#wrapper {
	width: 914px;
	background-image: url(images/BG_BigM.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 10%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 770px;
}
#wrapperAuto {
	width: 914px;
	background-image: url(images/BG_BigM.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 10%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#wrapperLPTT {
	width: 914px;
	background-image: url(images/BG_BigLPTT.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 10%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 770px;
}
#wrapperMKH {
	width: 914px;
	background-image: url(images/BG_BigMKH.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 10%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 770px;
}
#wrapperSTLP {
	width: 914px;
	background-image: url(images/BG_BigSTLP.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 10%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 770px;
}


#header {
	background-repeat: no-repeat;
	float: left;
	height: 174px;
	width: 914px;
	background-image: url(images/header.png);
	color: #FFFFFF;
}
#menu {
	float: right;
	height: 38px;
	width: 914px;
	color: #FFFFFF;
}
#Slogan {
	background-image: url(images/Main_btns/btn_Slogan.png);
	float: left;
	height: 38px;
	width: 351px;
}
/* all CSS code dealing with the TOP NAVIGATION BUTTONS*/

/*After the Slogan - FIRST NAV ITEM */

#btn_Home{
	background-image: none;
	float: left;
	height: 38px;
	width: 82px;
}
/*Sunday night - Oct 26 2008 -- so let's try these  - WOOOOOOOOOO HOOOOOOOOOOO This actually worked!*/
a.btnHome {
	display: block;
	width: 82px;
	height: 38px;
	text-decoration: none;
	background:url(images/Main_btns/btnHome.jpg);
}
a.btnHome:hover {
	background-position: -82px 0;
}


#btn_Team{
	background-image: none;
	float: left;
	height: 38px;
	width: 107px;
}
a.btnTeam {
	display: block;
	width: 107px;
	height: 38px;
	text-decoration: none;
	background:url(images/Main_btns/btnTeam.jpg);
}
a.btnTeam:hover {
	background-position: -107px 0;
}


#btn_Demo{
	background-image: none;
	float: left;
	height: 38px;
	width: 80px;
}
a.btnDemo {
	display: block;
	width: 80px;
	height: 38px;
	text-decoration: none;
	background:url(images/Main_btns/btnDemo.jpg);
}
a.btnDemo:hover {
	background-position: -80px 0;
}


#btn_Awards{
	background-image: none;
	float: left;
	height: 38px;
	width: 87px;
}
a.btnAwards {
	display: block;
	width: 87px;
	height: 38px;
	text-decoration: none;
	background:url(images/Main_btns/btnAwards.jpg);
}
a.btnAwards:hover {
	background-position: -87px 0;
}


#btn_Store{
	background-image: none;
	float: left;
	height: 38px;
	width: 107px;
}
a.btnStore {
	display: block;
	width: 107px;
	height: 38px;
	text-decoration: none;
	background:url(images/Main_btns/btnStore.jpg);
}
a.btnStore:hover {
	background-position: -107px 0;
}


#btn_Contact{
	background-image: none;
	float: left;
	height: 38px;
	width: 100px;
}
a.btnContact {
	display: block;
	width: 100px;
	height: 38px;
	text-decoration: none;
	background:url(images/Main_btns/btnContact.png);
}
a.btnContact:hover {
	background-position: -100px 0;
}



/* all CSS code dealing with the MAIN DIV -- INCLUDES LEFT AND RIGHT COLUMNS*/

#main {
	float: left;
	height: auto;
	width: 887px;
	color: #CCCCCC;
	padding-left: 27px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-weight: normal;
}


/* all CSS code dealing with the SIDE BAR*/

#leftCol {
	float: left;
	height: 398px;
	width: 260px;
}
#leftCol_Left {
	background-image: url(images/leftCol_RnddCrnr/SideBar_Left.png);
	background-repeat: no-repeat;
	float: left;
	height: 398px;
	width: 15px;
}
#leftCol_Fill {
	background-image: url(images/leftCol_RnddCrnr/SideBar_RepeatX.png);
	background-repeat: repeat-x;
	float: left;
	height: 398px;
	width: 230px;
}
#leftCol_Right {
	background-image: url(images/leftCol_RnddCrnr/SideBar_Right.png);
	background-repeat: no-repeat;
	float: left;
	height: 398px;
	width: 15px;
}


/* all CSS code dealing with the FOUR BUTTONS
Trying to recode this… keeping this original around
#navBarA {
	font-family: "Arial Black", "Arial Bold", "Gill Sans", "Georgia Bold";
	font-size: large;
	font-style: normal;
	color: #000000;
	background-image: url(images/SideBar_btns/navBarA.png);
	background-repeat: no-repeat;
	float: left;
	width: 225px;
	height: 83px;
	margin-top: 13px;
	padding-left: 5px;
}
*/

#navBarA{
	background-image: none;
	float: left;
	height: 83px;
	width: 230px;
	margin-top: 13px;
}
a.navBarA {
	display: block;
	height: 83px;
	width: 230px;
	background:url(images/SideBar_btns/navBarA.jpg);
	float: left;
}
a.navBarA:hover {
	background:url(images/SideBar_btns/navBarA-hover.jpg);
}


/*
html: 
<a href="#" class="swapped">Text Link</a>
css: 
a.swapped:link, a.swapped:visited { 
display:block;   /*allows width and height settings to apply*/ 
width: 30px;   /*match to width of the image*/ 
line-height: 30px; /*match to height of the image*/ 
text-indent:-100.0em; /*moves the text off screen*/ 
text-decoration:none; /*removes the underline*/ 
background:url(path/to/mouseout_image.gif) no-repeat; /*sets the unmoused image*/ 
}

a.swapped:link:hover, a.swapped:visited:hover { 
background:url(path/to/mouseover_image.gif) no-repeat; /*changes to the moused image on hover*/ 
}


#navBarB {
	background-image: none;
	float: left;
	height: 83px;
	width: 230px;
	margin-top: 13px;
}
a.navBarB {
	display:block;
	height: 83px;
	width: 230px;
	background:url(images/SideBar_btns/navBarB.jpg);
	float: left;
}
a.navBarB:hover, a.navBarB:visited:hover {
	background:url(images/SideBar_btns/navBarB-hover.jpg);
}	



#navBarC {
	background-image: none;
	float: left;
	height: 83px;
	width: 230px;
	margin-top: 13px;
}
a.navBarC {
	display:block;
	height: 83px;
	width: 230px;
	background:url(images/SideBar_btns/navBarC.jpg);
	float: left;
}
a.navBarC:hover, a.navBarC:visited:hover {
	background:url(images/SideBar_btns/navBarC-hover.jpg);
}



#navBarD {
	font-family: "Arial Black", "Arial Bold", "Gill Sans", "Georgia Bold";
	font-size: large;
	font-style: normal;
	color: #000000;
	background-image: url(images/SideBar_btns/navBarD.png);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 230px;
	margin-top: 13px;
	padding-left: 0px;
}
a.navBarD {
	display:block;
	height: 83px;
	width: 230px;
	background:url(images/SideBar_btns/navBarD.jpg);
	float: left;
}
a.navBarD:hover, a.navBarD:visited:hover {
	background:url(images/SideBar_btns/navBarD-hover.jpg);
}





/* all CSS code dealing with the RIGHT MAIN CONTENT COLUMN*/
#rightCol {
	float: left;
	height: 398px;
	width: 615px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}
#rightCol_Left {
	background-image: url(images/rightCol_RnddCrnr/MainContent_Left.png);
	float: left;
	height: 398px;
	width: 15px;
}
#rightCol_Fill {
margin: 0;
padding: 0;
	background-image: url(images/rightCol_RnddCrnr/MainContent_Repeat.png);
	background-repeat: repeat;
	float: left;
	height: 384px;
	width: 561px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#rightCol_Right {
	background-image: url(images/rightCol_RnddCrnr/MainContent_Right.png);
	float: right;
	height: 398px;
	width: 15px;
}

/* all CSS code dealing with the RIGHT MAIN MEDIUM (650px tall) CONTENT COLUMN*/
#rightColMed {
	float: left;
	height: 650px;
	width: 615px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}
#rightCol_LeftMed {
	background-image: url(images/rightCol_RnddCrnr/MainContent_LeftMed.png);
	float: left;
	height: 650px;
	width: 15px;
}
#rightCol_FillMed {
margin: 0;
padding: 0;
	background-image: url(images/rightCol_RnddCrnr/MainContent_Repeat.png);
	background-repeat: repeat;
	float: left;
	height: 630px;
	width: 545px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#rightCol_RightMed {
	background-image: url(images/rightCol_RnddCrnr/MainContent_RightMed.png);
	float: right;
	height: 650px;
	width: 15px;
}

/* all CSS code dealing with the RIGHT MAIN MEDIUM (1200px tall) CONTENT COLUMN*/
#rightColLong {
	float: left;
	height: 1200px;
	width: 615px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}
#rightCol_LeftLong {
	background-image: url(images/rightCol_RnddCrnr/MainContent_LeftLong.png);
	float: left;
	height: 1200px;
	width: 15px;
}
#rightCol_FillLong {
	margin: 0;
	padding: 0;
	float: left;
	height: 1178px;
	width: 561px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(images/rightCol_RnddCrnr/MainContent_Repeat.png);
}



/* all CSS code dealing with the FOOTER*/
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	float: left;
	height: 45px;
	width: 887px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
}
#footer_Left {
	background-image: url(images/Footer_RnddCrnr/Footer_Left.png);
	background-repeat: no-repeat;
	float: left;
	width: 15px;
	height: 45px;
}
#footer_Fill {
	background-image: url(images/Footer_RnddCrnr/Footer_RepeatX.png);
	background-repeat: repeat-x;
	float: left;
	width: 856px;
	height: 35px;
	padding-top: 10px;
}
#footer_Right {
	background-image: url(images/Footer_RnddCrnr/Footer_Right.png);
	background-repeat: no-repeat;
	float: left;
	width: 15px;
	height: 45px;
}


p {
	margin: 0;
	font-family: Georgia, serif;
}

p2 {
	margin: 0;
	font-family: Georgia, serif;
	text-indent: 15px;
}

h1 {
	margin: 0;
	font-family: serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	color: #CCCCCC;
	text-align: center;
}

h2 {
	margin: 0;
	font-size: medium;
	font-family: Georgia, serif;
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	text-indent: 5em;
	text-transform: capitalize;
}

h3 {
	margin: 0;
	font-size: small;
	font-family: Georgia, serif;
	color: #CCCCCC;
	text-align: center;
}

h4 {
	margin: 0;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
	text-indent: 1.8em;
	font-style: normal;
}

h5 {
	margin: 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-align: center;
	font-style: normal;
}
/*
h3 {
font-size: small;
font-family: Georgia, serif;
color: #CCCCCC;
text-align: center;
margin: 0;
}

h4 {
font-size: small;
font-family: Georgia, serif;
color: #CCCCCC;
text-align: left;
text-indent: 1.8em;
margin: 0;
}
*/

#scrollbar_container {  
    position:relative;  
    width:500px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {
	width:10px;
	background-color:#FF9900;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.6;
	-moz-opacity:0.6;
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:485px;  
    height:250px;  
}  #h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
