/*div{border:1px solid red;}*/

/*********** HTML TAGS *******************/
body {
	background-image: url('images/background.gif');
	background-color: #244228;
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 88%;
}
a:link, a:visited{text-decoration: none;}
a:hover{text-decoration:underline;}
a:link, a:hover, a:visited {
	color: #BBB;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #FFFFFF;
}
/*********** NAVIGATION BAR ***************/
#navBar {
	background:  url('images/CNI_SideMotto.gif') no-repeat left top;
	padding-top: 0px;
	text-align: right;
	width: 150px;
	color: #006633;
	padding-right: 10px;
	height: 510px;
	left: 0px;
	top: 0px;
	display: block;
	float: left;
	margin-top: 110px;
}
#nav li a:link{color: #006633;}
#nav li a:visited{color: #000000;}
/*#nav li a:hover{color: #000000;}*/
ul#nav{
	list-style: none;
	line-height: 200%;
	color: #006633;
}
ul#nav li{
	list-style: none;
	line-height: 200%;
	color: #006633;
}

/************ SUB-NAVIGATION ***********/
#subnav{
	margin: 0 10px 30px 0px;
	padding: 0px;
	border-top: 2px solid #007744;
}

#subnav ul li a{
	color: #00FF99;
	font-size: 86%;
	background-color: #007744;
}
#subnav ul li a:hover{
	text-decoration: underline;
}
#subnav ul li a:visited{
	color: #CCCCCC;
}
#subnav ul li{
	margin: 0px 5px;
	display: inline;
	padding: 5px;
	background-color: #007744;
}
#subnav ul {
	margin: 0;
	padding: 2px;
	display: inline;
	list-style-type: none;
}
#navBar ul li.subnav {
	font-size: 80%;
	line-height: 110%;
	margin-top: 7px;
}

/*********** CONTACT INFO *************/
/*p#address {
	padding: 50px 0px 0px;
	font-size: 11px;
}

p#phone {
	font-size: 11px;
}
*/
/********** BANNER *************/
#Banner h1 {
	display: none;
}
#Banner h1{
	display: block;
	background: transparent url(images/CNI_Banner.png) no-repeat top left; 
	position: absolute;
	height: 85px;
	width: 320px;
	left: 50px;
	top: 10px;
}
h1 span{
	display: none;
}


/************** CONTENT ***************/
#Content {
	width: 75%;
	margin: 0px 0 0 170px;
	padding: 190px 0 0 20px;
	line-height: 1.1em;
	position: relative;
}

#Content h1{
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 2em;
	color: #00FF99;
	text-align: left;
	line-height: 2em;
}
#Content h2{
	font-size: 150%;
	color: #00FF99;
	margin: 3em 0 2em 0;
	font-weight: normal;
}
#Content h3 {
	font-size: 150%;
	font-weight: normal;
	color: #00FF99;
}
#Content img{
	float:left;
	border: solid #555555 2px;
	margin: 0px 10px 0 0;
}

	
/********** OTHER DIVS **********/

#quote{
	position:absolute;
	top: 10px;
	text-align:right;
	color: #00FF99;
	width: 345px;
	padding-top: 20px;
	right: 50px;
	font-style: italic;
	font-size: 96%;
}#quote p{color: #00FF99;}

#container{
	color: #000000;
	top: 0;
	left: 0;
}
#contact_info p{
	color: #00FF99;
	padding: 0px;
	margin: 100px 0 1em 0;
}

#CreatedBy {
	font-size: 80%;
	width: 400px;
	left: 200px;
	text-align: left;
	padding-right: 0px;
	position: absolute;
	padding-top: 10px;
	margin: 20px 0;
	color: #00FF99;
}
#CreatedBy a{
	color: #00FF99;
}

/********** CLASSES ************/
.feature{
	margin: 0 0 3em 0px;
	color: #FFFFFF;
}
.feature ul {
	padding: 0 10px;
	margin: 0;
}
.feature ul li {
	line-height: 130%;
}
.quote {
	line-height: 100%;
	color: #FFFFFF;
}
.author {
	font-style: normal;
	line-height: 100%;
	color: #00FF99;
}
