html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #026333; /*dark green*/
	margin:0 20px;
	padding:0;
}
h1 { font-size: 20px; line-height:24px; margin-bottom:7px;}
h2 { font-size: 18px; line-height:20px; margin-bottom:7px; color:#96A286;/*med green*/}
h3 { font-size: 16px; line-height:20px; margin-bottom:7px;}
h4 { font-size: 14px; font-weight:bold; margin-bottom:7px;}
h5 { font-size: 12px; font-weight:bold; margin-bottom:7px;}
#content-home h1 {font-size:18px;}
p, q {
	margin: 0 20px 14px 20px ;
	padding:0;
}
ul {
	margin: 0 20px 14px 35px ;
	padding:0;
	list-style-position:outside;
}
ol {
	margin: 0 20px 14px 40px ;
	padding:0;
	list-style-position:outside;
}
a {color: #026333; /*dark green*/}
a:hover {color:#a1af8e;/*med green*/}
/*-------------------------------------------
	structure
-------------------------------------------*/
#wrap {
	width: 787px;
	margin: 0px auto;	
	text-align:left;
	position:relative;
}
#top-header {
	width: 787px;
	position:relative;
	height:100px;
}
#header {
	width: 787px;
	height: 180px;
	background-color:#dbe0d3;
	position:relative;
}
#content-home {
	background: url(../images/content-home-bg.gif) repeat-y top left;
	z-index:1;
}

#content-sp {
	background: url(../images/sp-bg.gif);
	background-repeat: repeat-y;
}

#content{
	background: url(../images/content-bg.gif) repeat-y top left;
}
#intro {
	float:left;
	width:390px;
	height:415px;
	background: url(../images/talker.jpg) no-repeat bottom left;
	position:relative;
	z-index:3;
}
#sidebar {
	float:left;
	width:190px;
}
#hometext {
	float:right;
	width:350px;
}
#text {
	float:right;
	width:590px;
}

#text-sp {
	width: 790px;
}

#footer {
	text-align:center;
	font-size:10px;
	padding-top:10px;
	height:60px;
}
.bar {
	background: url(../images/bar.gif) no-repeat top left;
	height:20px;
	width:787px;
	clear:both;
}
/*-------------------------------------------
	header
-------------------------------------------*/
#logo {
	width: 200px;
	height: 100px;
	position: relative;
	margin:0;
	padding:0;
	float:left;
}
#logo a {
	color:#999;
	padding:0;
	font-size:10px;
	text-decoration:none;
}
#logo span {
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#flash {position:absolute; top:0; right:0;}
#header ul {margin:0; padding:0;}
/*-------------------------------------------
	nav
-------------------------------------------*/
#top-nav {
	position:absolute;
	top:30px;
	right:10px;
}
#top-nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	float:left;
	width:50px;
}
#top-nav a:hover {color:#999;}
#home {background:url(../icons/home.jpg) no-repeat; padding:45px 10px 10px 5px;}
#services {background:url(../icons/services.jpg) no-repeat; padding:45px 20px 10px 0;}
#contact {background:url(../icons/phone.jpg) no-repeat; padding:45px 0 10px 0;}
#nav-container {width:190px;}
#nav ul {
	padding-top:8px;
	list-style-type:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#nav li {margin:0; padding:0; display:inline;} /* to fix li margin/padding in ie */
#nav a {
	color: #026333;
	display: block;
	padding: 10px 5px 10px 30px;
	text-decoration:none;
	border-bottom:1px dotted white;
	background: url(../images/bul-nav.gif) no-repeat left;
}
#nav a:hover {
	background-color:#f1f4ea;
}
#nav a.last {border:none;}
/*-------------------------------------------
	home page
-------------------------------------------*/
#intro ul {margin:0; padding:0;}
#js-menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	width:180px;
	position:absolute;
	top:0;
	left:0;
	list-style-type:none;
}
#js-menu li {margin:0; padding:0; display:inline;} /* to fix li margin/padding in ie */
#js-menu a {
	background: url(../images/bul-js.gif) no-repeat left;
	display:block;
	padding: 10px 5px 10px 30px;
	text-decoration:none;
}
#js-menu a.on {color:black;}
#intro1, #intro2, #intro3 {
	width:250px;
	margin-left:185px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-top:10px;
	color:#333;
}
#talker {
	position:absolute;
	bottom:90px;
	left:0;
	z-index:2;
}
.spacer {
	margin:90px 50px;
	float:left;
}
/*-------------------------------------------
	footer
-------------------------------------------*/
#footer p, #footer a {color:#999;}
#footer a:hover {color:#a1af8e;/*med green*/}
#btm-nav a { 
	text-transform:uppercase; 
	color: #026333; /*dark green*/
}
/*-------------------------------------------
	form
-------------------------------------------*/
#contact-form {padding:5px 10px 20px 25px; }
#contact-form label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right:0.5em;
	display: block;
}
#contact-form p {margin-top:5px;}
#contact-form submit {
	margin-left: 4.5em;
}
#contact-form input, #contact-form select {
	color: #000;
	border: 1px inset #DBE0D3;/*light green*/
	font-size:10px;
	padding:2px;
}
#contact-form option {font-size:10px;padding:2px;}
#contact-formt textarea {
	color: #000;
	border: 1px inset #DBE0D3;/*light green*/
}
#contact-form fieldset {
	width: 90%;
	border: 1px solid #DBE0D3;/*light green*/
	background-color:#F1F4EB;/*light tan*/
	margin-bottom:10px;
}
#contact-form legend {
	padding: 3px 6px;
	margin-bottom:10px;
	color:#026333;/*dark green*/
	background-color:white;
	border: 1px solid #DBE0D3;/*light green*/
	font-size:12px;
	font-style:italic;
} 
.button, #contact-form input.button {
	background-color:#026333;/*dark green*/
	color:white;
	font-size:10px;
	text-transform:uppercase;
	border:3px outset #026333;/*dark green*/
}
a:hover.button, #contact-form input.button:hover {background-color:#333; border:3px outset #333;}

