/* 
Author: 			Robert Walsh
Author URI: 		http://www.ebugogo.tv/

Project:			
Description:					

---------------------------------------------------------------------------------------
TABLE OF CONTENTS
	-- Basics
	-- Navigation Menu
	-- Structure
	-- Custom Styles
---------------------------------------------------------------------------------------

/* ------------------------------------------------------------------------------------
BASICS						 */

	html{					font-size:100%;	min-height:101%;}
	body{
	font-size:62.5%;
	color:#666;
	background-image: url(../images/backslice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #343539;
}
		
	a{						}
	a:hover	{				}
	a:active{				}
	a:visited{				}

	.left{					float:left; }
	.right{					float:right; }
	.clear{					clear:both; }
	
	img.left{				margin:0 1em 1em 0; }
	img.right{				margin:0 0 1em 1em; }
	
	.padding{				padding:10px; }
	#content p{
	margin:1.1em 0;
	font-size: .9em;
}
	

/* ------------------------------------------------------------------------------------
NAVIGATION MENU				 */

	#navigation, #navigation ul {		padding:0;	margin:0; list-style:none; line-height:1; float:left;	}
	#navigation a {
	display:block;
	text-decoration:none;
	background-image: url(../images/navrightslice.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #FFF;
}
	#navigation a:hover{
	text-decoration:underline;
}
	#navigation li { 					float:left; width:auto;	}
	#navigation li{						padding:0; margin:0; }
	#navigation li ul li{				padding:1px 0px;}
	#navigation li ul li a{				padding:6px 10px; width:110px; }
	#navigation li ul { 				position:absolute; padding-top:1px; width:130px; left:-999em; }
	#navigation li ul ul {				margin: -1.5em 0 0 130px;	}
	
	#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {	left: -999em;	}
	#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, 
	#navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { left: auto;	}


/* ------------------------------------------------------------------------------------
STRUCTURE					 */

	#container{
	overflow:hidden;
	font-size:1.5em;
	background-color: #FFF;
}
	#header{
	background-image: url(../images/headerslice.jpg);
	height: 88px;
}
.leftheader {
	float: left;
	width: 45%;
	height: 88px;
}
.rightheader {
	float: left;
	width: 40%;
	height: 60px;
	padding-top: 28px;
	padding-left: 10%;
}
.leftheader h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 19px 21px;
	height: 67px;
}
	#footer{
	clear:both;
	background-color: #343539;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: left;
	color: #FFF;
	padding-bottom: 20px;
}
#footer a {
	color: #CCC;
	text-decoration: underline;
}
	#content{				}
	#right{					}
	#left{					}


/* ------------------------------------------------------------------------------------
CUSTOM						 */
.homeright {
	float: right;
	width: 33%;
	background-image: url(../images/rightsliced.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-left: 2%;
	margin-bottom: 20px;
}
.homeleft img {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.homeleft {
	float: left;
	width: 61%;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 20px;
}
.homeright p {
	font-size: .9em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.redtext {
	color: #893745;
	font-size: 0.8px;
	font-style: italic;
}
#tablehome tr td {
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.highlight {
	font-weight: bold;
}
.homeleftMenu {
	float: left;
	width: 96%;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 20px;
	padding-right: 2%;
}
.smalltext {
	font-size: 0.8em;
	color: #933;
}
#footerleft {
	float: left;
	width: 60%;
	font-size: .9em;
}
#footerright {
	float: right;
	width: 186px;
}
#homepdfmenu {
	float: left;
	width: 280px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
