/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	/** background: #000000 url(images/homepage01.gif) repeat left top; */
	/** background: #7B0000; */
	background: #FFFFFF;
	overflow: scroll; 
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	padding: 30px 0px;
	background: url(images/homepage05.gif) no-repeat 0% 65%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h4 {
	padding: 4px 35px;
	background: url(images/homepage05.gif) no-repeat 0% 65%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h5 {
	padding: 4px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 22px;
}

h3, .text1 {
	margin-bottom: 8px;
	padding: 0px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFBA00;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 16px;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
  color: #F2D5C8;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
}

/** MENU */

#menu {
	height: 213px;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 184px;
	height: 25px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #FF8A00;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 13px;
	background: url(images/homepage03.gif) no-repeat left bottom;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.style3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage08.jpg) no-repeat center top;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
}

/** PAGE */

#page {
	background: url(images/subpage02.jpg) repeat-y left top;
}

/** SIDEBAR */

#sidebar {
	background: url(images/subpage03.jpg) no-repeat left top;
}


#sidebar h1, #sidebar h2, #sidebar h4  {
	background-image: url(images/homepage07.gif);
}

#sidebar .link1 {
	background-image: url(images/homepage06.gif);
}

/** CONTENT */

#content {
	background: url(images/subpage04.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(images/subpage06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	line-height: normal;
	text-align: center;
	/** color: #6D3A2E; */
	color: #FF8A00;
}

/** CONTACT TAGS */

.button1 {
	border:0px;
	background-image:url(images/clear.gif);
	width:49px;
	height:11px;
	cursor:hend;
	cursor:pointer;
	margin:0px;
}
.button2 {
	border:0px;
	background-image:url(images/submit.gif);
	width:49px;
	height:11px;
	cursor:hend;
	cursor:pointer;
	margin:0px;
}

.button {
	border:0px;
	background-color:#D0D0D0;
	color:#000000;
	width:56px;
	height:22px;
	cursor:hend;
	cursor:pointer;
	margin:0px;
}

.input1 {
	/** background-color: #5B0000; */
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	/** color:#D5DCB0; */
	color:#000000;
	border:0px;
	width: 300px;
	height: 14px;
	margin-left: 6px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-top:0px;
}

.input1error {
	/** background-color: #5B0000; */
	background-color: #e46c6d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	/** color:#D5DCB0; */
	color:#000000;
	border:0px;
	width: 300px;
	height: 14px;
	margin-left: 6px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-top:0px;
}

.input2 {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:0px;
	width: 300px;
	height: 150px;
	margin-left: 6px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top:0px;
	overflow:auto;
}

.input2error {
	background-color: #e46c6d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:0px;
	width: 300px;
	height: 150px;
	margin-left: 6px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top:0px;
	overflow:auto;
}

/** VALIDATION */
#error{  
    margin-bottom: 20px;  
    border: 1px solid #efefef;  
}  
#error ul{  
    list-style: square;  
    padding: 5px;  
    font-size: 11px;  
}  
#error ul li{  
    list-style-position: inside;  
    line-height: 1.6em;  
}  
#error ul li strong{  
    color: #e46c6d;  
}  
#error.valid ul li strong{  
    color: #93d72e;  
}  