@import url("reset.css");

body {
	background:  #4f8667 url(../images/body_bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #514238;
	font-size: 13px;
	padding: 43px 0px 64px 0px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

blockquote {
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size:20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 981px;
	text-align: left;
	background-color: #fff;
	padding: 15px;
}

#header {
	height: 153px;
	position: relative;
	padding-bottom: 40px;
}

#header .logo {
	width: 230px;
	height: 128px;
	position: absolute;
	top: 25px;
	left: 22px;
}

#header .topNav {
	width: 550px;
	position: absolute;
	top: 14px;
	right: 0px;
}

#header .topNav ul li {
	float: left;
}

#header .topNav ul li a:link,
#header .topNav ul li a:active,
#header .topNav ul li a:visited {
	font-family: Georgia;
	padding: 0 12px;
	color: #1e4a31;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header .topNav ul li a:hover {
	text-decoration: underline;
}

#header .headerImage {
	width: 547px;
	position: absolute;
	top: 63px;
	right: 25px;
}

#header .menu {
	width: 692px;
	height: 37px;
	position: absolute;
	top: 113px;
	right: 0px;
} 

#header .menu li {
	background: url(../images/menu_li_bg.jpg) no-repeat left center;
	padding: 0 1px;
	height: 37px;
	float: left;
}
	
#header .menu li a:link,
#header .menu li a:active,
#header .menu li a:visited {
	height: 37px;
	display: block;
	text-indent: -999em;
}

#header .menu li.item1 {
	width: 112px;
}
	
#header .menu li.item1 a {
	width: 112px;
	background: url(../images/item1.jpg) no-repeat left top;
	display: block;
}

#header .menu li.item2 {
	width: 106px;
}

#header .menu li.item2 a {
	width: 106px;
	background: url(../images/item2.jpg) no-repeat left top;
	display: block;
}

#header .menu li.item3 {
	width: 118px;
}

#header .menu li.item3 a {
	width: 118px;
	background: url(../images/item3.jpg) no-repeat left top;
	display: block;
}

#header .menu li.item4 {
	width: 120px;
}

#header .menu li.item4 a {
	width: 120px;
	background: url(../images/item4.jpg) no-repeat left top;
	display: block;
}

#header .menu li.item5 {
	width: 118px;
}
	
#header .menu li.item5 a {
	width: 118px;
	background: url(../images/item5.jpg) no-repeat left top;
	display: block;
}

#header .menu li.item6 {
	width: 106px;
}
	
#header .menu li.item6 a {
	width: 106px;
	background: url(../images/item6.jpg) no-repeat left top;
	display: block;
}

#containerRepeat {
	background: url(../images/container_repeat.jpg) repeat-y right top;
}

#container {
	background: url(../images/container_bg.jpg) no-repeat right bottom;
}

#contentCol {
	width: 712px;
	float: left;
}

#content {
	width: 684px;
	padding: 32px 16px 0px 16px;
}

.contentheading, .componentheading {
	color:#514238;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 24px;
} 

.small, .createdate, .modifydate {
	color: #333333;
	font-size: x-small;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
	margin-left: 5px;
}

#rightCol {
	float: right;
	width: 223px;
	padding: 23px 16px 0px 18px;
}

#rightCol .moduletable {
	margin-bottom: 23px;
	text-align: center;
	color: #1d1612;
	font-family: "Myriad Pro";
}

#footer {
	width: 1011px;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #f9fbdc;
	padding-top: 77px;
}

 /* inner css */
 #innercontainerRepeat {
 	background: url(../images/innercontainerRepeat_bg.jpg) repeat-y right top;
 }

#innerContainer {
	background: url(../images/innercontainer_bg.jpg) no-repeat right bottom;
	padding-left: 26px;
}

#innercontentCol {
	float: left;
	background: url(../images/contentheading_bg.jpg) no-repeat left top;
	width:716px;
}

#innerrightCol {
	float: right;
	width: 199px;
	padding: 48px 10px 0px 10px;
}

#innerrightCol .moduletable {
	font-family: "Minion Pro";
	width: 199px;
	text-align: center;
	color: #1e4a31;
	margin-bottom: 10px;
} 
