/* CSS Document */



body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 50px 0px 0px 0px;
	background-color: #CCCCCC;
	position: relative;
	margin: auto;
	width: 800px;
}
#container {
	width: 800px;
	margin: auto;
}
#header {
	width: 300px;
	height: 125px;
	display: inline-block;
	float: left;
	background-image: url(img/logo_bkg.gif);
	background-repeat: repeat-x;
	margin: auto;
}
#header img {
	margin: 55px 0px 0px 35px;
}
#menu_area {
	width: 500px;
	height: 125px;
	float: right;
	display: inline;
	background-image: url(img/menu_bkg.gif);
	margin: auto;
}
#welcome_area {
	width: 800px;
	height: 150px;
	display: inline;
	margin: auto;
}
#slogan_area {
	width: 300px;
	height: 150px;
	display: inline-block;
	background-image: url(img/slogan_bkg.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}
#welcome_image {
	width: 500px;
	height: 150px;
	float: right;
	display: inline-block;
	background-image: url(img/welcome_bkg.jpg);
	background-repeat: no-repeat;
}
img {
	border: none;
}
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
form {
	margin: 0;
	width: 250px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
}
h1 {
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5 {
	font-size: 10px;
	line-height: 12px;
}
h6 {
	font-size: 8px;
	line-height: 10px;
}
h1 {
	color: #990000;
	font-weight: bold;
}
h2, h4, h6 {
	color:#333333;
	font-weight: bold;
}
ol {
	list-style-type:decimal;
	padding: 0 0 5px 20px;
	color: #666666;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 10px 0px 10px 15px;
	color: #666666;
}
li {
	margin: 0;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
hr {
	padding-top: 0px;
	border: 0px;
	border-bottom: 1px solid #999999;
	text-align: center;
	height: 0px;
}

/* ======================================== FORMS ======================================== */



label {
	font-weight: bold;
}
input, button {
	background-color:#fff;
	color: #555;
	font-size: 12px;
	margin:2px;
	padding:2px;
}
button, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #999999;
	color: #FFF;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #990000;
	color: #fff;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	background-color: #fff;
	color: #FFF;
	border: 1px solid #CCCCCC;
}
table.tableform td.button {
	text-align: center;
}
input[type="text"], input[type="password"], textarea {
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 180px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #990000;
}
.textarea field11	{
	width: 100%;
	height: 100px;

}
fieldset {
	border: 1px solid #ddd;
	padding: 3px;
}
fieldset td {
	padding: 1px;
}
legend {
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
}
input[type="checkbox"], select {
	padding: 1px;
	font-size: x-small;
}
.required {
	color: #205352;
}
#phone_text {
	width: 33px;
}
#phone_text4 {
	width: 44px;
}

/*
=================================================================================================================================
Contact Form Styling
=================================================================================================================================
*/

#myform fieldset {
	border: 1px solid #666666;
	*width: 335px;
	padding: 3px 10px 10px;
	margin: 10px 0;
}
#myform textarea, #myform select, #myform input {
	border: 1px solid #666666;
	*border: none;
	width: 305px;
	*width: 325px;
	font: 12px/12px normal Verdana, arial, sans-serif;
	color: #000;
	margin:0px;
	padding:2px;
}
#myform checkbox {
	border:none;
}
#myform label {
	width: auto;
	margin:0px;
	padding:0px;
	float:left;
}
#myform form {
	width: auto;
	margin:0px;
	padding:0px;
}
#myform span {
	width:auto;
	height:auto;
	margin:5px;
	padding:5px;
	clear:both;
}
.button {
	margin:20px 0 0 0;
	width: 100px;
}
#myform legend {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
	padding: 2px 4px;
	border: 1px solid #666666;
}
/* ========================={ CONTENT }=================================== */

#divider_area {
	background-image: url(img/divider_line_top.gif);
	background-repeat: repeat-x;
	display: inline-block;
	clear: right;
	width: 800px;
	height: 15px;
}
#content_area {
	width: 780px;
	height: inherit;
	background-image:url(img/content_bkg.gif);
	background-repeat: repeat;
	display: inline-block;
	clear: both;
	margin: auto;
	padding: 10px 10px 10px 10px;
}
#icons	{
	float: right;
	margin-top: -15px;
}
/* ========================={ MENU }=================================== */

#navcontainer {
	margin: 100px 0px 0px 35px;
	overflow: hidden;
	width: 500px;
	display: inline-block;
}
#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#navlist ul {
}
#navlist li a {
	line-height: 1.1em;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#navlist li {
	border-left: 1px solid #999;
	float: left;
	line-height: 1.1em;
	margin: 0 1.4em 0 -1em;
	padding: 0 1.4em 0 1.4em;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	white-space: nowrap;
}
#navlist li a:hover {
	color: #666666;
}
/* ========================={ FOOTER }==================================== */



#footer {
	background-image: url(img/footer_bkg.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 89px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	clear: both;
}
#copyright {
	padding: 0px;
	text-align: center;
	font-size:10px;
	color: #999999;
}
#footer p {
	color: #FFFFFF;
}
/* ========================={ FONTS }=================================== */



#slogan1 {
	font-weight: normal;
}
#slogan_area h1 {
	line-height: 26px;
	margin: 50px 0px 0px 30px;
	color: #FFFFFF;
}
#slogan2 {
	margin-left: 55px;
}


/* ========================={ HOME PAGE }=================================== */

#home_page	{
	margin: auto;
}
#welcome_header	{
	width: 770px;
	height: 110px;
	display: block;
	clear: both;
	margin: auto;
	padding: 5px 5px 5px 5px;
}
#smith_title {
	font-weight: bold;
}
#home_page_text	{
	font-size: 14px;
	font-weight: normal;
}

/* ========================={ ABOUT PAGE }=================================== */

#about_page	img{
	float: right;
	padding: 0px 10px 0px 10px;
}

/* ========================={ SERVICES PAGE }=================================== */

.service_left_list	{
	width: 395px;
	padding-left: 55px;
}
.service_right_list	{
	width: 395px;
	padding-left: 35px;
}

/* ========================={ BIOS PAGE }=================================== */

#bio_jeanne	img {
	float: right;
	padding: 0px 10px 0px 10px;	
}

#bio_list li	{
	color: #333333;
	font-size: 12px;
}

/* ========================={ CONTACT PAGE }=================================== */

#map_area	{
	width: 350px;
	height: 210px;
	float: right;
}
#map_area img	{
	float: right;
	margin-top: 19px;
	margin-right: 10px;
	padding-bottom: 7px;
}
#map_area p {
	margin-left: 0px;
	color: #333333;
	line-height: 17px;
}
#sml_title	{
	font-size:9px;
}