@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../images/bg.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/images/Concept-inside-guides_03.jpg);
	background-repeat: repeat-y;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
	margin: 0;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: -200px;
}
#nav {
	width:980px;
	height:61px;
	z-index:1000;
}

#flash {
	width:980px;
	height:548px;
	margin-top:-61px;
	z-index:0;
}

#mainContent { 
	padding: 0 20px;
}

#mainContent p{ 
	text-align:justify;
}

#mainContentHome { 
	padding-left: 13px;
}

#subline {
	background-image:url(../images/images/Concept-inside-guides_04.jpg);
	height:200px;
	color: #FFF;
	padding-left:30px;
}
#subline p {
	padding-top:15px;
	color:#ffffff;
	padding-right: 25px;
	text-align:justify;
}
#footer {
	padding: 0 10px;
	background-image: url(../images/images/Concept-inside-guides_05.jpg);
	height: 48px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {text-decoration: none; color:#000000; font-size:10px;}
#footer a:link {text-decoration: none; color:#000000; font-size:10px;}
#footer a:visited {text-decoration: none; color:#000000; font-size:10px;}
#footer a:hover {text-decoration: underline; color:#000000; font-size:10px;}
#footer a:active {text-decoration: none; color:#000000; font-size:10px;}

a {text-decoration: underline; color:#009;}
a:link {text-decoration: underline; color:#009;}
a:visited {text-decoration: underline; color:#009;}
a:hover {text-decoration: none; color:#000000;}
a:active {text-decoration: underline; color:#009;}


h1 {
	color:#125fa0;
	font-size: 150%;
}
h2 {
	font-size:130%;
}
.bluesub {
	color:#121c27;
	font-size:120%;
	text-decoration:underline;
	font-weight:bold;
}
.whitesub {
	color:#ffffff; 
	font-size:120%; 
	text-decoration:underline; 
	font-weight:bold;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

