html, body {
height: 100%;
}

table {
border-spacing: 0px;
}
p, h1, h2 , h3, ul, ol{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

a {
border:none;
outline:none;
}
a img {
border-style: none;
}
a:link, a:visited  {
color: #2f6dbf;
text-decoration: none;
}
a:hover  {
color: #749ed5;
text-decoration: underline;
}

#sitemap a:link, #sitemap a:visited {
text-decoration: none;
}
#slideshow {
	height: 300px;
	position:relative;
	width: 960px;
	z-index: 0;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 300px;
	width: 960px;
}
#slideshow IMG.active {
z-index:10;
opacity:1.0;
}
#slideshow IMG.last-active {
z-index:9;
}

body  {
font: 13px Arial, Helvetica, sans-serif;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #666;
background: #fff url(../images/background.gif) repeat-x top;
}
body.page1  {
background: #fff url(../images/background1.gif) repeat-x top;
}

.push {
height: 130px; /* .push must be the same height as .footer */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#container {
margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
text-align: left; /* this overrides the text-align: center on the body element. */
width: 960px;
min-height: 100%;
height: auto !important;
height: 100%;
}
#header {
background: url(../images/Encore-Web-Studios.gif) no-repeat 0px 20px;
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: 130px;
margin: 0;
} 
#header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menubar {
	margin:0 0 0 460px;
	position:absolute;
	top:50px;
	z-index: 1;
}

#showcase {
clear:both;
height:150px;
margin-bottom:40px;
}
.page1 #showcase {
	height:300px;
}


#sidebar {
	font-size:12px;
	line-height:19px;
	margin-bottom:25px;
	padding:0 0 0 30px;
	text-align:right;
	width:225px;
}
#sidebar h3 {
	color:#4878B7;
	font-size:12px;
	letter-spacing:2px;
	padding:0 0 10px;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 20px;
}
#sidebar p {
padding-bottom: 10px;
}
#mainContent {
float:right;
margin-bottom:25px;
padding:0 30px 0 0;
width:600px;
} 


.wide #mainContent {
width:900px;
margin-bottom: 25px;
padding: 0 0 0 25px;
} 

#mainContent p {
	line-height: 20px;
	padding-bottom: 15px;
	text-align:justify;
}

#mainContent h1 a, #mainContent h2 a {
color: inherit;
}

#mainContent h1 {
color:#4878B7;
font-family:verdana;
font-size:16px;
font-weight:normal;
padding-bottom:15px;
}
#mainContent h2, h5 {
	color:#4878B7;
	font-size:12px;
	letter-spacing:2px;
	padding:0 0 10px;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 20px;
}


#mainContent h3 {
font-size: 13px;
padding: 5px 0px;
color: #4878b7;
}
#mainContent ul {
padding-top: 5px;
line-height: 18px;
list-style: square;
padding-left: 25px;
padding-bottom:10px;
_padding-left: 0px;
_margin-left: 25px;
}
#mainContent ol {
padding-top: 5px;
line-height: 18px;
padding-left: 25px;
_padding-left: 0px;
_margin-left: 30px;
}
#mainContent li {
padding-bottom: 6px;
}
div.right {
float: right;
width: 285px;
margin-bottom: 20px;
margin-top: 0px;
}
div.left  {
float:left;
width:285px;
margin-bottom: 20px;
margin-top: 0px;
}
#footer {
background: url(../images/footer.gif) repeat-x top;
margin: 0px auto;
text-align: left;
} 
#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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size: 11px;
color: #666;
line-height:20px;
text-indent: 35px;
}
#footerNav {
background:url("../images/footer-logo.gif") no-repeat 25px 0 ;
height:130px;
margin:0 auto;
padding:0 30px;
width:900px;
}
#footerNav ul {
float: right;
margin: 0px;
padding: 15px 0px 0px;
width: auto;
}
#footerNav li {
float:left;
list-style: url(../none) none outside;
margin-left: 12px;
line-height:20px;
}
#footerNav ul li a {
text-decoration: none;
color: #666;
font-size: 11px;
}

#sitemap li {
float: left;
margin: 0 10px 0 0;
padding: 0px;
list-style: none;
}
#sitemap ul{
margin: 0px;
padding: 0px;
}
#sitemap li ul li {
float: none;
padding: 0 0 10px;
margin: 0 26px 0 0;
list-style: square;
}
#sitemap li ul {
padding: 0px;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 20px;
}

.thankyou {
border: 1px solid #090;
padding: 10px;
color: #090;
background: #ECFAF0;
}
.disclaimer {
font-size: 11px;
color: #999;
}

