/* Normalize */
ul,li,div,ol,blockquote,p,div,span,address,h1,h2,h3,h4,h5,form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul,ol,li {
	list-style: none;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/* Backgrounds */
a:link, a:visited, a:hover {
	background: transparent;
}

/* Base Styles */
body {
	background: url(/images/bodyback.gif) top center repeat-y #90635F;
	color: black; 
	font-family: verdana,sans-serif; 
	font-size: 100%; 
	text-align: center;
	margin: 0;
}
#container {
	width: 760px; 
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#top_img {
	width: 760px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}
#top_img a:link, #top_img a:visited, #top_img a:hover {
	display: block;
	width: 760px;
	height: 100px;
	text-indent: -9999px;
	text-align: left;
	background: url(/images/top.jpg) top left no-repeat;
}
#top_img span {
	font: bold 12px Verdana;
	width: 148px;
	height: 20px;
	border: 0 solid black;
	text-align: center;
	position: absolute;
	padding-top: 4px;
	right: 15px;
	top: 26px;
	color: #990000;
}

.body {
	margin: 0;
	background: white;
	padding: 10px;
	overflow: hidden;
	width: 740px;
}

a:link, a:visited {
	color: #0000EE; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}
.display {
	display: block;
}

/* Menu */
#menu {
	background: #CAD2DD url(/images/menu_back.jpg) top left no-repeat; 
	font: 80% Verdana;
	padding: 5px 2px 0; 
	width: 760px; 
	overflow: hidden;
}
#menu.nonSelected {
	padding: 5px 2px 1px;
}
#menu li {
	float: left;
	background: url(/images/button_left.gif) top left no-repeat;
	padding: 0 0 0 5px;
}
#menu li a:link, #menu li a:visited {
	background: url(/images/button_right.gif) top right no-repeat;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 5px 10px 2px 6px;

}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.selected {
	background: url(/images/button_left_on.gif) top left no-repeat; 
	padding: 0 0 0 9px;
}
#menu li.selected a:link, #menu li.selected a:visited, #menu li.selected a:hover {
	background: url(/images/button_right_on.gif) top right no-repeat;
	font-weight: bold; 
	padding: 5px 15px 3px 6px;
}


/* Secondary Nav */
#secondaryNav {
	background: white;
	padding: 0 0 10px;
}
#secondaryNav p, #search #secondaryNav p {
	margin: 0;
	padding: 0 0 .2em;
	font: 70% Verdana;
	color: black;
}
#secondaryNav a {
	color: black;
}
#secondaryNav h2, #search #secondaryNav h2 {
	background: none;
	width: auto;
	border: 0;
	font: bold 140% Arial;
	color: black;
	padding: 0;
	margin: 0;
}
#secondaryNav h2 a:link, #secondaryNav h2 a:visited, #secondaryNav h2 a:hover {
	text-decoration: none;
}

/* FOOTER */
#footer {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #CFBFBF;
	font: 70% arial,sans;
	padding-bottom: 1em;
	overflow: hidden;
	position: relative;
	height: 35px;
}
#footer #snake {
	width: 200px;
	padding: 3px 10px 10px 0;
	float: right;
	text-align: right;
}
#snake a:link, #snake a:visited, #snake a:hover {
	color: #006B13;
}
#topLink {
	display: block;
	width: 67px;
	height: 25px;
	background: url(/images/topLink.gif) top left no-repeat;
	text-indent: -9999px;
	text-align: left;
	position: absolute;
	left: 400px;
	top: 4px;
}
#footer #office {
	width: 450px;
	padding: 3px 0 10px 10px;
	float: left;
	text-align: left;
}
#footer #office span{
	display: block;
	padding: 0;
}
#footer #office a:link, #footer #office a:visited, #footer #office a:hover {
	font-weight: bold;
	color: black;
}

/* TOOL TIPS */
.tip {
	background: white;
	z-index: 13000;
	padding: 3px 5px;
	border: 1px solid #2E5134;
	font: bold 70% Arial;
}
 
.tool-text {
	
}

