@charset "utf-8";

/* GLOBAL */
body {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	background:url(../images/header-bg.gif) left top repeat-x #FFFFFF;
	color:#666666;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 1em 0;
	font-weight:normal;
}

h1 {
	font-size:2.4em;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1.8em;
	margin:0 0 0.65em 0;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
}

h4 {
	font-size:1.6em;
	margin:0 0 0.95em 0;
}

h5 {
	font-size:1.4em;
}

h6 {
	font-size:1.2em;
}

p {
	margin:0 0 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}

a, a:visited {
	color:#0099FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

object { /* addThis hack */
	position:absolute;
	left:-9999px;
	top:-9999px;
}

form {
	margin:0;
	padding:0;
}

fieldset {
	border:none;
	border-width:0;
	background-color:#F5F5F5;
	padding:10px;
	margin-bottom:20px;
}

input, select, textarea, table, label {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

input, select, textarea {
	border:1px solid #CCCCCC;
	padding:1px;
}

input[type='checkbox'], input[type='radio'] {
	border:none;
}

label.narrowlabel, label.widelabel {
	display:block;
	float:left;
	width:120px;
	padding-top:3px;
}

label.widelabel {
	width:150px;
}

textarea {
	vertical-align:text-top;
}

address {
	font-size:1.2em;
	margin-bottom:1em;
	font-style:normal;
}

ul, ol {
	font-size:1.2em;
	line-height:1.5em;
}

.button1 {
	float:left;
    height: 24px;
	background:url(../images/button1.gif) left top no-repeat #003659;
}

input.btn1 {
    padding:0 15px;
    border:0;
	background:url(../images/button1-r.gif) right top no-repeat;
    color:#FFFFFF;
    height: 24px;
	cursor:pointer;
}

abbr {
	cursor:help;
}

code {
	font-size:1.2em;
}

blockquote {
	background-color:#EEEEEE;
	padding:20px 20px 10px 20px;
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
}

#header, #topnav {
	width:980px;
	margin:0px auto;
}

#header {
	height:61px;
	padding:24px 0 20px 0;
}

#top-section {
	float:right;
	font-size:1.2em;
	text-align:right;
	width:200px;
}

#top-section, #top-section a, #top-section a:visited {
	color:#999999;
}

#top-section a:hover {
	color:#333333;
}

#search {
	width:200px;
	height:20px;
	margin-top:25px;
	background:url(../images/search-box.gif) left top no-repeat #FFFFFF;
}

#search #q {
	float:left;
	width:138px;
	height:16px;
	margin:2px 0 0 2px;
	padding:0;
	border:none;
	vertical-align:text-top;
}

#search #search-btn {
	vertical-align:text-top;
	border:none !important;
	padding:0 !important;
}

#topnav {
	height:50px;
}

#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.2em;
	text-transform:uppercase;
}

#topnav ul li {
	display:block;
	float:left;
	height:12px;
	margin:19px 0;
	padding:0;
	border-right:1px solid #567A91;
}

#topnav ul li.last {
	border-right:none;
}

#topnav ul li a, #topnav ul li a:visited {
	color:#FFFFFF;
	padding:0 15px;
}

#topnav ul li a:hover {
	color:#8DBECE;
	text-decoration:none;
}

#topnav a.current, #topnav a.current:visited, #topnav a.current:hover {
	color:#8DBECE;
	text-decoration:underline;
}

#textsize {
	float:right;
	line-height:1.2em;
	margin:19px 0;
}

#textsize a, #textsize a:visited {
	font-weight:bold;
	color:#FFFFFF;
	padding:0 3px;
}

#textsize a:hover {
	text-decoration:underline;
}

.fsmall { font-size:10px; }
.fmedium { font-size:12px; }
.flarge { font-size:16px; }


#wrapper {
	width:980px;
	margin:0 auto;
	padding-top:20px;
}

#page {
	width:779px;
	margin-left:180px;
	padding-left:20px;
	border-left:1px solid #CCCCCC;
}

#left-nav {
	float:left;
	width:160px;
	padding-right:20px;
}

#right-col {
	float:right;
	width:200px;
	padding-left:20px;
	border-left:1px solid #CCCCCC;
}

#middle-col {
	width:540px;
}

#wide-column-left {
	float:left;
	width:780px;
/*	padding-right:20px;
	border-right:1px solid #CCCCCC;*/
}

#narrow-column-right {
	float:right;
	width:180px;
	padding-left:20px;
}

#footer-wrapper {
	margin-top:20px;
	border:1px solid #DDDDDD;
	border-width:5px 0 1px 0;
	background-color:#F0F0F0;
}

#footer {
	width:980px;
	margin:0px auto;
	padding:20px 0px;
	text-align:center;
	color:#999999;
}

#footer a, #footer a:visited, #footer a:hover {
	color:#999999;
}

.box180-top, .box180-bottom {
	width:180px;
	height:10px;
	background:url(../images/box-180.gif) 0px 0px no-repeat;
}

.box180-bottom {
	background-position:0px -10px;
}

.box180 {
	border:1px solid #DDDDDD;
	border-width:0 1px;
	background-color:#F5F5F5;
	width:138px;
	padding:10px 20px;
}

ul.blue-square, ul.gray-square, ul.arrow1 {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
}

ul.blue-square li, ul.gray-square li, ul.arrow1 li {
	background:url(../images/blue-square.gif) 0px 6px no-repeat;
	padding-left:12px;
}

