﻿body
{
    font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px;
    background-color: #fff;
    color: #000;
}

h1
{
    font-size: 240%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
h2
{
    font-size: 200%;
    font-weight: normal;
    color: #5f7468;
    margin: 15px 0px 10px 0px;
}
h3
{
    font-size: 180%;
    color: #5f7468;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
h4
{
    font-size: 120%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

p
{
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
li
{
    padding-bottom: 8px;
}

a, a:visited
{
    color: #f37a2d;
    text-decoration: none;
}
a:hover
{
    color: #f37a2d;
    text-decoration: underline;
}

.Container h3
{
    background-image: url(images/bgH3.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
}



#SiteHeader
{
    background-image: url(images/bgSiteHeader.jpg);
    background-repeat: repeat-x;
    background-position: top;
    width: 100%;
    height: 154px;
}

#SiteNavigation
{
    background-image: url(images/pnav_Off.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 35px;
}
#SiteNavigation ul
{
    /*padding: 0px;
    margin: 0px 10px 0px 10px;*/
}
#SiteNavigation li
{
    /*list-style-type: none;
    float: left;
    display: block;
    height: 35px;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;*/
}
#SiteNavigation a, #SiteNavigation a:visited
{
    /*color: #fff;
    text-decoration: none;
    text-transform: uppercase;*/
}
#SiteNavigation li:hover, #SiteNavigation .Selected
{
    /*color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(images/pnav_On.png);
    background-repeat: repeat-x;
    background-position: center top;*/
}

/*eugene menu*/
/* BEGIN > Telerik Menu Styles */
div.RadMenu
{
    height: 35px;
}
div.RadMenu LI
{
    padding-bottom:0px;
}
div.RadMenu a.rmLink .rmLeftImage
{
    position: relative;
}

div.RadMenu .rmItem .rmLink
{   
    float: left;
    display: block;
    height: 35px;
    /*padding: 8px 20px;*/
    padding-bottom: 0px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.rmLink, .rmLink:visited
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


div.RadMenu .rmText
{
    /*margin: 20px 25px 0px 25px;*/
    background-repeat: repeat-x;
    margin-top:8px;
}
div.RadMenu A.rmLink
{
	cursor:pointer;
}

.rmLink:hover
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(images/pnav_On.png);
    background-repeat: repeat-x;
    background-position: center top;
}

.pnavDefault
{
    float: left;
    display: block;
    padding-left:20px;
    padding-right:20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor:pointer;
}

.pnavSelected, .rmLink:hover
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(images/pnav_On.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-left:20px;
    padding-right:20px;
}

.snavDefault
{
    /*background-color: #000;*/
}

.rmLevel1
{
    /*background-color: #000;
    text-align: left;*/
}
.rmLevel1 .rmLink
{
    /*background-repeat: no-repeat;
    background-image: none;*/
}
.rmLevel1 .rmLink:hover
{
    /*background-color: #282828;
    background-repeat: no-repeat;
    background-image: none;*/
}


/* END > Telerik Menu Styles */
/*end eugene menu*/


#SiteSearch
{
    position: absolute;
    top: 20px;
    right: 10px;
}

#BreadCrumb
{
    font-size: 90%;
    padding: 0px 10px;
    color: #5f7468;
}

.Inner
{
    position: relative;
    width: 960px;
    text-align: left;
}

.SiteLogo
{
    width: 196px;
    height: 141px;
    border-width: 0px;
    padding: 10px 0px 0px 0px;
}

#SiteBody
{
    width: 100%;
    min-height: 400px;
}

#SiteFooter
{
    background-image: url(images/bgSiteFooter.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 158px;
    border-top: solid 1px #70725e;
    border-bottom: solid 1px #70725e;
}


#HomePageContent
{
    padding: 20px 12px;
}

#PageContent
{
    padding: 20px 12px;
    float: left; width: 580px;
}

.TextBox
{
    border: solid 1px #5f7468;
}


#UsefullLlinks h3, #Testimonials h3
{
    color: #edece9;
    border-bottom: solid 1px #c3cbc7;
    font-style: normal;
    text-transform: capitalize;
}

#UsefullLlinks
{
    color: #edece9;
    float: left;
    width: 550px;
    margin-top: 10px;
    padding: 0px 12px;
}
#UsefullLlinks ul
{
    padding: 0px;
    margin: 0px 10px 0px 20px;
    width: 240px;
}
#UsefullLlinks li
{
    padding-bottom: 10px;
    list-style-type: square;
}
#UsefullLlinks a, #UsefullLlinks a:visited
{
    color: #edece9;
}

#Testimonials
{
    color: #edece9;
    float: right;
    width: 350px;
    font-style: italic;
    margin-top: 10px;
}

.Signature
{
    text-align: right;
}


#SiteSubFooter
{
    width: 100%;
    background-color: #fff;
    padding: 20px 0px;
    font-size: 90%;
}
#Copyright
{
    float: left;
    text-align: left;
    padding-left: 12px;
}
#FooterNavigation
{
    float: right;
    padding-right: 12px;
    
}
#FooterNavigation ul
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
#FooterNavigation li
{
    list-style-type: none;
    float: left;
    display: block;
    height: 35px;
    padding: 0px 5px;
}
#FooterNavigation a, #FooterNavigation a:visited
{
    color: #5f7468;
    text-decoration: none;
    text-transform: uppercase;
}
#FooterNavigation a:hover
{
    text-decoration: underline;
}

.rss
{
    float: right;
    width: 19px;
    height: 18px;
    border-width: 0px;
    padding-top: 3px;
}

#RecentNewsPod
{
    padding: 4px 0px 0px 0px
}
#RecentNewsPod h2
{
    border-bottom: solid 1px #5f7468;
    font-size: 180%;
    height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
#RecentNewsPod div
{
    padding: 0px 5px;
}
#RecentNewsPod .Date
{
    font-style: italic;
    color: #5f7468;
    padding-top: 8px;
}

#FeaturedProdServ
{
    background-color: #f0f0ed;
    padding: 0px;
}

#FeaturedProdServ h2
{
    color: #edece9;
    font-size: 180%;
    background-image: url(images/pnav_Off.png);
    background-repeat: repeat-x;
    height: 35px;
    padding: 4px 0px 0px 10px;
    margin: 0px;
}
#FeaturedProdServ div
{
    padding: 10px 15px;
}

#SideBar
{
    padding-top: 30px;
    float: right;
    width: 320px;
    height: auto;
}

#HomeRotator
{
    position: relative;
    z-index: 100;
    width: 448px;
    height: 300px;
    margin-top: 8px;
}
#HomeRotator ul
{
    padding: 0px;
    margin: 35px 0px 0px 0px;
    overflow: hidden;
}
#HomeRotator li
{
    list-style-type: none;
    padding: 0px 0px 30px 0px;
    font-size: 150%;
    text-align: center;
}
#HomeRotator .Layer0
{
    position: absolute;
    z-index: 110;
    width: 143px;
    height: 300px;
    background-image: url(images/Transparency.png);
    background-position: left;
    background-repeat: no-repeat;
}
#HomeRotator .Layer1
{
    position: absolute;
    z-index: 105;
    width: 448px;
    height: 225px;
}
#HomeRotator a, #HomeRotator a:visited
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#HomeRotator a:hover
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#HomeRotator .Selected
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.ImageFloatLeft
{
    float: left;
    padding: 5px 15px 15px 0px;
}
.ImageFloatRight
{
    float: right;
    padding: 5px 0px 15px 15px;
}