/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Default
-------------------------------------------------------------- */
    
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: url(../images/header.gif) repeat-x #FBFBF9;
    color: #666;
}

blockquote {
    position: relative;
	quotes: "\201C" "\201D";
	font-style: italic;
}
	
blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
	content: open-quote; 
	font-weight: bold;
	font-size: 36px;
}
	
blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0; 
	content: close-quote; 
	font-weight: bold;
	font-size: 36px;
}

blockquote p {
    padding: 0 40px;
}

ul {
    margin-left: 1.8em;
    list-style-type: disc;
}

ol {
    margin-left: 1.8em;
    list-style-type: decimal;
}

p, li {
    margin-bottom: 15px;
    line-height: 1.5em;
}

h3, 
.page-title {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    border-top: solid 1px #bd9e70;
    margin-bottom: 15px;
    color: #bd9e70;
}
                    
h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
        
img {
    border: 0;
}
            
a {
    text-decoration: none; 
}
        
.wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
}
            
                .header 
                {
                    position: relative;
                    z-index: 99;
                    margin: 60px 0 30px;
                    overflow: visible;
                    height: 148px;
                }
                
                    .header-round {
                        display: inline;
                        float: left;
                        margin: 0 0 20px 5px;
                    }
                
                    .header-logo {
                        display: inline;
                        float: right;
                        margin: 0 5px 20px 0;
                    }
                    
                    .nav {
                        clear: both;
                        width: 100%;
                        list-style-type: none;
                        margin-left: 0;
                    }
                    
                        .nav li {
                            display: inline;
                            float: left;
                            width: 230px;
                            margin: 20px 5px 0;
                            background-color: #bd9e70;
                        }
                        
                            .nav li:hover { background-color: #FFF; }
                            
                            .nav li:hover a { color: #bd9e70;}
                        
                            .nav li a 
                            {
                                font-weight: bold;
                                display: block;
                                padding: 10px;
                                color: #FFF;
                                text-align: center;
                            }
                        
                        .nav li ul 
                        {
                            display: none;
                            position: absolute;
                            margin-left: -4px;
                            width: 230px;
                            list-style-type: none;
                            background: url(../images/drop.png) bottom center;
                            padding: 14px 4px;
                        }
                        
                            .nav li ul li 
                            {
                                display: inline;
                                width: 230px;
                                float: none;
                                margin: 0;
                            }
                            
                                .nav li ul li a 
                                {
                                    font-weight: normal;
                                    font-size: 12px;
                                    padding: 5px 10px;
                                    background-color: #bd9e70;
                                    color: #FFF;
                                    text-align: left;
                                }
                                
                                .nav li:hover ul li a { color: #FFF;}
                                
                                .nav li ul li a:hover  
                                {
                                    background-color: #FFF; 
                                    color: #bd9e70;
                                }
              
              .holder {
                  width: 950px;
                  position: relative;
                  z-index: 2;
                  margin: auto;
                  overflow: auto;
              }  
              
                    .holder img { float: left; }             
                    
              .content 
              {
                  margin: 30px 0;
                  overflow: hidden;
                  min-height: 280px;
              }
              
                    #main 
                    {
                        display: inline;
                        float: left;
                        width: 710px;
                        margin: 0 5px;
                        line-height: 18px;
                    }
                    
                    #main a { color: #333; }
                    
                    #main a:hover { text-decoration: underline; }
                    
                    #main a[name] { color: #666; }
                    
                    #main a[name]:hover { text-decoration: none; }
              
                    #sidebar 
                    {
                        display: inline;
                        float: left;
                        width: 230px;
                        margin: 0 5px;
                    }
                    
                        #sidebar ul 
                        {
                            list-style-type: none;
                            margin: 0 0 15px;
                        }
                        
                            #sidebar li 
                            {
                                float: left;
                                width: 230px;
                                margin-bottom: 0;
                            }
                            
                                #sidebar ul li a 
                                {
                                    display: block;
                                    color: #999;
                                }
                                
                                #sidebar ul li a:hover, 
                                #sidebar ul li.current_menu_item a {
                                    color: #333;
                                }
                   
.footer {
    clear: both;
    border-top: solid 1px #bd9e70;
    padding: 15px 0 60px;
    font-size: 12px;
    color: #bd9e70; 
    text-align: right;    
}
            
    .footer a {
        float: right;
        margin-left: 20px;
        color: #bd9e70;     
    }

