@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1024px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 996px;
	height: 163px;
	margin: 0 0 0 17px;
}

.oneColFixCtrHdr #logo_box {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 160px;
	height: 163px;
	margin: 0 0 0 0px;
	float: left;
}

.oneColFixCtrHdr #title_box {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 531px;
	height: 62px;
	margin: 50px 0 0 5px;
	float: left;
	background-image: url(images/quality_tax_services.png);
}

.oneColFixCtrHdr #contact {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 200px;
	height: 62px;
	margin: 50px 0 0 5px;
	float: left;

}


.oneColFixCtrHdr #appointment_box {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 292px;
	height: 155px;
	margin: 0;
	float: right;
	background-image: url(images/appointment.png);
	
}
.oneColFixCtrHdr #nav {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 996px;
	height: 57px;
	margin: 0 0 0 13px;
}

#title {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 996px;
	height: 69px;
	margin: 0 0 0 13px;
	background-image: url(images/title_bar_home.jpg);
}
.oneColFixCtrHdr #main {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 992px;
	height: 57px;
	margin: 0 0 0 17px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	width: 996px;
	height: 547px;
	margin: 0 0 0 13px;
	position: inherit;
	background-image: url(images/main_home.jpg);
}

#mainContent_inside {
	background: #FFFFFF;
	width: 996px;
	height: 547px;
	margin: 0 0 0 13px;
	position: inherit;
	background-image: url(images/main.jpg);
}

#homeleft01 {
	background: #FFFFFF;
	width: 996px;
	height: 547px;
	margin: 0 0 0 13px;
	position: inherit;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	width: 996px;
	height: 97px;
	margin: 0 0 0 13px;
	background-image: url(images/footer.jpg);
}

.oneColFixCtrHdr #copy{
	width: 746px;
	height: 40px;
	margin: 0 0 0 13px;
	padding: 25px 0 0 250px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#title_box {
	height: 62px;
	width: 531px;
}
#leftbox01 {
	height: 237px;
	width: 273px;
	margin: 10px 0 0 35px;
	background-image: url(images/finance_box.jpg);
	float: left;
}


#leftbox01_inside {
	height: 451px;
	width: 160px;
	margin: 25px 0 0 85px;
	float: left;
	border-right: solid black 1px;
}

#leftbox01_inside_contact{
	height: 451px;
	width: 385px;
	margin: 25px 0 0 120px;
	float: left;
	font-size: 18px;
}

#leftbox01_inside_services {
	height: 451px;
	width: 325px;
	margin: 25px 0 0 75px;
	float: left;
	font-size: 14px;
}

#leftbox01_inside_testimonials {
	height: 451px;
	width: 800px;
	margin: 35px 0 0 125px;
	float: left;
	font-size: 14px;
	overflow-y: scroll;
}

#center_inside_services {
	height: 451px;
	width: 160px;
	margin: 25px 0 0 85px;
	float: left;
}


#rightbox01 {
	height: 237px;
	width: 630px;
	margin: 10px 0 0 20px;
	background-image: url(images/conference.jpg);
	float: left;
}


#rightbox01_inside {
	height: 426px;
	width: 630px;
	margin: 35px 0 0 20px;
	float: left;
	font-size: 12px;
}


#rightbox01_inside_services {
	height: 451px;
	width: 290px;
	margin: 25px 0 0 5px;
	float: left;
	font-size: 12px;
}

#rightbox01_inside_contact {
	height: 451px;
	width: 370px;
	margin: 25px 0 0 5px;
	float: left;
	font-size: 12px;
}



#center_inside_services {
	height: 451px;
	width: 230px;
	margin: 25px 0 0 5px;
	float: left;
	font-size: 12px;
	color: #431619;
}

#leftbox02 {
	height: 227px;
	width: 473px;
	float: left;
	margin: 30px 0 0 35px;
	background-image: url(images/mission_box.jpg);
}



#leftbox02_inside {
	height: 227px;
	width: 473px;
	float: left;
	margin: 30px 0 0 35px;
	background-image: url(images/mission_box.jpg);
}


#rightbox02 {
	float: left;
	height: 227px;
	width: 423px;
	margin: 30px 0 0 25px;
	background-image: url(images/crew.jpg);
}

#rightbox02_inside {
	float: left;
	height: 227px;
	width: 423px;
	margin: 30px 0 0 25px;
	background-image: url(images/crew.jpg);
}


#title_text {
	float: left;
	height: 30px;
	width: 200px;
	margin: 20px 0 0 65px;
	background-repeat: no-repeat;
}

#title_text_inside {
	float: left;
	height: 30px;
	width: 250px;
	margin: 20px 0 0 65px;
	background-repeat: no-repeat;
}

#mission_text {
	height: 175px;
	width: 250px;
	margin: 45px 0 0 10px;
}
#finance_text {
	height: 200px;
	width: 220px;
	margin: 25px 0 0 30px;


	p margin: 10px 0 0;
}

#finance_text_inside {
	height: 200px;
	width: 220px;
	margin: 25px 0 0 30px;




	p margin: 10px 0 0;
	color: #FFF;
	font-size: 14px;
}

#finance_text p {
	color: #FFF;
	text-decoration: underline;
	line-height: 15px;
	white-space: normal;
	font-size: 14px;

	p margin: 10px 0 0;
	list-style-type: circle;
}

#finance_text p_inside {
	color: #FFF;
	text-decoration: underline;
	line-height: 15px;
	white-space: normal;
	font-size: 14px;

	p margin: 10px 0 0;
	list-style-type: circle;
}






#footer_text {
	height: 67px;
	width: 600px;
	margin: 0 0 0 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent_inside #rightbox01_inside p {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent_inside #rightbox01_inside p strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #431613;
}
.oneColFixCtrHdr #container #mainContent_inside #leftbox01_inside_services p strong {
	font-size: 18px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #3F1612;
}
.oneColFixCtrHdr #container #mainContent_inside #center_inside_services p strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent_inside #center_inside_services ul {
	color: #000;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent_inside #rightbox01_inside_services p strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #431613;
}
.oneColFixCtrHdr #container #mainContent_inside #rightbox01_inside_services p {
	font-weight: bold;
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent_inside #leftbox01_inside_testimonials p strong {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent_inside #leftbox01_inside_contact p strong {
	color: #3D1716;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent_inside #leftbox01_inside_contact p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent_inside #rightbox01_inside_contact .style2.style4 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #431613;
}
.oneColFixCtrHdr #container #mainContent_inside #leftbox01_inside_testimonials .style2 {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent_inside #leftbox01_inside_testimonials p {
	font-weight: bold;
}
