html{
	height:100%;
}

* {
	padding:0;
	margin:0;
}



a {
	text-decoration:none;
	color:#ce7c64;
}

a:hover {
	text-decoration:underline;
}

p {
	padding:11px 0;
}

.clear {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

body {
  margin: 0px; padding:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#2f2f2f;
  background-image:url(../images/misc/colorbg.gif);
  background-repeat:repeat-x;
  background-color:#ffefbd;
  height: 100%; 
  min-height: 100%;
}

#shadow {
  background-image: url(../images/misc/bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  margin:0 auto;
  position:relative;
  height:auto !important; 
  height:100%; 
  min-height:100%;
  width:902px;
}

img, div { behavior: url(css/iepngfix.htc) }

#container {
  width:900px;
  margin:0px 0px 0px 1px;
  position:relative;
}

/* HEADER */

.header {
	width:900px;
	height:87px;
	float:left;
	border-bottom:1px solid #ce7c64;
}

/* MENU */

.menu {
	width:190px;
	padding-bottom:30px;
	float:left;
	background-color:#ce7c64;
}

.menu li a {
	color:#ffffff;
}

.menu li a:hover, .selected {
	text-decoration:none;
	color:#222;
	background-image: url(../images/misc/li_arrow.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:10px;
	font-style:italic;
}

.menu ul {
	list-style:none;
	margin:10px 0 10px 16px;
	font-size:12px;
}

.menu li {
	width:160px;
	border-bottom:1px dotted #ffefbe;
	padding:5px 0;
}

.menu img {
	margin:0 0 10px 16px;
	border:1px solid #fff;
}



/* CONTENT */

.content {
	width:675px;
	float:left;
	margin:13px 0px 0px 17px;
	padding:0px 0px 40px 0px;
}

.content img {
	margin-top:10px;
}

.content h1 {
	font-size:17px;
	color:#ce7c64;
}

.imgleft {
	float:left;
	padding:0 10px 10px 0;
}

.imgright {
	float:right;
	padding:0 0 10px 10px;
}

.sitenav {
	float:left;
	width:400px;
	margin-bottom:10px;
}

.bigtext {
	font-size:13px;
}

.link1 {
	font-size:12px;
}

.content img {
	border:0;
}

.textfield {
	width:275px;
	border:1px solid #aaa;
}

.textarea {
	width:275px;
	height:200px;
	border:1px solid #aaa;
}



.send {
	border:1px solid #666666;
}

.content ul {
	margin-left:15px;
}

/* FOOTER */
.footer, .push {
	height:20px;
}

.footer {
	margin:0 auto;
	width:900px;
    height:20px;
	background-color:#f6dbad;
	text-align:center;
	padding-top:6px;
	overflow:block;
	border-right:1px solid #ce7c64;
	border-left:1px solid #ce7c64;
}

/* MISC */
.formerror {
	border:1px solid #FF0000;
	padding:5px;
	margin-bottom:10px;
	width:350px;
}

.formerror ul {
	margin-left:15px;
	list-style-type:disc;
}

td {
	height:25px;
}

.bigbanner {
	margin:15px 0 7px 0;
}

.footerextern {
	width:100%;
	height:3%;
	background-color:#333333;
	text-align:center;
	vertical-align:middle;
}

.paragraphholder {
	width:677px;
}

.paragraphholder p {
	min-width:300px;
}
