/* (c) 2008 John Parsons. All Rights Reserved. */


/* General */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}


/* links */

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #999;
	color: #333;
}

a:hover {
	background-color: #f6ba5b;
	border: none;
}

a:visited {
	
}

/* text */

.text {
	font-size: 12px;
	line-height: 1.8em;
}

.text h1 {
	/* main title*/
	font-size: 200%;
	line-height: .9em ;
	margin: .9em 0;
	padding-bottom: 1.4em;
	border-bottom: 1px solid #ccc;
}


.text h2 {
	/* part title */
	font-size: 160%;
	line-height: 1.125em;
	margin: 1.125em 0;
}

.text h3 {
	/* sub title */
	font-size: 130%;
	line-height: 1.385;
	margin: 1.385em 0;
}


.text h3.sub {
	/* designed for use under an h1 */
	font-weight: normal;
	font-size: 85%;
	margin: -4.2em 0 2em;
	color: #777;
}


.text h4 {
	/* paragraph title */
	font-size: 100%;
	line-height: 1.8em;
	margin: 1.8em 0 -.9em;
}


.text .divider {
	/* mostly for separating things witin a page */
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	clear:both;
	margin-top: 2em;
}

.text p {
	text-indent: 0;
}

.text p {
   margin-bottom: 0; 
}

.text p + p {
   text-indent:2em;
   margin-top:0;
}

.text ul {
	margin:2em 2em 2em 2em;	
	padding: 0;		
	list-style-type: circle;
	list-style-position: outside;
}

.text ul li {
	/*margin: 2em 0; */
}

.text ol {
	list-style-type: decimal;
	margin: 2em 2em 2em 2em;
	padding: 0;
	list-style-type: inside;
}

.text ol li {
	/*margin: 2em 0;		*/
}

.text dl {
	
}

.text dl dt {
	
}

.text dl dd {
	
}

.text abbr, .text acronym {
	
	letter-spacing: 0.1em;
	font-size: 12px;
	border-bottom: 0;
}

.text blockquote {
	margin: 2em 0 2em 2em;
}

.text blockquote.verse {

	padding: 0;
	width: auto;
}

.text blockquote.verse span {
	margin: 0 auto;
	width: auto;
	display: table;
	white-space: pre;
}

.text code {
	font-size: 12px;
	line-height: 2.5em;
	border-left: .2em solid #f0f0f0;
	padding: 0 1.8em;
	margin: 2em 0;
	color: #555;
	display: block;
	white-space: pre;
	overflow: auto;
}


/* Layout */

#head {
	background-image: url(/shared/images/head_bg.jpg);
	background-repeat: repeat-x;
	
	
	height: 128px;
	margin: 0;
	padding: 0;
	
}

#head .title {
	padding: 0;
	margin: 0 auto;
	width: 700px;
	
}

#head .title a {
	background-image: url(/shared/images/title.jpg);
	text-decoration: none;
	border-bottom: none;
	position: relative;
	top: 30px;
	left: -10px;
	height: 61px;
	width: 316px;
	display: block;
	z-index: 0;
}

#head .title a span {
	display: none;
}

#head .tagline {

	padding: 0;
	position: relative;
	top: 18px;
	left: 31px;
	width: 700px;	
	margin: 0 auto;
	z-index: 10000;
	
	color: #f6ba5b;
	font-size: small;
	font-weight: normal;
}

#foot {
	color: #999;
	border-top: 1px solid #ddd;
	font-size: small;
	width: 700px;
	margin: 3em auto;
	padding: 1em 0;
}

#main {
	width: 800px;
	margin: 3em auto;
}

#main #left {
	float: left;	
	width: 500px;
	background-color: #fff;
	padding-right: 2em;
	margin-right: 1em;
/*	border-right: 1px solid #ddd; */
}

#main #right {
	background-color: #fff;
	padding: 0;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 1em;
}

ul#nav li {
	margin: 0 ;
	padding: 0 0 1em ;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:active {
	font-weight: bold;
	font-size: 130%;
	border: none;
	color: #fb9d09;

}

ul#nav li a:hover {
	background-color: #fff;
	color: #666;
	border-bottom: 1px solid #666;
}

ul#nav li.selected a {
	
}



/* misc */

.clearboth {
	clear: both;
}


/* flash video */

.flashvideo {
	margin-top: 1em;
}




