* Eric Meyers Reset CSS rules * /
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: 1em;
    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: "";
}
input
{
    vertical-align: middle;
}

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* no need to hide from IE5 Mac as its filtered out anyway */
.clear
{
    display: inline-block;
}


html
{
    font-size: 100%;
    min-height: 99%;
}
body
{
    font-size: 62.5%;
    font-family: Verdana, Geneva, Arial, Sans-Serif;
    color: #444;
    background-image: url(../images/default/background6.jpg);
    background-repeat: repeat-x;
    background-color: #faddbb;
    padding: 0;
    margin: 0;
 
}

/*
H1
{
    font-size: 2.0em;
    font-family: Arial narrow;
    color: #aaa;
		font-weight: normal;    
}

H2
{
    font-size: 1.5em;
    font-family: Verdana, Geneva, Arial, Sans-Serif;
    color: black;
}
*/

P
{
    font-size: 1.2em;
}

BLOCKQUOTE
{
    color: #333;
    padding: 0 0 0 0;
    margin: 5px 5px 15px 10px;
    font-style: italic;
    font-size: 1.1em;
}


.citationsrc
{
    font-size: x-small;
    font-weight: bold;
    padding: 0 0 5px 30px;
    text-align: left;
    color: #000066;
}

.inside-content BLOCKQUOTE
{
    color: #666;
    padding: 0 0 0 0;
    margin: 5px 5px 5px 10px;
    font-style: italic;
    font-size: 1.1em;
}

.inside-content .citationsrc
{
    font-size: x-small;
    font-weight: bold;
    padding: 0 0 10px 30px;
    text-align: left;
    color: #3f3333;
}

#container
{
    width: 975px;
    margin: auto;
}



#masthead
{
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0 0 20px 0px;

    background-repeat: repeat-x;
    border-bottom: 0px solid #999999;
    
 }

#masthead h1
{
    font-size: 2.0em;
    font-family: Arial narrow;
    font-weight: normal;  
		float: right;
		text-align:right;
		width:500px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0;
    margin-right: 0px;
    color:#999;
}

#masthead h2
{
    font-size: 2.0em;
    font-family: Arial narrow;
    font-weight: normal;  
		float: right;
		text-align:right;
		width:500px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0;
    margin-right: 0px;
    color:#f08708;
}

 
#masthead IMG
{
    float: left;
    margin: -20px 0 0 0;
    padding: 0;

}


#main-nav
{
    height: 30px;
    float: right;
    margin: 100px 0px 0 425px;
    color: #ef870f;
    font-weight: normal;
    position:absolute;
    display: inline;
    width:585px;
}
#main-nav UL
{
    margin: 0px;
    padding:0;   
    }


#main-nav LI
{
    font-family: Arial narrow;
    float: left;
    font-size: 1.7em;
    background-color: #fff;
    margin: 0 10px 0 10px;
    padding: 0 0px 0 0px;
    text-align: center;
    display:inline;
 
}

#main-menu LI#home-nav
{
    margin: 0;
    padding: 0;
}


#main-nav LI A, #main-nav LI A:VISITED, #main-nav LI A:LINK, #main-nav LI A:ACTIVE
{
    color: #ef870f;
    text-decoration: none;
    margin: 0;
    display: block;
    }

BODY#home #main-nav LI#home-nav A, 
BODY#services #main-nav LI#services-nav A, 
BODY#about #main-nav LI#about-nav A, 
BODY#why-us #main-nav LI#why-us-nav A, 
BODY#blog #main-nav LI#blog-nav A,
BODY#contact #main-nav LI#contact-nav A
{
    background: #ef870f;
    color: white;
    padding-bottom: 5px;
    border-bottom:9px solid #999;
    display:block;
}

#main-nav LI A:HOVER
{
    color: #999;                                
    padding-bottom: 5px;
    border-bottom:9px solid #ef870f;
    display:block;
}

.top-header-footer-clear
{
    width: 100%;
    height: 20px;
    margin: 10px 0 10px 0;
    padding: 0;
    background-image: url(../images/default/header_footer_bubbles.gif);
    background-repeat: repeat-x;
}

.header-footer-clear
{
    width: 100%;
    height: 10px;
    margin: 10px 0 10px 0;
    padding: 0;
    background-image: url(../images/default/header_footer_bubbles.gif);
    background-repeat: repeat-x;
}

.footer-clear
{
    width: 100%;
    height: 10px;
    margin: 10px 0 10px 0;
    padding: 0;
    background-image: url(../images/default/header_footer_bubbles.gif);
    background-repeat: repeat-x;
}

