body {
	background-color: #4E5852;
	background-image: url(images/bg_07.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414944;
	margin: 0px;
	text-align: center;
}
#intro {
	background-image: url(images/bg_intro.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
}

.pad {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 40px;
  padding-bottom: 20px;
}

#main {
	width:739px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding: 0px;
}
#header {
	width: 100%;
	height:91px;
	background-image: url(images/layout_01.jpg);
}

#menurecip {
	width: 100%;
	height:264px;
}

#menu {
	width:231px;
	height:264px;
	float: left;
}
#slideshow {
	width:508px;
	height:264px;
	float: right;
	background-image: url(images/slideshowbg.jpg);
}
#content {
	width: 100%;
	background-image: url(images/layout_04.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 300px;
}
#credits {
    width: 100%;
	height:45px;
	background-image: url(images/layout_05.jpg);
	text-align: center;
	font-size: 9px;
	padding-top: 8px;
}
#footer {
    width: 100%;
	height:64px;
}
#logolink {
	height: 100%;
	width: 300px;
	cursor: pointer;
	float:left;
}
input, select {
	height: 17px;
	background-color: #F6F6F6;
	border: 1px solid #CECECE;
	font-size: 9px;
}
textarea {
	background-color: #F6F6F6;
	border: 1px solid #CECECE;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}
form {
	margin: 0px;
}
td {
	font-size: 10px;
}
a {
	color: #387623;
	text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #69763E;
	margin-top: 3px;
	margin-bottom: 3px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #268BC1;
}






#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;

}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}




#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	color: #000000;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{

	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-weight:bold;
}

label.formFieldOption
{
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


