/* CSS Document */


body {
	margin: 0px 0px 0px 0px;
}
/* Imported Text Styles */

body {
	font: 10px Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}   /* IE */
html > body {
	font-size: 10px;
	line-height:1.3em;
	text-align: left;
}  /* Other browsers */
h1, h2, h3, h4, h5, h6 {
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2.2em;
	color:#1E5B79;
	letter-spacing:-1px;
	line-height:1em;
}
h2 {
	font-size: 1.5em;
	color:#333333;
	line-height:1.2em;
}
h3 {
	font-size: 1.3em;
	line-height:1.2em;
	color:#666666;
}
h4 {
	font-size: 1.2em;
	line-height:1.15;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight:bold;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0 1.5em 1.5em 0;
	font-size:1.2em;
	line-height:1.3em;
	text-align:left;
}






/* ===================== LAYOUT STUFF ===================== */
.container {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:870px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666666;
	padding:0px 0px 50px 0px;
}
.870banner {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px 0px 5px 0px;
	width:870px;
	text-align: center;
}
.contentTemplateBreakoutBox2 {
	margin: 10px 5px 0px 12px;
}
.mainContent {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0px 5px 0px;
	width:870px;
	text-align:left;
}
/* ===================== LAYOUT STUFF ===================== */





/*  ===================== General List Style ===================== */
ul, ol {
	font-size:1.2em;
	line-height:1.5em;
}
ul {
	list-style-type: square;
	color:#666666;
}
ol {
	list-style-type: decimal;
	color:#666666;
}
/*  ===================== General List Style ===================== */

blockquote {
	margin: 0px 0px 0px 45px;
	color: #666;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
pre {
	margin-bottom: 1.3em;
	background: #eee;
	border:0.1em solid #ddd;
	padding:1.5em;
}
code {
	font:0.9em Monaco, monospace;
}
hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 1em 0 1.4em 0;
	border: none;
}
* html hr {
	margin: 0 0 1.2em 0;
} /* IE6 fix */
p.small {
	font-size: .95em;
	line-height: 1.3em;
}
p.smallBlueBlock {
	font-size: 1.1em;
	line-height: 1.3em;
	border-left:#3399CC 7px solid;
	padding-left:7px;
	margin:0px 0px 10px 5px;
}
p.large {
	font-size: 1.2em;
	line-height: 2.5em;
}
p.quiet {
	color: #666;
}
a:link {
	color: #00579C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00579C;
}
a:hover {
	text-decoration: none;
	color: #00579C;
}
a:active {
	text-decoration: underline;
	color: #00579C;
}
#txt_roofNavigation {
	font-family: arial, sans-serif;
	color:#999999;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	margin-right: 9px;
}
.txt_roundEdgeBox_title {
	font-family: arial, sans-serif;
	color:#666666;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}
.list_solutions {
	color:#666666;
	background-color:#FFFEE6;
	padding: 5px 20px 20px 0px;
	border-top:#FFCC33 10px solid;
	margin-top:10px;
}
.list_solutions a:hover {
	color:#27789E;
}
.list_solutions ul {
	margin-left:10px;
}
.list_solutions ul li {
	padding-left:0px;
	list-style-type:none;
	font-weight:bold;
	font-size:15px;
	line-height:25px;
}
.list_solutions ul li ul li {
	list-style-type:square;
	font-weight:bold;
	font-size:12px;
}
.list_solutions ul li ul li ul li {
	list-style-type:disc;
	font-weight:normal;
	font-size:12px;
}
.caution {
	color: #CC0000;
	font-weight: bold;
}
.bump_left_50px{
	margin: 0px 0px 0px 50px;
}
.mainHomeNavTable {
	background-image:url(images/navBackground.gif)
}
