html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


body {
	background-color: #ddd;
	color: #000;
	font-family: trebuchet, "trebuchet MS", sans-serif;
	z-index: 0;
	text-align: center;
	width: 100%;
	padding-top: 16px;
	overflow-y: scroll;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h1 {
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 26pt;
	font-weight: bold;
	color: #3E3E3E;
	line-height: normal;
}

h2 {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-size: 18pt;
	font-weight: bold;
}

h3 { 
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 14pt;
}

h4 {
	margin-top: 1em; 
	font-weight: bold;
}

ul {
	list-style: disc;
}

ul li {
	margin-left: 1em;
}

ol {
	list-style: decimal;
}

ol li {
	margin-left: 2em;
}


a, a:visited, a:link {
	color: #444;
}

a:hover {
	color: #000;
}



.tabular td {
	margin: 0.5em;
	padding: 0.5em;	
}

.tabular2 th {
	font-weight: bold;
	padding: 0.25em 2em 0.1em 0.25em;
}

.tabular2 td {
	padding: 0.25em 2em 0.1em 0.25em;
}


#banner {
	
}

#banner #logo {
	margin: 10px 0px 0px 10px;
}

#footer {
	margin-top: 5px;
	font-size: 8pt;
	color: #666;
	text-align: center;
}

#container {
	border: #f00 solid 2px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 0;
	
	text-align: left;
	width: 760px;
	
	background-color: #fff;
	border: #000 solid 1px;
}

#content {
	padding: 0 10px 10px 10px;
	line-height: 1.5em;
	font-size: 12px;
}

.small {
	font-size: 70%;
}


#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
   /*  border-bottom: 1px solid #eee; */
}



/* ===========================================================================
	Front Page 
   =========================================================================== */	

#fp_menu_block ul {
	list-style: none;	
}

#fp_menu_block ul li {
	margin-left: 0em;
}

#fp_menu_block a {
	color: white;
	text-decoration: none;
}

#fp_menu_block a:hover {
	text-decoration: underline;
}

#fp_top {
	color: #fff;
	height: 250px;
}

#fp_top_ls {
	width: 380px;
	float: left;
	background-color: #fff;
	text-align: center;
	height: 250px;
	border: none;
	padding: 0;
	margin: 0;
}

#fp_top_ls img {
	position: relative;
	top: 150px;
} 

#fp_top_rs {
	width: 300px;
	height: 250px;
	float: right;
	background-color: #000;
}

#fp_top_rs img {
	position: relative;
}

#fp_menu {
	color: #fff;
	height: 260px;
	background-color: #888;
}

#fp_menu_block {
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	width: 175px;
}

#fp_menu_block h2 {
	font-size: 16pt;
}

#fp_menu_block ul li {
	padding-top: 8pt;
}


/* ===========================================================================
	Navigation
   =========================================================================== */	

div#navi {
	display: block;
	position: relative;
	float: none;
	border-top: 1px solid #888;
	margin: 5px 0 0 0;
	padding: 0 0 1em 0;
}

div#navi>ul#nav {
	 
	position: relative;
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;

	line-height: 1em;
	background: white;
	
	border-width: 1px 0;

	color: #888;
	background-color: transparent;
	cursor: default;
	left: -5px;
}

div#navi ul#nav li {
	display: block;
	float: left;
	position: relative;
	list-style: none;
	margin-right: 2em;
}

div#navi ul#nav li:hover{
	color: black;
}


div#navi ul li ul { 
	display: none;
	position: absolute;
	top: 1em;
	left: -1em;	
}

div#navi ul#nav li:hover ul, div#navi ul#nav li.over ul {
	display: block;
}

div#navi ul li ul li { 
	display: block;
	position: relative;
	padding-right: 150px;
}

div#navi ul#nav a {
	position: relative;
	display: block;
	width: 145px;
	color: #aaa;
	background-color: white;
	text-decoration: none;
	padding: 5px 0 5px 0em;
}

div#navi ul#nav a:hover {
	background-color: #444;
	color: white;
}


/* ===========================================================================
	Other bits
   =========================================================================== */	
   
#mapContainer {
	width: 730px;
	height: 300px;
}

#loginBox td {
	padding: 5px;
}

div.module {
	background-color: #ffffe0;
	border: solid #e0e0e0 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 8px;
	margin: 5px;
	margin-bottom: 1em;
}


/* ===========================================================================
	CSS grids
   =========================================================================== */
.grid_container { margin-left: 118px; }
.col_175 { width: 175px; display: inline; float: left; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

div#tabs p  { font-size: 15px; color: #3E3E3E;}

div#tabs div li { font-size: 14px; padding-bottom: 12px; color: #4E4E4E;} 

div#tabs div li.alt { color: #111111;}

div#tabs div ul { padding-bottom: 25px; color: #3E3E3E;}

.anythingSlider                         { width: 690px; height: 400px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 411px; margin: 0; position: absolute; top: 5px; left: 0px; border-bottom:3px solid #888888; }
.anythingSlider .wrapper ul             { width: 999999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #888888; border-bottom: 3px solid #888888; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 411px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -48px; }
.anythingSlider .back                   { background-position: -67px 0; left: -48px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 416px; text-align: left; left:85px; }
#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #9f9f9f url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #6e6e6e; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.sub {  border: 1px solid #eee; background: white; width: 200px; z-index: 2000;}

.key_list {  font-size: 13px; font-weight: bold; }
.key_list .item { border-bottom: 1px solid #AEAEAE; margin-bottom: 4px; padding-bottom: 4px;}