/** BASIC */

body {
	margin: 40px 0px;
	padding: 0px;
	/*background: #FFFFFF url(Images/homepage01.gif) repeat-x left top;*/
	
	/* GL */
	background-color: #DBCBC0;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

input.text {
	border: 1px solid #EEEEEE;
}

input.button {
	background: #EEEEEE url(Images/homepage04.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	font-weight: normal;

	/*color: #717171;*/
	color: #333333;
}

h1 {
	font-size: 20px;
}

h2 {
/*	font-size: 16px;*/
	font-size: 1.5em;
}

h1, h2 {
	margin-bottom: 15px;
	padding-top: 10px;
}

h1 span, h2 span {
	/*color: #0CA5FF;*/
	color: #669933;
}

h3 {
	margin-bottom: 5px;
	/*font-size: 11px;*/
	font-size: 1.2em;
	
	font-weight: bold;
	padding-top: 10px;
}

h3 span
{
	color: #669933;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	/*font-size: 11px;*/
	font-size: 12px;
	
	/*color: #7D8682;*/
	color: #333333;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 18px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 20px 0px 10px 0px;
	background: url(Images/homepage09.gif) repeat-x;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	padding-left: 10px;
	background: url(Images/homepage08.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(Images/homepage07.gif) no-repeat left center;
}

.list4 {
	margin: 0px;
	padding: 0px;
}

.list4 li {
	float: none;
	margin-bottom: 5px;
	padding-left: 0px;
	background: url(Images/GreenArrowSmall.gif) no-repeat left center;
	padding-left: 0px;
	text-indent: 15px;
	margin-left: 0px;
	list-style:none;
}

/** LINKS */

a {
	/*color: #0CA5FF;*/
	color: #333333;
}

a:hover {
	text-decoration: none;

	/* GL */
	color: #669933;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr {
	display: list-item;
	margin-left: 10px;
}

.hr1 {
	height: 50px;
	background: url(Images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: #E4E4E4 url(Images/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#menu a {
	float: left;
	height: 43px;
	
	/*padding: 22px 31px 0px 31px; */
	padding: 22px 16px 0px 16px;
	
	border-left: 1px solid #E3E3E3;
	text-decoration: none;
	
	/* font-size: 15px; */
	font-size: 13px;
	
	/*color: #505050;*/
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}

/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 130px;
}

#search-submit {
}

/** HEADER **/
.strong-header {
	font-size:14px;
}


/** PAGE */

#page {
	padding: 15px 15px;
	background: url(Images/homepage05.gif) repeat-x left top;
}

/** CONTENT */

#content {
	float: right;
	width: 288px;
}

.content-text
{
	padding-left:15px;
	padding-right:50px;
}


/** SIDEBAR */

#sidebar {
	float: left;
	width: 400px;
}

/** FOOTER */

#footer {
	background: url(Images/homepage10.gif) repeat-x left top;
	background-color:#EBE9ED;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}

.strong-header {
	font-size:14px;
}
.single-space {
	line-height:3px;
}
.strong-green {
	color:#669933;
}
.para-separator {
	line-height:9px;
}

.para-text {
	background:url(Images/homepage05.gif);
	background-repeat: repeat-x;
	padding-top:10px;
}

.para-text-noimage {
	padding-top:10px;
}

.section {
	background:url(Images/homepage05.gif);
	background-repeat: repeat-x;
}
.list-noindent {
	text-indent:-2.6em;
	list-style-type: none;
}
