@charset "UTF-8";
/* CSS Document */

/*POSITIONING*/
.section_title {
	text-align:center;
}

body {
	margin:0;
	padding:0;
	height:100%;
	overflow: scroll;
} 

p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #000;
}

a:visited, a:hover {
	color: #3c89b7;
}

#background {
	min-height: 600px;
	height: 100%;
}

.content {
	height: auto;
	width: 1000px;
	margin: auto;
}

/* header */

#header {
	position: relative;
	height: 100px;
	width: 1000px;
	top: auto;
	right: auto;
}

#logo {
	float: left;
	width: 653px;
	height: 82px;
	padding-top: 18px;
}

#header-seperator {
	float: left;
	width: 2px;
	height: 80px;
	margin-top: 10px;
}

#header-phone {
	float: left;
	width: 305px;
	padding-top: 10px;
	padding-left: 20px;
}

/* end header */

/* main image */

#main-image {
	height: 262px;
	width: 100%;
	padding: 0px;
}

#main-image-seperator {
	height: 2px; 
	width: 100%; 
}

#main-image-container {
	width: 752px;
	height: 262px;
	margin: auto;
	text-align: center;
}


/* end main image */

/* main content */
#main-content {
	width: 490px;
	min-height: 500px;
	float:left;
	padding: 5px 10px 0px 10px
}


#nav-menu {
	width: 200px;
	height: 365px;
	float: left;
}

#nav-links {
	
}

#welcome-content {
	display:block;
	width: 100%;
	height: auto;
}

#about_us {
	display:none;
}

#services {
	display:none;
}

#links {
	display:none;
}

#financial_policy {
	display:none;
}

#hours_location {
	display:none;
}

#map {
	text-align:center;
}

#contact_us {
	display:none;
}

/* htmlform */
.main_fieldset {
	border: 0px;
}

.formbody ul {
	list-style-type: none;
}

#element_4fce54ba5c3e4 {
	width:200px;
}
.fieldlabel_block {
	width:80px;
}
#element_4fce5504e0df6 {
	width:200px;
}
#element_4fce55298edf0 {
	width:150px;
}
#element_4fce55989a6f4 {
	width:200px;
	height:80px;
}
form.validform .container_recaptcha {
	left:110px;
}
/* htmlform*/

#location-information {
	width: 500px;
}

/*  end main content */

/* begin footer */

#footer {
	width: 600px;
	height: auto;
	margin: auto;
	margin-top: 15px;
}

/* end footer */

/*STYLING*/

.section_title {
	font-size: 14px;
}

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#background {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border: 0px red solid;
}

.content {
	border: 0px solid blue;
}

/* header */

#header {
	border-bottom: 0px green solid;
}

#header-seperator {
	border-right: 1px solid #999;
}

#header-phone {
	
}

/* end header */

/* main image */

#main-image {
	background-color:#3c89b7;
	border: 0px solid yellow;
}

#main-image-seperator {
	background-color:#46352c;
}

#main-image-container {
	border: 0px solid red;
	background:url(images/main-image1.jpg) no-repeat left bottom;
}

/* end main image */

/* main content */
#nav-menu {
	background:url(images/nav-menu-background.jpg) no-repeat;
}

#nav-links {
	
}

#nav-links a:link {
	color: #3c89b7;
}

#nav-links a:hover {
	color: #fff;
}

#nav-links ul li {
	list-style:none;
	padding: 6px 0px 0px 0px;
	font-size: 14px;
}

#main-content {
	border: 0px solid red;
}

#welcome-content {
	border: 0px solid yellow;
	text-align:justify;
}

#links a {
		color: #3c89b7;
}

#map {
	height: 350px;
	width: 425px;
	margin:auto;
	margin-top: 25px;
	border: 1px solid black;
}

#location-information {
	
}

.financial_policy {
	text-align:justify;
}


/* htmlform */
form.validform fieldset.main_fieldset {
	background-color:#FFFFFF
}
form.validform label {
	color:#000000
}
h1 {
	color:#000000
}
form.validform .vf__description {
	color:#000000
}
form.validform .vf__notice {
	color:#000000
}
form.validform .vf__tip {
	color:#000000
}
input.vf__button {
	color:#000000
}
#captchaStatus {
	color:red;
}
/* htmlform */
/* end main content */

/* begin footer */

#footer {
	border-top: 1px solid #999;
}

/* end footer */