/** Common Styles */

body {
	margin: 0px 0 0 0;
	padding: 0;
	background-color: #ffffff;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #670001;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position:inside;
}

a {
	text-decoration: none;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #670001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
  border-style: none;
}

/** HEADER */

#headerhome {
	width: 987px;
	height: 227px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header {
	width: 987px;
	height: 135px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #cc0000;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

/** NAVIGATION */

 #navigation {
  background: #30a070; 
  color: #ffffff;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 19px;
	height:20px;
	width:800px;
	text-align:center;
	margin: 0px auto;
	padding:10px 0px 10px 0px;
  border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

a { cursor: pointer; }
#navigation a:link {
  color: #ffffff;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 19px;
  font-weight: normal;
	text-decoration:none;
	padding:0px 9px 0px 9px;
}
#navigation a:visited {
  color: #ffffff;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 19px;
  font-weight: normal;
	text-decoration:none;
	padding:0px 9px 0px 9px;
}
#navigation a:hover {
  color: #333333;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 19px;
  font-weight: normal;
	text-decoration:none;
	padding:0px 9px 0px 9px;
}

/** CONTENT */

#content-wrap {
	width: 987px;
}

#content {
	float: right;
	width: 943px;
	min-height:470px;
	margin: 0px auto;
	padding-top: 0px;
	background-color:#ffffff;
}

#columnA {
	float: right;
	width: 566px;
	padding: 30px 30px 0 0px;
}

#columnA h2 {
	border-bottom: 1px #FFA66B dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnAnav {
	float: right;
	width: 566px;
	padding: 20px 30px 0 0px;
	font-size: 14px;
}

#columnAnav h2 {
	border-bottom: 1px #FFA66B dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 289px;
	background-image:url('../images/leftcol_bg.gif');
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
}

#columnB h2 {
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}


/** FOOTER */

#footer {
	width: 100%;
	margin: 0px auto;
	height: 40px;
	font-size: 11px;
	background-color:#000000;
	background-image:url('../images/address.jpg');
	background-repeat:no-repeat;
	color: #ffffff;
}

#swirl {
  text-align:right;
	width: 987px;
	height: 128px;
	background-image:url('../images/greenswirl.gif');
	background-repeat:no-repeat;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	margin: 20px 0px 0px 30px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 20px 30px 0px 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}

/** LAYERS */

#Layer-1 {
  position: absolute;
  left: 2px;
  top: 227px;
  width: 341px;
  height: 231px;
  z-index: 8;
}

#Layer-2 {
  position: absolute;
  left: 72px;
  top: 458px;
  width: 271px;
  height: 35px;
  z-index: 8;
}

#Layer-3 {
  position: absolute;
  left: 922px;
  top: 125px;
  width: 65px;
  height: 43px;
  z-index: 18;
}

#Layer-4 {
  position: absolute;
  left: 44px;
  top: 135px;
  width: 299px;
  height: 76px;
  z-index: 8;
}

#Layer-5 {
  position: absolute;
  left: 922px;
  top: 49px;
  width: 65px;
  height: 44px;
  z-index: 18;
}

#Layer-6 {
  position: absolute;
  left: 72px;
  top: 211px;
  width: 271px;
  height: 35px;
  z-index: 8;
}
