@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

/*html{ background: #676F72 url(../images/html-bg-03.jpg) repeat-y top center; }*/
body{
	background: #484D50 url(../images/body-bg.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
    padding-top: 10px;
	padding-bottom: 20px;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal }
ul,ol,blockquote{ padding-left: 45px; margin: 10px 0 10px 0; }
p,ul,ol{ font-size: 12px; }
a{ outline-style: none; }
a:link,a:visited{ color: #0B8513; text-decoration:none; }
a:hover{ text-decoration: underline; }
.clear{clear: both;}
.hidelink{text-indent: -9999px;}
.uppercase{ text-transform: uppercase }
.font-10{ font-size: 10px }
.font-11{ font-size: 11pt }
.font-13{ font-size: 13pt }
.font-bold{ font-weight: bold; }
.color-green{ color: #0B8513 }
.margin-left-10{ margin-left: 10px }
.margin-bottom-10{ margin-bottom: 10px }
.margin-bottom-5{ margin-bottom: 5px }
.padding-right-8{ padding-right: 8px }
.padding-left-25{ padding-left: 25px }
.border-1{ border-bottom: 1px solid #000 }
.font-italic{ font-style: italic; }
.float-left{ float: left; }
.content-img{ margin: 5px 5px 0 0; border: 1px solid #000; float: left; }
.text-center{ text-align: center; }

#wrapper{
	margin: 0 auto;
	width: 770px;
	text-align:left;
	background-color: #2D3134;
}
	#header{
		height: 82px;
		background: url(../images/header-logo.png) no-repeat top left;
	}
	#banner{
		text-align: center;
		margin: 0 auto;
		width: 770px;
		height: 265px;
	}
		#banner img, #banner embed{ border: 1px solid #000; }
	#menu{
		height: 39px;
		background: url(../images/main-nav.png) no-repeat left;
	}
	ul.menu{
		margin: 0;
        padding: 0;
	}
		ul.menu li{
			list-style-type: none;
			float: left;
		}
			ul.menu li a{
				display: block;
				height: 36px;
				text-indent: -9999px;
			}
				ul.menu li a#home{ width: 111px;}
				ul.menu li a#about{ width: 163px;}
				ul.menu li a#contact{ width: 161px;}
				ul.menu li a#projects{ width: 148px;}
				ul.menu li a#links{ width: 182px;}
	#content{
		padding: 5px;
		padding-top: 7px;
	}
        #div-hr{
            margin-top: 10px;
            margin-bottom: 15px;
        }
	
		#content div#left-sidebar{
			float: left;
			width: 161px;
			border: 1px solid #000;
			background: #202426 url(../images/left-sidebar-bg.jpg) no-repeat top left;
			min-height: 439px;
			height: auto!important;
			height: 439px;
		}
			
			#left-sidebar h3,#div-bottom h3,#div-top h3{
				font-family: "Times New Roman", Times, serif;
				font-size: 14px;
				text-transform: uppercase;
			}
			#left-sidebar div#div-hr{
                border-bottom: 1px solid #0B8513
			}
			#left-sidebar div#div-top,#left-sidebar div#div-bottom{
				padding: 15px 5px 25px 5px;
                text-align: center;
			}
				#left-sidebar div#div-top a{
					font-size: 12px;
					text-decoration: underline;
				}
                    #div-top div#div-text{
                        text-align: left;
                        padding: 0 10px 10px 10px;
                    }
                        #div-top div#div-text img{
                            border: 1px solid #000;
                        }
                        #div-top div#div-text h4{
                            font-size: 14px;
                            padding-top: 10px;
                            padding-bottom: 20px;
                        } 
            #left-sidebar div#div-bottom form{
                margin-top: 15px;
            }
			#left-sidebar div#div-bottom input{
				border: none;
			}
			#left-sidebar div#div-bottom #submit{
				background-color: transparent;
				color: #fff;
				cursor: pointer;
				padding-top: 2px;
			}
				#left-sidebar div#div-bottom #submit:hover{
					color: #0B8513;
				}
				p.submit{
					display: block;
					height: 19px;
					background: url(../images/submit-icon.jpg) no-repeat left;
					margin-top: 5px;
					padding-left: 25px;
				}
			
		#content div#right-container{
			float: right;
			width: 585px;
		}
			#right-container div#div-top{
				background: #494D4F url(../images/right-top-bg.png) repeat-x top;
				border: 1px solid #000;
				padding: 12px 30px 20px 10px;				
				min-height: 200px;
				height: auto!important;
				height: 200px;
			}
				div#right-container div#div-top div#div-hr{
                    border-bottom: 1px solid #a0944a;
				}
				div#right-container div#div-top h2{
					font-family: "Times New Roman", Times, serif;
					font-size: 16px;
					text-transform: uppercase;
				}
				div#right-container div#div-top p{
					/*margin-bottom: 12px;*/
					line-height: 16px;
				}
                
                div#right-container div#div-top h3.profile-list{
                    margin-top: 25px;
                    margin-bottom: 10px;
                }
                div#profile-list{
                    margin-left: 15px;
                }
                    div#profile-list h4{ 
                        font-size: 14px;
                        color: #A0944A; 
                    }
                    div#profile-list img{
                        float: left;
                        /*width: 100px;*/
                        border: 1px solid #000;
                        margin-right: 5px;
                    }
               
                #project-photos img{ 
                    margin: 0 0 15px 15px; 
                    border-color: #1F2325;
                    border-style: solid; 
                    border-width: 2px 2px 10px 2px;
                }
                #project-photos img:hover{
                    border-color: #fff;
                }
                
			
			#right-container div#div-bottom{
				background: #1F2325 url(../images/right-bottom-bg.png) repeat-x top;
                margin-top: 10px;
				border: 1px solid #000;
				padding: 15px 10px 20px 10px;				
				min-height: 95px;
				height: auto!important;
				height: 95px;
			}
                div#div-bottom div#div-hr{
                    border-bottom: 1px solid #212527;
                }
				#right-container div#div-bottom img{
					/*border: 1px solid #202426;*/
                    border: none;
				}
                
                /* slider specific CSS */
                .sliderGallery {
                    background-color: #2E3335;
                    overflow: hidden;
                    position: relative;
                    min-height: 120px;
                    height: auto!important;
                    height: 120px;
                    width: 560px;
                }
                
                .sliderGallery ul {
                    position: absolute;
                    list-style: none;
                    overflow: none;
                    white-space: nowrap;
                    margin: 0;
                    padding: 0;
                }
                
                .sliderGallery ul li {
                    display: inline;
                }
                
                .slider {
                    width: 542px;
                    height: 17px;
                    top: 100px;
                    left: 8px;
                    padding: 1px;
                    position: relative;
                    background: url(../images/slider-gallery-slider.png) no-repeat;
                }
                
                .handle {
                    position: absolute;
                    cursor: move;
                    height: 17px;
                    width: 181px;
                    top: 0;
                    background: url(../images/slider-gallery-handle.png) no-repeat;
                    z-index: 100;
                }
		        