
/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. *
	Thanks Dave*/

 @import "ie6win.css";

/* ----------------------------------  */

body {
	background:#1b1d1c url(../images/background.jpg) repeat;
	}
	
/* -- general formating -- */

body	{ 
	font-family: helvetica,Verdana,Georgia,times,serif;
	font-size: 12px;
	font-weight: normal; 
	color: #333333;
	line-height: 1.75em
	text-indent: 2em;
	}

p	{ 
	font-family: helvetica,Verdana,Georgia,times,serif;
	font-size: 12px;
	font-weight: normal; 
	color: #333333;
	line-height: 1.75em
	}

.imagepadding {
	padding-left:8px;
	}

/* --  active area of site -- */

#container {
	position:absolute;
	top:0px;
	height:211px;
	width:290px;
	}
	
#insideContainer {
	position:absolute;
	top:0px;
	height:211px;
	width:290px;
	background: url(../images/internalBackground.gif) repeat;
	}

#container2 {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	}

#supportHead {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:113px;
	background: url(images/supportHeadBackground.gif) repeat;
	}

#data {
	position:absolute;
	left:120px;
	top:150px;
	width:800px;
	}

.tableHead {
	background: url(images/supportHeadBackground.gif) repeat;

	}
	
.line {
	width:100%;
	border-bottom:solid #e1e1e1 1px;
	}
	
 /* styles for IE 5 Mac */
 #horizon {
        background-color: transparent;
        position: absolute;
        top: 20px;
        left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -150px;
   text-align: center;
   min-width: 900px; 
 }
 /* end IE 5 hack */ 
          
#wrapper {
        position: relative;
        top:0px;
        text-align: left;
        width: 168px;
        height: 212px;
        margin: 0px auto;
        }
        
#wrapperInside {
        position: relative;
        top:0px;
        text-align: left;
        width: 800px;
        height: 600px;
        margin: 0px auto;
        }
        
 #horizonInside {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: 25px;
   text-align: center;
   min-width: 900px; 
 }

/* -------------------------------------- */

/* nav */

#nav {
	position:absolute;
	right:8px;
	width:200px;
	background: #cccccc;
	top:10px;
	height:350px;
	}
	
	
/* crumbtrail */

#crumbtrail {
	position:absolute;
	left:484px;
	top:10px;
	width:50px;
	background: # ;
	height:350px;
	}
	
#content {
	position: absolute;
	left: 8px;
	top: 0px;
	height: 350;
	width: 468px;
	overflow: hidden;
	}
	
	
.plus{
	color:#666666;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
	}
	
.font {	
	font-family: georgia,helvetica,Verdana,Georgia,times,serif;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	margin-left: 2%;
	letter-spacing: 1.0em;
	}
	
A:LINK {color: #35403C; font-weight: bold; font-size: 12px; text-decoration: none; font-family: Verdana, Arial, Helvetica;}
A:HOVER {color: #390; font-weight: bold; font-size: 12px; text-decoration: underline; font-family: Verdana, Arial, Helvetica;}
A:ACTIVE {color: #35403C; font-weight: bold; font-size: 12px; text-decoration: none; font-family: Verdana, Arial, Helvetica;}
A:VISITED {color: #390; font-weight: bold; font-size: 12px; text-decoration: none; font-family: Verdana, Arial, Helvetica;}

#data A:LINK {color: #3ffcc00; font-weight: bold; font-size: 12px; text-decoration: none; font-family: Verdana, Arial, Helvetica;}
#data A:HOVER {color: #666666; font-weight: bold; font-size: 12px; text-decoration: underline; font-family: Verdana, Arial, Helvetica;}
#data A:ACTIVE {color: #ffcc00; font-weight: bold; font-size: 12px; text-decoration: none; font-family: Verdana, Arial, Helvetica;}
#data A:VISITED {color: #666666; font-weight: bold; font-size: 12px; text-decoration: none; font-family: Verdana, Arial, Helvetica;}
	
/* -------------------------------------- */