@charset "utf-8";
body  {
	background-color:#fff;
	color: #000000;
	font-family: Helvetica, Geneva, Verdana, Arial,  sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18 */
	margin: 0; 
	padding: 0;
	text-align: center; 
	}

p, h1, h2, h3, h4, h5, ul, ol {
	margin: 0;
	padding: 0;
	}

#container {
	background: #fff;
	border: 1px solid black;
	height:auto;
	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. */
	width: 1000px;  
	}

#header {
	height:330px;
	width: 1000px;
	}

a:link { color:#617278; }
a:visited {color:#617278; }
a:hover { color:#918301; }

#clear { clear: both;}

/* --- h tags -----*/		
h1 {
	color: #918301;
	font-size:22px;
	line-height: 28px;
    padding: 5px 20px 15px 10px;	
	}
	
h2 {
	color: #000;
	font-size:16px;
	line-height: 16px;
    padding: 5px 20px 3px 10px;	
	}
	
h3 {
	color: #918301;
	font-size:20px;
	line-height: 26px;
    padding: 5px 20px 15px 10px;	
	}	

/* ---- LI UL OL ordered lists and unordered lists -- */
#list {
	padding: 0px 20px 20px 30px;
	}

#list li {
	list-style-position: outside;
 	padding-top: 5px;
	}


	/* --- Navigation -----*/	
#nav{
	width:110px;
	position: absolute;
	padding-bottom: 25px;
	}

#nav ul{
	width:auto;
	height: auto;
	left:0px;
	top:0px;
	padding:0px 0px 0px 0px;
	_padding-left:14px;
	list-style-type:none;
	}
	
#nav ul li{
	height:50px;
	float:left;
	padding:0  0 0 1px;
	}

#nav ul li a{
	display:block;
	padding:0 5px;
	font:bold 16px/50px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	}
	
#nav ul li a:hover{
	color: #CBCF11;
	background-color:inherit;
	}

#nav ul li a.hover{
	display:block;
	padding:0 5px;
	font:bold 16px/50px Arial, Helvetica, sans-serif;
	text-decoration:none;
	cursor:text;
	}

#nav ul li.last{
	padding: 0 0 0 20px;
	height:40px;
		}
	

.home #nav ul li.home a{color:#918301;}

.about #nav ul li.about a{color:#918301;}

.services #nav ul li.services a{color:#918301;}

.clients #nav ul li.clients a{color:#918301;}

.contact #nav ul li.contact a{color:#918301;}


/* ----- End Navigation ---*/

/*  stop outlines on image links ---*/
:link img { border: none;}

img {border: none;}

a {outline: none;}

/*--------------left/right----------*/
#leftIndex, #rightIndex, { margin-top:0xp;  }

#mainTable {
	font-size:12px;
	margin-top: 10px;
	}
	
#mainTable p{
	font-size:12px;
	padding: 0px 20px 15px 10px;
	}
	
#mainTable img{ padding: 0px 20px 10px 0px;
	}