/* CSS Document Created by Fred Gonzalez. Please feel free to use for your own projects */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background-color: #fff;
	}
p {
	font-size: 15px;
	margin: 0 2px 12px 2px;
	}
.bold {font-weight:bold}
h1, #content h1 acronym, #content h1 abbr {background: white; color: red; text-decoration: none; font-weight: bold; padding-bottom: 12px; font-size:20px}

h2 {background: white; color: black; text-decoration: underline; font-weight: bold; padding-bottom: 1px; font-size:14px}
h3, h4, h5 {background: white; color: black; text-decoration: underline; font-weight: bold; padding-bottom: 1px; font-size:12px}

address {
	margin: 1em 0;
	line-height:1.4em;
	font-style: normal;
	}
#container 	{
	width: Auto;
	margin:0.5%;
	padding: 0;
	border: 0;
	float: none !important;
	color:#000;
	background: transparent;
	}
body .logo {display: none;}
/*-------------- Header styles --------------------*/
#header, #header_article {display: none;}

/*This class for email.html form buttons*/
form .button {padding: 3px;}

.hotline {position:absolute; float:right; top:98px; right:25px;}
.center {text-align: center;}

/*----------- Top navigation bar styles-----------------------------*/
#nav {display: none;}
#navcontainer ul {display: none;}
#breadcrumb {display: none;}

/*----------- Main Content Styles --------------------------------*/
#content {margin-left:10%;}
#content a, #content a:link, .side-content p a {
	font-weight:bold;
	font-style:normal;
	color:#36C;
	text-decoration:none;
	border-bottom:1px dashed #36c;
	} 
#print-link {display: none;}
	
/*..............Styles for Lists in Content Area................*/
#content ul {
	margin: 5px 0px 10px 0px;
	color: #333;
	}
#content ul li {
	color: #000000;
	line-height:1.5em;
	margin:3px 0 5px 40px;
	list-style: none;
	list-style-position: outside;
	list-style-image:  url(../images/bullet_square.gif);
	}
#content ol li {
	color: #000000;
	line-height:1.5em;
	margin:3px 0 5px 40px;
	list-style-position: outside;
	}
#content img {display: none;}
/*..............Styles for Definition Lists in Content Area................*/
#content dl {
	margin:1em 0 1em 0;
	padding:0;
	line-height:1.3em;
	}
#content dl dt {
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#006;
	}
#content dl dd {
	margin:0 0 1.5em 0;
	}
#content dl.indented dd{
	margin:0 0 1em 2em;	
	}
#content dl.inline {
        margin:1em 0 1em 10px;
        border:none;
	}
#content dl.inline dt {
        font-size:13px;
        margin:0;
        padding-right:10px;
        width:8em;
        float:left;
	}
#content dl.inline dd {
		margin:0;
	}
	
.visit-site {
	font-size:.85em;
	padding-top: 2px;
	display: block;
	}
pre {
	font-size:1.2em;
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	}
.fauxlink {
	text-decoration: underline;
	color: #0000FF;
	}
.top {vertical-align: top;}
.h1small{
	font-size:0.60em;
	font-weight: normal;
}
.black {color: #000;}
.blue {color: #369;}
.red {color: #900;}

/*------------------------- Right-hand content container styles ------------------*/
#RHbox{display: none;}


/*------------------------- Right-hand Navigation styles ------------------*/
#navlist{display: none;}
h3.RHheader {display: none;}

/*----------------------------Side Content Styles --------------------------*/
div.side-content{display: none;}

#resourcelink{width:98%;text-align:right;display:block;margin:6px 0 0;padding:0 4px 14px 0}
.clearer{height:1px;margin-top:-1px;clear:both}

cite{letter-spacing:0.05em;font-size:small}

/*------------------------Footer Styles --------------------------*/
div.footerbar{background:50% 50% #369;border:none;text-align:right;height:7px;clear:both;}
#footer{display: none;}

/*---------------Float and border styles ---------------*/

.floatright	{
	float:right;
	margin:2px 0px 1px 10px;
	}
.floatleft	{
	float:left;
	margin:8px 10px 1px 0px;
	}
.border	{border:gray solid 1px;}	
.border-none {border:none;}
.offscreen{position:absolute;left:0;top:-500px;width:1px;height:1px;overflow:hidden}

table tr.border {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	}

/*----------------------Styles for Content Quick-link Nav Bar-------------------------------*/
#content #quick-nav ul, #content .quick-nav ul{display: none;}

#content #quick-nav li, #content .quick-nav li{display: none;}

/* Test code for main page feature sections*/
/* story highlights */
#content .FeatureBox
	{
	border:none;
	padding:10px 6px 7px 6px;
	margin:16px 0 10px 0;
	position:relative;
}

#content .FeatureBox h2 {
	font-size: 1.6em;
	top:12px;
	margin:0 0 28px 0;
	padding:2px 0 2px 0;
	height:12px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	border-style: none;
	}
hr {
	color: #A3C1E0;
	background-color: #A3C1E0;
	}
.toplink {display: none;}
a.top {display:none;}
    
a:link:after, a:visited:after {
      content: " (" attr(href) ") ";
      font-size: 90%;
    }
html.noted a:link:after, html.noted a:visited:after {
      content: '';
    }