/*----------------------------------------
Name: global.css
Developed by: Mike O'Hara
Date Created: 06/12/09
Last Updated: 07/07/09
Copyright: Excel Limo Service
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("limo/css/reset.css");
@import url("limo/css/externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#333;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#fff;
}

#mainContainer
{
	width:900px;
	margin: 15px auto;
	background-color: #000;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#B1DA67;
}

a:hover, a:active
{
	color:#5C8127;
	text-decoration:none;
}

h1
{
	color:#fff;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
	line-height: 1em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:900px;
	height:100px;
	
	
}

#navi
{
	width:100%;
        height: 29px;
	padding:0;
	margin: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
        background-color: #333;
        border-bottom: 1px solid #90bade;
}

#navi ul
{
width: 100%;
height:27px;
list-style: none;
margin: 0;
padding: 0;
border: none;
background-color: #333;
}

#navi ul li
{
margin: 0;
position: relative;
display:inline;
float:left;
}

#navi li a {
		display: block;
		padding: 5px 10px 5px 1.0em;
		background-color: #333;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #navi li a {
		width: auto;
		}



#navi li a:hover
{color:yellow; text-decoration:none; background-color:#666;}

#navi li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:28px; background-color:#333;z-index:1;}

#navi li:hover ul
{display:block; width:200px;}

#navi li li
{list-style:none; display:list-item; border:0; width:100%;}

#navi li li a
{color:#fff; text-decoration:none; font-size:14px;}

#navi li li a:hover
{color:yellow; text-decoration:none;}



		
/* Main Content
----------------------------------------*/

#mainWrap
{
	width:900px;
	background-color:#000;
	clear:both;
}

#mainContent
{
	width:699px;
	background-color:#000;
	border-left: 1px solid #444;
	float: right;
}

#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3
{
  margin-left: 15px;
  margin-right: 10px;
}

#mainleft
{
	width:200px;
        padding: 15px 0 0 0;
	background-color:#000;
	float: left;
}

#reswrap {
margin: 0 auto;
width:180px;
}

#reshead {
	background-color:#111;
	width:180px;
	border-bottom: 1px solid #333;
	font-size: 1.0em;
}

#resbox{
background-color:#333;
width:180px;
height: 120px;
font-size: .7em;
}


/* Footer
----------------------------------------*/
#footer
{
	clear:both;
	width:900px;
	height:60px;
	background-color:#222;
	border-top: 1px solid #666;
	text-align: center;
	padding: 5px 0 5px 0;
}

#footer p 
{
	font-size:.625em;
}

#footer p.phone 
{
	font-size: 1.1em;
}