/* CSS Document */
body {
	margin:10px;
	background-color:#1f7796;
}

body, p, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0f3745;
}

#sitewrap {
	width:750px; /* its really 760 but the padding strechs it*/
	background-color:#FFFFFF;
	border:1px solid #0f3745;
	padding:0px;
}

#header {
	background-image:url(../images/KI-Survival_MainLogo.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:750px;
	height:150px;
}

#body_main {
	margin-top:10px;
}

#photos {
	border:1px solid #6c7f01;
	width:546px;
	height:267px;
}

#menu_left {
	background-image:url(../images/kisurvival-logo_back.jpeg);
	background-repeat:no-repeat;
	width:182px;
	height:420px;
}

#menu_left ul {
	margin:0px;
	padding:8px;
}

#menu_left ul li {
	margin:0px;
	padding:0px;
	padding-left:0px;
	list-style:none;
	border-bottom:1px dashed #2e2b7b;
}

#menu_left ul li a {
	font-weight:bold;
	color:#0f3745;
	text-decoration:none;
	display:block;
	height:24px;
	padding-top:5px;
	padding-left:2px;
}

#menu_left ul li a:hover {
	color:#8b1a1e;
	background-color:#fbfdf2;
}


#footer {
	background-color:#0f3745;
	border:1px solid #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;	
	
}


.clear_both {
	clear:both;
}


/* Redefined tags */

h1 {
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #0f3745;
	margin-bottom:5px;
	margin-top:5px;
	}
	
h2 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;
	}

h3 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;
	}
	
.hightlight_1 {
	color:#4f82b5;
}

.hightlight_2 {
	color:#a0800e;
	text-decoration:none!important;
	font-weight:bold;
	font-size:12px;
}

.impact1 {
	font-size:12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	line-height:17px;
	}

.impact2 {
	font-size: 9pt;
	color: #155f82;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

.red {
	color: #FF0000;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	



p {
	margin-top:10px;
	margin-bottom:18px;
	line-height:15px;
	}
	
ul li {
	margin:8px 0px 8px 0px;
}

small {
	color:#000000;
	font-size: 7pt;
	font:Verdana, Arial, Helvetica, sans-serif;
	}

hr {
	border: none 0; 
	border-top: 1px solid #b2b2b2;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

address {
	font-style:normal;
}
/*-------Form elements--------*/

form {
	margin:0px;
	padding:0px;
}

input {
	border: black 1px solid;
	height:20px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366FF;

	}
	
input.no_border {
	border:none;
}

.button {
	background-color:#ff9c00;
	border: #434343 1px solid;
	color: #ffffff;
	font-size: 15px;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	font-family: Tahoma, Verdana, Helvetica;
	cursor:pointer;
	}
.button:hover {
	background-color:#1085ba;
}

/*---------------*/

/*-------------------Normal links---------------------------*/
a:link {
	text-decoration: underline;
    color:#0000FF;
	}

a:visited {
	text-decoration:underline;
    color:#666;
	}

a:hover {
	text-decoration: underline;
	color:#999999;
	} 
/*--------------------------------------------*/

