/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#CCCCCC;
	margin: 0px;
	padding: 0;
	background-image: url(../images/bg_body.gif);
	background-position: center;
	background-repeat:repeat-y;
	background-color: #003366;
	background-attachment:fixed;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}

.darkText {
	color: #003366;
}

/* ---------------------------------- container ---------------------------------- */

#container{
	width:800px;
	padding:0px;
	margin:0px;
	margin-right:auto;
	margin-left:auto;		
}

#logoHeader {
	height: 241px;
	background-image: url(../images/bg_airplane.gif);
	background-repeat: no-repeat;
/*	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}

#toparrows {
	background-image: url(../images/bg_toparrows2.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	margin-right:auto;
	margin-left:auto;
	height: 26px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/*.logo {
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	margin: 0 0 0 20px;
}*/

#logo {
	filter:alpha(opacity=1);
	-moz-opacity:1.0;
	opacity:1.0;
	margin: 0 0 0 20px;
}


#homeBG {
	background-image: url(../images/bg_kaneyhome.png);
	background-repeat: no-repeat;
	background-position:top;
	height: 317px;
}

#homeBodyCopy {
	padding-top: 10px !important;
	margin-left: 10px !important;
	margin-right: 230px;
	padding: 50px 25px 0px 15px;
	margin-bottom: 20px;
	font-size: 100%;
}

#bodyCopy {
	padding-top: 10px !important;
	margin-left: 190px !important;
	padding: 10px 25px 0px 15px;
	margin-bottom: 20px;
	font-size: 100%;
}

#sidebar {
	float: left;
	width: 150px;
}
	#sidebar div {
		padding: 20px;
	}
	
	
	
#leftCol {
	
	padding: 10px 25px 0px 15px;
	margin-bottom: 20px;
	font-size: 100%;
	border: none;
	text-align: left;
	vertical-align: top;
	float: left;
	height: auto;
	width: 250px;
}	

#rightCol { 

	padding: 10px 25px 0px 15px;
	margin-bottom: 20px;
	font-size: 100%;
	border: none;
	text-align: left;
	
	float: right;
	height: auto;
	width: 240px;
}

.rightCol li {
	list-style: disc;
	margin-left: 10px;
	margin-top: 10px;
}
	
/*---------------------- NAVIGATION STYLES ------------------------------------*/

#nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	width: 150px;
	margin-top: 4px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: dashed #fff 1px;
}

#nav a:hover {
	background-color: #000033;
}

/*---------------------- LINK STYLES ------------------------------------*/
a.tnav:link,a.tnav:visited,a.tnav:active {
	color: #EABB00;
	text-decoration: none;

}

a.tnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ---------------------------------- BOX STYLES ---------------------------------- */

#boxContainer {
	clear: both;
}

#boxPlacement1 {
	float: left;
}

#boxPlacement2 {
	margin-left: 285px;
}

.box {
	width: 270px;
	border: 1px #ccc dashed;
	background-color: #eeeeee;
}

.box h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #eee;
	border-bottom: 1px dashed #ccc;
	background-color: #6699CC;
	/*background: url(../images/bg_on.gif) repeat-x top left;*/
}

.box div {
	margin: 5px;
}

.box ul {
	margin: 5px;
}

.box li {
	list-style: none;
	display: block;
	margin-left: 10px;
}

.box li a, .box a {
	text-decoration: none;
	font-weight: bold;
}

.box li a:hover, .box a:hover {
	color: #999999;
}

/*------------------------------ FOOTER ----------------------------------------*/
#footer {
	clear: both;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	height: 121px;
}

	#footer div {
		padding: 15px 150px 8px 20px;
	}
/*#container_out{
	padding:0px;
	margin:0px;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-right:auto;
	margin-left:auto;
	overflow: 110%;
}

.transparentImage {
	float:left;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

#toparrows {
	width: 800px;
	background-image: url(../images/bg_toparrows.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	margin-right:auto;
	margin-left:auto;
}

#container_bottomarrows {
	width: 800px;
	background-image: url(../images/bg_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	margin-right:auto;
	margin-left:auto;
}

#container_content {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 270px;
	margin-bottom: 100px;
}

*/

