/*
Site: McGregor Insurance Agency
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Sep 10, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }

td { vertical-align:top; }


/*  McGregor Insurance Agency - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #181818;
	font: 14px/18px Arial, Helvetica, Verdana, sans-serif;
	line-height:18px;
	color:#000;
	text-align:left;
}

#container 	{ width:960px; margin:0 auto; background:url(../images/content-bg.jpg) 0 0 repeat-y; }
#header 	{ height:99px; background:url(../images/banner-bg.jpg) 0 0 no-repeat; }
#content 	{ min-height:200px; padding-top:25px; } 
  #nav		{  }
#footer  	{ background:url(../images/footer-bg.jpg) 0 0 no-repeat; font-size:12px; line-height:16px; margin-top:20px; }
  #footer-content { padding: 100px 20px 20px 20px; }
  
  
/*  Styles  */

a:link    { color: #000099; font-weight: bold; text-decoration: none; } 
a:visited { color: #000099; font-weight: bold; text-decoration: none; }
a:hover   { color: #999; 	font-weight: bold; text-decoration: underline; }
a:active  { color: #000099; font-weight: bold; text-decoration: none; }

.mainNav 		  { font-size:16px; font-weight:bold; line-height:20px; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif  }
a.mainNav:link	  { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:hover   { text-decoration:none; color:#CCC; font-weight:normal; }

a.footer:link	  { text-decoration:none; color:#002D5E; font-weight:normal; padding-left: 10px; }
a.footer:active   { text-decoration:none; color:#002D5E; font-weight:normal; padding-left: 10px; }
a.footer:visited  { text-decoration:none; color:#002D5E; font-weight:normal; padding-left: 10px; }
a.footer:hover    { text-decoration:underline; color:#666666; font-weight:normal; padding-left: 10px; }

.completesite 	{ font: 14px/18px Arial, Helvetica, Verdana, sans-serif; font-weight:normal; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.upper		  	{ text-transform:uppercase; }
.space			{ padding:0 10px; }
.phone			{ font-weight:bold; font-size:12px; color:#002D5E; padding-left:3px; }
.breadcrumbs	{ color:#999; }
.side-nav		{ color:#00305F; font-size:18px; }

.legal 			{ font-size:10px; }

h1.completesite { font: 34px/38px "Times New Roman", Times, Georgia, serif; color:#2C5232; margin:0 0 10px 0; padding:0; font-style:italic; border-bottom:1px solid #BEC38E; }
h2.completesite { font: 28px/32px "Times New Roman", Times, Georgia, serif; color:#2C5232; margin:10px 0 8px 0; padding:0; font-style:italic; border-bottom:1px solid #BEC38E; }
h3.completesite { font: 20px/24px "Times New Roman", Times, Georgia, serif; color:#2C5232; margin:0 0 6px 0; padding:0; }
h4.completesite { font: 16px/18px "Times New Roman", Times, Georgia, serif; color:#2C5232; margin:0 0 4px 0; padding:0; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

li.side-nav { margin: 7px 0; list-style:none; }