body {
	background-color: #444b4b;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 10px;
	color: #000;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #346767;
}

h1.h1intro {
	margin-top: 0;
	font-size: 20pt;
	font-weight: bold;
	color: #346767;
}

h1 .h1small {
	font-size: 14pt;	
	color: #777;	
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;	
}

li {
	font-style: italic;
}

img.block {
	display: block;
}

img.headimg {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.banner {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	border: solid;
	border-color: #000;
	border-width: 2px 2px 0 2px;
}

.picbarwrapper {
	clear: both;
	position: relative;
	width: 800px;	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: #000;
	border-width: 2px 2px 2px 2px;
	display: block;
}

.picbar {
	position: relative;
	float: left;
	width: 160px;
	padding: 0px;
	border-style: solid;	
	border-color: #000;
	border-width: 2px 0 2px 0;
}

#leftend {
	border-width: 2px 0 2px 2px;
}

#rightend {
	border-width: 2px 2px 2px 0;
}

.intro {
	width: 792px;
	margin: auto;
	margin-top: 12px;
	background-color: #d2e1e1;		
	border: solid;
	border-color: #000;
	border-width: 2px;	
	padding: 4px;
}

.introleft {
	float: left;
	background-color: #d2e1e1;		
	padding: 0 6px 0 0;	
	width: 450px;
}

.introright {
	float: left;	
	border-color: #000;
	padding: 4px 0 0 6px;		
	width: 320px;
}

.menu {
	clear: both;
	position: relative;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #d2e1e1;	
	border: solid;
	border-color: #000;
	border-width: 2px;	
	height: 24px;
}

.menuitem {
	position: absolute;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #FFF;
	padding: 4px 0 4px 0;
	width: 130px;
	color: black;
	text-decoration: none;
}

.menuitemactive {
	position: absolute;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #FFF;
	padding: 4px 0 4px 0;
	width: 130px;
	background-color: #adc2c2; 
/*	background-color: #CCC; */
	cursor: pointer;	
	color: red;
	text-decoration: none;
}


#mintro {
	left: 0px;
}

#mservices {
	left: 133px;
}

#mtestimonials {	
	left: 265px;
}

#mclients {	
	left: 397px;
}

#mabout {	
	left: 529px;
}

#mcontact {	
	left: 661px;
	width: 139px;
	border-width: 0;
}

.test {
	
}
.quotebox {
	position: relative;
	width: 100%;
	height: 130px;	
}

.quote {
	background-color: #adc2c2;
	padding: 8px;
	font-style: italic;
	width: 310px;
}

.quotie {
	font-size: 8pt;
	color: #333;
	font-style: normal;
}

.sliderwrapper {
	background-color: #d2e1e1;
	margin-left: auto;
	margin-right: auto;
	width: 326px;
}

.slidingTabPanelWrapper {
	border-bottom: 1px solid #888;
	height: 18px;
	display: none;
	width: 326px;
}

.slidingTabPanel {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 298px;
	height: 18px;
}

.slidingTabPanel LI {
	position: relative;
	float: left;
	list-style:none;
	width: 74px;
	text-align: center;
	font-size: 7pt;
	font-style: normal;
}

a {
/*	color: #0d1096; */
	text-decoration: underline;;
	color: black;
}

a:hover {
	text-decoration: underline;;
	color: red;
}

a:visited {
	text-decoration: underline;;
	color: black;
}

a:visited:hover {
	text-decoration: underline;;
	color: red;
}

.tabActive {
	position:relative;
	top:1px;
	display: block;
	cursor:default;
	outline:none;
	height: 16px;
	border: solid;
	border-color: #888;
	border-width: 1px;
	border-bottom-color: #DDD;
	background-color: #DDD;
	margin: 0 2px 0 2px;
	color: black;
	text-decoration: none;
}

.tab {
	position:relative;
	top:1px;
	display: block;
/*	background-position:-100px; */
	cursor:pointer;
	outline:none;
	height: 16px;
	border: solid;
	border-color: #888;
	border-width: 1px;
	background-color: #adc2c2;
	margin: 0 2px 0 2px;
	color: black;
	text-decoration: none;	
}


.footer {
	padding-top: 10px;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

