@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

p{
	padding-bottom: 20px;
}

a {
	color: #005796;
	text-decoration:underline;
}

ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
li {
}

input {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	margin-right:5px;
}

body {
	background-image: url(../images/bg_grid.gif);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size:12px;
	text-decoration:none;
}
.bodytextbold {
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
    text-decoration:none;
}


#outer_container {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:902px;
}

/* Header Area */

.headertextLeft {
	font-family: Tahoma;
	font-size:12px;
	text-decoration:none;
	color: #7b7b7b;
	text-align:left;
	
}

.headertextRight {
	font-family: Tahoma;
	font-size:12px;
	text-decoration:none;
	color: #7b7b7b;
	text-align:right;
	margin-right:15px;
	
}

#header {
	float:left;
	height:109px;
	width:902px;
}

#contact_area {
	float:right;
	width:190px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#logo2 {
	float:right;
	width:375px;
	padding:0;
	margin:0;
}
#contact_area_left {
	float:left;
	width:190px;
	padding: 15px 15px 0px 0px;
}

/*Banner Area */
#banner {
	float:left;
	width:100%;;
}

#banner_main {
	float:left;
	width: 635px;
}


img {
	float:left;
	border:0px;
		
}

#banner_nav {
	float:left;
	padding: 6px 20px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	width: 223px;
	height:209px;
}

#banner_nav ul {
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#banner_nav li {
	font-family: Tahoma;
	font-size:13px;
	text-decoration:none;
	list-style-type: none;
	font-weight: bold;
	line-height: 41px;
	color: #005696;
}

#banner_nav li a {
	text-decoration:none;
	color: #005696;
	list-style-type: none;
}

#banner_nav li a:hover  {
	text-decoration:underline;
	color:#333333;
	list-style-type: none;
} 

/*main navigations */

#main_nav {
	float:left;
	width:902px;
	height:42px;
	margin-top:2px;
	background-color: #323232;
}
.img_right{
	float:right;
	
}

.logo_ozark{
	float:right;
	padding-bottom: 10px;
	
}

.img_center{
	margin-left:auto;
	margin-right:auto;
	float:none;
	
}
.img_right2{
	float:right;
	padding:5px;
	
}

#main_nav_links {
	float:left;
	width:842px;
	padding:14px 14px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F5F5F5;
	text-align: center;
}

#main_nav_links a {
	color: #F5F5F5;
	text-decoration:none;
}

#main_nav_links a:hover {
	color:#999999;
	text-decoration:underline;
}


/* Main Content Area */

#main {
	width:900px;
	background-color:#FFFFFF;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#main_left {
	float:left;
	background:#FFFFFF;
	padding: 15px 15px;
	width:590px;
}

#main_right {
	float:left;
	background:#FFFFFF;
	padding: 15px 10px;
	width:250px;
}

#main_right_links {
	float:left;
	width:250px;
	padding-top:20px;
	background-color: #f0f0f0;
	background-image: url(../images/bg_right_panel.gif);
	background-repeat: repeat-x;
}

#main_right_links ul {
	list-style-type: none;
	padding:0px;
	margin:10px;
}

#main_right_links li {
	font-family: Tahoma;
	font-size:11px;
	text-decoration:none;
	list-style-type: none;
	font-weight: bold;
	line-height: 25px;
	color: #005696;
	margin: 0px;
	padding: 0px;
}

#main_right_links li a {
	text-decoration:none;
	color: #f10202;
	list-style-type: none;
}

#main_right_links li a:hover  {
	text-decoration:underline;
	color:#005696;
	list-style-type: none;
} 

#main_right_bottom {
	float:left;
	width:250px;
	padding-top:10px;
	
}


.title {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #005796;
	text-decoration: none;

}

.subtitle {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #005796;
	text-decoration: none;

}

.subtitle_small {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #005796;
	text-decoration: none;
	font-weight:bold;

}


#bottom {
	float:left;
	width:600px;
}

#bottom_form {
	float:left;
	background-image: url(../images/bottom_button_2.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 201px;
	padding-top: 34px;
	padding-right: 45px;
	padding-left: 45px;
	margin:0px 0px 0px 15px;
	text-align: center;
}
#footer {
	float:left;
	width:877px;
	text-align:right;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;

}

*html .nav_li {
	margin-top:-44px;
}

*html .nav_li2 {
	padding-top:0px;

}

.home_ul {
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0;
	margin-top:0;	

}

