


/* basic elements */


	

body {
	font: 11px verdana;
	background-color: #99CC33;
	text-align: center;
	margin: 0;
	background-image: url(images/bg.jpg);
	}


td.copy {
	font: 11px verdana;
	padding: 6px 0px 6px 4px;



}

td{
	font: 10px verdana; 

}

h1{
	font: 12px verdana; 
	font-weight:bold;
	color: #69512b;
	padding-left:14px; 
	

}

h2{
	font: 12px verdana; 
	font-weight:bold;
	color: #fff; 
	padding:12px 0px 0px 46px;

}

h3{
	font: 12px verdana;
	font-weight:bold;
	color: #69512b;
	padding-left:5px;
	

}

h3.site{
	font: 12px verdana;
	font-weight:bold;
	color: #69512b;
	padding-left:50px;
	padding-top:12px;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	height:41px;
	

}

A:link {
	text-decoration:underline;
	color:#0f873c;

}


A.:active {
	text-decoration:none;
	color:#000;

}

A:visited  {
	text-decoration:underline;
	color:#000;



}


A:hover {
	text-decoration:underline;
	color:#0f873c;




}


	
	/* header */
	
	#pageHeader { 
	height:154px;
	width:100%;
	background: #ffffff; 
	Padding:0px;
	}
	

	

	
	/* navigation bar */
	
.navbar{
	width:100%;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;


}
.tabs{
	height:26px;
	width:769px;
	margin:0 auto;
	color: #ffffff;
	overflow: hidden;


}

.tabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: normal 12px Verdana;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;

}

.tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 27px; /*padding inside each tab*/
border-right: 1px dotted white; /*right divider between tabs*/
color: white;

/*background of tabs (default state)*/
}

.tabs li a:visited{
color: white;
}

.tabs li a:hover, .tabs li.selected a{
background: #684f29; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.tabs li.left a{
border-left: 1px dotted white;

}

	/* home bg */



/* specific divs */
#container { 
	width:769px;
	background: #fff1e1;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 


	}

	
	/* home */
	
#itproblems{

	padding-left:4px;
	
	
	}
	
#box1{
	width:361px;
	border: 1px solid #fdd7ad;

}

#box2{
	width:382px;
	border: 1px solid #fdd7ad;
	background-image: url(images/call.jpg);
	background-repeat: no-repeat;

}


#box3{
	width:382px;
	border: 1px solid #fdd7ad;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-color: #a99f9d;
	background-position: left top;
	margin-top:14px;

}

#box4{
	width:758px;
	border: 1px solid #fdd7ad;

}

p{ 
	font: 11px verdana; 
	padding:0px 14px 0px 14px;
	line-height:18px;
	}

p.home { 
	font: 11px verdana; 
	padding:0px 14px 0px 14px;
	line-height:18px;
	}
	
p.home1 { 
	font: 11px verdana; 
	padding:54px 234px 0px 6px;
	line-height:22px;
	}
	
p.home2 { 
	font: 11px verdana; 
	padding:0px 10px 10px 8px;
	line-height:18px;
	}

p.home3 { 
	font: 11px verdana; 
	padding:0px 10px 0px 8px;
	line-height:18px;
	}
	
	p.home4 { 
	font: 11px verdana; 
	padding:0px 10px 0px 8px;
	line-height:18px;
	width:570px;
	}

/* footer */

	#foot {
	height:30px;
	width:100%;
	background-color: #050405;
	}

A.credit:link {
	text-decoration:none;
	color:#ffffff;

}


A.credit:active {
	text-decoration:none;
	color:#ffffff;

}

A.credit:visited  {
	text-decoration:none;
	color:#ffffff;



}


A.credit:hover {
	text-decoration:underline;
	color:#ffffff;




}
	
	



