@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	background: url(../images/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

a:link, a:active, a:visited { 
	text-decoration: none; color: #92278f; 
}

a:hover, a:focus { 
	text-decoration: underline; color: #3c103b; 
}

#container { 
	width: 900px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
} 

.clearfloat {
	clear: both;
}

.purple {
	color: #5f2a87;
}

.purple2 {
	color: #5f2a87;
	padding-right: 50px;
}

dd {
	margin-top: -38px;
	min-height: 28px;
	padding-bottom: 10px;
}

dt {
	min-height: 35px;
}

.white {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.small {
	font-size: 11px;
	line-height: normal;
}

/* Header //////////////////////////////////////////////////////////////// */

#header { 
	padding: 0px 0px 0px 0px;
	height: 224px;
	background: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#header_left {
	width: 617px;
	height: 180px;
	margin-left: -20px;
	margin-top: 15px;
	display: inline;
	float: left;
}

#header_left h1 {
	margin: 0;
	padding: 0;
	background: url(../images/logo.png) no-repeat top left;
	width: 431px;
	height: 162px;
}

#header_left a {
	width: 431px;
	height: 162px;
	display: block;
	text-indent: -99999px;	
}

#header_right {
	float: right;
	width: 283px;
	height: 185px;
	padding-top: 10px;
}

#email {
	float: right;
}

/* Content //////////////////////////////////////////////////////////////// */

#content_container { 
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/middle.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#left {
	width: 315px;
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}

#right {
	margin: 0 0 0 335px;
	padding: 30px 40px 40px 0px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 630px;
	height: 25px;
	margin-left: 0px;
	display: inline;
	float: left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width:  515px;
	height: 25px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 25px;
	background: url(../images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/nav2.jpg);
}

#nav li#home a {
	width: 59px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	width: 89px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -59px 0px;
}

#nav li#services a {
	width: 134px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -148px 0px;
}

#nav li#faq a {
	width: 49px;
}

#nav li#faq a:link,
#nav li#faq a:visited,
#nav li#faq a:hover {
	background-position: -282px 0px;
}

#nav li#testimonials a {
	width: 109px;
}

#nav li#testimonials a:link,
#nav li#testimonials a:visited,
#nav li#testimonials a:hover {
	background-position: -331px 0px;
}

#nav li#contact a {
	width: 75px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -440px 0px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer { 
	padding: 60px 0px 0 0px;
	margin-bottom: 30px;
	background: url(../images/foot.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 68px;
	line-height: normal;
	position: relative;
}

#foot_left {
	left: 20px;
	top: 65px;
	position: absolute;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#foot_middle {
	top: 65px;
	left: 350px;
	position: absolute;
}

#foot_right {
	top: 60px;
	left: 680px;
	position: absolute;
}

#bird {
	position:absolute;
	z-index: 100;
	top: -295px;
	left: 0;
}

#div-1 {
 position:relative;
}

#div-1a {
 position:absolute;
 top:0;
 right:0;
 width:200px;
}