@charset "utf-8";
/* CSS Document */

/* Global Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial;
	vertical-align: baseline;
}

/* Global Styles */

body
{
	background: url(../img/bg.jpg) top center no-repeat #000;
}    

a
{
    color: #0043ba;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#topnav
{
    background: url(../img/bg-topnav.jpg) top left no-repeat;
    margin: 28px auto 0 auto;
    width: 950px;
    height:35px;
}

#topnav #menu
{
    font-size: 18px;
    color: #999999;
}

#topnav #menu ul
{
    list-style-type:none;
    margin-left: 8px;
}

#topnav #menu li
{
    display:block;
    text-align: center;
    float: left;
    padding: 8px 0 0px 0;
}

#topnav #menu li a
{
    color: #999999;
    text-decoration: none;
}

#topnav #menu li a:hover
{
    color:#fff;
}

#topnav #menu li.home
{
    width: 150px;
}

#topnav #menu li.about
{
    width: 172px;
}


#topnav #menu li.services
{
    width: 172px;
}


#topnav #menu li.photo
{
    width: 240px;
}


#topnav #menu li.contact
{
    width: 190px;
}

#headerbg
{
    background: url(../img/bg-content.png) top left no-repeat;
    width: 950px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}

#hiretroutz
{
    margin:27px 20px 0 0; width:243px; display: inline; float:right; text-align: center;
}

img.logo
{
    margin: 15px 0 20px 20px;
    width:300px;
    float: left;
}


#tagline
{
    float:left; 
    margin: 65px 0 0 35px; 
    font-style:italic;
    font-weight: bold;
    color: #666;
    font-size: 16px;
}

#content-wrapper
{
    background: #fff;
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 5px;
}

#flash
{
    width:950px;
    min-width:950px;
    max-width:950px;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    background: #000 !important;
}

#nonflash
{
    width:950px;
    min-width:950px;
    max-width:950px;
    height: 157px;
    min-height: 157px;
    max-height: 157px;
    background: #000 url(../img/headercrop.jpg) top left no-repeat !important;
}

#section-light-spacer
{
    background: url(../img/bg-contenttitle-spacer.png) top left repeat-x;
    width:5px;
    height: 50px;
    vertical-align: middle;
    color: #000;
}

#section-light-services
{
    background: url(../img/bg-contenttitle-light.png) top left repeat-x #f3eee2;
    width:471px;
    height: 50px;
    vertical-align: middle;
    color: #000;
}

#section-light
{
    background: url(../img/bg-contenttitle-light3.png) top left repeat-x #f3eee2;
    width:532px;
    height: 50px;
    vertical-align: middle;
    color: #000;
}

#section-light2
{
    background: url(../img/bg-contenttitle-light2.png) top left no-repeat #fff;
    width:408px;
    height: 50px;
    vertical-align: middle;
    color: #000;
}

#section-dark
{
    background: url(../img/bg-contenttitle-dark.jpg) top left no-repeat;
    width:408px;
    height: 50px;
    vertical-align: middle;
    color: #fff;
}

#section-dark-spacer
{
    background: url(../img/bg-contenttitle-dark.jpg) top right no-repeat;
    width:5px;
    height: 50px;
    vertical-align: middle;
    color: #fff;
}

#spacer
{
    width:5px;
}

#section-text
{
    font-size: 20px;
    height: 20px;
    margin: 0 15px 8px 15px;
    display: block;
}

#pagetitle
{
    color:#0043ba;
    font-size: 20px;
    margin: 20px 0 -10px 30px;
}

td
{
    vertical-align: top;
}

#leftcontent
{
    background: #f3eee2;
    width:502px;
    min-width: 502px;
    max-width: 502px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

#leftcontent2
{
    background: #f3eee2;
    width:502px;
    height:Auto;
    padding-bottom: 5px;
}

#leftcontent p
{
    margin: 20px 20px 10px 30px;
    color: #000;
    font-size: .75em;
    line-height: 22px;
}

#rightcontent
{
    background: url(../img/bg-rightcontent.jpg) top left no-repeat #fff;
    width:350px;
    height: 367px;
    overflow: hidden;
}

#rightcontent .troutdif
{
    padding: 0 10px;
    margin-top: -20px;
}

#rightcontent .troutdif li
{
    margin: 15px 0;
}

#servicesleft
{
    width:471px;
    min-width: 471px;
    max-width: 471px;
    overflow: hidden;
    background: url(../img/bg-servicesleft.jpg) top left no-repeat #efeadb;
}

#servicesleft p
{
    margin: 30px 0 10px 0;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    color: #fff;
    background: #000;
    width: 280px;
    padding: 8px 0 8px 30px;
}

#servicesright
{
    width:498px;
    overflow: hidden;
    background: url(../img/bg-rightcontent.jpg) top left no-repeat #fff;
}

#servicesright p
{
    margin: 20px 20px 10px 30px;
    color: #666;
    font-size: 1em;
    line-height: 22px;
}

.serviceul
{
    padding: 10px 15px 10px 30px;
    list-style-type: none;
}

.serviceul li
{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color:#0043ba;
    background: url(../img/t-icon.gif) center left no-repeat;
    padding: 2px 0 2px 30px;
}

.ullist
{
    position: relative;
}

#rightcontent ul.left
{
    width: 230px;
    position: absolute;
    left: 10px;
    top: 0;
}

#rightcontent ul.right
{
    width: 170px;
    position: absolute;
    right: 10px;
    top: 0;
}

#rightcontent li
{
    background: url(../img/t-icon.gif) center left no-repeat;
    padding: 2px 0 2px 20px;
    height: 16px;
    color: #0043ba;
    margin: 10px 0;
    font-size: 12px;
    list-style-type: none;
}

#rightcontent li a
{
    color: #0043ba;
    text-decoration: none;
}

#rightcontent li a:hover
{
    text-decoration: underline;
}

#featured-gallery
{
    height: 117px;
    background: #f3eee2; 
    position: relative;
    z-index: 1;
}

#featured-title
{
    color:#fff;
    font-weight: bold;
    font-size: 22px;
    height: 30px;
    padding: 5px 0 0 100px;
    background: url(../img/featured-title.png) top center no-repeat;
    top: -35px;
    margin-bottom: -35px;
    position: relative;
    z-index: 200;
}

#gallery-title
{
    color:#fff;
    font-weight: normal;
    font-size: 25px;
    height: 30px;
    padding: 3px 0 0 30px;
    background: url(../img/gallery-title.png) top left no-repeat;
}

#gallery-menu
{
    color:#fff;
    font-weight: normal;
    font-size: 15px;
    height: 38px;
    padding: 12px 0;
    width: 690px;
    background: url(../img/bg-contenttitle-light3.png) top left repeat-x #f3eee2;
    text-align: center;
}

#gallery-box
{
    background: #fff;
    padding: 5px 5px 5px 5px;
    width: 885px;
    margin: 20px 20px 0 20px;
    text-align: center;
    display: block;
}

#gallery-menu ul
{
    list-style-type: none;
    margin: 0px 0px;
    display: block;

}

#gallery-menu li
{
    display: inline;
    font-size: 18px;
}

#gallery-menu li a
{
    color: #000;
    text-decoration: none;
    padding: 5px;
}

#gallery-menu li a:hover
{
    color: #fff;
    background: #000;
}

#gallery-menu li.active a
{
    color: #fff;
    background: #000;
}

#featured
{
    height: 100px;
    padding: 5px 0 0 0;
    background: url(../img/featured-divider.gif) bottom center no-repeat;
    text-align: center;
}

#featured img
{
    border: 4px solid #d7d7d7;
    margin: 0px 7px 0px 7px;
}

#featured img.start
{
    border: 4px solid #d7d7d7;
    margin: 0px 7px 0px 7px;
}

#featured a:hover img
{
    border: 4px solid #0043ba;
}

#footer
{
    background: #fff;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 950px;
}

#footer-content
{
    background: url(../img/bg-footer.jpg) top left no-repeat;
    margin: 0 auto;
    width: 938px;
    height:143px;
}

#footer .top-footer
{
    height: auto;
}

#foot-menu
{
    float: left;
    margin: 0 0 0 20px;
}

#foot-menu ul
{
    list-style-type: none;
    padding: 28px 0;
}

#foot-menu li
{
    display: inline;
    border-right: 1px #aaa9a9 solid;
    padding: 0 15px;
    color: #aaa9a9;
    font-size: 12px;
}

#foot-menu li.end
{
    border: none;
}

#foot-menu li a
{
    color: #aaa9a9;
    text-decoration: none;
}

#foot-menu li a:hover
{
    color: #fff;
}

#contact-info
{
    float: right;
    margin: 35px 30px 0 0;
    text-align: right;
    font-size: 12px;
    color: #8f8f8f;
}


#logos
{
    float: right;
    margin: 0 40px 0 0;
}

#logos img
{
    margin: 0 10px;
}

#footer .bottom-footer
{
    height: auto;
}

.copyright
{
    float:left;
    height: 13px;
    padding: 4px 0 4px 0;
    margin: -45px 0 0 30px;
    color: #464646;
    font-size: 12px;
    clear: both;
}

.creator
{
    float:left;
    clear: both;
    height: 13px;
    background: url(../img/boss-logo.png) center left no-repeat;
    padding: 4px 0 4px 30px;
    margin: -20px 0 0 30px;
    color: #323435;
    font-size: 12px;
}

.creator a
{
    color: #323435;
    text-decoration: none;
}

.creator a:hover
{
    text-decoration: underline;
}

/* contact page */

form
{
    color:#000;
    font-size: 12px;
    margin: 20px 0 -10px 30px;
    width: 475px;
    position: relative;
    height: 500px;
}

.textInput
{
    padding: 1px;
    width: 250px;
    max-width: 250px;
    margin: 0px 0 10px 0;
}

select.textInput
{
    width: 255px;
    max-width: 255px;
}

textarea.textInput
{
    height: 150px;
    max-height: 150px;
}

.serviceswanted
{
    float: right;
    height: auto;
    padding: 2px 0;
    margin: 0;
    width: 200px;
}

.resetBtn
{
    height: auto;
    padding: 2px 10px;
    cursor: pointer;
    float: right;
}

.submitBtn
{
    float: right;
    height: auto;
    padding: 2px 20px;
    cursor: pointer;
}

.contactinfo
{
    margin: 20px 0 -10px 30px;
    font-size: 14px;
    line-height: 20px;
}

.contactName
{
    font-size: 20px;
    color:#0043ba;
}

.contactTitle
{
    font-size: 16px;
}

.serviceitem
{
    cursor: default;
}

#services-window
{
    width: 400px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 0;
    padding: 0;
}

#services-top
{
    background: url(../img/bg-contenttitle-spacer.png) top left repeat-x;
    height: 50px;
    vertical-align: middle;
    color: #000;
}

#services-top p
{
    font-size: 16px;
    padding: 14px 15px 0 15px !important;
    display: block;
    font-weight: bold;
}

#services-content p
{
    padding: 10px 20px;
    color: #000;
    text-align: justify;
    font-size: 12px;
}

#services-bottom
{
    height: 25px;
}