﻿/********************
Basics and fonts
********************/
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3C230C;
	background: #FFFFFF;
}
html {
	background: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	color: ;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #3C230C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: bold;
	color: #3C230C;
	text-align: left;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #3C230C;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3C230C;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3C230C;
	padding: 0px;
	margin: 0px;
}

h3 a {
	font-size: 14pt;
	font-style: bold;
	color: #3C230C;
}
h3 a:active {
	font-size: 14pt;
	font-style: bold;
	color: #3C230C;
}
h3 a:visited {
	font-size: 14pt;
	font-style: bold;
	color: #3C230C;
}
h3 a:hover {
	font-size: 14pt;
	font-style: bold;
	color: #3C230C;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3C230C;
}
/********************
lists and buttons
********************/
a {
	font-family: ;
	font-size: ;
	font-style: bold;
	text-decoration: none;
	color: #006600;
}
a:active {
	background-color: ;
	font-size: ;
	font-style: bold;
	text-decoration: none;
	color: #006600;
}
a:visited {
	font-size: ;
	font-style: bold;
	text-decoration: none;
	color: #006600;
}
a:hover {
	background-color: ;
	font-size: ;
	font-style: bold;
	text-decoration: underline;	
	color: #006600;
}
/********************
formatting
********************/
#container {
	position: relative;
	width: 800px;
	background:#FFFFFF;
}
#title {
	position:absolute; 
	left:20px; 
	top:20px; 
	width:119px; 
	height:115px; 
	background: transparent url(images/buttonEgorb.gif) no-repeat;
}
#nav {
	position:absolute; 
	left:145px; 
	top:20px; 
	width:625px; 
	height:115px; 
	background: #FFFFFF;
}
#content {
	position:absolute;
	left:145px;
	top:140px;
	width:625px;
	background-color: transparent;
	text-align: left;
	overflow: auto;
	background: #FFFFFF;
}
#flashcontent {
	position: relative;
	width: 800px;
	height: 600px;
	background:transparent;
}

/*****************NEW ADDITIONS *******************/
#services {
	left: 0px;
	text-align: left;
	width: 600px;
	background-color: #FFFFFF;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
.example {
	position: relative;
	text-align: left;
	width: 550px;
	/*height: 108px;*/
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #333333;
}

.webimage {
	float: left;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
}