@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html {
	background:url(../images/bkg2.png) no-repeat,url(../images/bkg1.png) repeat;
	background-size:100% 100%;
	height:100%;
}

* 												
    {
	margin:0px;
	padding:0px;
	font-family:Palatino Linotype, Georgia,Times New Roman;
	line-height:1.6em;
	text-indent:0px;
	list-style:outside;
	list-style:none;
	text-decoration:none;
	border-collapse:collapse;
	vertical-align:top;
	color:#000000;
	outline:none;
	border: thin none #333;
    }


h1												{	font-size:100%; color:#684141; font-weight:bold; font-family:Georgia;}

h2												{	font-size:100%; color:#684141; font-weight:bold;}

p												{	padding-bottom: 0.5em; color:#717171; }
p a												{	border:none;}
p a:hover										{	border:none;}


a img											{	border:none; } 
p b, p strong									{	padding-right:80px; text-align:left; color:#717171;}
b, strong										{	line-height:inherit; color:inherit;}
s                               				{   font-weight: bold; }
i												{	color:inherit;}
u												{	color:inherit; border-bottom:1px solid #717171}

ul, ol											{	font-size:100%; padding-bottom:1em;}
ol												{	margin-left:18px;}
li 												{	list-style: none; background:url(../images/arrow.gif) no-repeat 0px 0.55em; padding-left:10px; color:#717171;}
ol li											{	list-style:decimal; background:none; margin:0 0 0 18px; padding:0px 0px 0px 0px; text-indent:0px;}

a:link, a:visited								{	color:#d63232; text-decoration: none; outline:none; }
a:hover, a:active								{	color:#666666; outline:none;   }

select											{	border:1px solid #CCCCCC; margin-bottom:10px;}
select optgroup 								{	font-style:normal; color:#0b3c8f; background:#E5E5E5; }
select option 									{	outline:none;}

form 											{	padding:0px; margin:0px; }
label                          					{   cursor: pointer; }

blockquote										{	font-style: italic; margin: 0px 0px 0px 20px;}
.hr 											{	border-top: 1px solid #c4c4c4; height: 1px; width: 100%; margin: 0px 0px 15px 0px; display:block; font-size:1px; }

div.clear                       				{   float:none; clear:both;}





.faraday #container {
	width: 1050px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 663px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.faraday #Nav {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 160px;
	height: 35px;
} 
.faraday #header {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 150px;
	height: 120px;
} 
.faraday #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {	
    position: relative; 
    border:none; 
    }
#strapline {	
    position: fixed;
    border:none; 
    }

#telephone {
	float:right;
	margin-top: 50px;
    }
	
#text											
    {
	float: left;
	margin-top: 60px;
	margin-left: 30px;
	z-index: 1;
    }
	

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.faraday #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 40px;
	height: 513px;
	background-image: url(../images/leftBG.png);
}
.faraday #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 40px; /* top and bottom padding create visual space within this div */
	height: 513px;
	background-image: url(../images/rightBG.png);
}
.faraday #spine {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 111px; /* top and bottom padding create visual space within this div */
	height: 513px;
	background-color: #623E3E;
	background-image: url(../images/spine.jpg);
}
.faraday #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.faraday #mainContainer {
	height: 513px;
	width: 970px;
	background-color: #EDEDED;
	background-image: url(../images/pageBG.png);
	margin-left: 40px;
}

.faraday #footer {
	width: 1050px;
	height: 100px;
	background-image: url(../images/footerBG%20copy.png);
	background-position: right;
} 
.faraday #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tabGuests {
	background-image: url(../images/tabRed.png);
	background-position: left center;
	height: 146px;
	width: 35px;
	margin-top: 20px;
	position: relative;
	float: left;
	display:block;
	z-index: 1;
}
a.tabGuests:hover {	
	border:none; 
	cursor:pointer; 
	background:url(../images/tabRed.png) top left;
	border:none;
}
a.tabGuests:active {
	border:none; 
	cursor:pointer; 
	background:url(../images/tabRed.png) bottom left; 
	border:none;
}

.tabClients {
	background-image: url(../images/tabRed.png);
	background-position: left center;
	height: 146px;
	width: 35px;
	margin-top: -20px;
	position: relative;
	float: left;
	display:block;
}

a.tabClients:hover	{
	border:none; 
	cursor:pointer; 
	background:url(../images/tabRed.png) top left; 
	border:none; 
}
a.tabClients:active	{	
	border:none; 
	cursor:pointer; 
	background:url(../images/tabRed.png) bottom left; 
	border:none; 
}

a.tabClients span, a.tabGuests span				{	width:20px; height:146px; padding-top: 10px; display:block;}

a.tabClients span								{	background:url(../images/textClients.png) no-repeat 5px 15px ;}
a.tabClients:hover span							{	background:url(../images/textClients.png) no-repeat -15px 15px ;}
a.tabClients:active span						{	background:url(../images/textClients.png) no-repeat 5px 15px ;}

a.tabGuests span								{	background:url(../images/textGuest.png) no-repeat 5px 15px;}
a.tabGuests:hover span							{	background:url(../images/textGuest.png) no-repeat -15px 15px;}
a.tabGuests:active span							{	background:url(../images/textGuest.png) no-repeat 5px 15px;}
.tagline {
	float: left;
}
#content {
	background-image:url(../images/homePageImage.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 363px;
}
#contentText p img {
	border:solid;
	border-color:#333;
	border-width:thin;
	float: left;
	margin-right: 10px;
}

#contentHome {
	background-image:url(../images/homePageImage.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 363px;
}
#contentHarry1 {
	background-image:url(../images/harry1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 363px;
}
#contentHarry2 {
	background-image:url(../images/harry2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 363px;
}
#contentHarry3 {
	background-image:url(../images/harry3.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 363px;
}
#contentHarry {
	background-image:url(../images/harry.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 363px;
}
#Nav ul											
    {	
    padding:0;
    margin:0 0 0 0px;
    }
	
#Nav ul li											
    {	
    display: inline; 
    padding:0 0 0 0;
    list-style:none;
    background:none;  
    }

#Nav ul li a
    {
	font-weight:bold;
	height:35px;
	font-family: Georgia;
	width:90px;
	color:#404140;
	font-size:80%;
	line-height:380%;
	display: inline-block;
	background:url(../images/top_nav_tab_short2_off.png) center left no-repeat;
	behavior: url(../css/iepngfix.htc);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
    }
    
#Nav ul li a:hover
    {	
    color:#fff;
    background:url(../images/top_nav_tab_short2_on.png) center left no-repeat;
    behavior: url(../css/iepngfix.htc);
    }
    
#Nav ul li a.onstate
    {	
    color:#fff;
    background:url(../images/top_nav_tab_short2_on.png) center left no-repeat;
    behavior: url(../css/iepngfix.htc);
    }
	
#overFlow										
    {	
    margin:0px 30px 0px 40px; 
    padding:0px 0px 0px 40px; 
    height:340px; 
    max-height:350px; 
	width: 490px;
    overflow:scroll;
    overflow-x:hidden !important; 
    overflow-y:scroll !important; 
    
    }
