@charset "utf-8";
/* CSS Document */

body {
	background-color: #ededed;
	margin: 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8e91;
}
/* footer headers no editing for pages */
h3 {
	font-size:16px;
	margin: 5px 0 5px 0;
}
h4 {
	font-size:16px;
	margin: 5px 0 5px 0;
}
h5 {
	font-size:16px;
	margin: 5px 0 5px 0;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
a:link, a:visited {
	color: #8c8e91;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #A5393A;
	text-decoration: none;
	font-weight: normal;
}
#subtopm a:link, #subtopm a:visited {
	color: #141141;
	text-decoration: none;
	font-weight: bold;
} 
#subtopm a:active, #subtopm a:hover {
	color: #A5393A;
	text-decoration: none;
	font-weight: bold;
}
li a:link, li a:visited {
	color: #999;
	text-decoration: none;
	font-weight: normal;
} 
li a:active, li a:hover {
	color: #A5393A;
	text-decoration: none;
	font-weight: normal;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 0 25px;
}

li {
	background-image: url(images/check-mark-b.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
	line-height: 1.2em;
}
#main {
	border:1px solid #CCC;
	width: 940px;
	margin: auto;
	background-color: #FFF;
}
#header {
	width: 940px;
}
#header #subhead {
	margin:10px 10px 0 10px;
	height: 90px;
}
#lsubhead {
	float:left;
	width:460px;
}
#msubhead {
	float:left;
	width:180px;
	margin: 10px 0 0 45px;
	overflow: hidden;
	height: 75px;
}
#rsubhead {
	float:right;
	width:230px;
}
.rsubheadi {
	text-align:right;
}

#topmenu {
	width: 940px;
	height: 40px;
}
#topmenu #subtopm {
	background: url(images/bg-gradient-menu.jpg) repeat-x;
	margin:0 10px 0 10px;
	height: 30px;
}
.menunaz {
	padding:8px 2px 0 2px;
	height: 20px;
	display: block;
	float: left;
	background: url(images/bg-gradient-menu-spacer-b.png) no-repeat top right;
}
.menunav {
	padding:10px 10px 0 10px;
	height: 20px;
	display: block;
	float: left;
	background: url(images/bg-gradient-menu-spacer-b.png) no-repeat top right;
}
/* begin editable for pages //////////////////////////////////////////////////////////////////////////////////// */
h1 {
	font-size:16px;
	margin: 5px 0 5px 0;
}
h2 {
	font-size:16px;
	margin: 5px 0 5px 0;
}
#contenttop {
	width: 940px;
	height: 265px;
}
#contenttop #contenttopi {
	margin:10px 10px 5px 10px;
	height: 250px;
}
#contentbot {
	width: 940px;
}
#contentbot #contentboti {
	margin:10px 10px 0 10px;
	height: 130px;
}
.contentleft {
	float:left;
	width:220px;
	margin: 0 10px 0 0;
	border: 1px solid #CCC;
}
.contentright {
	float:right;
	width:220px;
	margin: 0 0 0 0;
	border: 1px solid #CCC;
}
/* end editable for pages //////////////////////////////////////////////////////////////////////////////////// */
#submenu {
	width: 940px;
}
#submenu #submenui {
	margin:10px 10px 0 10px;
	height: 110px;
	border-top: 1px solid #CCC;
}
.submenuleft {
	float:left;
	width:170px;
	margin: 0 10px 0 0;
}
.submenuright {
	float:right;
	width:340px;
	margin: 0 0 0 0;
	font-size: 11px;
}
#footer {
	width: 940px;
}
#footer #footeri {
	margin:10px 10px 0 10px;
	height: 30px;
	border-top: 1px solid #EBEBEB;
	font-size: 11px;
	text-align: center;
}
