
	

	/* css Zen Garden default style - 'Tranquille' by Dave Shea - http://www.mezzoblue.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2003, Dave Shea */
/* Added: May 7th, 2003 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* The Zen Garden default was the first I put together, and almost didn't make the cut. I briefly flirted with using
    'Salmon Cream Cheese' as the main style for the Garden, but switched back to this one before launch.

    All graphics in this design were illustrated by me in Photoshop. Google Image Search provided inspiration for
    some of the elements. I did a bit of research on Kanji to come up with the characters on the top left. Anyone who
    can read that will most likely tell you it makes no sense, but the best I could do was putting together the
    characters for 'beginning' 'complete' and 'skill' to roughly say something like 'we're breaking fresh ground.'

    It's a stretch. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
font-family: Arial, sans-serif;
	line-height: 1.5;
	color: black; 
	background: white; 
	margin:5px 0px; padding:0px;
	text-align:center;
	font-size: 12px;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-align:left;
	
	}
h2 { 
	font-size: 11pt;
	color: black
	}
a:link { 

	text-decoration: none; 
	color: #f5f5f5;
	}
a:visited { 

	text-decoration: none; 
	color: #f5f5f5;
	}
a:hover, a:active { 

	text-decoration: underline; 
	color: #E1A521;
	}
acronym {
	border-bottom: none;
	}
ul {
	margin-left: 15px;
}

#home_list ul {
position:relative;
	list-style-image: url(../images/bullet.png);
	list-style-position: inside;
	margin-right:0px;
	}
	#home_list ul li{
		width: 100%;
	}

/* specific divs */
#copyright {
	width:1000px;
	text-align:center;
	font-size:9px;
	}
#centeringDiv {
	width:1000px;
	height:662px;
	margin:0px auto;
	text-align:left;
	background-color:white;
	}
	
#fullContentDiv { 
	background-color: white;
	display:inline;
	}
#leftSide { 
	float:left;
	background-color: black;
	width: 230px;
	height: 100%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
#logo { 

	position: relative;
	float:left;
	width:229px;
	height: 84px;
	background-color:black;
	background-image: url('../images/logo_t.png');
	background-repeat: no-repeat;
	background-position:center;
	border-right: 1px solid white;
	}	
#textNav { 
	margin-top: 10px;
	margin-left: 15px;
	height:299px;
	width:70%;
	background-color:black;
	}	
#nav { 
	height:60px;
	width:100%;
	background-color:white;

	}
#leftBottom { 

	}	
#contactInfo { 
	font-size: 8pt;
	color: black;
	position: relative;
	left: 15px;
	bottom:-350px;
	}	
#navButton1 { 
	float:left;

	height:100%;
	width:25%;
	}
#navButton2 { 
	float:left;

	height:100%;
	width:25%;
	}
#navButton3 { 
	float:left;

	height:100%;
	width:25%;	
	}
#navButton4 { 
	float:left;
	height:100%;
	width:25%;	
	}	
#navButton5 { 

	}	
#navButton6 { 

	}	
	
#center {
	float:left;
	width:520px;
	background-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	}
#content { 
width:100%;
height:544px;
background-color: white;
	}
#bottomBar { 
display:block;
width:100%;
height:70px;
background-color: white;
	}
#rightSide { 
	float:right;
	width:210px;
	height:100%;
	background-color: #E1A521;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}

	

#topBarNav {
	background-color: white;
	float: right;
	width:100%;
	height:20px;
}
#topRightPic {
background-color: white;
	float: left;
	width:229px;
	border-left: 2px solid white;
	height:84px;
	background-image: url('../images/home_topRight.png');
	background-repeat: no-repeat;
	background-position:center;
}
#extraDiv1 { 

	}				
		
#topLinks { 
	float:right;
	color: black;
	}
	#topLinks a { 

	color: black;
	}
	#topLinks a:visited{ 

	color: black;
	}
#bar { 
	width:1000px;
	height:15px;
	background-color: #E1A521;
	margin-top: 2px;
	margin-bottom: 2px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(/001/h1.gif) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(/001/h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 20px;
	height: 87px;
}

#quickSummary {
	clear: both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 1.1em/2.2 georgia; 
	text-align: center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(/001/paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(/001/h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px;       
	height: 16px; 
	}
	
	

	
	
	.maincontent {
	width:100%;
	height:544px;
	background-color: #000000;
	}
	.navLink {
	color: #f5f5f5;
	margin: 0;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;

}

	.topBox {
	width: 132px;
	float: left;
	height:84px;
	color: #222;
	margin: 0;

	background: black;

	border-right: 1px solid #ddd;

	border-left: 1px solid #f5f5f5;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
	.topBoxAltColor {
		background-color: #E1A521;
		background-image: url('../images/quality.png');
		background-repeat: no-repeat;
		background-position:center;
		width: 135px;
	}
.block {
	display:block;
}

.togContent {
position:relative;

}
.navLinkNested {
	padding-left: 18px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	background-image: url(../images/navBlock.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.buttonLinkText {
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.topLink {
	padding-left: 10px;
}

/* top nav bar */
#kwick {
	position: relative;
}

#kwick .kwicks {
	display: block;
	height: 60px;
	
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 60px;
	width: 110px;

	background: #fff;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(../images/navLink1.jpg);
}

#kwick .documentation {
	background: #7389ae url(../images/navLink2.jpg);
}

#kwick .blog {
	background: #c17878 url(../images/navLink3.jpg);
}

#kwick .trac {
	background: #a87aad url(../images/navLink4.jpg);
	border-right: 0;
}