ul.arrow1 li {
	background:url(../images/bullet1.gif) 0px 6px no-repeat;
}

ul.gray-square li {
	background:url(../images/gray-square.gif) 0px 6px no-repeat;
}

ul.arrow1 li a, ul.arrow1 li a:visited, ul.arrow1 li a:hover {
	color:#0099FF;
}

dl.def-list1 {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.5em;
}

dl.def-list1 dt {
	background:url(../images/blue-square.gif) 0px 5px no-repeat;
	padding-left:12px;
	margin:0 0 0.5em 0;
}

dl.def-list1 dd {
	background:url(../images/bullet1.gif) 12px 5px no-repeat;
	padding-left:24px;
	margin:0 0 0.5em 0;
}

.sep1 {
	height:1px;
	margin:20px 0;
	background:url(../images/dotted-line-h.gif) 0px 0px repeat-x;
}

.sep2 {
	height:10px;
}

.sep3 {
	clear:both;
	margin:10px 0;
	height:0px;
	border-bottom:1px dashed #CCCCCC;
}

.clear {
	clear:both;
}

.dark {
	color:#333333;
}

.notes1 {
	color:#663300;
}

#mask {
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:0px;
	height:0px;
	background-color:#FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
}

#casebox {
	position:absolute;
	top:50px;
	height:574px;
	width:870px;
	padding-top:16px;
	background:url(../images/casebox-top.png) 0px 0px no-repeat;
	visibility:hidden;
}

#caseContent {
	height:500px;
	padding:19px 35px;
	background:url(../images/casebox-body.png) 0px 0px repeat-y;
}

#caseboxClose {
	position:relative;
	height:36px;
	background:url(../images/casebox-bottom.png) 0px 0px no-repeat;
}

a#casebox-close, a#casebox-close:visited, a#casebox-close:hover {
	position:absolute;
	top:3px;
	right:24px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:16px;
	background:url(../images/close-white.gif) right 1px no-repeat;
}

.three-col-box {
	background-color:#F5F5F5;
	border:1px solid #EFEFEF;
	border-width:5px 0 2px 0;
	padding:20px;
	margin-bottom:20px;
}

.three-col-box .colL, .three-col-box .colM, .three-col-box .colR {
	float:left;
	width:220px;
	padding:0 20px 0 0;
}

.three-col-box .colM {
	width:218px;
	padding:0 20px 0 20px;
	border:1px dotted #CCCCCC;
	border-width:0px 1px;
}

.three-col-box .colR {
	padding:0 0 0 20px;
}

#tooltip {
	position:absolute;
	top:-9999px;
	left:-9999px;
	height:24px;
	padding-left:9px;
	background:url(../images/tooltip.gif) 0px 0px no-repeat;
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
}

#tooltip-right {
	padding-right:9px;
	background:url(../images/tooltip.gif) right -24px no-repeat;
}

#tooltip-content {
	background-color:#FFFFFF;
	border:1px solid #333333;
	border-width:1px 0;
	height:18px;
	line-height:18px;
	font-size:1.1em;
	text-align:center;
	color:#333333;
}

#tooltip-arrow {
	background:url(../images/tooltip.gif) 50% -48px no-repeat;
	height:5px;
	margin:-1px 0 0 -9px;
}

#map_canvas_small {
	width:180px;
	height:250px;
	overflow:hidden;
	border:1px solid #CCCCCC;
}

#map_canvas {
	height:465px;
	padding:35px 0 0 0;
}

.error {
	margin:10px 0;
	padding:10px;
	background-color:#FFFFCC;
	border:1px solid #FF9900;
	color:#FF0000;
	font-size:1.1em;
}

.error ul {
	margin:0 10px;
	padding:0 10px;
	font-size:1.1em;
	list-style-position:outside;
}

#fmDialog {
	position:absolute;
	top:35px;
	left:35px;
	border:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow:hidden;
	width:800px;
	height:500px;
}

.backButton {
	display:block;
	float:right;
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:0.5em;
	background:url(../images/main-ss-nav.gif) 0px 0px repeat-x;
}
.backButton a, .backButton a:visited {
	color:#666666;
}

.backButton a:hover {
	color:#000000;
}

.labelbox {
	display:block;
	width:150px;
	float:left;
	font-size:1.2em;
}

.checkbox-area1 {
	float:left;
}

.gps {
	border-bottom:1px dotted #CCCCCC;
	font-size:1.1em;
	color:#999999;
}

.gps a, .gps a:visited {
	color:#990000;
}

.gps a:hover {
	color:#0099FF;
}

.table-cell-left, .table-cell-right {
	float:left;
	width:360px;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

.table-cell-right {
	float:right;
}

.table-cell-left h2, .table-cell-right h2 {
	font-size:1.3em;
	font-weight:bold;
}

h2.info-head {
	margin:0;
	padding:5px;
	background:url(../images/box-200.gif) left top no-repeat;
	font-size:1.3em;
	font-weight:bold;
	line-height:15px;
}
	
.info-box {
	background:url(../images/box-200.gif) left bottom no-repeat;
	padding:10px;
	margin-bottom:20px;
}

.page-banner {
	margin-bottom:10px;
}

.para-block {
	padding:10px;
	border-top:2px solid #003659;
	border-bottom:1px solid #CCCCCC;
	background-color:#EEEEEE;
}

.gutter20 {
	padding:0 0 20px 20px;
}

.quotes {
	font-size:1.2em;
	font-weight:bold;
}
/* GLOBAL END */
