﻿body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	position: relative;
}

img
{
	border: none;
}

h1
{
	font-size: 24px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	margin: 10px 0px 14px 0px;
}

h2
{
	font-size: 18px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 14px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
}

h4
{
	font-size: 12px;
	font-family: Georgia, Times, Times New Roman, Serif;
	margin: 0px 0px 4px 0px;
}

p
{
	margin: 0px 0px 14px 0px;
}

strong
{
    
}

ul, ol
{
	list-style-type: none;
	margin: 0px 0px 10px 0px
}


a
{
    	
}

a:hover
{
	
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}

.block
{
    display: block;
}

/* Layout */

.content
{
    margin: 0px auto;
    padding: 0px;
}

#header, .WhoWhatWhy
{
    height: 156px;
    width: 900px;
    background-color: #000000;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
    text-align: center;
    color: #FF0000;
    display: block;
    
    z-index: 900;
}

#content
{
    
    width: 100%;
    background-color: #43270d;
    background-image: url(images/content_brn_bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

#nav
{
	height: 32px;
	width: 100%;
    position: relative;
    background-image: url(images/nav_bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
    border-top: 1px solid #43270d;
    border-bottom: 1px solid #43270d;
    margin: 0px;
    font-family: Georgia, Times, Times New Roman, Serif;
    font-size: 18px;
}

#nav ul
{
    padding: 0;
    margin: 0px auto;
    line-height:30px;
    width: 900px;
}

	#nav li, #nav a
            {
				display: block;
				float: left;
				color: #000000;
                font-size:18px;
				text-decoration: none;
				text-align:center;
				padding: 0px;
				margin: 0px auto;
			} 
			
			#nav a
			{
			    width: 223px;
			}
            
            #nav a:hover, #nav a.selected
            {
				color: #000000;
				background-image: url(images/nav_act_bg.gif);
                background-repeat: no-repeat;
                background-position: top center;
            }
    .divline
    {
        background-image: url(images/nav_div.gif);
	    background-repeat: no-repeat;
	    background-position: right center;
	    width: 1px;
	    height: 32px;
	    padding: 0px;
		margin: 0px;    
    }
    
    #sidenav
    {
        float: left;
        width: 214px;
        background-color: #000000;
        background-image: url(images/sidenav_bg.gif);
	    background-repeat: no-repeat;
	    background-position: top left;
        text-align: right;
        padding: 10px 0px 30px 10px;
        
        color: #FFFFFF;
    }
    
    #sidenav ul
    {
        margin-right: 10px;
        margin-bottom: 20px;
    }
    
    #sidenav ul li a
    {
        float: right;
        display: block;
        width: 180px;
        color: #ecddce;
        text-decoration: none;
    }
    
    #sidenav ul li a:hover, #sidenav ul li a.selected
    {
        background-image: url(images/sidenav_act.gif);
	    background-repeat: no-repeat;
	    background-position: right center;
	    margin-right: -10px;
	    padding-right: 20px;
    }
    
    #sidenav h1
    {
        color: #eed680;
        margin-right: 10px; 
    }
    
    #sidenav h1 span
    {
        background-image: url(images/side_h_leaf.gif);
	    background-repeat: no-repeat;
	    background-position: left center;
	    padding: 0px 0px 0px 30px;
	} 
	
	#sidenav h1 a
    {
        color: #eed680;
        text-decoration: none; 
    }
	
	#sidenav h2
    {
        color: #eed680;
        margin: 15px 0px 0px 0px;
        font-size: 16px; 
    } 
    
    #sidenav li h3 a
    {
        color: #eed680;
        margin: 15px 0px 0px 0px;
        text-decoration: none;  
    }   
	
	#sidenav table
	{
	    text-align: left;
	    color: #ecddce;
	    float: left;
	}
    
    #middle_hold
    {
        width: 900px;
        height: 145px;
        border-bottom: 5px solid #000000;
    }
    
    #middle_hold img
    {
        float: left;
    }
    
#content_hold
{
    width: 900px;
    background-color: #FFF;
}

#home_content
{
    background-color: #ebdccd;
    background-image: url(images/home_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 6px solid #d1bfad;
	width: 900px;
	
	height: 660px;
}

#home_content h2
{
    color: #342f27;
    background-color: #b6a38f;
    line-height: 40px;
    background-image: url(images/home_h_bg.gif);
    background-repeat: no-repeat;
	background-position: top right;
	margin: 0px;
	padding: 0px 0px 0px 10px;    
}

#home_content h2 span
{
    background-image: url(images/home_h_leaf.gif);
    background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 30px; 
}

#home_content h3
{
    color: #342f27;
    font-weight: bold;    
    margin: 0px;
	padding: 0px; 
}

#home_content a
{
    color: #342f27;
    font-family: Georgia, Times, Times New Roman, Serif;
    font-size: 10px;
    text-decoration: underline;
    background-image: url(images/home_a_arrow.gif);
    background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 10px; 
}


#home_content a.pdf 
{
    height: 16px;
    line-height: 16px;
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0px 5px 20px;
}

#home_content a.noarrow
{
    float: left;
    background: none;
    margin: 0 0 5px 0;
	padding: 0px; 
}

#current_dev
{
    float: left;
    width: 448px;
    background-image: url(images/home_cont_bg.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

#current_dev span a
{
    font-size: 10px;
}

#current_dev a
{
    float: right;
    font-size: 12px;
}

a.dev_item #current_dev
{
    background-image: none;
	margin: 0px;
	padding: 0px;
}

.dev_item
{
    border-top: 3px solid #000000;
    border-bottom: 1px solid #b2a496;
    background-color: #d0c1b1;
    margin: 0px;
	padding: 0px;
	min-height: 155px;
}

.dev_item img
{
    background-color: #FFFFFF;
    background-image: url(images/dev_item_bg.gif);
    background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #b2a496;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 203px;
	height: 146px;
	margin: 5px 0px 0px 5px;
	padding: 4px;
}

.dev_item span
{
    width: 190px;
    margin: 6px 6px 0px 6px;
}

.dev_item a
{
    float: right;
    margin: 0px;
    padding: 0px;
}

#recent_news
{
    float: left;
    width: 452px;
    background-image: url(images/home_cont_bg.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

#recent_news a.larger
{
    font-size: 14px;
    margin-right: 10px;
}

#interior_content
{
    background-color: #FFFFFF;
    background-image: url(images/interior_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 900px;
	margin: 0px;
}

.interior_content
{
    float: left;
	width: 656px;
	padding: 10px;
}

.interior_content h1, .interior_content h2, .interior_content h3, .interior_content h4
{
    color: #342f27;
}

.interior_content a
{
    color: #342f27;
    background-image: url(images/home_a_arrow.gif);
    background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.interior_content a.pdf 
{
    height: 16px;
    line-height: 16px;
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
	background-position: 5px left;
	padding: 5px 0px 5px 20px;
}

.interior_content a:hover
{
    text-decoration: underline;
}

.space
{
    padding: 10px;
}

#footer
{
    clear: both;
    width: 900px;
    height: 180px;
    position: relative;
    background-color: #000000;
    margin: 0px auto;
    padding: 0px;  
    border-top: 1px solid #000000;  
}

#footer h2, h3
{
    color: #dcb010;
}

#footer ul li
{
    color: #dcb010;
}

#footer a
{
    color: #dcb010;
    text-decoration: none;
}

#footer a:hover
{
    color: #dcb010;
    text-decoration: underline;
}

#footer th, td
{
    color: #dcb010;
}

#footer
{

}

#footer h2 span
{
    background-image: url(images/footer_h_leaf.gif);
    background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

#footer_left
{
    float: left;
    background-image: url(images/footer_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 427px;
	height: 180px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	padding: 10px;
	margin: 0px;
}

#footer_left .contact
{   
    float: left;
    width: 180px;
} 

.yellowdivlive  
{
    padding-left: 10px;
    border-left: 1px solid #dcb010;
} 

#footer_right
{
    float: left;
    background-image: url(images/footer_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 430px;
	height: 180px;
	
	padding: 10px;
	margin: 0px;
}

#footer th
{
    vertical-align: top;
    text-align: left;
    padding: 0px 10px 0px 0px;
}

#footer td
{
    vertical-align: top;
    text-align: left;
}

#footer_nav
{
	clear: both;
	position: relative;
	height: 28px;
	width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

#footer_nav ul
{
    padding: 0;
    margin: 0px auto;
    line-height:26px;
    height: 28px;
    width: 900px;
}

	#footer_nav li, #footer_nav a
            {
				height: 28px;
				display: block;
				float: left;
				color: #000000;
                font-size:10px;
				text-decoration: none;
				text-align:center;
				padding: 0px;
				margin: 0px 10px 0px 0px;
			} 
			
			#footer_nav a
			{
			    height: 28px;
			    color: #000000;
			}
            
            #footer_nav a:hover
            {
				color: #000000;
            }
            
            .right
            {
                float: right;
                font-size:10px;
                margin: 0px;
                padding: 0px;
            }
            
            #footer_btm
            {
                width: 900px;
                margin: 0px auto;
                text-align: center;
                background-image: url(images/footer_bg.gif);
	            background-repeat: no-repeat;
	            background-position: top center;
	            border-top: 1px solid #000000;
                
            }
            
            .contact th, .contact td
            {
                padding: 0px;
                text-align: left;
            }
            
            a.wired
            {
                position: relative;
                top: -2px;
                width: 171;
                height: 67px;
                text-align: center;
                margin: -1px auto;
            }




.development
{
    border-top: 3px solid #000000;
    border-bottom: 1px solid #b2a496;
    background-color: #d0c1b1;
    margin: 0px;
	padding: 10px 10px 20px 10px;
	min-height: 155px;
	
	clear: both;
}

.development .lg_dis
{
    background-color: #FFFFFF;
    background-image: url(images/dev_item_bg.gif);
    background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #b2a496;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 203px;
	height: 146px;
	margin: 0px 10px 0px 0px;
	padding: 4px;
}

.development .imghold
{
    float: left;
    width: 280px;
}

.development .imghold p
{
    font-size: 10px;
    padding: 0px;
}

.development .imghold a
{
    padding: 0px;
    background-image: none;
}

.development .imghold img
{
    margin: 0px 8px 8px 0px;
    padding: 4px;
}

.development img
{
    background-image: url(images/white.gif);
	border-left: 1px solid #b2a496;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 2px;
	padding: 2px;
}

.development span
{
    width: 300px;
    margin: 6px 6px 0px 6px;
}

.development a.item 
{
    float: left;
    display: block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    text-align: center;
    background: none;
}

.development a.item img 
{
    background-color: #FFFFFF;
    background-image: none;
    width: 180px;
}

.development a
{
    margin: 0px;
    padding: 0px 0px 0px 12px;
    
    background-image: url(images/home_a_arrow.gif);
    background-repeat: no-repeat;
	background-position: left center;
}

.development a.pdf 
{
    height: 16px;
    line-height: 16px;
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0px 5px 20px;
}

.development img.logo
{
    background: none;
    border: none;
}

.dev_nav
{
    border-bottom: 3px solid #000000;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 2px 0px;
}

.dev_nav a
{
    height: 30px;
    vertical-align: bottom;
    color: #d0c1b1;
    background-color: #000000;
    background-image: none;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
}

.dev_nav a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.dev_nav a.selected
{
    color: #FFFFFF;
    text-decoration: none;
}

.dev_nav_selected
{
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #d0c1b1; width: 250px; height: 250px; margin: 0 auto; border-top: 3px solid #000000; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;/*base64,AAAA);*/ /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 14px Georgia, Times, Times New Roman, Serif; background-color: #d0c1b1; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#map
{
    margin-top: 10px;
    width: 335px;
    height: 300px;
    border: 1px solid #000000;
}

#map img
{
    background-image: none;
    /*background-color: none;*/
}

#contactmap
{
    width: 630px;
    height: 400px;
    border: 1px solid #000000;
}

.models
{
    border: 1px solid #000000;
    width: 630px;
    padding: 0px;
}

.models th
{
    background-color: #000000;
    color: #dcb010;
    text-align: left;
    padding: 5px;
    vertical-align: text-top;
}

.models td
{
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #000000;
    padding: 5px;
    vertical-align: text-top;
}

.features li
{
    padding: 0px 0px 0px 15px;
    background-image: url(images/home_a_arrow.gif);
    background-repeat: no-repeat;
	background-position: left 7px;
}

a.button
{
	color: #000000;
	font-weight: bold;
	display: block;
	background-image: url(images/button-rt.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	padding: 0px 4px 0px 0px;
	margin: 5px 5px 0px 0px;
}

.button span
{
	color: #000000;
	display: block;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	line-height: 24px;
	padding: 0px 4px 0px 8px;
	margin: 0px 0px 5px 0px;
}

a.button span:hover
{
    text-decoration: none;
}

.textbox
{
    background-image: url(images/form_table_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 230px;
    height: 25px;
    border: none;
    padding: 0px;
}

.textbox .text
{
    width: 170px;
    height: 25px;
    line-height: 20px;
    padding: 0px;
    border: none;
    background: none;
}

.textboxmessage
{
    background-image: url(images/form_message_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 230px;
    height: 84px;
    border: none;
    padding: 0px;
}

.textboxmessage .text
{
    width: 186px;
    height: 78px;
    line-height: 20px;
    padding: 0px;
    border: none;
    background: none;
}

.specialimg
{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #b2a496;
	border-right: 1px solid #000000;
	border-top: 1px solid #b2a496;
	border-bottom: 1px solid #000000;
	margin: 0px 10px 10px 0px;
	padding: 4px;
}

.biggins
{
    font-size: 14px;
    font-weight: bold;
}
