/* Standard Element Properties */

body
{
	margin:0 auto;
	background: #dddddd url(../img/bodyBG.jpg) repeat-x; 
	font-family:Times, serif;
	color:#111111;
	font-size:12px;
	padding-bottom: 20px;
}

a
{
	outline: none;
}
p#phone-number {
	position: absolute;
	top: 30px;
	right: -10px;
	font-size: 20px;
	padding: 0 0 0 25px;
	background: url(../img/phone-icon.gif) no-repeat;
}
/* Main Interface Element Properties */

#container
{
	margin:0 auto;
	width:100%;
	background-position: 50% 80px;
	background-repeat: no-repeat;
}

#ContainFixedWidth
{
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.left
{
	width: 340px;
	float: left;
}

.right
{
	width: 620px;
	float: right;
}

#top
{
	width: 620px;
	height: 130px;
}

#topLogo
{
	padding: 35px 0 0 0;
	float: left;
	position: relative;
	left: -10px;
}

#topBlurb
{
	float: right;
	position: relative;
	left: 10px;
	padding: 81px 0 0 0;
}
#topWelcome
{
	position: absolute;
	padding: 145px 0 0 0;
	margin: 0;
	
}

#content
{
	position:relative;
	width: 620px;
	padding: -50px 0 0 40px;
}

#content p
{
	line-height: 160%;
	font-size:13px;
}

#footer
{
	background-color: #ccc;
	width: 620px;
	height: 20px;
	float: right;
	text-align: right;
	padding: 10px 10px;
	font-size: 10px;
}
p#footer-nav {
	float: left;
}
/* Menu System Properties */
.contact-test {
}
#testimonials {
	background: url(../img/testimonials_andrea_h.gif) no-repeat;
	height: 382px;
	margin: 0;
	padding: 0;
}
#testimonials img {
	top: 0;
	left: 0;
	width: 315px;
	height: 382px;
	padding: 0;
	margin: 0;
}
#menu
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	background: url(../img/navbar_bg.gif) no-repeat;
	height: 700px;
}
ul#navbar {
	padding: 135px 0 0 150px;
	width: 120px;
	margin: 0;
} 
ul#navbar li {
	float: left;
	list-style: none;
	margin: 0;
}
ul#navbar li a {
	background: url(../img/navbar_type.gif) no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 37px 0 0 0;
}
ul#navbar li#nav-home a:link, ul#navbar li#nav-home a:visited {
	background-position: 0 0;
	width: 120px;
}
ul#navbar li#nav-home a:hover, ul#navbar a.selected:link, ul#navbar li#nav-home a.selected:visited {
	background-position: -120px 0;
	width: 120px;
}
ul#navbar li#nav-about a:link, ul#navbar li#nav-about a:visited {
	background-position: 0 -37px;
	width: 120px;
}
ul#navbar li#nav-about a:hover, ul#navbar a.selected:link, ul#navbar li#nav-about a.selected:visited {
	background-position: -120px -37px;
	width: 120px;
}
ul#navbar li#nav-services a:link, ul#navbar li#nav-services a:visited {
	background-position: 0 -74px;
	width: 120px;
}
ul#navbar li#nav-services a:hover, ul#navbar a.selected:link, ul#navbar li#nav-services a.selected:visited {
	background-position: -120px -74px;
	width: 120px;
}
ul#navbar li#nav-pricelist a:link, ul#navbar li#nav-pricelist a:visited {
	background-position: 0 -111px;
	width: 120px;
}
ul#navbar li#nav-pricelist a:hover, ul#navbar a.selected:link, ul#navbar li#nav-pricelist a.selected:visited {
	background-position: -120px -111px;
	width: 120px;
}
ul#navbar li#nav-resources a:link, ul#navbar li#nav-resources a:visited {
	background-position: 0 -148px;
	width: 120px;
}
ul#navbar li#nav-resources a:hover, ul#navbar a.selected:link, ul#navbar li#nav-resources a.selected:visited {
	background-position: -120px -148px;
	width: 120px;
}
ul#navbar li#nav-contact a:link, ul#navbar li#nav-contact a:visited {
	background-position: 0 -185px;
	width: 120px;
}
ul#navbar li#nav-contact a:hover, ul#navbar a.selected:link, ul#navbar li#nav-contact a.selected:visited {
	background-position: -120px -185px;
	width: 120px;
}
ul#navbar li#nav-contact a {
	margin: 0 0 10px 0;
}
/*Newsletter Form*/
dt#join_newsletter {
height: 40px;
margin: 0;
display: block;
overflow: hidden;
background: url(../img/join_newsletter.gif) no-repeat;
}
#newsletter-form {
	width: 120px;
	overflow: visible;
}
#newsletter-form dl{
margin: 0;
color: #fff;
}
#newsletter-form dt dd{
color: #fff;
font-weight: bold;
margin: 1px 0;
}
#newsletter-form dt {
clear: left;
margin: 0;
padding: 2px 0;
text-align: left;
width: 120px;
}
#newsletter dd{
margin: 0;
padding: 0;
width: 120px;

}
input, textarea {
background: #999 scroll 0 0;
border: 1px solid #000;
color: #fff;
width: 120px;
margin: 0 0 0 -40px;
}
#subscribe {
background: url(../img/subscribe.gif) no-repeat;
width: 75px;
height: 0;
padding: 9px 0 0 0;
margin: 5px 0 0 0;
overflow: hidden;
display: block;
}
/* Head Tag Properties */

.emText
{
	font-size: 13px;
	font-weight: bold;
}

h1
{
	height: 24px;
	font-size:16px;
	padding: 7px 0px 1px 10px;
	margin: 0px 0px 20px -10px;
}

h2
{
	color: #000;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px dotted #000;
}

h3
{
	color:#000;
	font-size:11px;
	font-weight:bold;
}

h4
{
	color:#000;
	font-size:10px;
	font-weight:bold;
}

/* Link Properties */

.right a:link,.right a:visited,.right a:active
{
	color: #111111;
	text-decoration:none;
	background-color: #c4e9dd;
	padding: 2px 4px 2px 4px;
}

.right a:hover
{
	background-color: #fff;
	border-bottom: 1px dotted #111111;
}

#top a:link,#top a:visited,#top a:active,#top a:hover
{
	background: none;
	border: none;
}

#myform td
{
	vertical-align: middle;
	text-align: right;
}

#myform input, #myform textarea
{
	border: 1px solid #999;
	height: 20px;
	width: 290px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 6px 4px 2px 4px;
}

#myform textarea
{
	height: 100px;
}

#myform #submitBtn
{
	border: none;
	width: 71px;
	height: 30px;
}


