@import "reset.css";
@import "base.css";
@import "fonts.css";
@import "CMScontent.css";

body, html {color:#333333; font-family: "Trebuchet MS", Helvetica, sans-serif}
body {min-width:950px;background-color:#c26612;margin:10px 0 10px 0;}
html {height:101%}
a img {border:none;}


ul {list-style:url(/images/CMSbullet.gif)}


/*  <PAGE SEGMENTS>
--------------------------------------------------*/
#container {width:950px; margin:0 auto; 
			background:url(/images/bkgdContainerBIG.jpg) repeat-y;border-top:2px solid black; 
}



/*  <CONTENT SEGMENT>
--------------------------------------------------*/
#content {min-height:700px;width:890px;padding:30px;}
#content p {letter-spacing:.5px; line-height:150%;  }

/*  <FOOT SEGMENT>
--------------------------------------------------*/
#foot {	clear:both;	color:#737F8D; font-size:77%;
	text-align:right;background: #ffffff url(/images/bkgdFootBIG.jpg) repeat-y;padding:10px 20px 5px 0;
border-bottom:2px solid black;  border-top:1px solid black}
#foot  a {color:#737F8D; text-decoration:none; font-weight:normal; text-transform:none;}
#foot  a:hover {color:#973513;}


/*  <IMAGE SHADOW>
--------------------------------------------------*/
.imgShadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;
  }

.imgShadow img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 