@charset "UTF-8";
/* CSS Document */
/* NKLAAP website styled and designed by Gary Weston @ Spaghetti Weston */
/* www.spaghettiweston.com */

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/*----------------------------*/

#body {
	margin: 0px;
	font-family: "Century Gothic", helvetica, sans-serif;
	font-size: 13px;
	background: url(../i/BGtile.png) repeat;
	}

#container {
	margin: auto;
	width:900px;
	background-color:#FFFFFF;
	padding: 0 12px 90px 12px;
}
	
.header {
	height:122px;
	background:url(../i/header4BG.jpg) no-repeat bottom left;	
		}

	

	
/*SIDEBAR
-------------------------------------*/
	
#sideContent {
	float: left;
	width:200px;
}
	
#sidebar {
	
	float:left;
	clear: both;
	
}

#sidebar ul {
	list-style: none;
	padding: 0px;
}

#sidebar li {
	list-style: none;
	font-size: 12px;
	border-left: 5px solid #FF9900;
	padding-left: 0px;
	}

#sidebar a, #sidebar h3.cat {
	width: 150px;
	display: block;
	padding: 3px 5px 3px 10px;
	background: url(../i/tab_small.png) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #FF9900;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../i/tab_big.png) center right no-repeat;
	padding: 4px 5px 4px 10px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #0099FF;
	/*text-shadow: 1px 2px 1px #222;*/
}

#sidebar a.big {
	color: #fff;
}

#imageBox {
	width:200px;
	margin-top: 10px;
	float:left;
	clear: both;
	}	
	

/*----------------------------------------*/

.img {
	border:1px solid #999999;
	padding:3px;
	}
	
.imgProject {
	float:left;
	margin: 6px 12px 6px 0px;
	border:1px solid #999999;
	padding:3px;
}

.imgProfilePic {
	border:1px solid #999999;
	padding:3px;
	float: left;
	margin-right: 10px;
}
	
#content {
	width:680px;
	float:right;
	padding-bottom: 20px;
}

.clear {
	clear:both;
}

.logoBox {
	width: 574px;
	border:1px solid #999999;
}

.projectHolder {
	width: 600px;
	margin-bottom: 20px;
	background: url(../i/BGtileLong.jpg) bottom left no-repeat;
	clear: both;
	min-height: 240px;
}

.totop {
	font-size:10px;
	color:#333333;
	clear:both;
	text-align:right;
	padding-right:40px;
	background-image:url(../i/toTopArrow.gif);
	background-position:bottom right;
	background-repeat:no-repeat
}

#footer {
	
	padding-top: 20px;
	background-image:url(../i/BGtileLong.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 10px;
	height: 24px;
	clear: both;
}

.footerTxt {
	padding-left: 240px;
	font-size:10px;
	color:#CCCCCC;
	}
	
.photoCredit {
	font-size:9px;
	padding-left:10px;
}

.photoCredit a {
	color:#FF9900;
}	
	
.design {
	font-size:9px;
	text-align:right;
	width: 300px;
	float: right;
	padding-top: 26px;
	line-height: 10px;
	margin-bottom: 30px;
	}

.design a {
	color:#CCCCCC;
	}
	
.design a:hover {
	color:#FF9900;
}

a {	
	text-decoration:none;
	color:#FF9900;
	}

.img {
	border: 0;
	border:1px solid #999999;
	}
	
.imgLogo {
	border: 0;
}

.imgNoFloat {
	border:1px solid #999999;
	padding: 6px 6px 20px 6px;
	margin: 20px 20px 20px 20px;
	background-image:url(../i/previewTxt.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
} 
	
.imgFloatright {
	float:right;
	border:1px solid #999999;
	padding: 6px 6px 20px 6px;
	margin: 10px 0px 20px 20px;
	background-image:url(../i/previewTxt.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	clear: both;
}

.imgFloatrightnotxt {
	float:right;
	border:1px solid #999999;
	padding: 6px;
	margin: 10px 0 0 20px;
	clear: both;
} 
 

.imgFloatleft {
	float:left;
	border:1px solid #999999;
	padding: 6px 6px 20px 6px;
	margin: 10px 20px 20px 0px;
	background-image:url(../i/previewTxt.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
} 

.imgMain {
	float: right;
	padding: 6px 6px 6px 6px;
	margin:0 22px 10px 20px;
}
	

.imgThumb {
	float: left;
	margin: 0px 6px 6px 0px;
}

h1 {
	font-size: 22px;
	color: #333333;
	padding-bottom: 6px;
	margin-top:10px;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	color: #FF9900;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight: normal;
	}
	
h2 a {
	color: #FF9900;
	text-decoration: none;
	}

h2 a:hover {
	text-decoration: underline;
	}

h3 {
	font-size: 14px;
	color: #0088DF;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 8px;
	}

h3 a {
	color:#FF9900;
	text-decoration: none;
	}

h3 a:hover {
	color: #CCC;
	text-decoration: none;
	}

h4 {
	margin-bottom: 8px;
	font-size: 12px;
	}
	
p {
	font-size: 13px;
	color: rgb(90,90,90);
	margin-bottom: 14px;
	padding-right: 20px;
	}

p a:link {
	color: #FA860F;
	font-size: 13px;
	text-decoration: underline;
	}

p a:hover {
	text-decoration: none;
	color: #CCCCCC;
	}

ul {
	padding-left: 20px;
	}
	
.bullet {
	list-style: none;
	font-size: 12px;
	border-left: 5px solid #FF9900;
	padding-left: 6px;
	}

li {
	list-style: none;
	font-size: 12px;
	margin: 8px 0;
	padding-left: 6px;
	}
	
.imgTtle {
	color:#FB8510;
	font-size:10px;
}

.imgTtleFloatRt {
	color:#FB8510;
	font-size:10px;
}

.newsText {
	color:#333333;
	font-size:11px;
}
.newsText a {
	color:#FF9900;
	font-size:11px;
}


/* ------------BLOCKQUOTE---------------- */

.blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 55px 10px 35px;
	background: url(../i/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

.blockquote p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../i/blockquote_end.png) 100% 100% no-repeat;
	font-style: italic;
	color:#666666;
}



/* SLIDE MENU
-------------------------------*/
.sm {
	margin: 0;
	padding:0;
	}
.sm {
	list-style: none;
	width: 680px;
	height: 100px;
	display: block;
	overflow: hidden;
	padding: 0px 0 16px 0;
	/*border-bottom: 1px dotted #999;*/
	}
.sm li {
	list-style: none;
	float:left; 
	display:inline; 
	overflow:hidden;
	list-style: none;
	border-left: hidden;
	padding: 0px;
	}


/* FLV PLAYER
---------------------------------*/
#player {
	width: 400px;
	padding: 4px;
	border: 1px solid #CCC;
	}
	
#player640 {
	width: 640px;
	padding: 4px;
	border: 1px solid #CCC;
	}
