/********************************************************************************************/
/* HGMH Website CSS file																	*/  
/* Written by: Cornell Flinterman															*/
/* Dated: Aug 2003	  																		*/
/* 		  	  																				*/
/* Description: File controls layout of all pages.  This includes text size, colour,		*/ 
/* position, font etc. CLASS's defined by .  ID's defined by #	    		 				*/
/* COLOR CODES -- ORANGE - #CE6300, BLUE - #738AB5, Greenish Blue - #183F4F					*/
/********************************************************************************************/

body,html 
{
  /* color code for the browser scrollbars */
  scrollbar-face-color: #dee3ef;
  scrollbar-shadow-color: #dee3ef;
  scrollbar-highlight-color: #dee3ef;
  scrollbar-3dlight-color: #6b82b5;
  scrollbar-darkshadow-color: #6b82b5;
  scrollbar-track-color: #6b82b5;
  scrollbar-arrow-color: #6b82b5;

  /* body position on screen */
  margin-left:0; 
  margin-right:0; 
  margin-top:0; 
  margin-bottom:0;
  width:100%;
  height:100%;
  font-family: new times roman;
  font-weight:normal;
  font-size:14px;
  overflow:auto; 	   			  	  /* Decides if scrollbar should be present or not */
  background: #ffffff;    
}
/************ Links *****************/
a:link          { color: #738AB5; background: transparent; text-decoration: none; }
a:visited       { color: #738AB5; background: transparent; text-decoration: none; }
a:hover         { color: #CE6300; background: transparent; text-decoration: none; }
a:active        { color: #738AB5; background: transparent; text-decoration: none; }
a.white:link    { color: #ffffff; background: transparent; text-decoration: none; }
a.white:visited { color: #ffffff; background: transparent; text-decoration: none; }
a.white:active  { color: #ffffff; background: transparent; text-decoration: none; }
a.white:hover   { color: #000000; background: transparent; text-decoration: none; }
/************************************/


/* orange left titles */
h1 { 
  color: #fea512; background: transparent;
  font-size: 18px; font-style: normal; 							/* normal, italic */
  margin-right: 2px;
  margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;			/* top, right, bottom, left*/   
  text-align: left;
}

/* blue centered titles */
h3 { 
  color: #10385a; background: transparent;
  font-size: 14px; font-style: normal; 							/* normal, italic */
  margin-right: 2px;
  margin: 0px 10px 0px 10px; padding: 0px 10px 0px 0px;			/* top, right, bottom, left*/   
  text-align: left;
}

.menu { 
  text-align:left;
  color: #000000; 
  margin: 0px 0px 0px 250px; padding: 0px 0px 0px 0px;			/* top, right, bottom, left*/  
  background: transparent;
}

.copyright {
  text-align:left;
  color: #183F4F; 
  margin: 5px 0px 0px 360px; padding: 0px 0px 0px 0px;			/* top, right, bottom, left*/  
  background: transparent;
}

.bgimage1 { background:url('images/accomplice_bg_01.jpg'); color:white; }
.bgimage2 { background:url('images/accomplice_bg_02.jpg'); color:white; }
.bgimage4 { background:url('images/accomplice_bg_04.jpg'); color:white; }
.bgimage5 { background:url('images/accomplice_bg_05.jpg'); color:white; }
.bgimage7 { background:url('images/accomplice_bg_07.jpg'); color:white; }
.bgimage8 { background:url('images/accomplice_bg_08.jpg'); color:white; }


.sidebg { background:url('http://www.geocities.com/kissaccomplice/images/background/sidebg_noflash.jpg'); color:white; }
.noflash { background:url('http://www.geocities.com/kissaccomplice/images/background/noflash.jpg'); color:white; }
.spacerbg { background:url('http://www.geocities.com/kissaccomplice/images/background/spacerbg_flash.jpg'); color:white; }
.menubg { background:url('http://www.geocities.com/kissaccomplice/images/background/menubg.jpg'); color:white; }
.footerbg { background:url('http://www.geocities.com/kissaccomplice/images/background/footerbg_flash.jpg'); color:white; }
//.hotpepper { background:url('images/hotpepper.jpg'); color:white; }
.designtitle { background:url('http://www.geocities.com/kissaccomplice/images/beausoft_title.jpg'); color:white; }

.txt12 { font-size: 12px; }
.txt14 { font-size: 14px; }
.txt18 { font-size: 18px; }
.txt22 { font-size: 22px; }
.txt26 { font-size: 26px; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.border { border: solid #000000; border-width: 2px 2px 1px 2px; padding: 3x 3px 3px 3px; background: #ffffff;}
.border1 { border: solid #10385a; border-width: 1px 2px 2px 2px; padding: 5px 5px 5px 5px; background: #10385a;}
.tables { border: solid #000000; border-width: 2px 2px 1px 2px; padding: 5px 5px 5px 5px; background: #10385a;}
.tables1 { border: solid #000000; border-width: 1px 2px 2px 2px; padding: 5px 5px 5px 5px; background: #10385a;}


.black { color: #000000; }
.orange { color: #CE6300; }
.light_blue { color: #9BA2D6; }
.blue { color: #738AB5; }
.white { color: #ffffff; }
.tahoma { font-style: normal; }

.italics { font-style: italic; } 
/************************************/