.header-footer-clear
{
    clear: left;
}

.footer-clear
{clear:left;}

.wrapper
{
    width: 975px;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

.main-image-top 
{
background-image: url(../images/left-box-top.gif);
height:10px;
width:580px;}

#main-image
{
width:580px;
height:250px
}


#right-boxes
{
    float: right;
    width: 375px;
    margin: 0;
    padding: 0;
    display:inline;
}

#right1
{
    margin:0 0 20px 0;
    padding:0;

}

#right1-top
{
    background-image: url(../images/right-box-top.gif);
    height: 10px;
    background-repeat: repeat-x;
    width:375px;
    padding:0;
    margin:0;
}

#right1-bottom
{
    height: 110px;
    background-color: #efefef;
    
}


#right1-bottom BLOCKQUOTE
{
    font-size: 11px;
}

#right1-bottom H1, #right2-bottom H1
{
	font-family: Arial narrow;
	font-weight: normal;  
	font-size: 2.0em;
  text-decoration: none;
  margin: 0 0 0 5px;
  padding: 5px 0 0 0;
}

#right1-bottom H1 A, #right2-bottom H1 A
{
    color: #000066;
    text-decoration: none;
}


#right1-bottom P
{
    margin: 0 0 0 5px;
    padding: 0;
    color: #000066;
}


#right2-bottom P
{
    margin: 0 0 0 5px;
    padding: 5px;
    color: #333;
    line-height:1.3em;
}

#right2-bottom P A
{
    color: #000066;
    text-decoration: none;
}

#right2-bottom
{
    height: 110px;
    background-color: #efefef;
}

#right2-top
{
    background-image: url(../images/right-box-top.gif);
    height: 10px;
    background-repeat: repeat-x;
}



.svcs-holder
{
    width: 985px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.svcs-holder H1
{
    margin: 2px 30px 0 10px;
    display: block;
}

#svcs-box1, #svcs-box2, #svcs-box3, #svcs-box4, #svcs-box5
{
    width: 179px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline;
}

#svcs-box1, #svcs-box2, #svcs-box3, #svcs-box4
{
    margin-right: 20px;
    padding: 0;
}


.svcs-box-top
{
    background-color: #fbddb9;
    height: 50px;
    padding: 5px 20px 8px 3px;
    margin: 0;
}

.svcs-box-top H1
{
    font-family: Arial narrow;
		font-weight: normal;  
		font-size: 2.0em;
    color: #666;
    text-decoration: none;
}

.svcs-box-top H1 A:visited, .svcs-box-top H1 A:link, .svcs-box-top H1 A:active
{
    font-family: Arial narrow;
		font-weight: normal;  
		color: #666;
    text-decoration: none;
}

.svcs-box-middle
{
    background-image: url(../images/default/content_bubbles.gif);
    background-repeat: repeat-x;
    height: 10px;
    margin: 0;
    padding: 0;
}

.svcs-box-bottom
{
    background-color: #fff;
    height: 170px;
    padding: 5px;
    margin: 0;
		color:#666;    
}

.svcs-box-bottom P
{
    padding: 3px 8px 5px 8px;
    margin: 0;
}

.svcs-box-bottom P A
{
    color:#666;
    text-decoration: none;
    text-align: right;
}

#footer
{
    height: 42px;
    background-color: #999;
    clear: both;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 1px 0 1px 0;
}


#footer P
{
    margin: 0;
    padding: 0;
    font-size: 1em;
}
#footer A
{
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
#footer UL
{
    margin: 0;
    padding: 5px 0 5px 0;
}

#footer LI
{
    display: inline;
    margin: 0;
    padding: 0;
}

/*Inside Page CSS*/

.sub-nav-holder
{
    width: 180px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    background-image: url(../images/bubble-box.gif);
    display:inline;
}

.sub-nav-box-top
{
    background-image: url(../images/bubble-box.gif);
    background-repeat: repeat-y;
    height: 10px;
    margin: 0;
    padding: 0;
  }


.sub-nav-links
{
    margin-top: 0;
    padding-top: 0;
  }

.sub-nav-links H2
{
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 5px;
    text-indent: 0;
    font-size: 1.6em;

    color: #000066;
    background-color: #efefef;
    
 }


.sub-nav-links UL
{
    margin: 0;
    padding: 0;
}

.sub-nav-links LI
{
    background-color: #fbddb9;
    margin: 10px 0;
    padding: 10px 10px 10px 5px;
    text-indent: 0;
    font-style: normal;
    font-weight: bold;
}

.sub-nav-links A
{
    font-size: 1.3em;
    color: #666;
    text-decoration: none;
    margin: 0px 0;
    padding: 0px;
    text-indent: 0;
    display:block;
}


.inside-middle
{
    width: 555px;
    float: left;
    display:inline;
}
.inside-main-image
{
    width: 555px;
}

.inside-main-image IMG
{
    width: 555px;
    height: 200px;
}

.inside-main-image-top
{
    background-image: url(../images/left-box-top.gif);
    background-repeat: repeat-x;
    height: 10px;
    width: 555px;
}

.inside-content
{
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;

}

.inside-content p a
{
text-indent:5px;
color:#000033;
text-decoration:none;
}

.inside-content H3
{

text-indent:5px;
color:#0F0D0D;
font-size:1.3em;
}

.inside-content H4
{

text-indent:10px;
color:#0F0D0D;
font-size:1.1em;

}

.inside-content LI 
{
    font-size:1.2em;
    line-height:1.4em;
    list-style-type:circle;
}

.inside-content LI A
{
    color: black;
    margin: 0;
    padding:0;
}

.inner-list LI
{
font-size:1.1em;
list-style-type:disc;
}


#inside-right-boxes
{
    width: 200px;
    float: left;
    margin: 0 0 0 20px;
    display:inline;
}

.inside-right-top
{
    height: 10px;
    background-image: url(../images/left-box-top.gif);
}

#inside-right1
{
background-color:#000033;	
}

#inside-right1 H1
{
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right1 H1 A
{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right1 P
{
    margin: 5px 0 0 5px;
    padding: 0 5px 10px 5px;
    color: #fff;
    font-size: 11px;
}

#inside-right1 P A
{
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding:0;
}

#inside-right1 BLOCKQUOTE
{
	    color: #fff;
}

#inside-right1 .citationsrc
{
    font-size: x-small;
    font-weight: bold;
    padding: 0 0 5px 30px;
    text-align: left;
    color: #fff;
}

#inside-right3
{
margin-top: 20px;
background-color:#000033;	
}

#inside-right3 H1
{
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right3 H1 A
{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right3 P
{
    margin: 5px 0 0 5px;
    padding: 0 5px 10px 5px;
    color: #fff;
    font-size: 11px;
}

#inside-right3 P A
{
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding:0;
}

#inside-right3 BLOCKQUOTE
{
	    color: #fff;
}

#inside-right3 .citationsrc
{
    font-size: x-small;
    font-weight: bold;
    padding: 0 0 5px 30px;
    text-align: left;
    color: #fff;
}

#inside-right2
{
margin-top: 20px;
background-color:#fff;	
}

#inside-right2 H1
{
    font-size: 15px;
    color: #000033;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right2 H1 A
{
    font-size: 15px;
    color: #000033;
    text-decoration: none;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right2 P
{
    margin: 5px 0 0 5px;
    padding: 0 5px 10px 5px;
    color: #000033;
    font-size: 11px;
}

#inside-right2 P A
{
    color: #000033;
    text-decoration: none;
    margin: 0;
    padding:0;
}

#inside-right2 BLOCKQUOTE
{
	    color: #000033;
}

#inside-right2 .citationsrc
{
    font-size: x-small;
    font-weight: bold;
    padding: 0 0 5px 30px;
    text-align: left;
    color: #000033;
}

#inside-right4
{
margin-top: 20px;
background-color:#fff;	
}

#inside-right4 H1
{
    font-size: 15px;
    color: #000033;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right4 H1 A
{
    font-size: 15px;
    color: #000033;
    text-decoration: none;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right4 P
{
    margin: 5px 0 0 5px;
    padding: 0 5px 10px 5px;
    color: #000033;
    font-size: 11px;
}

#inside-right4 P A
{
    color: #000033;
    text-decoration: none;
    margin: 0;
    padding:0;
}

#inside-right4 BLOCKQUOTE
{
	    color: #000033;
}

#inside-right4 .citationsrc
{
    font-size: x-small;
    font-weight: bold;
    padding: 0 0 5px 30px;
    text-align: left;
    color: #000033;
}
/*
#inside-right-boxes H1
{
    font-size: 15px;
    margin: 0 0 0 5px;
    padding:  5px 0 2px 0;
}

#inside-right-boxes P
{
    margin: 5px 0 0 5px;
    padding: 0 5px 10px 5px;
    color: #fff;
    font-size: 11px;
}

#inside-right-boxes P A
{
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding:0;
}
*/

#inside-right1 BLOCKQUOTE
{
	    color: #fff;
}



.inside-content .balanced LI 
{
list-style-type:square;
font-style:oblique;
}




