﻿/* screen.css */
/* http://www.greystone.com */
/* Created By: Margaret Shear m@shearshear.com */
/* Created On: 11-22-2005 */
/* Last Modified: 01-18-2009 */
body {
	background: url(../images/body_bg.gif);
}
/* be kind to Opera */
html>body {
	background: url(../images/body_bg.gif);
}

/* be kind to NS4 lack of inheritance */
p,ul,h1,h2,h3,h4,h5,h6,ul,ol,li,.hdg1,.hdg2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
	font-weight: bold
}
em {
	font-style: italic;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
h3, .hdg1 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
h4, .hdg2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
img {
	border: 0;
}

img.floatinline 
{
	position:relative;
	float:left; 
	padding-left: 120px; 
	padding-right: 20px;
}

a:link,a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover,a:active {
	color: #000066;
	text-decoration: none;
	background: #EEEEEE url(../images/alink_bg.gif) repeat-x bottom;
}
#container {
	margin: 0 auto;
	padding: 50px 0;
}
/* containing block for all site contents */
table#container {
	padding: 0;
	border: 0;
	width: 720px;
}
td {
	padding: 0;
	border: 0;
	background-color: #FFF;
	vertical-align: top;
}
/* containing cell for rounded corners */
td.corners {
	background-color: transparent;	
}
/* header */
#hdr td {
	height: 85px;
	padding: 0 0 15px 0;
	border-top: 2px solid #90B7E0;
	background: #FFF url(../images/dottedhoriz_bg.gif) repeat-x bottom;
}
#hdr td.left {
	width: 120px;
}
#hdr td.right {
	width: 600px;
}
/* side navigation */
#nav {
	font-size: 10px;
}
td#nav {
	width: 120px;
	background: #FFF url(../images/ms_gold_partner_logo.gif) no-repeat bottom center;
	padding-bottom: 65px;
}
#nav ul {
	list-style-type: none;
	margin: 0 5px 80px 5px;
	padding: 0;
	text-indent: 0;
}
#nav li {
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav a.expand:link, #nav a.expand:visited {
	font-size: .85em;
	border: none;
	width: 1em;
	height: 1em;
	padding: 1px;
	margin: 10px 2px 0 2px;
	float: left;
	display: inline;
}
#nav a:hover.expand {
	background: #FFF;
}
#nav a:link, #nav a:visited {
	color: #333;
	display: block;
	background: #CADDFF;
	padding: 5px 1px 5px 12px;
	margin: 6px 0 0 0;
	border-left: 1px solid #666;
	text-decoration: none;
}
#nav a:hover, #nav li.active a {
	background: #84B0FF;
	color: #000;
	display: block;
	text-decoration: none;
}

