
/* w o r l d */

body {
	margin: 0;
	padding: 0;
	min-width: 960px; /* max 1280px, but adjusted below for appropriate formatting */
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: none;
}

/* h e a d e r */

div#header {
	width: 95%;
	max-width: 1220px;
	margin: 10px auto 0 auto;	/* auto to center div */
	padding: 0;
}

div.header-clear {
	clear: both;
}

/* n a v i g a t i o n */

div#navigation {
	height: 37px;
	background-color: #c8d0d5;
	background-image: url(images/navigation-background.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
	min-width: 960px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	letter-spacing: -0.05em;
}

#navigation a {
	display: inline;
	display: inline-block;
	padding: 9px 8px;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #0065ad;
	color: white;
}

	/* menu */

div.menu-div {
	background: #dfe5eb url(images/menu-background.gif) bottom repeat-x;
	z-index: 10;
	border-top: 4px solid #0065ad;
}

ul.menu-ul {
	list-style-type: none;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

div.menu-item {
	padding: 0;
	border-bottom: 1px solid #0065ad;
}

.menu-item a {
	padding: 4px 10px;
	color: black;
	text-decoration: none;
	display: block;
}

.menu-item a:hover, .menu-item a:active {
	background-color: #0065ad;
	color: white;
	text-decoration: none;
}

.navigation-draft { /* distinguish non-visible items when logged in */
	background-color: #9cccee;
}

/* c o n t e n t */

div#content-gradient { /* this div for gradient when wider than bg image */
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #26658a;
	background-image: url(images/content-background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#content-watermark { /* blue burst watermark */
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(images/content-background-burst.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#content-container {
	width: 80%;
	max-width: 1030px;
	margin: 0 auto 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
	color: white;
	font-size: 10pt;
}

div#content-left {
	float: left;
	width: 60%;
}

div#content-right {
	float: right;
	width: 40%;
	text-align: right;
}

div#content-clear {
	clear: both;
}

img#content {
	border: 1px solid white;
}

#content-container a {
	color: #adddff;
	text-decoration: none;
}

p.breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	letter-spacing: 0.05em;
}

#content-container h1 {
	font-weight: normal;
	font-size: 18pt;
	letter-spacing: 0.05em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid white;
}

h2 {
	font-weight: normal;
	font-size: 14pt;
	letter-spacing: 0.05em;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
	letter-spacing: 0em;
}

img.content {
	border: 1px solid white;
}

  /* white background area */

div#content-centered {
  width: 620px;
  margin: 0 auto;
}

.white-top {
  background: transparent url(images/white-bg-top.png) top center no-repeat;
  height: 20px;
}

.white-middle {
  background: transparent url(images/white-bg-middle.png) top center repeat-y;
  height: 100%;
}

.white-bottom {
  background: transparent url(images/white-bg-bottom.png) top center no-repeat;
  height: 20px;
}

	/* overview children */

ul#overview-children {
	margin: 0;
	padding: 0;
	list-style: none;
}

#overview-children li {
	font-size: 11pt;
	letter-spacing: 0.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

	/* featured */

div#content-featured {
	width: 100%;
	height: 302px;  /* space for 300x300 image + 1px border */
	padding-bottom: 30px;
}

div#content-featured-pager {
	text-align: right;
}

#content-featured-pager a {
	font-size: 14pt;
	color: white;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 6px;
}

#content-container a:hover, #content-container a:active {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#content-featured-pager a {
	outline: none;
}

#content-featured-pager a.activeSlide {
	background-color: white;
	color: #06324e;
}

div.content-featured-item {
	width: 100%;
	height: 302px;
	overflow: hidden;	/* the image/text MUST fit in height=302px */
}

div.content-featured-left {
	width: 40%;
	float: left;
}

.content-featured-left img {
	border: 1px solid white;
}

div.content-featured-right {
	width: 60%;
	float: right;
}

div#content-featured-clear {
	clear: both;
}

	/* theme thumbnails */

#theme-thumbnails {
	border: 1px solid white;
	display: inline-block;
}

#theme-thumbnails img {
	display: none;
}

/* f o o t e r */

div#footer {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/footer-background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #cee1f2;
}

	/* links */

div#footer-links-container {
	width: 60%;
	max-width: 780px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}

div#footer-links-left {
	float: left;
	width: 45%;
	height: auto;
}

div#footer-links-right {
	float: right;
	width: 45%;
	height: auto;
}

#footer-links-left p, #footer-links-right p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

#footer-links-container h1 {
	padding-top: 0.8em;
	font-size: 11pt;
	letter-spacing: 0.2em;
	font-weight: normal;
}

a.footer-link-head:link, a.footer-link-head:visited {
	color: #0079bc;
	text-decoration: none;
}

a.footer-link-head:hover, a.footer-link-head:active {
	color: #0079bc;
	text-decoration: none;
	border-bottom: 1px dotted #06324e;
}

a.footer-link:link, a.footer-link:visited {
	font-size: 9pt;
	color: black;
	text-decoration: none;
}

a.footer-link:hover, a.footer-link:active {
	font-size: 9pt;
	color: #0079bc;
	text-decoration: none;
	border-bottom: 1px dotted #06324e;
}

div#footer-links-clear {
	clear: both;
	border-bottom: 1px solid #aac1d2;
	padding-top: 10px;
}

	/* contact */

div#footer-contact-container {
	width: 95%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 10px 0;
}

div#footer-contact-left {
	width: 50%;
	float: left;
}

div#footer-contact-right {
	width: 50%;
	float: right;
	text-align: right;
}

#footer-contact-container p, #footer-contact-container a {
	font-size: 9pt;
	color: #06324e;
	letter-spacing: 0.1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-decoration: none;
}

#footer-contact-container a:hover, #footer-contact-container a:active {
	color: #0079bc;
	text-decoration: none;
	border-bottom: 1px dotted #06324e;
}

div#footer-contact-clear {
	clear: both;
	padding-bottom: 10px;
}

div#footer-contact-only {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/footer-contact-only-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

/* d i a l o g   b o x e s */

#client-portal-dialog, .ui-dialog-title {
	font-size: 8pt;
}

.ui-widget button {
	font-size: 8pt;
}

label, input, select {
	display:block;
}

input.text {
	margin-bottom:12px;
	width:95%;
	padding: .4em;
}

select.text {
	margin-bottom:12px;
	width:98%;
	padding: .4em;
}

fieldset {
	padding:0;
	border:0;
	margin-top:15px;
}

.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error {
	padding: .2em;
}

