/* CSS Document */

body {
	background-color:#48342B
}

a img {
  border-width:0;
  }

a:link { color: #A38F86; text-decoration:underline}
a:visited {color:#A38F86; text-decoration:underline}
a:active { color: #A38F86; text-decoration:underline}
a:hover { color: #6F97AD; text-decoration:none}


.lftTile {
	background-image:url(../images/common/lftTile.gif);
	background-repeat:repeat-y;
}

.rtTile {
	background-image:url(../images/common/rtTile.gif);
	background-repeat:repeat-y;
}

.footer {
	background-image:url(../images/common/footer.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#755C51;
	font-size:11px;
	line-height:14px;
	}
	
/* Start Nav */

#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#A38F86;
	margin-left:75px;
	margin-top:0px;
}

#nav a:link { color: #A38F86; text-decoration:none}
#nav a:visited {color:#A38F86; text-decoration:none}
#nav a:active { color: #A38F86; text-decoration:underline}
#nav a:hover { color: #6F97AD; text-decoration:underline}
	

/* Start Content */


#content {
	margin-left:30px;
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A38F86;
	font-size:12px;
	line-height:18px;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#C4B5AE;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	margin-top:0px;
	margin-bottom:0px;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;;
	color:#A38F86;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-top:0px;
	margin-bottom:0px;
}

#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A38F86;
	font-size:12px;
	line-height:18px;
}

/* Contact Form */

#form h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#C4B5AE;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	margin-top:0px;
	margin-bottom:0px;
}

#form h2 {
	font-family:Georgia, "Times New Roman", Times, serif;;
	color:#A38F86;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-top:0px;
	margin-bottom:0px;
}

#form {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A38F86;
	font-size:12px;
	line-height:18px;
	margin-top:20px;
}

.req {
	color:#FF0000;
	}
	
/*------------- Begin blog -------------*/

#subnav ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	list-style-image: url(/images/common/arrow.gif);
	line-height: 19px;
	}
		
#subnav li {
	font-size: 13px;
	color:#A38F86;
	margin: 0;
	padding-bottom: 0px;
	}
	
#subnavblog ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	list-style-image: url(/images/common/arrowbrown.gif);
	line-height: 19px;
	}
		
#subnavblog li {
	font-size: 13px;
	color:#A38F86;
	margin: 0;
	padding-bottom: 0px;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;;
	color:#A38F86;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-top:15px;
	margin-bottom:5px;
	}
	
.txtsmall {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #A38F86; line-height: 16px}

#blog {
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A38F86;
	font-size:12px;
	line-height:18px;
	background-color: #FFFFFF;
}

#blog h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#C4B5AE;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	margin-top:0px;
	margin-bottom:0px;
}

/*------------- End blog -------------*/
