@charset "UTF-8";
/* CSS Document */
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 15px;
}
a, a:active, a:focus {
	outline: 0;
	color: #000000;
	text-decoration: underline;
}
#container {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 40px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.phonenumber {
	font-size: 14px;
}
#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	height: 460px;
	padding: 0px;
}
#contentbar {
	float: right; /* since this element is floated, a width must be given */
	width: 580px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 14px;
	height: 460px;
	overflow: auto;
	overflow-x: hidden;
	
}
	
.testimonial_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-style: italic;
}
#contentbar_portfolio {
	float: right; /* since this element is floated, a width must be given */
	width: 640px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 460px;
	overflow: auto;
	overflow-x: hidden;
	overflow-x: hidden;
	text-align: right;
}
#menubar {
	margin-top: 0;
	margin-right: 642px;
	margin-bottom: 0;
	margin-left: 202px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer {
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9px;
	letter-spacing: 0.2em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.homepage_body {
	background-image: url(../images/HomePage.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.thankyou_body {
	background-image: url(../images/ThankYou.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.thankyou_bg {
	background-image: url(../images/ThankYou_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.contact_bg {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.contact_body {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.rates_body {
	background-image: url(../images/rates.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.rates_bg {
	background-image: url(../images/rates_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.testimonial_body {
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.testimonial_bg {
	background-image: url(../images/Testimonial_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.planning_bg {
	background-image: url(../images/planning_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.planning_body {
	background-image: url(../images/planning.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.process_bg {
	background-image: url(../images/process_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.process_body {
	background-image: url(../images/process.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.services_body {
	background-image: url(../images/Services.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.services_bg {
	background-image: url(../images/Services_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.hire_bg {
	background-image: url(../images/Hire_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.hire_body {
	background-image: url(../images/HireUs.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.portfolio_bg {
	background-image: url(../images/portfolio_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.portfolio_body {
	background-image: url(../images/Portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.black_bg {
	background-image: url(../images/Black_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
.gray_bg {
	background-image: url(../images/Gray_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70px;
}
#menubar ul {
	color: #FFFFFF;
	text-align: right;
	list-style-type: none;
	padding-right: 25px;
	line-height: 20px;
	padding-top: 5px;
}
#menubar a {
	text-decoration: none;
	color: #FFFFFF;
}
#menubar a:hover {
	color: #000000;
}
#menubar #current {
	color: #000000;
	font-weight: bold;
}
#pagetitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 0px;
}
#quote {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 180px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #555555;
	text-align: right;
	line-height: 25px;
}
#quoter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	padding-top: 8px;
	padding-right: 12px;
}
.content_emphasis {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 18px;
}
#contentbar a {
	text-decoration: underline;
}
#contentbar a:hover {
	color: #a3a60f;
}
#portfolionav {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#portfolioheading {
	padding-left: 20px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
}
#portfolioselect {
	margin: 0px;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
}
#portfolioselect table {
	padding: 0px;
	margin: 0px;
}
#portfolioselect tr {
	padding: 0px;
	margin: 0px;
}
#portfolioselect td {
	margin: 0px;
	text-align: center;
	padding: 0px;
	width: 18px;
}
#portfolioselect a{
	text-decoration: none;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 18px;
	font-size: 9px;
}

#portfolioselect a:hover{
	background-image: url(../images/portfolionav_green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#portfolioselect #current a{
	color: #93960F;
	background-image: url(../images/portfolionav_green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contactform {
	padding-top: 15px;
}
.contactform_label {
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}
.contactform_input {
	width: 300px;
	padding-right: 10px;
	padding-left: 0px;
}
.contactform_button {
	width: 80px;
}
#contactform  td {
	height: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
