/*Clear defaults
----------------*/
:link,:visited {text-decoration:none;} 
ul,ol,dl {list-style:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none;}

p, ul, ol {padding-bottom:10px;}

body {
	background: url(/images/nav/header_bg.jpg) repeat-x;
	text-align: center;
	color:#4d4d4d;
	font:67.5%/140% Verdana, Arial, Helvetica, sans-serif;
	}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	text-align: left;
}

#content
{
	margin-top: 15px;
	min-height: 400px;
}

#body-left {
	width:180px;
	float:left;
	margin-right:10px;
	clear:left;
}

#body-right {
	width:560px;
	float:right;
}
#body-right  ul {
	list-style:disc;
	margin:0 0 0 20px;
}

.break {clear:both;}

#header h1 {
	margin-top: 5px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 10px;
}
#nav img {
	float: left;
}
#headline {
    padding-top: 30px;
}

#headright{
    float: right;
}

#page-title {
	color: #75b000;
	font-size: 200%;
	font-weight: normal;
	font-family: 'Lucida Grande','Trebuchet MS',Verdana,Sans-Serif;
	margin-top: .5em;
	line-height: 1.25em;
}

#footer {
	clear:both;
	width:766px;
	height:31px;
	margin:0 auto 20px auto;
	background:url(/images/nav/footer.gif) no-repeat 0 0;
	text-align:left;
	position:relative;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
}

#footer ul {
	font-size:1.1em;
	padding:0;
	width:400px;
	position:absolute;
	left:13px;
	top:9px;
}

#footer ul a {
	font-weight:normal;
	color:#0bafe5;
}

#footer ul a:hover {color:#262626;}

#footer li {
	float:left;
	padding:0 6px 0 8px;
	background:url(/images/nav/vline.gif) no-repeat 0 50%;
}

#footer li.first {
	padding-left:0;
	background:none;
}

#footer p {
	font-size:1.1em;
	padding:0;
	width:300px;
	text-align:right;
	position:absolute;
	right:13px;
	top:9px;
	color:#a6a6a6;
}

#sidenav { 
	float: left; 
	width: 174px; 
	border-bottom: 12px solid #fff; 
	margin: 0 5px 0 0; 
}

#sidenav div.sidenavHead { 
	font-size: 12px; 
	font-weight: bold; 
	color: #008cba; 
	padding: 10px 0 8px 10px; 
	background-image: url(/images/nav/bground_sidenav.gif); 
}

#sidenav div.sidenavHead a{ 
	text-decoration: none;
	color: #636b70;
}

#sidenav ul { 
	border-top: 1px solid #d1d3d4; 
}

#sidenav ul li a { 
	display: block; 
	\width: 174px; w\idth: 142px; 
	color: #636b70; 
	text-decoration: none; 
	padding: 5px 5px 5px 25px; 
	background-image: url(/images/nav/bullet_arrow_blue.gif); 
	background-repeat: no-repeat; 
	background-position: 17px 9px; 
	background-color: #f6f6f3; 
	border-left: 1px solid #dedfe0; 
	border-bottom: 1px solid #dedfe0; 
	border-right: 1px solid #dedfe0; 
}

#sidenav ul li a:hover { 
	font-weight: normal; 
	color: #008cba; 
	text-decoration: none; 
	background-color: #fff; 
}

#sidenav ul li ul { 
	border-top: none; 
}

#sidenav ul li ul li a { 
	\width: 172px; w\idth: 132px; 
	padding: 5px 5px 5px 35px; 
	background-position: 27px 9px; 
}

#sidenav ul li.selected a { 
	font-weight: bold; 
	color: #008cba; 
	background-color: #fff; 
}

#sidenav ul li.selected a:hover { 
	font-weight: bold; 
	color: #008cba; 
	background-color: #fff; 
}

#sidenav ul li.selected ul li a { 
	font-weight: normal; 
	color: #636b70; 
	text-decoration: none; 
	background-color: #f6f6f3; 
}

#sidenav ul li.selected ul li a:hover { 
	font-weight: normal; 
	color: #008cba; 
	text-decoration: none; 
	background-color: #fff; 
}

/* Banner Styles */
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
