@charset "utf-8";
/* CSS Document */

body, div, h6, h5, h4, h3, h2, h1, ul, li {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 28px; }

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

a { cursor: pointer; }

a, a:visited { color: #4444FF; }

a:hover { color: #10A94B; }

a img { border: none; }

body {
	background-color: #10a94b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	background: url(../../images/template/page-background.jpg) repeat-y;
	margin: 0 auto;
	padding: 0px 133px 0px 144px;
	width: 703px;
}

#header {
	background: url(../../images/template/header-background.png) no-repeat bottom right;
	height: 260px;
	width: 703px;
}

#logo {
	float: left;
	margin: 25px 0px 0px 25px;
}

#navigation {
	list-style-type: none;
}

#navigation li {
	background: url(../../images/template/nav-tab.png) no-repeat;
	cursor: pointer;
	float: left;
	height: 26px;
	margin-left: -26px;
	padding: 17px 9px 0px 0px;
	position: relative;
	text-align: center;
	width: 150px;
}

#navigation li.tall {
	background: url(../../images/template/nav-tab-wide.png) no-repeat;
	height: 35px;
	padding-top: 8px;
	width: 166px;
}

#navigation li ul {
	background: #fdf5dd;
	list-style-type: none;
	left: 0;
	position: absolute;
	top: 43px;
	visibility: hidden;
}

#navigation li ul li {
	background: none;
	height: 22px;
	margin: 2px 0px 0px;
	padding: 0;
}

#content {
	padding: 20px;
	width: 663px;
}

#footer {
	text-align: center;
	width: 703px;
	background: #10a94b;
	color: #FFF;
	padding: 5px 0px;
}

.title_image {
	display: block;
	margin-bottom: 15px;
}

.inset {
	background-image: url(../../images/pages/creative_bg.png);
	border: 1px solid #fbba87;
	display: none;
	padding: 10px;
	margin: 5px 0px;
	width: 643px;
}

.inset img {
	float: right;
	margin-left: 10px;
}