#nav ul li ul {
	padding: 0;
	margin: 0;
	display: none;
	border-left: 1px solid #666;
}
#nav li.active ul {
	display: block;
}
#nav li li {
	font-size: 1em;
	background: none;
	margin: 0;
	border: 0;
}
#nav li li a:link, #nav li li a:visited{
	color: #333;
	padding: 4px 2px 4px 6px;
	margin: 0;
	border: 1px solid #CCC;
	border-width: 0 0 0 4px;
	background: none;
}
#nav li li a:hover, #nav li li a.active {
	color: #000;
	border-left: 4px solid #000;
	background: #EEE;
}
/* home page contents */
td#home {
	vertical-align: top;
}
/* containing block for main page content */
td#content {
	width: 620px;
	background: #FFF url(../images/dottedvert_bg.gif) repeat-y left;
}
/* sets list bullets */
#content ul li {
	list-style-type: none;
	background-image: url(../images/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0 0 0 10px;
}
/* quotation block */
div.quotation {
	background: transparent url(../images/dottedhoriz_bg.gif) repeat-x bottom;
	padding: 0;
	width: 600px;
	margin: 0;
	border-bottom: 1px solid #FFF;
}
div.bodyQuotation {
	margin: 10px 90px 10px 120px;
}
.quotation blockquote, .bodyQuotation blockquote {
	font-weight: bold;
	letter-spacing: .1em;
	background: url(../images/quoteleft_bg.jpg) no-repeat 0 5px;
	padding: 5px 0 5px 45px;
	margin: 10px;
	clear: both;
}
.quotation p, .bodyQuotation p {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}
p.quote {
	color: #333;
	font-size: 11px;
	background: url(../images/quoteright_bg.jpg) no-repeat right top;
	padding: 0 45px 0 0;
	line-height: 1.6em;
}
/* author credit */
p.author {
	color: #444;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	padding: 0 45px 0 0;
}
.bodyQuotation p.author {
}
div#col1 {
	width: 360px;
	float: left;
	padding: 0 0 45px 0;
	background: transparent url(../images/dottedvert_bg.gif) repeat-y right;
	margin: 0;
	height: 100%;
}
/* heading images set dotted underlines */
img.heading {
	padding: 10px;
	background: url(../images/dottedhoriz_bg.gif) repeat-x bottom;
}
/* top class should only be applied once per block; set bg image position */
#col1 .top {
	margin: 10px 0 10px 10px;
	padding: 30px 45px 0 40px;
	background: url(../images/index_col1_bg.jpg) no-repeat top left;
}
#col1 p,#col1 li {
	margin: 10px 45px 0 40px;
	font-size: 12px;
	line-height: 1.6em;
}
#col1 h1,#col1 h2,#col1 h3,#col1 h4,#col1 h5,#col1 h6 {
	margin: 10px 45px 0 40px;	
}
div#col2 {
	width: 240px;
	float: left;
	padding: 0;
	font-size: 13px;
	line-height: 1.6em;
	height: 100%;
	display: block;
}
#col2 p,#col2 li {
	color: #444;
	width: 150px;
	padding: 10px 10px 10px 55px;
	font-size: 11px;
	display: block;
}
#col2 h1,#col2 h2,#col2 h3,#col2 h4,#col2 h5,#col2 h6 {
	padding: 10px 10px 10px 45px;	
}
#col2 .top {
	margin: 10px 20px 10px 10px;
	padding: 30px 0 0 45px;
	background: url(../images/index_col2_bg.jpg) no-repeat top left;
}
#col2 h1 {
	color: #333;
	font-size: .9em;
	font-weight: bold;
}
table.sitemap {
	margin-top: 25px;
}
table.sitemap li {
	margin: 10px 0px 0 40px;
	font-size: 12px;
	line-height: 1.6em;
}
/* main page contents */
div.main {
	background: transparent url(../images/dottedvert_bg.gif) repeat-y left;
	width: 600px;
	margin: 0 0 45px 0;
}
.main p,.main li {
	margin: 10px 90px 0 120px;
	font-size: 12px;
	line-height: 1.6em;
}
.main h1,.main h2,.main h3,.main h4,.main h5,.main h6 {
	margin: 10px 90px 0 120px;
}
.main .top {
	margin: 10px 0 10px 0;
	padding: 10px 90px 0 120px;
}
/* footer */
#ftr td {
	padding: 10px 10px 0 10px;
	background: #90B7E0 url(../images/dottedhoriz_bg.gif) repeat-x top;
	color: #FFF;
}
#ftr ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
#ftr li {
	display: inline;
	padding: 0;
	margin: 0;
	text-indent: 0;
	font-size: .8em;

}
#ftr p {
	background-color: transparent;
	font-size: .85em;
}
#ftr a:link, #ftr a:visited {
	color: #FFF;
	text-decoration: none;
	background: transparent;
	background-image: url(../images/);
	padding: 2px;
}
#ftr a:hover, #ftr a:active {
	color: #FFF;
	background: #75A9D8;
	text-decoration: underline;
}
/* print styles */
@media print {
body {
	background: white;
	font-size: 12pt;
	width: 95%;
}
table#container {
	border: 1px solid #CCC;
}
tr#hdr td, td#content {
	border-bottom: 1px solid #CCC;
}
td#nav {
	border-right: 1px solid #CCC;
}
td.corners img{
	display: none;
}
#hdr td {
	border-width: 0;
}
div#col1 {
	width: 55%;
}
div#col2 {
	width: 30%;
}
#col1 li,#col1 p.top, #col1 p, #col1 h1, #col2 li, #col2 p, #col2 h1.top {
	padding: 10px;
	margin: 0;
}
#container {
	width: auto; 
	margin: 0 3%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
td#nav {
	width: 20%;
}
#col1 img {
	width: 75%;
}
#col2 img {
	width: 90%;
}
a {
	color: #039;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
tr#ftr ul {
	display: none;
}
tr#ftr p {
	color: #333;
	font-size: 10pt;
}
}