* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: url(gfx/background.jpg) center top no-repeat #223b43;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #006b8f;
}

#wrapper {
	width: 860px;
	margin: 20px auto 0 auto;
	background: url(gfx/bgnd-contentfooter.gif) bottom left no-repeat white;
}

#header {
	width: 860px;
	height: 90px;
	background: url(gfx/bgnd-header.gif) top left no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	width: 150px;
	height: 70px;
	top: 10px;
	left: 20px;
}

/** Site navigation: first-tier, second-tier **/

#sitenav {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 35px;
	font-size: 62.5%;
	font-family: Arial;
}

#sitenav ul {
	list-style: none;
}

#sitenav li {
	float: left;
	margin-right: 5px;
	line-height: 2.5em;
	font-size: 1.1em;
}

#sitenav .page_item {
	height: 27px;
	padding-left: 17px;
	background: url(gfx/page-item.gif) left top no-repeat;
}

#sitenav .page_item a {
	background: url(gfx/page-item-end.gif) right top no-repeat;
	padding-top: 7px;
	padding-bottom: 12px;
	padding-right: 17px;
	color: #464646;
	text-decoration: none;
}

#sitenav .page_item a:hover {
	text-decoration: underline;
}

#sitenav .current_page_item,
#sitenav .current_page_parent {
	height: 27px;
	padding-left: 17px;
	background: url(gfx/current-page-item.gif) left top no-repeat;
}

#sitenav .current_page_item a,
#sitenav .current_page_parent a {
	background: url(gfx/current-page-item-end.gif) right top no-repeat;
	padding-top: 7px;
	padding-bottom: 12px;
	padding-right: 17px;
	color: #00526e;
	text-decoration: none;
}

#subnav {
	width: 820px;
	height: 45px;
	font-size: 1.1em;
}

#subnav ul {
	list-style: none;
}

#subnav li {
	float: left;
	margin-right: 5px;
	line-height: 26px;
}

#subnav .page_item {
	height: 27px;
	padding-left: 15px;
	background: url(gfx/subnav_page-item.gif) left top no-repeat;
}

#subnav .page_item a {
	color: #464646;
	text-decoration: none;
	background: url(gfx/subnav_page-item-end.gif) right top no-repeat;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-right: 15px;
}

#subnav .page_item a:hover {
	text-decoration: underline;
}

#subnav .current_page_item,
#subnav .current_page_parent {
	height: 26px;
	padding-left: 20px;
	background: url(gfx/subnav_current-page-item.gif) left top no-repeat;
}

#subnav .current_page_item a,
#subnav .current_page_parent a {
	background: url(gfx/subnav_current-page-item-end.gif) right top no-repeat;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-right: 20px;
	color: #00526e;
	text-decoration: none;
}


/**** Homepage/FLM banner ****/

#homepageBanner {
	width: 860px;
	height: 360px;
	background: url(gfx/homepage-banner.jpg) top left no-repeat;
	position: relative;
	border-bottom: 1px solid white;
}

#flmBanner {
	width: 860px;
	height: 90px;
	background: url(gfx/flmpage-banner.jpg) top left no-repeat;
	position: relative;
	border-bottom: 1px solid white;
}

#flmBanner.orange {
	background: url(gfx/flmcgpage-banner.jpg) top left no-repeat;
}

#title-flm {
	width: 380px;
	height: 70px;
	background: url(gfx/title-formslifecyclemanager.gif) top left no-repeat;
	position: absolute;
	top: 10px;
	left: 240px;
}

#title-flm h1 {
	display: none;
}

#title-flm p {
	position: absolute;
	top: 47px;
	right: 7px;
	font-size: 12px;
	color: #00526e;
}

#title-flmcg {
	width: 320px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: 280px;
}

#title-flmcg h1 {
	color: #FFFFFF;
	font-size: 36px;
}

#title-flmcg p {
	position: absolute;
	top: 47px;
	right: 7px;
	font-size: 12px;
	font-weight: bold;
	/* color: #00526e; */
	color: #881b20;
}

#title-about {
	width: 179px;
	height: 80px;
	background: url(gfx/title-aboutarch.gif) bottom left no-repeat;
	margin: 0 auto;
}

#title-about h1 {
	display: none;
}

#btn-learnmore {
	width: 83px;
	height: 33px;
	position: absolute;
	top: 20px;
	right: 18px;
}

/*** End ***/

#content {
	width: 820px;
	background: url(gfx/bgnd-content.jpg) left -1px repeat-x white;
	font-size: 62.5%;
	padding: 20px 20px 0px 20px;
	margin-bottom: 0px;
}

#colLeft {
	width: 550px;
	float: left;
}

#colRight {
	width: 250px;
	float: left;
	margin-left: 20px;
}

#sidebar {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

/*** Footer ***/

#footer {
	width: 860px;
	height: 70px;
	background: url(gfx/bgnd-footer.gif) top left no-repeat;
	margin: 10px auto 0 auto;
	font-size: 62.5%;
	color: #223b43;
	position: relative;
}

#footer strong {
	color: #00526e;
}

#footer a {
	color: #223b43;
	text-decoration: none;
}

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

.footer_col {
	width: 175px;
	height: 40px;
	float: left;
	margin-top: 15px;
	padding-left: 20px;
	font-size: 1.1em;
}

.footer_col label {
	width: 38px;
	display: block;
	float: left;
}

.footer_col img {
	padding-top: 2px;
}

#copyright {
	position: absolute;
	bottom: 12px;
	right: 20px;
	font-size: 1.0em;
}

#designedBy {
	width: 860px;
	margin: 0 auto;
	text-align: right;
	font-size: 9px;
	color: #3b616f;
	padding-top: 8px;
}

#designedBy a {
	color: #3b616f;
	text-decoration: none;
}

#designedBy a:hover {
	text-decoration: underline;
	color: white;
}

#supportBox {
	width: 100%;
	/*height: 70px;*/
	height: 0px; /* This will be changed via jquery slider */
	color: white;
	font-size: 62.5%;
	background: url(gfx/bgnd-supportbox.png) bottom left repeat-x;
}

#supportBox-content {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#supportBox-logo {
	width: 110px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#supportBox-login {
	height: 50px;
	width: 485px;
	position: absolute;
	top: 10px;
	right: 20px;
}

#supportBox-title {
	width: 200px;
	height: 20px;
	background: url(gfx/supportbox-title.gif) top left no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
}

#supportBox-title span {
	display: none;
}

#supportBox-form {
	padding-top: 3px;
}

#supportBox-form form {
	margin: 0;
	padding: 0;
}

#supportBox-form label {
	font-size: 1.1em;
	color: #cde9fb;
}

.supportBox-textbox {
	width: 150px;
	height: 19px;
	border: none;
	background: url(gfx/supportbox-textbox.gif) left top no-repeat;
	padding-top: 3px;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	vertical-align: middle;
}

.supportBox-submit {
	vertical-align: middle;
}

#supportBox-moreoptions {
	position: absolute;
	width: 158px;
	left: 170px;
	top: 14px;
	font-size: 1.0em;
	border-right: 1px solid #3a5b66;
	padding: 10px 0;
}

/*
#supportBox-moreoptions a {
	color: #ebebeb;
	text-decoration: none;
}

#supportBox-moreoptions a:hover {
	color: white;
	text-decoration: underline;
}
*/
