/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Jim Bourbeau Land Service
Version:		1.0
Created By:		Jesse Lavery, Starn Marketing Group
Last change:	05/23/08 [initial coding]

--------------------------------------------------------------------

[Colors]

Background:		#1e2538 (dk blue - in lieu of bg img)
Content:		#fff 	(black)
Address txt:	#b2b6bc	(blue-ish gray)
Yellow/Gold:	#c3a728

-------------------------------------------------------------------*/



/**********************************
Reset Styles for all browsers
***********************************/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}

a img, :link img, :visited img {border: 0;}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after,
blockquote:before, blockquote:after {content: "";}

/**********************************
Core Styles
***********************************/

body {
background: url(../images/bg.jpg) #640933 center top fixed repeat-x;
color: #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

/* Generics
------------------------------*/
/* site-wide defs for p, a, h1, h2, etc. */

p, h2, ul li {line-height: 1.4em;}

/* Header BG
------------------------------*/

#header-bg {
background: url(../images/bg-header.png) center repeat-x;
height: 220px;
}

/* Container
------------------------------*/

#container {
margin: 0px auto;
margin-top: -230px;
width: 760px;
}

/* Header
------------------------------*/

#header h1 {
background: url(../images/logo.png) no-repeat;
float: left;
height: 230px;
text-indent: -9999px;
width: 240px;
}

/* Header Content
------------------------------*/

#header-content {
float: left;
height: 230px;
width: 500px;
}

#header-content #address {
background: url(../images/bg-address.png) no-repeat;
height: 176px;
width: 500px;
}

#header-content #address p {
color: #fff;
font-size: 10px;
font-weight: bold;
padding: 78px 15px 0 0;
text-align: right;
}

/* Menu
------------------------------*/

#menu {
display: block;
height: 36px;
position: relative;
margin: 0 0 0 0;
padding-top: 0px;
width: 500px;
}

#menu ul {
background: url(../images/menu.gif) no-repeat;
height: 36px;
margin: 0px;
width: 500px;
}

#menu ul li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
margin-top: 0px;
}

#menu ul li a {
display: block;
text-decoration: none;
text-indent: -9999px;
}

#menu ul li a span {
visibility: hidden;
}

#menu #menu1, #menu #menu1 a {left: 0px; top: 0px; width: 82px; height: 36px;}
#menu #menu2, #menu #menu2 a {left: 82px; top: 0px; width: 96px; height: 36px;}
#menu #menu3, #menu #menu3 a {left: 178px; top: 0px; width: 98px; height: 36px;}
#menu #menu4, #menu #menu4 a {left: 276px; top: 0px; width: 105px; height: 36px;}
#menu #menu5, #menu #menu5 a {left: 381px; top: 0px; width: 119px; height: 36px;}

#menu #menu1 a:hover {background: transparent url(../images/menu.gif) -0px -36px no-repeat;}
#menu #menu2 a:hover {background: transparent url(../images/menu.gif) -82px -36px no-repeat;}
#menu #menu3 a:hover {background: transparent url(../images/menu.gif) -178px -36px no-repeat;}
#menu #menu4 a:hover {background: transparent url(../images/menu.gif) -276px -36px no-repeat;}
#menu #menu5 a:hover {background: transparent url(../images/menu.gif) -381px -36px no-repeat;}

/* Content
------------------------------*/

#content {
clear: both;
}

/* Sidebar
------------------------------*/

#sidebar {
float: left;
padding-left: 20px;
width: 200px;
}

#sidebar #napeexpo a {
display: block;
height: 88px;
margin: 15px 0 0 0;
text-decoration: none;
width: 200px;
}

/* Main
------------------------------*/

#main {
float: left;
padding-bottom: 20px;
padding-left: 20px;
width: 500px;
}

/* Main Header
------------------------------*/

#main-header {
background: url(../images/bg-mainheader.png) left top no-repeat;
height: 10px;
width: 500px;
}

/* Main Content
------------------------------*/

#main-content {
background: url(../images/bg-maincontent.png) #000 repeat;
/* background-color: #1e2538; */
color: #fff;
padding: 10px 20px 5px 20px;
}

#main-content h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
}

#main-content h3 {
color: #bbb;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
font-weight: bold;
margin-top: -10px;
margin-bottom: 10px;
}

#main-content h4 {
color: #bbb;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
margin: 20px 0 5px 0;
text-transform: uppercase;
}

#main-content p {
margin-bottom: 15px;
}

#main-content p#backlink {
font-size: 10px;
}

#main-content ul {
margin: 0 0 10px 20px;
}

#main-content ul li {
list-style-type: square;
list-style-position: outside;
}

#main-content ul li em {
font-size: 11px;
font-style: italic;
margin-left: 3px;
}

#main-content p a,
#main-content ul li a {
color: #fbc73c;
text-decoration: none;
}

#main-content p a:hover,
#main-content ul li a:hover {
color: #fff;
text-decoration: underline;
}



/* Main Footer
------------------------------*/

#main-footer {
background: url(../images/bg-mainfooter.png) left top no-repeat;
height: 48px;
padding: 0 20px;
}

#main-footer p {
color: #a79a9f;
font-size: 11px;
padding: 16px 0 0 60px;
}

#main-footer p a {
color: #a79a9f;
text-decoration: none;
}

#main-footer p a:hover {
color: #fff;
text-decoration: underline;
}

/* 
------------------------------*/
