BODY {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #d0cbc0;
	margin: 0 0 0 0;
}

H1 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	color: #384838;
	font-size: 16px;
	font-weight: normal;
}

H2 {
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
	color: #384838;
	font-size: 14px;
	font-weight: normal;
}

TD {
	vertical-align: top;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4d4f;
}

A {
	color: #916315;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

#wrapper {
	background-image: url(../images/contentBackground.gif);
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 13px;
	float: left;
}

#logo {
	padding: 0 0 0 0;
}

#nav {
	background-color: #384838;
	padding: 0 0 0 0;
	
}

#phoneHome {
	margin: 0 0 0 308px;
	padding: 0 0 0 0;
}

#phone {
	margin: 0 0 0 241px;
	padding: 0 0 0 0;
}

#content {
	background-image: url(../images/flyHome.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 738px;
	float: left;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	min-height: 280px;
}

#content A {
	font-weight: bold;
}

#footer {
	background-image: url(../images/footerHome.gif);
	background-repeat: no-repeat;
	height: 30px;
}

.leftCorner {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/default/leftCorner.png');
	 width: 16px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.leftCorner[class] {
  background-image:url(../../images/default/leftCorner.png);
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
}

.leftSide {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/leftBackground.png');
	 width: 16px;
	 background-position: top;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.leftSide[class] {
  background-image:url(../images/leftBackground.png);
  width: 16px;
}

.rightCorner {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/default/rightCorner.png');
	 width: 16px;
	 background-repeat: no-repeat;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.rightCorner[class] {
  background-image:url(../../images/default/rightCorner.png);
  background-repeat: no-repeat;
  width: 16px;
}

.rightSide {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/rightBackground.png');
	 width: 16px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.rightSide[class] {
  background-image:url(../images/rightBackground.png);
  width: 16px;
}

#left {
	/*width: 450px;*/
	width: 670px;
	margin: 0 15px 0 0;
	padding: 15px 15px 55px 15px;
	/*border-right: 1px dashed #6d6f48;*/
	float: left;
}

#left P {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}

#right {
	margin: 0 0 0 0;
	padding: 15px 0 0 15px;
}

#right P {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}

#leftSub {
	/*width: 501px;*/
	width: 670px;
	margin: 0 15px 0 0;
	padding: 15px 15px 15px 15px;
	/*border-right: 1px dashed #6d6f48;*/
	float: left;
}

#leftSub P {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	/*width: 501px;*/
}

.calloutImage {
	margin: 0 10px 0 0;
	/*float: left;*/
}

.subCallout {
	margin: 0 0 15px 0;
	}

#callout {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#callout H1 {

}

#contact {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #6d6f48;
}

#contact P {
	
}

/* menu styles */

#menu1 {
	background-color: #6384838;	
}

#menu1 A:hover {
	background-color: #6D6F48;	
	color: #fff;
}

#menu1 .dynamicMenu {
	background-color: #B5C7DE;
}

#menu1 .staticSelected {
	background-color:#373738;
}

#menu1 .dynamicSelected {
	background-color: #507CD1;
}

#menu1 .staticHover {
	background-color: #6D6F48;
	color: #fff;
}

#popup {
	background-color: #f4f3f1;
	margin: 0 0 0 0;
	padding: 10px;
	/*width: 100%;*/
}
