/* *********** common.css used by andreasillian.com *********** */

/* CLASS Selector is indicated by a [ . ] before the name of the CLASS */
/* ID Selector is indicated by a [ # ] sign before the value of the ID */


body {
	margin: 5px;
	padding: 0px;
	text-align:left;		/* forces Text to be left aligned in older browsers */
	border: 0px none;
	background-color:#ffffff;
	background-image: url('../images/parchmnt.jpg');
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:1.5; 
	font-size:12px; 
	font-family:arial, verdana, helvetica, sans-serif
}




/* ************* Page container (or wrapper) defaults *************************** */

#container {
	width:800px;			/* set max width of container */
	min-width:800px;		/* sets min width of container */
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
        background-image: url('../images/Killian-Logo-light-800.jpg');
	text-align:left;		/* left align text */
	voice-family: inherit;
	border: 1px solid green;	/* puts border around the container */
	padding: 4px;
}


#header {
	border: 0px solid green;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height:0;
	width: 800px;
	height: 135px;
}

#header span {
	display: none;
}


a	{
	text-decoration: none;
	font-weight:600;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}



/* ********************************
styles for main content area 
********************************* */
#content {
    /*    background-image: url('/images/roots-run-deep-large-light.gif'); */
	margin-right: 5px;
	margin-left: 155px;
	min-height: 50px;
	height: inherit;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: black;
	float: center;
}

#content-1col {
	margin-right: 10px;
	margin-left: 10px;
	min-height: 50px;
	height: inherit;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: black;
	float: center;
}

#content-noright-bar {
	margin-right: 5px;
	margin-left: 165px;
	min-height: 50px;
	height: inherit;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: black;
	float: center;
}


/*===========content area list items==============*/
/*
#content ul li {
	list-style-image: url('images/mabry-bullet.gif');
	margin: 2px;
	padding: 2px;
	float: left;
}
#content li li {
	list-style-image: url('images/mabry-bullet2.gif');
	padding: 2px 0;
}
*/

/*===========content area paragraph items==============*/

table {
	margin: 0 0 0 0;
	padding: 2px;
	font-size: 12px/1.5 arial, verdana, helvetica, sans-serif;
	line-height: 1.2em;
	border: 1px;
	text-align:center;
}



p:first-letter {
  font-weight: bold; 
  font-size: 105%;
  color: black;
}


p.no-indent {
  text-align:justify;
  font-family: verdana, arial, verdana, helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 5px 5px 5px 5px;
  padding: 0;
}

p.indent5 {
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 5px 5px 5px 5px;
  padding: 0;
}



/* *****************************************************
Navigation Bar - Right hand side 
**************************************************** */
#rightnav {
	color: #000;
	padding: 5px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border: 0px solid #242F24;
	float: right;
	background-color: #f6f9ed;
	width: 5px;
}
/*
#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding: 2px 0;
}
#rightnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
*/
#rightnav p {
	font-size: .8em;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#leftnav {
	color: #000;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #242F24;
	float: left;
	background-color: transparent;
	width: 160px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}

/*=============Used for menu buttons ===============*/
.buttonscontainer {width: 140px;
background-color: transparent;
color: #ffffff;
}

.buttons a {color: yellow;
background-color: green;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid orange;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid yellow;
text-decoration: none;
color: orange;}


/* *****************************************************
Footer block 
**************************************************** */

#footer {
	float: center;
	width:100%;
	height: 45px;
	text-align: center;
	line-height: 11px;
	vertical-align: top;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000; 
	background-color:#d6d6d6;
	background-image: url(../images/bkg-foot_17.gif);
	background-repeat:no-repeat;
	font-size: 9px;
	border-top-style: 0;
	border-top-color: #E5E1D8;
}
#foottl {
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 5px;
}
#foottr {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}


#footer a:link {
              text-decoration: none;
	color: #BA7D2C;
	border: none;
	font-weight: bold;
}



/* *********************************************

********************************************* */
h1 {
  	clear: left;
        font-size: 1.5em;
	padding: 0px 3px 0px 15px;
	margin-top: 5px;
	width: auto;
	border-bottom-width: 5px;
}

h2 {
	clear: left;
        font-size: 1.4em;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	width: auto;
	border-bottom-width: 0px;
}

h3 {
	clear: left;
        font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	width: auto;
	border-bottom-width: 0px;	
	color:black;
}




p {
  text-align:justify;
/*  margin-left:6.5%; */
/*  margin-right:5%; */
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 0 0;
}


p.indent5 {
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 5px 5px 5px 5px;
  padding: 0;
}

p.indent10 {
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 10px 10px 10px 10px;
  padding: 0;
}

p.center {
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 0px 0px 5px 0px;
  padding: 0;
}

.highlightyel {
background-color: #FFFF40;
font-weight: bold;
font-style: italic;
text-decoration : none;
}