body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	color: #555555;
	margin: 0;
	padding: 0;
	font-size: 85%;
}



/* ========== */
/* = COMMON = */
/* ========== */



p, ul, ol {
	line-height: 125%;
}

ul, ol {
	padding-left: 20px;
	margin-left: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
	margin-bottom: 0;
	margin-top: 20px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 250%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

a:link,
a:visited {
	color: #00aeef;
	text-decoration: none;
}

a:hover,
a:active {
	color: #00aeef;
	text-decoration: underline;
}

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

fieldset {
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
}

input, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	padding: 5px;
}

#page-home .nav-home,
#page-demographics .nav-deomographics {
	background: transparent url(/images/layout/nav-arrow.gif) no-repeat bottom;
}



/* ============= */
/* = STRUCTURE = */
/* ============= */



.container {
	width: 720px;
	text-align: left;
	margin: 0 auto;
}

.col-full {
	float: left;
	width: 100%;
	clear: both;
}

.col-large {
	float: left;
	width: 480px;
}

.col-half {
  float: left;
  width: 50%;
}

.col-small {
	float: left;
	width: 240px;
}

.space {
	padding-left: 20px;
	padding-right: 30px;
	clear: both;
}



/* ========== */
/* = BANNER = */
/* ========== */



#banner {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 10px solid #9d9fa2;
}

#banner h1 {
	margin: 0;
	padding: 0;
	background: transparent url(/images/layout/onsite-insite.gif) no-repeat center;
	width: 720px;
	height: 140px;
}

#banner h1 a {
	width: 720px;
	height: 140px;
	display: block;
}

#banner h1 a span {
	display: none;
}



/* ================ */
/* = INTRODUCTION = */
/* ================ */



#introduction {
	clear: both;
	float: left;
	width: 100%;
}

#introduction img {
	display: block;
	float: left;
	margin-top: 10px;
}

#introduction img.photo-small {
	margin-left: 10px;
}

#introduction h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}



/* ============== */
/* = NAVIGATION = */
/* ============== */



#navigation {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 10px solid #9d9fa2;
	background-color: #00aeef;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #ffffff;
	display: block;
	padding: 17px 20px 15px 20px;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li a:active {
	color: #ffffff;
	display: block;
	padding: 17px 20px 15px 20px;
	text-decoration: none;
	background: transparent url(/images/layout/nav-arrow.gif) no-repeat bottom;
}



/* =========== */
/* = CONTENT = */
/* =========== */



#content {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 10px solid #9d9fa2;
	padding-bottom: 10px;
}


#content img.demo-left {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content img.demo-right {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}



/* ================ */
/* = MAKE-CONTACT = */
/* ================ */



#make-contact {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 10px solid #9d9fa2;
}

#make-contact h2 {
	font-size: 150%;
}

#make-contact hr {
	display: none;
}

#make-contact form fieldset label {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#make-contact form fieldset input.text-field {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 200px;
}

#make-contact form fieldset textarea.text-area {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 400px;
}



/* =========== */
/* = CREDITS = */
/* =========== */



#credits {
	clear: both;
	float: left;
	width: 100%;
}

#credits p {
	font-size: 85%;
	padding-top: 20px;
	padding-bottom: 80px;
	margin: 0;
}

