/*** ELDON ***/
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }

body {
    text-align: center;
	background-color: #FFF;
	background-image:url(/images/bkg_fade.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color: #000000;
	margin:0 0 0 0;
	padding:0px
}

body, table {
	font-family:  Arial, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 12px;
}

* html body, * html table  { font-size: medium; }

.breaker { clear: both; }
.lbreaker { clear: left; }
.rbreaker { clear: right; }

p { margin: 0.5em 0 1.0em 0; line-height:20px; }

img { border-width: 0; }
img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }
.noborder{border:0;}

ul {padding: 5px 0 5px 25px;}
ol {padding: 5px 0 5px 25px;}

a.iconlink:visited,a.iconlink:link { text-decoration:none; padding-right:10px; background: url(/images/arrow.gif) no-repeat top right; line-height:20px; }

.bigtext { font-size: 1.1em; line-height: 1.6em; }

a:link, a:visited{color:#5f7355;text-decoration:underline;}
a:hover{color:#000;}

h1, h2, h3, h4, h5, h6 { margin: 0.5em 0 0.2em 0; }
h1 { font-size: 2em; color: #365135; line-height: 1.3em; font-weight: normal; font-family:  Arial, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; }
h2 { font-size: 1.6em; color: #365135; line-height: 1.0em; font-weight: normal; font-family:  Arial, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; }
h3 { font-size: 1.2em; color: #5f7355; line-height: 1em; font-weight: bold; font-family:  Arial, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; }
h4 { font-size: 1.2em; color: #666; line-height: 1.2em; font-weight: normal; letter-spacing: -1px; }

.green a:link,.green a:visited{color: #365135; font-weight:bold; text-decoration:underline;}
.green a:hover{color: #000; font-weight:bold;}
/*** OVERALL LAYOUT ***/

#skiptomain { display: none; }

.wrapper {
width:980px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
background-image:url(/images/nav_holder.gif);	
background-repeat:no-repeat;
text-align:center;
padding:10px 0px 10px 0px;
}

	.pagecontainer {
	width:960px;
	margin-left:auto;
    margin-right:auto;
	position:relative;
    text-align:left;
    padding:0px 10px 0px 10px;
	}
	    .header{
	    width:960px;
	    text-align:left;
	    height:85px;
	    }
	        .logo{
	        float:left;
	        margin-top:5px;
	        }
	        .search{
	        width:145px;
	        float:right;
	        text-align:right;
	        display:block;
	        margin-top:30px;
	        line-height:20px;
	        vertical-align:middle;
	        }
	            .search_box{
	            background-image: url(/images/search_box.gif);
	            background-repeat: no-repeat;
	            background-position:top left;
	            padding:3px 8px 0 0;
	            height:25px;
	            line-height:10px;
	            }
	            .search_textbox{
	            width:120px;
	            }
        .nav{
        margin-top:17px;
        height:50px;
        width:960px;
        color:#000;
        text-align:center;
        }
	            .nav ul{
                list-style: none;
                margin-left:0;
                padding:0;
                }
	            .nav li{
	            display:inline;
                padding:12px 0px 15px 0px;
                height:42px;
                }
                .nav li:hover{
                
                }
                .nav .listsep{
                vertical-align:middle;
                }
	            .nav a:link, .nav a:visited{
	            display:block;
	            float:left;
	            font-size: 1em;
	            color:#FFF;
	            text-decoration:none;
	            padding:15px 16px 0 16px;
	            height:28px;
	            background-image:url(/images/nav_sep.gif);
	            background-repeat:no-repeat;
	            background-position:right;
	            }     
	            .nav a.last:link, .nav a.last:visited{
	            display:block;
	            float:left;
	            font-size: 1em;
	            color:#FFF;
	            text-decoration:none;
	            padding:15px 16px 0 16px;
	            background-image:none;
	            height:28px;
	            }
	            .nav a.selected:link, .nav a.selected:visited{
	            height:28px;
	            color:#000;
	            background-image:url(/images/nav_hover.gif);
	            background-repeat:repeat-x;
	            padding:15px 16px 0 16px;
	            }
	            .nav a:hover, .nav a:active{
	            height:28px;
	            color:#000;
	            background-image:url(/images/nav_hover.gif);
	            background-repeat:repeat-x;
	            padding:15px 16px 0 16px;
	            }
	            .nav a.last:hover, .nav a.last:active{
	            height:28px;
	            color:#000;
	            background-image:url(/images/nav_hover.gif);
	            background-repeat:repeat-x;
	            padding:15px 16px 0 16px;
	            }
	    .default_banner{
	    height:250px;
	    border: solid 1px #e1e1e1;
	    width:100%;
	    }
	        .bannertexthalf{
	        width:460px;
	        float:left;
	        display:block;
	        padding:150px 0 0 50px;
	        }
	        .bannervideohalf{
	        width:450px;
	        float:left;
	        display:block;
	        padding:0px;
	        background:black;
	        height:250px;
	        }
        
        .pagecontent{
        
        }
        .newsletter{
        padding:10px;
	    border: solid 1px #e1e1e1;
	    width:940px;
        }
            .newsletter_two_thirds{
            width:640px;
            float:left;
            }
            .newsleter_one_third{
            background-image:url(/images/newsletter_sep.gif);
            width:5px;
            background-repeat:no-repeat;
            background-position:right;
            float:left;
            height:84px;
            }
                .newsletterfloatright{
                background-image: url(/images/newsletter_search.gif);
	            background-repeat: no-repeat;
	            background-position:top left;
	            padding:3px 8px 0 5px;
	            height:30px;
	            float:right;
                }
                .newsletterfloatright_box{
                width:185px;
                display:block;
                float:left;
                }
                .newsletterfloatright_button{
                display:block;
                float:right;
                vertical-align: middle;
                padding:-5px 0 0 0;
                }
        
        hr{
        color:#e1e1e1;
        }
        .footer{text-align:left;}
        .footer p{
        font-size:11px;
        }
        .footer a:link, .footer a:visited{
        font-size:11px;
        text-decoration:underline;
        color:#000;
        }
        .footer a:hover{
        color:#5f7355;
        }
            .footer_box{
            background-image:url(/images/footer_box_bk.jpg);
            background-repeat:repeat-x;
            border:solid 1px #e1e1e1;
            height:36px;
            padding:5px 3px 0 5px;
            }
            .footer_box p{
            margin:0;
            padding:0;
            line-height:15px;
            }
            
            .can_we_help{
            background-image:url(/images/can_we_help_bk.jpg);
            background-repeat:repeat-x;
            border:solid 1px #e1e1e1;
            padding:5px 10px;
            margin-top:5px;
            }
        
.default_page{
padding:30px 0;
}  
.comments{
width:280px;
display:block;
float:right;
padding:15px 10px 10px 10px;
border: solid 1px #e1e1e1;
background-image:url(/images/news_bk.jpg);
background-repeat: repeat-x;
}  
.comments a:link, .comments a:visited{text-decoration:underline;}   
.comments p{margin:0;padding:0;}
/*PAGES*/
.sidenav{
width:210px;
display:block;
float:left;
}
.sidenav a:link, .sidenav a:visited{color:#000;}
.sidenav a:hover{color:#5f7355;}
.pageTopBanner{
width:750px;
display:block;
margin:0px 0px 0px 210px;
}
.pageTopBanner h2 p{line-height:28px;}
.pageContentHolder{
width:730px;
display:block;
float:left;
margin:0px 0px 0px 210px;
padding:30px 10px 10px 10px;
/*background-image: url(/images/page_content_fade.jpg);
background-repeat:repeat-x;
background-position:top;*/
}
    .pageComment{
    width:190px;
    display:block;
    float:right;
    min-height:200px;
    }
        .pageCommentBorderBox{
        border:solid 5px #98a080;
        background-color:#fff;
        padding:10px;
        }
    .pageText{
    width:500px;
    display:block;
    float:left;
    background-color:#fff;
    padding: 0px 10px;
    border: solid 1px #e1e1e1;
    } 

/*REPEATERS*/
.default_repeater{
display:block;
float:left;
width:320px;
margin:0 0 50px 0;
}
    .default_pic{
    width:120px;
    display:block;
    float:left;
    }
    .default_text{
    display:block;
    float:left;
    width:180px;
    padding:0 0 0 20px;
    }
        .default_text p{
        font-size:11px;
        }
        .default_text a{
        text-decoration:underline;
        }
/*Side NAV*/
.sidenar_hr{
margin:5px 0px;
height:1px;
width:200px;
background:#e1e1e1;
}
.bold{
font-weight:bold;
}
/*PAGES FLOAT RIGHT DIV WITH PIC AND TEXT*/
.page_picture_pages{
width:240px;
float:right;
padding-left:10px;
}
/*SERVICES*/
.services{
display:block;
width:340px;
float:left;
padding:20px 10px 0 0;
}
.services h1 a{
color:#365135;
text-decoration:none;
}
h1.services_h1 a{
color:#365135;
text-decoration:none;
}
.services h1 a:hover{
color:#666666;
}
h1.services_h1 a:hover{
color:#666666;
}
.breakerleft{
clear:left;
}
/*CONTACT*/
.half{
display:block;
width:365px;
float:left;
padding:0 10px 0 0;
}
.contactspan{
width:60px;
display:block;
float:left;
}
.commentBox{
width:240px;
height:100px;
}
#gmap{
width:100%;
height:300px;
}
.map{
width:100%;
height:300px;
}
.meet_staff{
float:left;
display:block;
width:48%;
padding:0px 0 20px 0;
}
    .meet_staff img{width:150px;float:left;padding:11px 0 0 0;}
    .meet_staff_text{
    display:block;
    float:left;
    margin:0px;
    padding:0px 0px 10px 0px;
    width:50%;
    }
    .meet_staff_text h1{
    margin:0px;
    padding:0px;
    }
.frame{
width:100%;
height:900px;
}
.footer_twitter{
float:right;
}
.footer_twitter_block{
float:left;
display:block;
padding:2px 4px;
}
.twitimg{padding:2px 0px;border:0;}