/* SMC Style Sheet */
/* Last revision: 03.23.06 */
/*------------------------------------------*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */


body {
	margin: 0;
	color: #404040;
	background: #EBFAFC;
	font: 12px/18px "arial" "helvetica" "sans-serif";
}

a:link {
	color: #404040;
	text-decoration: none;
	border-style:hidden;
}

a:visited {
	color: #404040;
	text-decoration: none;
	border-style:hidden;
}

a:hover {
	color: #1B137C;
	text-decoration: none;
	border-style:hidden;
}

a:active {
	color: #404040;
	text-decoration: none;
	border-style:hidden;
}

a img{
	border:0px;
}

/* Structure */
/* -------------------------------------- */


#pagewrap {
	width: 765px;
	margin: 20px auto;
	top: 0;
	border-right: 20px solid #EBFAFC;
	border-left: 20px solid #EBFAFC;
	padding:0 30px 40px 30px;
	background: #FFF;
}

#logoband {
	height:117px;
}

#logoband img{
	margin-top:27px;
	float:left;
}

#container {
	width: 765px;
	background: url(../images/cont_color.gif) repeat-y;
	}

#nav {
	width: 230px;
	height: 148px;
	float:left;
	padding:39px 25px 46px 25px;
	background: url(../images/blue_band2.jpg) no-repeat;
	border-bottom: 1px dotted #72BC1F;
}

#nav img {
	margin: 2px 2px 2px 2px;
}

#content {
	width: 425px;
	float: right;
	padding: 15px 25px;
}

#subnav {
	float: left;
	clear:left;
	width: 260px;
	margin-top: 7px;
	padding:10px 10px 15px 10px;
	background-image: url(../images/nav/corner.gif);
	background-repeat:no-repeat;
	background-position: top right;
	background-color:#FFE666;
}

#holder {
	width:400px;
	height:117px;
	float:right;
}

#footer {
	width: 765px;
	height:1px;
	background-color: #FFF;
	clear:both;
}

#site_tools {
	height: 18px;
	color: #404040;
	font: 11px/15px "arial" "helvetica" "sans-serif";
	text-align:right;
}	


/* HEADERS */
/* -------------------------------------- */


h1 {
	color: #1B137C;
	margin-top:59px;
	font: normal 15px/15px "verdana" "arial" "sans-serif";
	text-align: right;

}

h2 {
	color: #1B137C;
	font: normal 16px "verdana" "arial" "sans-serif";
}

h3 {
	color: #000;
	font: normal 13px/13px "verdana" "arial" "sans-serif";
	margin:0 0 7px 0;
}

h4 {
	color: #1B137C;
	padding-top: 0;
	margin: 0 0 11px;
	font: normal 13px/14px "verdana" "arial" "sans-serif";
}

h5 {
	color: #000;
	padding-top: 0;
	margin: 0 0 6px;
	font: normal 12px/15px "verdana" "arial" "sans-serif";
}

h6 {
	color: #000;
	margin:15px 0 -10px 0;
	font: normal 12px/15px "verdana" "arial" "sans-serif";
}


/* CONTENT */
/* -------------------------------------- */


.gray {
	color: #404040;
}

.smallhead {
	font-size: 13px;
}

.list_nav {
	float: left;
	width: 115px;
}

.list_nav_right {
	float: left;
	width: 115px;
	border-left:1px solid #1B137C;
	margin-top:5px;
	padding-left:10px;
}

blockquote, blockquote p {
	text-indent: -.4em;
	margin-left:2px;
}

p.below {
	margin-top: -6px;
}

/* LIST */
/* -------------------------------------- */


ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

li {
	font: 11px/16px "arial" "helvetica" "sans-serif";
	color: #1B137C;
}

li.on {
	color: #1B137C;
	border-bottom:1px solid #1B137C;
}

#content li {
	color: #404040;
	list-style-type: disc;
	margin-left:15px;
	font: 12px/18px "arial" "helvetica" "sans-serif";
	}

ul li a:hover {
	color: #1B137C;
}
