/****************************************
GENERAl
****************************************/
body{
	font:1em Arial, Verdana, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

* {
	margin:0; padding:0;
}

.clear{ 
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	  height:1px; 
	  overflow:hidden; 
	  line-height:1%; 
	  font-size:0px; 
	  margin-bottom:-1px; 
} 


#siteContainter{
	width:760px;
	background-color:#ffffff;
}

#listMenu{
	float:left; /*makes the div enclose the list */
	background-color:#FFF; /* colors the div */
}

#flashHolder {
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8f0f10;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #212121;
	text-decoration: none;
	margin:10px;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #212121;
	text-decoration: none;
	margin:10px;
}

#contentArea {
	width:660px;
	margin:0px 0 0 0;
	min-height:650px;
}

#contentArea img {
	margin:10px;
}

/****************************************
CALLOUTS
****************************************/
#newsletterCallout {
	width:760px;
	height:50px;
	background-image:url(../images/newsletterBG.jpg);
	margin:5px 0px 9px 0px;
}

#newsletterCallout p {
	padding:16px 0 0 10px;
}

#calloutContainer{
	background-color:#ffffff;
	width:760px;
}

#calloutBG{
	background-image:url(../images/callout_holder_BG.jpg);
	background-repeat:repeat-y;
	width:760px;
}

#callout1{
	border-top:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:10px solid #ffffff;
	float:left;
	width:240px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#bdbb99;
	background-image:url(../images/calloutBG.jpg);
	background-repeat:no-repeat;
}

#callout2{
	border-top:10px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
	float:left;
	width:240px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#bdbb99;
	background-image:url(../images/calloutBG.jpg);
	background-repeat:no-repeat;
}

#callout3{
	border-top:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:10px solid #ffffff;
	float:left;
	width:240px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#bdbb99;
	background-image:url(../images/calloutBG.jpg);
	background-repeat:no-repeat;
}
#calloutFooter1{
	border-top:0px solid #ffffff;
	border-left:10px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:10px solid #ffffff;
}

#calloutFooter2{
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:0px solid #ffffff;
}

#calloutFooter3{
	border-top:0px solid #ffffff;
	border-left:10px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-right:10px solid #ffffff;
}

/****************************************
FORMS
****************************************/

body form input {
	border-top:1px solid #84836b;
	border-right:1px solid #84836b;
	border-bottom:1px solid #84836b;
	border-left:1px solid #84836b;
	font-size:11px;
	background-color:#FFFFFF;
}
