/* typography and links */

* {margin: 0;padding: 0;outline: 0;}

body {
  color: #222;
  background: url(../images/bg.jpg);
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
}

p {padding:0 0 1em 0;}

h1, h2, h3, h4, h5, h6 {
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-weight:normal;
	color:#333;
}

h1, div.blog h1, div.blog-featured h1, div.item-page h1, h1 a, h1 a:visited, h1 a:hover {
font-size:2em;
line-height:1.6em;
}
h2, div.items-leading h2, div.item-page h2, h2 a, h2 a:visited, h2 a:hover {
font-size:1.8em;
font-weight:normal;
padding-bottom:12px;
}
h3, h3 a, h3 a:visited, h3 a:hover {
font-size:1.4em;
}
h4 {
font-size:1.4em;
}
h5 {
font-size:1.2em;
}
h6 {
font-size:1.2em;
}

/* links */
a {text-decoration: none;color: #467548; outline:none;}
a:visited {color: #467548;}
a:hover {color: #6A6A6A; text-decoration:underline;}
a img {border: none; outline:none;}

/* end -typography and links */

/* tables */
table {border-collapse:collapse;border-spacing:0;margin:0;width:100%;}
th, td {padding:0; margin:0;text-align:left;font-weight:normal;vertical-align:top;}
caption {font-weight: bold;}
th {font-weight:bold;}

/* lists */
ol {list-style: decimal; padding:0; margin:15px 0 15px 15px;}
ul {list-style: disc; padding:0; margin:15px 0 15px 15px;}
li {margin-left: 0; padding-bottom: 10px;}

#container {
  margin-top: 15px;
}

#header-wrapper {
  position: relative;
}

#inset1-wrapper {
  background: url(../images/home-panel.jpg);
  height: 226px;
}
#inset1-home {
  padding: 7px 20px 0 20px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  margin-left: 50px;
  font-size: 24px;
}
#inset1-home h2 {
  font-size: 36px;
  color: #fff;
}
#inset1 {
  padding: 2px 0px 20px 0;
}
#inset2 {
  padding: 2px 0px 20px 0;
}


#content-wrapper {
	background:#fff url(../images/content-bg.jpg) top left repeat-y;
}

#left-wrapper {
  background: #467548 url(../images/left-col-top.jpg) top left no-repeat;
}
#left {
  padding: 25px 10px 10px 10px;
  color: #fff;
  font-size: 12px;
}

#article {
  padding: 30px 20px;
}


#spacer {
  background-color: #fff;
  height: 10px;
}

#mainmenu {
	position:absolute;
	top:29px;
	left:315px;
  height: 30px;
  width: 425px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

#mainmenu a {text-decoration: none;color: #fff;}
#mainmenu a:link {text-decoration: none;color: #fff;}
#mainmenu a:visited {color: #fff;}
#mainmenu a:hover {color: #DECB5F; text-decoration: none;}

#footer-wrapper {
  background-color:#467549;
  margin-bottom: 40px;
}

#footer {
	padding:20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

#footer-wrapper a {text-decoration: none;color: #fff;}
#footer-wrapper a:link {text-decoration: none;color: #fff;}
#footer-wrapper a:visited {color: #fff;}
#footer-wrapper a:hover {color: #fff; text-decoration: underline;}

#left a {text-decoration: none;color: #fff;}
#left a:link {text-decoration: none;color: #fff;}
#left a:visited {color: #fff;}
#left a:hover {color: #DECB5F; text-decoration: none;}

#left h3 {
  color: #DECB5F;
  text-align: left;
  margin-bottom: 9px;
}