/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.3em;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: .6em 0 .6em 0;
}

a:link {
	color: #5A8F84;
}

a:hover, a:active {
	color: #3A6F64;
}

a:visited {
	color: #7C908C;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: .2em 0 .6em 0;
	font-size: 20px;
	font-weight: normal;
	color: #5B8F84;
}

h3 {
	margin: 0;
	padding: .2em 0 .6em 0;
	font-size: 14px;
	font-weight: bold;
	color: #4B7F74;
}

h4 {
	margin: 0;
	padding: .2em 0 .6em 0;
	font-size: 12px;
	font-weight: bold;
	color: #3B6F64;
}


ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	padding-top: .4em;
	padding-bottom: .6em;
}

ul ul li {
	padding-top: .4em;
	padding-bottom: .1em;
}

#header {
	margin: 0 auto;
	background-image: url(images/header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 760px;
	height: 188px;
}

#logo-img {
	margin-bottom: -208px;
	margin-right: -430px;
	position: relative;
	top: -2px;
	z-index: 1;
}

#drtina-img {
	margin-bottom: -28px;
	margin-right: -183px;
	position: relative;
	top: 72px;
	left: 550px;
	z-index: 2;
}

#navigation {
	position: relative;
	padding-top: 141px;
	padding-bottom: -141px;
	padding-left: 158px;
	padding-right: -158px;
	z-index: 100;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0 7px 0 6px;
	float: left;
	list-style: none;
	width: auto;
	height: 30px;
	text-align: center;
}

#navigation li.on {
	background-image: url(images/nav-arrow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#navigation a {
	padding: 7px;
	color: #798F79;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#navigation a:hover {
	color: #515451;
}

#image-bar {
	background-color: #7AAEA4;
	background-image: url(images/green-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 142px;
	text-align: center;
}

#content {
	margin: 25px auto 40px auto;
	width: 760px;
}

#footer {
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #AAAAAA;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #AAAAAA;
}

#footer a:hover {
	color: #888888;
}

.box-content {
	margin: 0 auto;
	padding: 0 30px 0 30px;
	background-image: url(images/box-bg.png);
	background-repeat: repeat-y;
	width: 587px;
}

.box-top {
	margin: 0 auto;
	background-image: url(images/box-top.png);
	width: 647px;
	height: 19px;
}

.box-bottom {
	margin: 0 auto;
	background-image: url(images/box-bottom.png);
	width: 647px;
	height: 26px;
}

.box-sm-content {
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background-image: url(images/box-sm-bg.png);
	background-repeat: repeat-y;
	width: 260px;
}

.box-sm-top {
	margin: 0 auto;
	background-image: url(images/box-sm-top.png);
	width: 300px;
	height: 19px;
}

.box-sm-bottom {
	margin: 0 auto;
	background-image: url(images/box-sm-bottom.png);
	width: 300px;
	height: 26px;
}


.image-frame {
	padding: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}
