/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html {
	height: 100%;
	padding: 0;
}

body {
	height: 100%;
	background-color: #FFFFFF;
}

#container {
	min-height: 100%;
	position: relative;
   	background: url("/images/bg-body.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 8px 0 0 0;
}

#wrapper {
	min-height: 100%;
	width: 780px;
	margin: 0 auto;
   	background: url("/images/bg-wrapper.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#header-container {
	display: block;
	height: 105px;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid blue;
}

#header-content {
	display: block;
	height: 105px;
	width: 684px;
	margin: 0 auto;
	padding: 0 0;
	border: 0px solid blue;
}

#menu-content {
    float: left;
	display: inline;
	height: 33px;
   	line-height: 33px;
	width: 445px;
	margin: 32px 0 0 32px;
	padding: 0 0;
	border: 0px solid red;
}

#content-container {
	display: block;
	overflow: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px; /* IE6 Hack */
	width: 780px;
	padding: 0 0 190px 0;
	margin: 0 0;
	border: 0px solid blue;
}

#content-content {
	display: block;
    position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px; /* IE6 Hack */
	width: 684px;
	margin: 0 auto 10px auto;
	padding: 0 0;
	text-align: left;
	border: 0px solid green;
}

div#top-image-container {
	display: block;
	width: 684px;
	height: 140px;
	margin: 0 0 24px 0;
	border: 0px solid red;
}

body#home div#top-image-container, body#business div#top-image-container {
	display: none;
}

div#flash-container {
	display: block;
	width: 684px;
	height: 258px;
	margin: 0 0 24px 0;
	border: 0px solid red;
}

#footer-container {
	position: absolute;
	bottom: 0;
	display: block;
	height: 140px;
	width: 100%;
	background: url("/images/bg-footer-container.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0;
	text-align: center;
	border-bottom: 8px solid #FFFFFF;
}

#footer-content-top {
	display: block;
	height: 65px;
	width: 684px;
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

#footer-content-bottom {
	display: block;
	height: 75px;
	width: 684px;
	background: url("/images/bg-footer-content-bottom.gif");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

/* End CSS Layout Code */
