/* CSS Document */

.invisible {
	visibility: hidden;
}

.business_listing {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}

body {
	margin: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	background-image:url(http://www.kwed1580.com/kwed/img/ST_blue_bg.gif);
	background-repeat: repeat-x;
	background-color: #5565b7; /*#5263b5; */
}

.featurebox {
	border: 4px solid #006699;
	background-color: #efefef;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
  }

.imageleft { 
	float: left; 
	padding-right: 10px; 
}

.imagebox {
	background-color: #ffffff;
	margin: 10px;
	padding: 5px;
	float: right;
	text-align: center;
  }

.imageright { 
	float: right; 
	margin-left: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu {
  margin-top: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}

#content { 
	border: 4px solid #003161;
	padding: 10px; 
	margin-left: auto;
	margin-right: auto;
	width: 760px; 
	background-color: #ffffff;
	clear: both; 
}

#header {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	margin-bottom: 20px;
	height: 90px;
	border-bottom:  2px solid #C62931;
	padding-bottom: 5px;
	background-image: url(http://www.kwed1580.com/kwed/img/ST_KWED_SDN.gif);
	background-repeat: no-repeat;
	clear: both;
	cursor:pointer;
}
#adbar {
	padding: 10px;
	float: right;
	background-color: #ffffff;
	width: 200px;
	border: 2px white solid;
	text-align:center;
	clear: right;
}
a.redlinkbold {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
a.redlinkbold:hover {
	color: #CC0000;
	text-decoration:none;
}
#mainbody {
	margin-left:5px;
	float: left;
	width: 480px;
	margin-bottom: 10px;
	margin-top: -18px;
}
#footer {
	width: auto;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	text-align:center;
	border-top: 2px solid #C62931;
	clear:both;
	margin-top: 5px;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #003161;
}

h1, h2 {
	color: #003161;
	background-image:url(../img/h2_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 35px;
	padding-top: 5px;
	border-bottom: 2px solid #003161;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
}

hr {
	background-color: #003161;
	height: 3px;
}

.managebox {
	border: 4px solid #006699;
	background-color: #efefef;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	clear:both;
  }
.submenu_box{
	width: 360px;
	border: 2px solid #000000;
	background-color: #ddddf0;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
}
.newitem_box{
	width: 760px;
	border: 2px solid #000000;
	background-color: #ddddf0;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
}
#leftcolumn {
	width: 375px;
	float: left;
}
#rightcolumn {
	width: 375px;
	float: right;
}
#breadcrumbs {
  padding: 3px;
	margin: 0px;
	background-color: #efefff;
}
a.buttonbox {
	color: #003366;
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	line-height: 12px;
}
a.buttonbox:hover {
	background-color: #ccccff;
	border: 1px solid #003399;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #003399; 
	text-decoration: none;
	line-height: 12px;
}
li.off {
  margin-left: -2em;
	margin-bottom: 0.5em;
	list-style-type: none;
}
form, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;	
}

/* Navbar Styles */

#navbar {
	padding: 1px;
	float: right;
	background-color: #ffffff;
	border:  2px solid #003161;
	margin-bottom: 10px;
}

a.section, .subsection, .sub_subsection, .sub_sub_subsection {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	width: 210px;
	clear:both;
	float: left;
	text-decoration: none;
	margin-top: 1px;
	color: #003161;
	border-bottom: 1px #aaaaaa solid;
	border-right: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
}
a.section {
  background-color: #eeeeee;
	font-weight: bold;
	padding: 3px;
}
a.subsection {
  background-color: #ffffff;
	padding: 3px;
	text-indent: 1em;
	color: #003366;
}
a.sub_subsection{
  background-color: #ffffff;
	padding: 3px;
	text-indent: 2em;
	color: #666666;
}
a.sub_sub_subsection{
  background-color: #ffffff;
	padding: 3px;
	text-indent: 3em;
	color: #666666;
}
a.section:hover, .subsection:hover, .sub_subsection:hover, .sub_sub_subsection:hover {
	background-color: #C8C6EC;
	color: #0000aa;
	text-decoration: none;
}