/** BASIC */

html, body {
	height: 100%;
}

h2.text1 {
	padding: 7px 0 10px 10px;
}
.text1 {
	padding: 7px 0px 0px 10px;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 1012px;
	height: 133px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 506px;
	height: 133px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** SEARCH */

#search {
	float: right;
	width: 506px;
	height: 133px;
}

#search form {
	padding: 53px 0px 0px 187px;
}

/** MENU */

#menu {
	width: 1012px;
	height: 44px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 6px 0px 0px 65px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 21px;
	font-size:14px;
	background: url(images/homepage02.gif) no-repeat left top;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 1012px;
	margin: 0px auto;
}

#page > .title {
	height: 29px;
}

#page .content {
}

/** RIGHT SIDEBAR */

#rightbar {
	float: right;
	width: 248px;
	padding-right: 59px;
}

/** LOGIN */

#login {
}

#login .content {
	padding: 14px 0px 15px 17px;
}

#login form .text1 {
	padding: 0px;
}

#login .submit2 {
	float: right;
}

/** ARTICLES */

#articles {
}

#articles .content {
	padding: 15px 17px 0px 18px;
}

#articles table {
	margin-bottom: 10px;
}

/** DOWNLOADS */

#downloads {
}

#downloads .content {
	padding: 15px 17px 0px 18px;
}

#downloads table {
	margin-bottom: 10px;
}

/** CONTENT */

#content {
	float: right;
	width: 468px;
	padding: 0px 14px;
}

#subpage2cols #content {
	width: 730px;
	padding-right: 59px;
}

/** LEFT SIDEBAR */

#leftbar {
	float: left;
	width: 150px;
	padding-left: 59px;
}

/** FOOTER */

#footer {
	padding: 20px 0px;
}

/** BOX1 */

#box1 {
}

#box1 .content {
	padding: 3px 0px;
}

/** BOX2 */

#box2 {
}

#box2 .content {
	padding: 3px 0px;
}

/** BOX3 */

#box3 {
}

#box3 .title {
	height: 31px;
}

#box3 .content {
	padding: 19px 26px 0px 20px;
}

#box3 .boxed {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}

#box3 p {
	position: relative;
}

#box3 .list2 {
	float: left;
	width: 200px;
}

#box3 .colA {
}

#box3 .colB {
	width: 180px;
	padding-left: 20px;
	background: url(images/homepage12.gif) repeat-y left top;
}

/** BOX4 */

#box4 {
}

#box4 > .content {padding:3px;}

/** BOX5 */

#box5 {
}

/** BOX6 */

#box6 {
}

#box6 p {
	padding: 13px 17px 16px 13px;
}

#box6 .image {
	background: url(images/homepage09.gif) no-repeat left bottom;
}

/** BOX7 */

#box7 {
}

#box7 .title {
	height: 31px;
}

#box7 .content {
	padding: 19px 26px 0px 20px;
}

/** BOX8 */

#box8 {
}

#box8 > .title {
	height: 32px;
}

#box8 .content {
	padding: 5px 3px;
}

/** BOX9 */

#box9 {
	padding: 0px 59px;
}

#box9 .title {
	height: 31px;
}

#box9 .content {
	padding: 19px 26px 0px 20px;
}

#sidebar_links, #sidebar_actions {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 10px;
padding:0;
}

#sidebar_links li, #sidebar_actions li {
	background:transparent url(images/homepage09.gif) repeat-x scroll left bottom;
	font-size:12px;
	padding:4px 0 6px 5px;
}

#sidebar_links li, #sidebar_actions li a {
	font-weight:bold;
}

