/* CSS Document */

/* -------------------------------- Formatting------------------------------ */


#big_pic {
	margin: 25px 25px 10px 25px;
	height: 250px;
	background: #CCCCCC url(images/grassyknoll.jpg) repeat-x 50% 100%;
	text-align: center;
	z-index: 1;
	border: 1px solid #000; 
	}
	
#horiz_bar {
	position: left: 0px top: 150px right: 0px;
	padding-right: 10px;
	background: url(images/halfscreen-k.gif) center repeat;
	z-index: 2;
	border: 1px solid #ffffff;  
	}

#dropdown {
	position:absolute;
	top: 35px;
	right: 35px;
	padding-right: 10px;
	z-index: 3;
	}
	
#logo {
	position:absolute;
	top: 35px;
	left: 45px;
	width: 74px;
	height: 74px;
	background: #000000 url(images/logo-s3d.gif) no-repeat 100% 100%;
	z-index: 4
	border-bottom: 1px solid #000000;
	}
	
#mstrans {
	margin: 200px auto 0px auto;
	width: 74px;
	height: 74px;
	border: 0px solid pink;
	}

/* -------------------------------- Navigation ----------------------------- -*/ 

*/ List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/ */
*/ Thanks also to SitePoint and authour Dan Shafer for their excellent explanation of CSS. Get the book for yourself @ http://www.sitepoint.com/books/css1/code.php */ 


div#top_nav ul {
	position: absolute;
	right: 10px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#top_nav ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#top_nav ul li.first {
	border-left: 0px none;
	}
div#top_nav ul li a form {
	font: 0.7em /1 verdana, sans-serif;
	}

div#top_nav form {
	right: 10px;
	top: 55px;
	margin: 10px;
	white-space: nowrap; /* this line added due to recent builds of firefax wrapping the form content (Oct 15 2004) */
	}
/* ---------------------------------------------------------------------*/


	text-align: right;
	font: normal normal bold 1.1em /1.1em Century Gothic, Arial, Helvetica,  sans serif;
	color: #fff;