/* CSS Document */

html body, #wrapper, h1, h2, h3, h4, p, #intro-content, #content, #content-image, ul, li {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	background-color: #999;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}
	
  * html body {
  	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}

#wrapper {
	width: 900px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	}

h2 {
	padding: 30px 0;
	font-family: Arial Narrow;
	font-size: 200%;
	font-weight: lighter;
	color: #f8bb4b;
	}

h3 {
	line-height: 20px;
	padding: 15px 0;
	font-family: Arial Narrow;
	font-size: 150%;
	font-weight: bold;
	}

h4 {
	padding-bottom: 15px;
	font-family: Arial Narrow;
	font-size: 110%;
	font-weight: lighter;
	}

p {
	padding-top: 15px;
	}

a:link {
	color: #fff;
	text-decoration: underline;
	}

a:visited {
	color: #fff;
	text-decoration: underline;
	}

a:hover {
	color: #e2373e;
	text-decoration: underline;
	}

a:active {
	color: #fff;
	text-decoration: underline;
	}

#header {
	border-bottom: 8px;
	border-bottom-color: #e2373e;
	border-bottom-style: solid;
	background-color: #000;
	height: 195px;
	background-image: url(images/header_BG_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#logo {
	text-align: left;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	float: left;
	}

#intro-text {
	font-size: 85%;
	margin: 0;
	padding: 20px 20px 0px 450px;
	text-align: left;
	color: #fff;
	line-height: 15px;
	background-image: url(images/index_main_02.jpg);
	background-color: #000;
	height: 280px;
	}

#content {
	background-image: url(images/index_main.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	height: 100%;
	clear: left;
	float: left; /* floated to allow background color to show in FireFox */
	}

#content-image {
	float: left;
	width: 450px;
	background-color: #ccc;
	width: 450px;
	height: 450px;
	}

#content-text {
	float: right;
	font-size: 85%;
	margin: 0;
	padding: 20px;
	width: 410px;
	text-align: left;
	color: #fff;
	line-height: 15px;
	background-image: url(images/content_BG.gif);
	background-color: #012245;
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	min-height: 450px;
	}

.list-bulleted {
	list-style: square;
	margin-left: 1.2em;
	}
	
.list-nonbulleted {
	list-style:none;
	}

#featurettes {
	clear: left;
	list-style: none;
	width: 891px;
	text-align: left;
	padding: 8px 0px 8px 9px;
	margin: 0px;
	background-color: #fff;
	height: 136px;
	float: left;
	}

#featurettes dl {
	display: inline;
	float: left;
	width: 273px;
	height: 120px;
	margin: 0px 8px 0px 0px;
	padding: 8px;
	text-align: left;
	background-image: url(images/featurette_BG.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	}

#featurettes dt {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	float: right;
	color: #fff;
	width: 145px;
	font-family: Arial Narrow;
	font-size: 120%;
	font-weight: bold;
	}
	
  *	html #featurettes dt {
  	padding-bottom: 0px;
	}

#featurettes dd {
	margin: 0px;
	padding: 0px;
	color: #fff;
	}

#featurettes dd.feaimg img {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	}

#footer {
	clear: both;
	margin: 0px;
	padding: 5px 0px;
	border-top: 8px;
	border-top-color: #e2373e;
	border-top-style: solid;
	background-color: #f8bb4b;
	font-size: 85%;
	color: #e2373e;
	overflow: hidden;
	}

#footer a:link {
	color: #e2373e;
	text-decoration: underline;
	}

#footer a:visited {
	color: #e2373e;
	text-decoration: underline;
	}

#footer a:hover {
	color: #000;
	text-decoration: underline;
	}

#footer a:active {
	color: #e2373e;
	text-decoration: underline;
	}
	
#footer_copyright {
	float: left;
	padding: 0px 5px;
	}

#footer_bbb  {
	float: right;
	padding: 0px 5px;
	}	
	
	
#bulletList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 100%;
	color: #fff;
	list-style-position: 15px;
	}	
	
#subBullets {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	color: #fff;
	}	
