/*
-----------------------------------------------
client:   Myself
created:  02/07/2007
author:   Kurt Krumme
version:  1.0

	Index:
	1. Global												
	2. Typography & Headings						6. Forms
	3. Structure Blocks									7. Links
	4. Nav												   			8. Misc. Styles
	5. Lists	& Tables				   					9. Notes
----------------------------------------------- */


/* ~Global
----------------------------------------------- */
*	{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font: normal 11px/16px Arial, Verdana, 'sans serif';
	}

html,body{
	height: 100%;
	text-align:center;
	background-color:#f4f4f4;
	background-image: url(/img/bkgrdGradient.gif);
	background-repeat: repeat-x;
	color: #333;
	}
	
/* ~Typography & Headings
----------------------------------------------- */
p,ul,ol {
	margin: 0px 0px 18px 0px;
	}
#container p {
	margin: 0px 0px 18px 0px;
	padding-right: 20px;
	}
h1 {
	font: 2.3em/1.5em 'Trebuchet', 'Verdana', 'sans serif';
	color: #77216d; /*purple */
	margin: 18px 0px 12px 0px;
	}
h2 {
	margin: 16px 0px 3px 0px;
	padding-right: 20px;
	font: bold 1.2em/1.3em 'Trebuchet', 'Verdana', 'sans serif';
	color:#494949;
	}
h3	{
	margin: 16px 0px 3px 0px;
	padding-right: 20px;
	font: bold 1.1em/1.3em 'Trebuchet', 'Verdana', 'sans serif';
	color:#666666;
	}
h4 {  /* white header */
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	font-family: 'Trebuchet', 'Verdana', 'sans serif';
	color: #fff;
	margin: -5px 0px 10px 0px;
	}
	
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.grey {
	color:#555;
	}
.trebuchet {
	font-family:'Trebuchet', 'Verdana', 'sans serif';
	}
.purple {
	color: #77216d;
	}
		
/* ~Structure
----------------------------------------------- */
#container {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background-color: #fff;
  }

/* leftNavCol is for the inside pages */
#leftNavCol{
	float: left;
	width: 190px;
	}

/* contentArea is for the inside pages */

#contentArea	{
	margin: 0px 0px 0px 0px;
	float: right; 
	width: 535px;
	padding: 0px 0px 0px 0px;
	}
#footer {
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #999;
	clear: both;
	background-color: #b2b2b2;
	}
#headerBar {
	height: 55px;
	width: 100%;
	background-color: #000;
	border-bottom: 4px solid #77216d;
	margin: 0px;
	}
#topNav {
	width: 100%;
	height: 20px;
	border-bottom: 2px solid #a4a4a4;
  	background-color: #fff;
  	margin: 0px;
  	border-top: 1px solid white;
	}
.whiteBox {
	width: 220px;
	background-color: #fff;
	border-top: 1px solid #a4a4a4;
	border-right: 3px solid #b4b4b4;
	border-bottom: 3px solid #b4b4b4;
	border-left: 1px solid #a4a4a4;
	}
.navItem {
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #a4a4a4;
	}
.navItemSelected {
	padding: 0px 10px 0px 10px;;
	border-right: 1px solid #a4a4a4;
	}
.homeBox{
	width: 345px;
	}

#intriaDif {
	width: 164px;
	margin: 10px 0px 0px 20px;
	background-color: #77216d; /* purple */
	border: 1px solid #a4a4a4;
	overflow: hidden;
	}
#intriaDifGrey {
	width: 164px;
	height: 25px;
	padding: 5px 10px 0px;
	background-color: #b4b4b4; /* grey */
	}


/* ~Lists & Tables
----------------------------------------------- */
.inlineNavList{
	margin:5px 0px 0px 10px;
}	
.inlineNavList li{
	display: inline;
	font-size: .9em;
	}
.navList li{
	display: block;
	list-style: none;
	line-height: 1em;
	border-bottom: 1px solid #000;
	padding: 5px 0px 5px 20px;
	}
.navList li:hover {
	background-color:#e7e7e7; /* light grey */
	}
.sideNavSelected {
	color: #77216d;
	background-color:#e7e7e7; /* light grey */
	}
.noBullets {
	list-style-type: disc;
	margin: -15px 0px 15px 15px;
	}
li {
	line-height: 1.8em;
	list-style-position: outside;
	}
table {
	margin: 0px 0px 20px;
	}
td {
	padding: 10px;
	background-color: #e7e7e7; /* light grey */
	border: 1px solid #b4b4b4;/* grey */
	border-collapse: collapse;
	}	
.blankCell {
	background-color: #fff;
	border: 0px;
	padding: 10px 20px 10px 5px;
	}	
.tableHeader td{
	background-color: #77216d; /* purple */
	}

/* ~Forms
----------------------------------------------- */		


/* ~Links
----------------------------------------------- */	
a						{ }
a:link			{	color: #000099; text-decoration: none;	}
a:link:active	{	color: #000000; text-decoration: underline;}
a:visited	{	color: #000099; text-decoration: none;	}
a:visited:active	{	color: #000000; text-decoration: underline;}
a:hover 		{	color: #0000CC; text-decoration: underline; }

h2 a{
	margin: 16px 0px 3px 0px;
	padding-right: 20px;
	font: bold 1em/1em 'Trebuchet', 'Verdana', 'sans serif';
	}

.navItem a{	font: bold .9em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #333; }
.navItem a:visited{	font: bold .9em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #333; }
.navItem a:hover {	color: #77216d;	text-decoration: none;	}
.navItemSelected a{	font: bold .9em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #77216d; }
.navItemSelected a:visited{	font: bold .9em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #77216d; }
.navItemSelected a:hover {	color: #77216d;	text-decoration: none;	}

.bottomNav a{	font-weight: bold; color: #333;}

.sideNavItem a{	font: 1em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #333; }
.sideNavItem a:visited{	font: 1em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #333; }
.sideNavItem a:hover {color: #77216d;	text-decoration: none; }
.sideNavSelected {color: #77216d;background-color:#e7e7e7; /* light grey */}
.sideNavSelected a{	font: 1em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #77216d; text-decoration: none;}
.sideNavSelected a:visited{	font: 1em/1em 'Trebuchet', 'Verdana', 'sans serif';	color: #77216d; text-decoration: none;}

/* Miscellaneous styles
----------------------------------------------- */		
.noBorder {
	border: 0px;
	}
.topMiniNav {
	color:#aaa;
	font-weight:normal;
	}
.borderedPic {
	border: 1px solid #b4b4b4;
	}
.indent15 {
	margin-left: 15px;
	}
.indent20 {
	padding-left: 20px;
	}
img {
	border: 0px;
	}
.weirdSubHead {
	margin: 18px 0px 3px 0px;
	}
/* Notes
----------------------------------------------- */		