html {
	background: url('../gfx/bgnd.png');
}

body {
	font-size: 13px;
	font-family: "Trebuchet MS"; Helvetica; sans-serif;
	background: url('../gfx/bgnd0.png') repeat-x;
}

a {
	color: #ff8200;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, p, ul, ol {
	margin-top: 20px;
}

h1 {
	font-size: 21px;
	color: #ff8200;
}

h2 {
	font-size: 15px;
	color: #007be3;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #007be3;
	font-weight: bold;
}

strong {
	color: #007be3;
	font-weight: bold;
}

p {
	text-align: justify;
	color: #333333;
}

small {
	font-size: 10px;
	color: #8f8f8f;
}

.wrapper {
	width: 920px;
	margin: 0 auto;
}

#top {
	background: url('../gfx/bgnd1.png') repeat-x;
}

.subpage #top {
	background: url('../gfx/bgnd9.png') repeat-x;
}

#top .wrapper {
	background: url('../gfx/bgnd2.png') no-repeat left top;
	position: relative;
	height: 470px;
}

.subpage #top .wrapper {
	height: 320px;
}

#logo, #logo img {
	display: block;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#toolbox {
	width: 122px;
	height: 80px;
	position: absolute;
	top: 20px;
	right: 0;
	background: url('../gfx/bgnd3.png') repeat-x top;
}

#toolbox a {
	color: #007be3;
	display: block;
	line-height: 31px;
	padding: 0 12px;
	text-align: center;
	font-size: 12px;
}

#toolbox ul {
	height: 31px;
	background: url('../gfx/sep1.png') no-repeat 53px top;
	margin: 0;
}

#toolbox li {
	float: left;
	height: 31px;
	padding: 0;
	margin: 0;
}

#social {
	background: none !important;
	position: absolute;
	bottom: 0;
}

#social a {
	padding: 0;
}

#social .item-1 {
	padding: 0 15px;
}

#menu {
	position: absolute;
	left: 0;
	top: 120px;
	width: 920px;
	background: url('../gfx/bgnd4.png') repeat-x top;
	height: 50px;
	margin: 0;
	font-size: 14px;
	text-transform: lowercase;
}

#menu li {
	float: left;
}

#menu li:hover, #menu li.active {
	background: url('../gfx/bgnd5.png') repeat-x top;
}

#menu li a {
	display: block;
	line-height: 50px;
	padding: 0 15px 0 25px;
	color: #ffffff;
	background: url('../gfx/arrow1.png') no-repeat 15px center;
}

#menu li a:hover {
	text-decoration: none;
}

#slideshow img {
	display: block;
}

#slideshow {
	position: absolute;
	top: 190px;
	width: 600px; /* Change this to your images width */
	height: 240px; /* Change this to your images height */
	margin: 0;
	padding: 0;
}

#slideshow li {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
}

#slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slideshow a {
	border: 0;
	display: block;
}

#slideshow .nivo-controlNav {
	position: absolute;
	top: 255px;
	left: 255px;
	margin: 0 auto;
	width: 100px;
}

#slideshow .nivo-controlNav a {
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	background: url('../gfx/ns1.png') no-repeat left top;
	float: left;
	margin: 0 2px;
}

#slideshow .nivo-controlNav a.active {
	background: url('../gfx/ns2.png') no-repeat left top;
}

#top-box {
	position: absolute;
	right: 0;
	top: 190px;
	height: 240px;
	width: 300px;
	color: #f7f7f7;
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
}

#top-box p {
	margin-top: 10px;
}

#top-box h2 {
	margin: 0;
	padding: 0;
}

#top-box a.button {
	position: absolute;
	bottom: -5px;
	left: 0;
}

#main {
	background: url('../gfx/bgnd7.png');
}

#main .wrapper {
	background: #ffffff url('../gfx/bgnd6.png') no-repeat left top;
	padding: 20px 0 0 0;
}

.box {
	width: 280px;
	float: left;
	margin-left: 20px;
	padding-bottom: 15px;
}

#content {
	clear: both;
	margin: 0 20px;
	padding-bottom: 20px;
	border-top: 2px solid #f0f0f0;
}

.subpage #content {
	border-top: 0 none;
}

#content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #content { zoom: 1; } /* IE6 */
*:first-child+html #content { zoom: 1; } /* IE7 */

.content {
	width: 580px;
	float: left;
}

.news {
	width: 280px;
	margin-left: 20px;
	float: left;
	margin-top: 0;
}

.date {
	font-size: 11px;
	color: #8f8f8f;
}

.news h2 {
	margin-top: 0;
}

.more {
	margin-top: 0;
	font-size: 11px;
}

#footer {
	background: url('../gfx/bgnd8.png') repeat-x left top;
	color: #7c7c7c;
	height: 220px;
}

#footer .wrapper {
	background: url('../gfx/bgnd-f.jpg') no-repeat left top;
	height: 200px;
	padding-top: 20px;
}

#footer .wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #footer .wrapper { zoom: 1; } /* IE6 */
*:first-child+html #footer .wrapper { zoom: 1; } /* IE7 */

#footer h2 {
	color: #acabab;
}

#footer h3 {
	color: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#footer p {
	color: #9f9f9f;
	font-size: 12px;
}

#footer p + h3 {
	margin-top: 20px;
}

#footer a {
	color: #7c7c7c;
}

#footer a:hover {
	color: #acabab;
	text-decoration: underline;
}

#footer2 {
	height: 60px;
	color: #afafaf;
	font-size: 12px;
	clear: both;
}

#copyright {
	float: left;
	width: 440px;
	margin-left: 20px;
	color: #666666;
}

#design {
	float: left;
	width: 440px;
	text-align: right;
	color: #666666;
}

#boxes {
	position: absolute;
	top: 170px;
	left: 0;
}

#boxes h2 {
	background: url('../gfx/bgnd10.png');
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	padding: 0 10px;
	color: #818181;
}

#side-menu {
	width: 280px;
	margin-left: 20px;
	float: left;
}

#side-menu li {
	border-top: 1px solid #e9e9e9;
}


#side-menu li.active, #side-menu li:hover {
	border-top: 1px solid #e9e9e9;
	background: url('../gfx/bgnd11.png') repeat-x left top;
}

#side-menu li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 10px 7px 20px;
	background: url('../gfx/arrow2.png') no-repeat 10px center;
}

#side-menu li.active a, #side-menu li a:hover {
	color: #fff3e6;
	background: url('../gfx/arrow3.png') no-repeat 10px center;
}

#side-menu li a:hover {
	text-decoration: none;
}

.content ul li {
	background: url('../gfx/arrow2.png') no-repeat left 6px;
	margin-left: 20px;
	padding-left: 10px;
	color: #333333;
}

.content ol {
	list-style: decimal;
	margin-left: 30px;
}

ol ul, ul ol, ol ol, ul ul {
	margin-top: 0;
}
