body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    background: #633e0a;
    margin: 0; 
    /* text-align: center; 
    color: #000;*/
}
a{
    color:#000000;
    text-decoration:underline;
}
a:hover{
    text-decoration:underline;
}
a:visited{
    color:#000000;
}
a img{
    border:none;

}
h2{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
}
h5{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}
.h5brown{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	font-size:16px;
	color:#663300;
}
#container {
    width: 820px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    /* text-align: left; /* this overrides the text-align: center on the body element. */
    /* background-image:url(../images/container-back.png); */
}


/* HEADER ************/
#header {
    background-image:url(../images/header-back.png);
    height: 67px;
    padding-top: 25px;
}
#header .one{     border-bottom-color:#245361;}
#header .two{     border-bottom-color:#962600;}
#header .three{ border-bottom-color:#494457;}
#header .four{    border-bottom-color:#1F522f;}
#header .five{     border-bottom-color:#AB620B;}
#header ul{
    padding: 3px 0px 3px 20px;
    margin: 12px 20px 0px 20px;
    background-image:url(../images/white-trans50.png);
    border-bottom-width: 3px;
    border-bottom-style:solid;
    color:#AB620B;
}
#header ul li{
    padding: 5px 15px 5px 0px;
    display: inline;
    list-style-type:none;
}
#header ul li a{
    font-weight:normal;
}
#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.breadCrumbs{
    margin: 0px 20px 0px 20px;
    padding: 1px 0px 4px 20px;
    color: #f0dcab;
    background-image:url(../images/black-trans30.png);
}
.breadCrumbs a{
    color:#f0dcab;
}

.icon01{ padding: 35px 0px 0px 370px; }
.icon02{ padding: 35px 0px 0px 370px; }
.icon03{ padding: 35px 0px 0px 370px; }
.icon04{ padding: 35px 0px 0px 370px; }
.icon05{ padding: 35px 0px 0px 370px; }
.icon06{ padding: 35px 0px 0px 370px; }


.splashContent{
    color:#FFFFFF;
    width: 300px;
    padding: 40px 0px 0px 40px;
    float:left;
}
.splashContent h2 a{
    color:#ffffff;
}


#middle {
    background-image:url(../images/container-back.png);
}


/* MAIN CONTENT ***************/
#content {
    margin: 0px 20px 0px 20px;
    min-height: 400px;
    padding: 10px 20px 0px 60px;
    background: #ddc27f;
    background-image:url(../images/content-back-top.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
#content p{
    margin: 0px;
    padding-bottom:10px;
    width: 500px;
    line-height:16px; 
}
#content h1{
    font-family:Verdana, Arial, Helvetica, sans-serif
    font-weight:normal;
    font-size:26px;
    color:#494457;
}

#content h2{
    font-weight:bold;
    font-size:20px;
    color:#494457;
}
#content h3{
    font-weight:bold;
    font-size:20px;
    color:#FFFFFF;
}
#content h5{
    
    color:#FFFFFF;
}
#content ul li{    
    width: 450px;    
    margin:0;   
    margin-bottom:5px; 
    list-style-type:none;
} 
#content li{    
    background:url(../images/bullet.png) left top no-repeat;    
    padding:0px 0px 0px 10px;
} 
#content .subSubTitle{
    font-weight:bold;
    color:#494457;
}
#content .caption{
    
    width:150px;
    
    color:#962600;
   
}
#content .captionRight{
    padding-right:45px;
    width:150px;
    float:right;
    color:#962600;
    clear:both;
}
#content .captionBottom{
    color:#962600;
    margin-bottom:15px;
}
#content img{
    margin-bottom:5px;
    border:none;
}
#content img.leftImage{ 
    float:left; 
    margin:4px; 
}
#content img.rightImage{ 
    float:right; 
    margin:2px; 
} 
#content .imageCaptionRight{
    padding-bottom:20px;
    clear:right;
}
#content .imageCaptionLeft{
    padding-bottom:20px;
    clear:left;
}
#content .videoContainer{
    margin-top:5px;
    margin-bottom:5px;
}
#content .nextPage{
    text-align:right;
}
#content .nextPage a{
    color:#1F522F;
    font-weight:bold;
}

#content blockquote{    
    width: 400px; 
}


/* TABLE OF CONTENTS **************/
#toc {
    margin: 0px 20px 0px 20px;
    min-height: 400px;
    padding: 0px;
    background: #ddc27f;
    background-image:url(../images/content-back-top.jpg);
    background-position:top;
    background-repeat:no-repeat;
}

#toc #titleImage{
    float:left;
    width:184px;
}
#toc #links{
    float:left;
    width:596px;
}

#toc #link1{
    padding-left:10px;
    padding-top:10px;
    clear:none;
}
#toc #link2{
    padding-left:115px;
    clear:left ;
}
#toc #link3{
    padding-left:190px;
}
#toc #link4{
    padding-left:230px;
    padding-top:20px;
}
#toc #puddle{
    clear:both;
    float:right;
    width:480px;
}
#toc .linkContainer{
        clear:both;
}
#toc .tocImageContainer{
        float:left;
}
#toc .textLinkContainer{
        float:left;
}
#toc #textLink1{
    width:470px;
    padding-top: 25px;

}
#toc #textLink2{
    width:380px;
    padding-top: 20px;
}
#toc #textLink3{
    width:305px;
    padding-top: 20px;
    float:right;
}
#toc #textLink4{
    width:270px;
    padding-top: 20px;
    float:right;
}

#toc h2{
    padding: 50px 0px 0px 0px;
    margin:0px;
}
#toc #bottom {
    clear:both;
}

/***********************************/

#splashContent {
    margin: 0px 20px 0px 20px;
    min-height: 400px;
    padding: 0px;
    background: #ddc27f;
    background-image:url(../images/content-back-top.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
#splashContent p{
    margin: 0px;
}
#splash01{
    background-image:url(../images/splash01.png);
    height: 424px;
    width:780;
}
#splash02{
    background-image:url(../images/splash02.png);
    height: 424px;
    width:780;
}

/* FOOTER *********/
#footer { 
clear:both;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    height:82px;
    background-image:url(../images/footer-back.png);
    text-align:right;
}

