/* css Zen Garden submission 118 - 'Some Leafs', by Michael Tupy, http://www.t-2.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michael Tupy */
/* Added: Sept. 2nd, 2004 */

/* 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. */
		
		
		
/* css zen garden - "some leafs" - michael tupy - t2 graphic design - http://www.t-2.at/ */

/* this is a basic theme - works with nearly all browsers */
/* all the text is visible and easy to change */
/* the css code is overcoded and long - so its easier for css starters */

/* tested with: */
/* on mac osx: safari 1.2.2, camino 0.8b, mozilla 1.7, firefox 0.9, omniweb 4.5, ie 5.2.3, */
/* on mac os9: ns 7.0.2, ie 5.1.6, */
/* on win98:  ie 6.0.2800, ns 7.0.1, moz 1.6, firefox 0.9, opera 7.03, */


/* Low Sun on Stucco Colors
		Tan - 968F77
		Light Tan - E0D5BF
		Plum - 46495E
		Grape Juice - 7C7F9C
		
/* Low Sun Inspired Blue
		Tan - #968f77
		Light Tan - #e0d5bf
		Smoky Blue - #394562
		Peri Blue - #6477a4
		*/


/* ie5 win - grrr - start */
body {
	font: small serif;
  margin: 0px;
	padding: 0px;
	line-height: 14px;
	color: #000;
	font-size: x-small;
/*	voice-family: "\"}\"";
	voice-family: inherit; */
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */

/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body {
	color: #444;
	background-color: #394562; /*#46495E; BLUE */
	background-image: url('images/paper_blue.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}
	
p {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
h1, h2, h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #394562;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #968F77;
	}
	
a:hover,
a:active {
	text-decoration: none;
	color: #6477a4;
	}
	
acronym {
	font-weight: normal;
	font-style: normal;
	border: 0;
	}
	
/* major divs */
#container {
	width: 700px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0;
	}
	
#intro {
 	width: 450px;
	margin: 0;
	padding: 0;
	}
	
#supportingText {
 	width: 450px;
	margin: 0px 0px 0px 230px;
	padding: 0px 10px 0px 10px;
	}
	
/* minor divs */
#pageHeader {
 	width: 700px;
 	height: 20px; /* strange but ie6 needs this */
 	background-image: url('images/waterfall_light.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0;
	padding: 124px 0px 0px 0px; /*224*/
	}
	
#pageHeader h1 {
 	width: 600px;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -30px 0px 0px 10px;
	padding: 0;
	}
	
.text_blue {
	color: #006;
	}
	
.text_red {
	color: #900;
	}
	
.text_green {
	color: #060;
	}
	
#pageHeader h2 {
 	width: 600px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}
	
#quickSummary {
 	width: 450px;
 	background-image: url('images/target_blue.gif');
	background-position: top center;
	background-repeat: repeat;
	background-color: #000;
	border: 1px solid #aaa;
	margin: 10px 0px 10px 230px;
	padding: 3px 10px 3px 10px;
	}
	
#preamble {
 	width: 450px;
	border: 1px solid #aaa;
 	background-image: url('images/goldfish_right.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0px 0px 0px 230px;
	padding: 10px 10px 20px 10px;
	}
	
#explanation,
#participation,
#benefits,
#requirements {
 	width: 450px;
	border: 1px solid #aaa;
 	background-image: url('images/goldfish_right.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;	
	margin: 10px -10px 0px -10px;
	padding: 10px 10px 20px 10px;
	}
	
#footer {
 	width: 450px;
	border: 1px solid #aaa;
 	background-image: url('images/stone_19.gif');
	background-position: center center;
	background-repeat: repeat;
	background-color: #000;	
	margin: 10px -10px 20px -10px;
	padding: 10px;
	text-align: center;
	}
#footer a {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	

#explanation p,
#participation p,
#benefits p,
#requirements p,
#preamble p {
	padding-bottom: 8px;
	text-align: justify;
	}

#preamble h3,
#supportingText h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ddd;
 	background-image: url('images/stone_21.gif');
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}
	
#quickSummary .about {
	color: #fff ! important;
	font-size: 11px ! important;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#quickSummary .p1 {
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#quickSummary .p2 {
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#linkList {
  position: absolute;
  top: 155px; /*255*/
  left: 0;
 	width: 220px;
	margin: 0;
	padding: 0;
	}
	
#linkList ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 2px 5px;
	padding: 0;
	}
	
#linkList li {
	display: block;
	list-style-type: none;
	color: #394562;
	background-color: #f8f8f8;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 3px 5px 3px 5px;
	}

/*
ul.what_pulse li {
	font-style: normal;
	font-weight: bold;
	}
*/
	
#linkList li a:link,
#linkList li a:visited,
#linkList li a:visited:hover,
#linkList li a:hover,
#linkList li a:active {
	font-style: normal;
	padding-right: 0;
	}
li.ibd {
	background: #f8f8f8 url('blog/images/dashboard_small.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.tfc {
	background: #f8f8f8 url('blog/images/timeforcookies.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.tfy {
	background: #f8f8f8 url('blog/images/trailerforyou.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.tp {
	background: #f8f8f8 url('blog/images/topperformance.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.topo {
	background: #f8f8f8 url('blog/images/topoenterprises.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.tpg {
	background: #f8f8f8 url('blog/images/tpg.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.csi {
	background: #f8f8f8 url('blog/images/csi.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.star {
	background: #f8f8f8 url('blog/images/star.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.degree {
	background: #f8f8f8 url('blog/images/212degree.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
li.azms {
	background: #f8f8f8 url('blog/images/azms.ico') no-repeat scroll 0px 2px;
	padding-left: 20px !important;
	}
.c {
	color: #394562 ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0;
	padding: 0px 14px 0px 0px;
	}

#linkList h3 {
	color: #fff;
	background-color: #ddd;
 	background-image: url('images/target_blue.gif');
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 3px 5px 3px 5px;
	}
	
#lselect,
#lfavorites,
#larchives,
#lresources,
#who_i_is,
#logmein {
	background-image: url('images/goldfish_left.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}
	
/* hovers */
	
#preamble:hover {
 	background-image: url('images/goldfish_right_jump.jpg');
	}
	
#linkList li:hover {
	background-color: #fefefe;
	}
	
#lresources:hover {
	background-image: url('images/goldfish_left_jump.jpg');
	}


/*----- CUSTOM STYLES -----*/
.button {
	padding-top: 2px;
	}


/*----- TAB TEST -----*/
#nav {
	background-color: #000000;
	border-top: 1px solid #000000;
	position: relative;
	height: 30px;
	}
#nav .menu {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 3px 0 0 20px;
	}
#nav .menu li {
	float: left;
	line-height: 110%;
	margin: 0 5px 0 0;
	padding: 0;
	}
#nav .menu li:hover {
	background-color: #ccdcd3;
	}
#nav .menu li:hover a {
	color: #193441;
	}
#nav .menu li a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	}
#nav .menu li.active {
	background: #fff;
	color: #193441;
	}
#nav .menu li.active a {
	color: #193441;
	padding: 6px 7px 8px;
	}
