/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #504E42;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #9D9356;
	text-align: justify;
}

h3 {
	margin-bottom: 1em;
	font-size: 12px;
	color: #504e42;
	font-variant: normal;
	text-transform: capitalize;
}

h4 {
	margin-bottom: 1em;
	font-size: 12px;
	color: #504E42;
	line-height: 12px;
	font-weight: normal;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #578bb1;
}

a:hover {
	text-decoration: none;
	text-align: center;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
}

img.left {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

#wrapper2 {
	width: 940px;
	background: url(images/bg03.jpg) repeat-y left top;
}

#wrapper3 {
	padding: 0px 45px;
	background: url(images/bg04.jpg) no-repeat left top;
}

/** HEADER */

#header {
	height: 130px;
}

/** SEARCH */

#search {
	width: 425px;
	height: 120px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#search form {
	padding: 83px 0px 0px 148px;
	text-align: right;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-right: 10px;
}

#search input {
	float: left;
	height: 24px;
	padding: 0px;
}

input#keywords {
	width: 170px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #2B608A url(images/subpage1_01.gif) repeat-x left top;
	border: 1px solid #2B5E88;
	border-right-color: #5983A3;
	border-bottom-color: #5983A3;
	color: #FFFFFF;
}

input#search-submit {
	width: 60px;
	margin-left: 10px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

/** MENU */

#menu {
	height: 70px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 11px;
	background: url(images/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** BANNER */

#banner {
	padding-bottom: 10px;
}

/** PAGE */

#page {
}

#single {
	padding: 25px;
	background: url(images/homepage07.gif) repeat-x left top;
}

/** CONTENT */

#content {
	width: 535px;
	padding: 25px;
	background: url(images/homepage07.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#homepage #content {
	width: 500px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
	position: relative;
	height: auto;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
}

html>body .three-columns {
	height: auto;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 250px;
}

.three-columns .column1 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column2 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column3 {
	padding: 0px 15px;
}

.three-columns .title {
	margin: 0px;
	width: 285px;
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #036;
	text-align: left;
	padding-top: 18px;
	height: 23px;
	margin-left: -20px;
	text-indent: 20px;
}

.three-columns .content {
	padding-top: 20px;
}

/** BOX STYLE 1 */

.boxA {
}

.boxA .title {
	margin: 0px;
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #036;
	text-align: left;
	text-indent: 15px;
	padding-top: 18px;
	height: 23px;
}

.boxA .content {
	padding-top: 25px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/** SIDEBAR */

#sidebar {
	width: 250px;
}

#homepage #sidebar {
	width: 288px;
}


/** FOOTER */

#footer {
	width: 940px;
	height: 150px;
	background: url(images/bg05.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	color: #C6C4BC;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

#box4 .content {
	padding-left: 20px;
	vertical-align: middle;
}
#wrapper #wrapper2 #wrapper3 #page #content ul li {
	font-size: 14px;
}
#wrapper #wrapper2 #wrapper3 #page #sidebar #login .content fieldset ul li p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
references_sidebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
