
/*******************************************************************
	TITLE: 		eFootdocs STYLE SHEET
	AUTHOR:		Ted Eickmeier

	CREATED:	January 7, 2007

*******************************************************************/


	
	
/*****************************************************************************/

/*				DEFAULT ELEMENTS   			 */

/*****************************************************************************/



body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	color: #444;  
	text-align: center;
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
	margin-top: 20px;	
	background-color: #EF8114;
	line-height: 1.4em;
	}
	
div
	{
	margin: 0px;
	padding: 0px;
	}

				
p	{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	}
	
	
a:link
	{
	color: #A03D00;
	text-decoration: underline;
	}

a:visited
	{
	color: #777;
	text-decoration: underline;
	}

a:hover
	{
	color: #A03D00;
	text-decoration: underline;
	}

a:active
	{
	color: #A03D00;
	text-decoration: underline;
	}
	
	
a.plain
	{
	text-decoration: none;
	}

	
em	{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #777;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 0.9em;
	}
	
.simplequote	{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #777;
	font-style: italic;
	text-align: left;
	font-size: 0.9em;
	}

img
	{
	display: block;
	}
	
img.inline
	{
	display: inline;
	border: 0px;
	}
	
img.ticker {
	display: inline;
	margin-right: 10px;
	float: left;
		}


img.inlineright {
    display: inline;
	float: right;	
	border: 1px;
	border-color:#ccc;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 7px;
		}

img.inlineleft {
	display: inline;
	float: left;
	margin-left: 0px;
		}
		

h1	{
	margin: 18px 0px 7px 0px;
	font-size: 1.4em;
	color: #990000; 
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;  
	}


h2	{
	margin: 3px 0px 4px 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #555;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	}

h3	{
	margin: 5px 0px 4px 0px;
	padding: 0px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: normal;
	color: #777;
	text-align: left;
	}
	

.center
	{
	text-align: center;
	}
	
div.clear	
	{
	clear: both;
	}
	
.mouseprint
	{
	font-size: 0.9em;
	color: #666;
	}
	
.sidebar
	{
	font-size: 1.0em;
	color: #444;
	}
	
.formtext
	{
	font-size: 1em;
	color: #555;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
.copyright
	{
	padding-top: 5px;
	font-size: 0.9em;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
.year
	{
	color: #777777;
	}
	
.simpleborder {
	border: 1px;
	border-color:#ccc;	
		}
	



/* ---[ basic table styles ]--------------------- */


table	{
		font-family: Arial, Helvetica, sans-serif; 
		border: none;
		border: 0px;
		}

td	{
		font-family: Arial, Helvetica, sans-serif; 
		text-align: left;
		}
		
td.bgwhite	{
		font-family: Arial, Helvetica, sans-serif; 
		border: none;
		border: 0px;		
		background-color:#FFFFFF;
		}		
		
table.bgwhite	{
		font-family: Arial, Helvetica, sans-serif; 
		border: none;
		border: 0px;		
		background-color:#FFFFFF;
		}
		

		
	
/* ---[ basic list styles ]--------------------- */


ul
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul li
{
	background: url(images/bullet.gif) no-repeat;
	padding-left: 12px;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-bottom: 5px;
}

/*
ol    {
	list-style: none;
	}*/

ol li
{
	/*list-style-type: decimal;*/
	padding-left: 12px;
	line-height: 1.6;
}




/* ---[ navigation global ]--------------------- */

#button {
	width: auto;
	margin-bottom: 10px;
	padding-top: 1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fff;
	color: #666;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		background: none;
		border-bottom: 1px dotted #ccc;	
		margin: 0;
		padding-left: 1px;
		padding-right: 1px;
		font-size: 1em;
		
		}

#button li a {
		display: block;
		padding: 6px 5px 6px 10px;
		background-color: #fff;
		color: #666;
		text-decoration: none;
		width: auto;
		background-image:url(images/nav_bullet.gif);
		background-position: left;		
		background-repeat:no-repeat;
		}

body #button li a {
		width: auto
		}

#button li a.active,#button li a:hover {
		background-color: #fff;
		color: #F36E06;
		font-weight: normal;
		background-image:url(images/nav_bullet_hover.gif);
		background-position: left;		
		background-repeat:no-repeat;		
		}
		
		


/*****************************************************************************/

/*									BOXES							 */

/*****************************************************************************/	


.contactbox
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;	
	line-height: 1.3em;
	color: #333333;
	background-color: #FFFFCC;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #993300;
	margin-top: 10px;
}





/*****************************************************************************/

/*									NEWS ROTATOR							 */

/*****************************************************************************/	

#pscroller2{
	width: 375px;
	height: 80px;
        border: 1px dotted #999999;
        margin-top: 5px;
		margin-bottom: 10px;
	padding: 5px 0px 5px 5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 1em;
}

#pscroller2 a{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	color: #999;
}

#pscroller2 em{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-style: oblique;
	color: #999;
}

#pscroller2 div.news{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: #666;
	margin-top: 8px;
}


/* ---[ boxes and containersl ]--------------------- */

		
.address
{
	color: #666666;
	font-size: 1em;
}		
		
		
.addressbox
{
	line-height: 1.3em;
	padding: 4px;
	border: 1px dotted #999;
}






