@charset "utf-8";
body {
	background-image: url(../images/bodyfill.gif);
	background-repeat: repeat-x;
	background-color: #D0E4F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* margin: 0px; */
	padding: 0px;
	
	
	font-size: 14px;
	line-height: 1.4em;
	/* font-family: verdana; */
	margin: 0 0 20px 0;
	font-weight: normal;
	
	
}
#header span {
	display: none;
}
#header h1 {
	display: none;
}
#nav {
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 62px;
}
#wrapper {
	background-image: url(../images/wrapperfill.gif);
	width: 815px;
	margin-left: -407px;
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #98D9FC;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 110px;
}
#nav li {
	background-image: url(../images/tab_off.gif);
	float: left;
	width: 121px;
	line-height: 30px;
	text-align: center;
	background-repeat: no-repeat;
}
#nav .selected {
	background-image: url(../images/tab_on.gif);
}
#nav li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
}
#nav .selected a {
	color: #0B3148;
}
#nav li a:hover {
	background-image: url(../images/tab_over.gif);
	color: #FFFFFF;
}
#nav .selected a:hover {
	color: #0B3148;
	background-image: url(../images/tab_on.gif);
}
#content {
	margin: 25px;
}
#content h2 {
	color: #1871A2;
	font-size: 18px;
	font-weight: bold;
}
#footer {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #638496;
}
#loginMessage {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 12px;
	width: 450px;
	text-align: right;
}
a {
	color: #006A9D;
}


#content form.pbform { /* more complex forms with horizontal label-field orientation */
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content form.pbform fieldset {
	margin: 0 0 1em 0;
	padding: 0;
	border-top: 1px solid #E0E1C9;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
#content form.pbform fieldset.locator, #content form.pbform fieldset.mediainquiry {
	border-top: none;
	}
#content form.pbform legend {
	margin: 0;
	padding: 0 5px 0 0;
	color: #1871A2;
	font-weight: bold;
	font-size: 12px;
	_margin: 0 0 0 -7px; /* accounts for the extra left-side <legend> space in ie/win */
	}
/*\*//*/ 
#content form.pbform legend { 
	display: inline-block; 
	}
/* fixes a <legend> bug in ie/mac */
#content form.pbform ol { 
	margin: 0;
	padding: 1.5em 0; 
	clear: both;
	}
#content form.pbform ol li {
	  list-style: none;
	  padding-bottom: 0.5em;
	}
#content form.pbform label {
	display: inline-block;
	line-height: 1.4em;
	vertical-align: top;
	font-size: 11px;
	margin-left: 0;
	padding: 0;
	margin-right: 10px;
	color: #1871A2; 
	width: 130px; /* width of labels */
	}
#content form.pbform fieldset.locator label { /* for cafe locator */
	width: 90px;
	}
#content form.pbform em, #content form.pbcom label em { 
	color: #1871A2;
	font-weight: bold;
	font-style: normal;
	}
#content form.pbform input.text, #content form.pbform textarea {
	margin: 0;
	padding: 1px;
	font-family: inherit;
	font-size: 11px;
	border: 1px solid #BBB;
	width: 200px;
	}
#content form.pbform textarea { 
	width: 220px; 
	margin-bottom: 1em;
	}
#content form.pbform select { 
	margin: 0;
	padding: 0; 
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #BBB;
	}
#content form.pbform select.short { 
	width: 100px;
	}
#content form.pbform select.medium { 
	width: 200px;
	}
#content form.pbform select.long { 
	width: 220px;
	}
#content form.pbform fieldset p { 
	margin-bottom: 0;
	padding: 1em 0;
	}
#content form.pbform fieldset li.button { 
	padding-top: 1em;
	}
#content form.pbform fieldset.locator li.button input { 
	margin-left: 103px;
	}
#content form.pbform fieldset p input { 
	margin: 0;
	}
	
