/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #513E2B;
}

h1 {
	letter-spacing: -2px;
	font-size: 28px;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
}

h2.style1 {
	font-size: 16px;
	color: #B69C82;
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F6E5D;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

strong {
	color: #635343;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 122px;
	padding-left: 40px;
}

.list1 li.first {
	padding-left: 0px;
}

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

/** LINKS */

a {
	color: #FF5F00;
}

a:hover {
	text-decoration: none;
}

/** MISC */

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

a img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #E5D4C4;
	background: #FFF8F0;
}

img.left {
	float: left;
	margin: 0px 5px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** ajaxmenu */

#ajaxmenu {
	float: right;
}

#ajaxmenu ul {
	margin: 0px;
	padding: 13px 33px 0px 0px;
	list-style: none;
	line-height: normal;
}

/*#ajaxmenu li {
	float: left;
	padding: 0px 17px;
	
}

#ajaxmenu li.first {
	background: none;
}*/

#ajaxmenu a {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

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

/** NEW MENU STUFF */
#ajaxmenu ul li {
	position: relative;
	float: left;
	width:130px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:9px;
	line-height: 16px;
	
	}
	
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	/*width: 30px;*/
	display: block;
	}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	/*background-image: url(images/bullet_11x8_roll.gif)  !important;*/
	color: #fff;
	background-repeat: no-repeat;
	background-color: #0D3141;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	/*background-image: url(images/bullet_11x8.gif) !important;*/
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	font-size: 12px;
	/*width: 172px;*/
	background-color: #155674;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block;
	} /* The pop */
/*#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 781px;

}*/

/*#myajaxmenu {
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}
*/	
/** PAGE */

#page {
	background: url(images/bg03.jpg) no-repeat left top;
}

.boxed {
	background: url(images/subpage2_01.gif) no-repeat right top;
}

.boxed .content {
	padding: 30px 23px 0px 23px;
	background: url(images/subpage2_02.gif) no-repeat left top;
}

.bg1 {
	background: #FFF8F0 url(images/subpage1_01.gif) no-repeat left top;
}

.bg2 {
	padding: 11px 11px 0px 12px;
	background: url(images/subpage1_02.gif) no-repeat right top;
}

.bg3 {
	background: url(images/subpage1_03.gif) no-repeat left bottom;
}

.bg3 div {
	height: 25px;
	background: url(images/subpage1_04.gif) no-repeat right bottom;
}

.single {
	margin: 0px;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 12px;
	/*font-size: 16px;*/
	font-weight:400
}

/** HEADER */

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

/** TODAY */

#today {
	float: left;
	padding: 13px 0px 0px 60px;
	text-transform: lowercase;
	font-size: 13px;
	color: #708A95;
}

/** FOOTER */

#footer {
	height: 100px;
	background: url(images/bg04.jpg) repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	color: #A08D7A;
}

#footer a {
	color: #A08D7A;
}

/** BOX5 */

#box5 {
	padding: 35px 25px;
	background: url(images/homepage13.jpg) no-repeat left top;
}




