/* CSS Document */

a:link { 
	color: blue; text-decoration: none 
}
a:visited { 
	color: blue; text-decoration: none 
}
a:hover { 
	color: blue; text-decoration: underline 
}

#container {
	margin: 0;
	padding: 0;
}
#navbackground {
	background: url(images/navbackground.gif) no-repeat;
	width: 700px;
	height: 84px;
	margin: 0;
	padding: 0;
}
#logo {
	position: absolute;
	float: left;
	display: inline;
	background: url(images/logo.gif) no-repeat;
	height: 111px;
	width: 147px;
	margin: 5px 0 0 0;
	padding:0;
}
#navcontainer {
	width: 726px;
	margin: 0;
	padding: 0;
}
#navbottom {
	height: 3px;
	width: 700px;
	background: url(images/navbottom.gif) repeat-x #FFFFFF;
	margin: 0;
	padding: 0;
	
}
#navoptions {
	position: absolute;
	margin: 60px 0 0 150px;
}
#navoptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navoptions li {
	float: left;
	margin: 0 5px 0 0;
}
#bottom {
	background: url(images/bottom.jpg) no-repeat;
	width: 700px;
	height: 146px;
}
a.tab {
	margin: 0;
	padding: 2px 0 0 0;
	display: block;
	width: 120px;
	height: 27px;
	background: url(images/tab_01.gif) no-repeat;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a.tab:hover {
	color: #0A4881;
	background: url(images/tab_02.gif) no-repeat;
}
a.tab_act {
	margin: 0;
	padding: 2px 0 0 0;
	display: block;
	width: 120px;
	height: 27px;
	background: url(images/tab_02.gif) no-repeat;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #0A4881;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #7EB63A
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #7EB63A
}
h3 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7EB63A;
	margin: 0 0 4px; 0;
}
#content-container {
	width:700px; 
	background:#FFFFFF; 
	margin:0; 
	padding:45px 0 0 0;
}
.clients {
	 margin: 0 0 20px 0;
	 width: 550px;
}
.image-holder {
	float:left; 
	margin-right: 25px; 
	width:110px;
}
.description {
	float:left;
	width:380px;
}
#content {
	padding:20px; 
	width:550px;
	float:right; 
	display: inline;
	font-family: Verdana;
	font-size: 12px;
}