/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	text-transform: uppercase;
}

h1 {
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
	color: #741214;
}

h2 span {
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #666666;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

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

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

.list1 li {
	padding-left: 17px;
	background: url(images/homepage16.gif) no-repeat left center;
}

.list1 a {
	color: #6D1011;
}

.two-cols-list li {
	float: left;
	width: 45%;
}

/** LINKS */

a {
	color: #6D1011;
}

a:hover {
	text-decoration: none;
}

/** 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: 4px 23px 0px 0px;
}

img.right {
	float: right;
	margin: 4px 0px 0px 23px;
}

img.border {
	padding: 4px;
	border: 1px solid #E5E5E5;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	margin-bottom: 20px;
	background: url(images/homepage13.gif) repeat-x left center;
}

/** WRAPPER */

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

/** HEADER */

#header {
	width: 942px;
	height: 162px;
	margin: 0px auto;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#header h1, #header h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	width: 942px;
	height: 55px;
	margin: 0px auto;
}

#menu a {
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

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


#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	/* float: left; */
	position: relative;
	/* width: 10em; */
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0em;
	left: 0px;
	text-align:left;
	text-indent:5px;
	background-color:#b15c5b;
	border: 1px solid #993333;
	border-top: 1px solid #b15c5b;
	background: url(images/hovermenu-bg.gif) repeat left top; 
	width:100%;
}

#menu li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;

}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6{
	float:left;
	height: 43px;		/* needs to add   */
	padding-top:12px;   /* up to 55px     */
	text-align:center;
}

#menu1 {
	width: 158px;
	background: url(images/homepage04.jpg) no-repeat left top;
}
#menu2 {
	width: 156px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

#menu3 {
	width: 156px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

#menu4 {
	width: 156px;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#menu5 {
	width: 156px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#menu6 {
	width: 160px;
	background: url(images/homepage09.jpg) no-repeat left top;
}



/** PAGE */

#page {
	width: 942px;
	margin: 0px auto;
	background: url(images/subpage2_01.jpg) repeat-y left top;
	clear: left;
}

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

#bgbtm {
	padding: 20px 35px 30px 30px;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 551px;
}

#homepage #content {
	width: 406px;
}

.boxed {
}

.boxed .title {
	margin-bottom: 20px;
	padding: 5px 39px;
	background: url(images/homepage14.jpg) no-repeat left center;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 262px;
	padding-right: 30px;
	border-right: 1px solid #E5E5E5;
}

#homepage #sidebar {
	width: 408px;
}

/** FOOTER */

#footer {
	width: 942px;
	height: 70px;
	margin: 0px auto;
	background: url(images/subpage2_04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}


#crucial{
	position:relative;
	left:800px;
	top:60px;
	width:200px;

}.leftText {
	text-align: left;
}
.footer {
	color: #FFFFFF;
}
