body {
	background-color: #ECEDEF;
	padding: 0px;
	margin: 20px 0px;
	text-align: center;
}
body, td, p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 434343;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #02A7E6;
	padding: 8px 0 15px 0;
	border-bottom: 1px solid #CCEDFA;
	margin-bottom: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A438D;
	margin-bottom: 3px;
}

a {
	color: #09408B;
	text-decoration: none;
}
a:hover {
	color: #02A7E6;
	text-decoration: underline;
}


/**********************************************
Container
***********************************************/
#container {
	width: 770px;
	text-align: left;
	margin: auto;
}

/**********************************************
Navigation
***********************************************/

/*--------------Top Nav--------------*/
#topnav {
	padding-right: 15px;
	text-align: right;
	vertical-align: bottom;
}
#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topnav ul li { /* all list items */
	position: relative;
	float: right;
	margin:0;
	padding:0;
}
#topnav, #topnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0B418C;
	text-decoration: none;
	padding-bottom: 5px;
}
#topnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #02A7E6;
	text-decoration: underline;
}
#topnav ul li#contact {
	width: 90px;
}
#topnav ul li#sitemap {
	width: 74px;
}
#home a {
	background: url(../images/nav/nav-icon-home.gif) no-repeat 0px 1px;
	padding-left: 16px;
}
#sitemap a {
	background: url(../images/nav/nav-icon-sitemap.gif) no-repeat 0px 1px;
	padding-left: 14px;
}
#contact a {
	background: url(../images/nav/nav-icon-contact.gif) no-repeat 0px 1px;
	padding-left: 17px;
}


/**********************************************
Homepage Elements
***********************************************/
/*--------------Splash Welcome--------------*/
#splash-welcome, #splash-welcome p {
	color: #000000;
	line-height: 16px;
	margin-top: 10px;
}
#splash-welcome {
	padding: 10px;
	background: url(../images/splash/splash-text-bg.gif) no-repeat 0px 0px;
	border-bottom: 1px solid #E1E8EF;
}


/*--------------Feature Panels--------------*/
.panelpic {
	padding: 1px 0;
}
.panelinfo {
	padding: 10px;
	background: url(../images/splash/bg-gradient-panel.gif) repeat-x 0px 0px;
	height: 160px;
	color: #000;
	line-height: 16px;
}
.panelinfo p {
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
}
.panelinfo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.panelinfo li {
	background-image: url(../images/core/subnav-bullets.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 4px 0;
	padding-left: 13px;
}
.feat-tenant-logo {
	padding: 1px 0;
	height: 80px;
}
.feat-tenant-info {
	padding: 4px 0;
	color: #000000;
}
.feat-tenant-icon {
	padding: 5px 6px 0 0;
}

/*--------------Generic Blue Panels--------------*/

.blue-panel-hdr {
	background: url(../images/splash/hdr-blue-bg.gif) no-repeat 0px 0px;
	height: 35px;
	padding-left: 10px;
}
.blue-panels {
	padding: 10px;
}




/**********************************************
Left Column Inner Pages
***********************************************/
.left-column {
	height: 490px;
	background-image: url(../images/nav/subnav-bg-bottom2.gif);
	background-repeat: repeat;
	background-position: left bottom;
}

/*--------------Sub-Navigation--------------*/
.subnav {
	background: url(../images/nav/subnav-bg-top.gif) no-repeat top left;
	height: 190px;
	padding: 1px 10px;
}
.subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.subnav li {
	background-image: url(../images/core/subnav-bullets.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding: 5px 0;
	padding-left: 15px;
	border-bottom: solid 1px #E2E7EF;
}
.subnav a {
	font-weight: bold;
}


/**********************************************
Content
***********************************************/

.h1-img {
	margin-left: 10px;
}
.content {
	padding: 10px;
}
.content, .content p {
	line-height: 13px;
}
.content p {
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.content ul {
	list-style-type: none;
	padding: 0;
	margin: -15px 0 10px 0;
}
.content li {
	background-image: url(../images/core/bullets.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.content ul.cell {
	margin: 0px 0 10px 0;
}
.content ul.cell li {
	background-position: 8px 5px;
}

/**********************************************
Footer
***********************************************/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
