html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: #333333;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: auto;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #681A2E;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #681A2E;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: black;
	color: #681A2E;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: black;
	color: #681A2E;
}
a.nav:link {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover { color: #DEB522; text-decoration: underline;}
a.nav:active { color: #DAAC31; text-decoration: none;}

#container {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 900px;
	text-align: center;
	}

* html #container {
height: 100%;
}


#header {
	text-align: left;
	height: 100px;
	background-image: url(images/header_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	}

#h_text {
	position: absolute;
	width: 400px;
	top: 2px;
	left: 0px;
}


#banner {
	text-align: left;
	height: 300px;
	}

#banner_image {
	position: absolute;
	background-image: url(images/flash_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	top: 100px;
	right: 0px;
	width: 603px;
	height: 300px;
}

#b_image {
	position: absolute;
	width: 173px;
	top: 230px;
	right: 320px;
}

#banner_text {
	position: absolute;
	background-image: url(images/services_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	top: 100px;
	left: 0px;
	width: 297px;
	height: 300px;
}

#b_text {
	width: 186px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 16px;
	font-weight:bold;
}


/* Menu1 */
#b_text ul{
	padding:0;
	margin:0;
}
#b_text li{
	list-style-type:none;
	line-height:28px;
}

#b_text li a{
	padding: 0px 0px 0px 5px;
	text-decoration:none;
	color: #681a2e;
	display:block;
}
#b_text li a:hover, #b_text li a.current{
	color: #fbd819;
	text-decoration:underline;
	display:block;
}
/* Menu1 End */

	
#content {
	text-align: left;
	padding:1px;
	}

#content_mini {
	padding: 1px;
	margin-top: 10px;
	width: 600px;
	text-align: left;
	background-image: url(images/left_content_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 8pt;
	left: 0px;
	}

#m_content {
	margin-top: 20px;
	margin-left: 25px;
	width: 560px;
	font-size: 10pt;
}
	
#content_right {
	color: #33333;
	float:right;
	background-image: url(images/right_content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	top: 412px;
	right: 0px;
	width:	272px;
	}
	
#r_content {
	text-align: left;
	margin-right: 30px;
	width: 260px;
}

#footer {
	margin-top: 20px;
	clear: both;
	background: #681a2e;
	height: 100px;
}

.footer_inside {
	margin: 0 auto;
	width: 900px;
	color: white;
	font-size:10px;
	text-transform:uppercase;
}

.footer_inside a {
	color: white;
	text-decoration:none;
	}
	
.footer_inside a:hover {
	color: white;
	text-decoration: underline;
	}

	.left-footer {
		float: left;
		padding: 20px;
	}
	
	.right-footer {
		float: right;
		text-align:right;
		padding: 20px;
	}


/* Menu2 */
.left-footer ul{
	padding:0;
	margin:0;
}
.left-footer li{
	float: left;
	list-style-type:none;
	padding: 5px 0px 0px 0px;	
}
.left-footer li a{
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #FFFFFF;
	text-decoration:none;
	color: white;
	display:block;
}
.left-footer li a:hover, .footer_2 li a.current{
	color: white;
	text-decoration:underline;
	display:block;
}
/* Menu2 End */	