html
{
	
}

	body 
	{		
		font-family:'Open Sans',sans-serif;
		font-size:15px;
		margin: 0;
	}
		
		#page
		{
			margin:auto;
		}
		
			#menu li a:hover
			{
				color:#c89e39;
			}
		
			#header
			{
				height:110px;
				position:relative;
                background-color:black;
			}
			
				#imageLink
				{
					position:absolute;
				}
				
				#tbs
               {
					padding: 24px 0 0 250px;
					color: #FFF;
					width:240px;
					height:93px;
					background-image:url(../images/headerLeft.PNG);
					background-repeat: no-repeat;
					position:absolute;
					top:8px;
					left:10px;
				}

				#tbs a, #contactHeader a {
					color: #FFF;
					text-decoration: none;
				}
				
				#contactHeader {
					position: absolute;
					top: 3em;
					right: 2em;
					width: 150px;
					height: 100px;
				}
				
				#menu
				{
					font-family:Arial, Helvetica,sans-serif;
					font-size:18px;
					text-transform:uppercase;
					padding-top:30px;
                    text-align:right;
                    width:1100px;
                    margin:auto;
				}
					
					.logout
					{
						/*margin-left:660px;*/
					}
					
					.logout2
					{
						/*margin-left:450px;*/
					}
				
					#menu li
					{
						display:inline;	
						margin-left:10px;
					}
					
						#menu li a
						{
							text-decoration:none;
							color:White;
							background-color:inherit;
						
						}
			#content
			{
				width:960px;
                margin:auto;
				min-height:450px;
				background-color:#fff;
				color:#333333;
				position:relative;
                padding-top:50px;
                margin-bottom:50px;
			}
			
				#content a
				{
					color:#9A7F20;
				}

					#content a:hover
					{
						color:#3a3a3a;
					}
					
				.contentTitle
				{
					color:#000;
					background-color:inherit;
					font-size:28px;
					font-weight:bold;
					padding:15px 0px 10px 0px;
					text-align:center;
				}
				
				hr
				{
					background-color:#d0cfcf;
					width:920px;
					height:1px;
					border:none;
					margin-bottom:15px;
				}
				
			#footerTop
			{
                padding-top:100px;
				height:239px;
				position:relative;
				left:120px;
			}
			
				
				#footerTop ul 
				{
					padding-top: 25px;
					padding-left:10px;
				}
				
					#footerTop ul li
					{
						display:inline;
						padding-left: 7px;
					}
					
						#footerTop ul li img
						{
							border:solid 1px #c89e39;
						}
						
			#footerTop #adds
			{
				padding-top:25px;
			}
			
			#footerBottom
			{
                background-color:black;
				height:600px;
                padding-top:20px;
			}

                #footerContent{
                    margin-top:50px;
                    float:left;
                }

                    #sagIcon{
                        /*width:300px;
                        height:290px;
                        background-image:url(../images/logo_ftr.png);                    
                        margin-left:300px;
                        float:left;*/
                    }

                    #footerVertLine{
                        /*width:14px;
                        height:345px;
                        background-image:url(../images/footerVerticalLine.PNG);
                        float:left;*/
                    }
			
                    #footerRightContainer
                    {
                        float:left;
                        margin-top:85px;
                        margin-left:30px;
                    }

                    #sagDate{
                        /*background-image:url(../images/footer2.PNG);
                        width:372px;
                        height:142px;*/
                    }

                    #ads{
                        /*background-image:url(../images/footer3.PNG);
                        width:624px;
                        height:97px;
                        margin-left:10px;*/
                    }

                    #contact{
                        clear:left;
                        padding-top:50px;
                        width:100%;
                    }

                    				
				#copyright
				{
					color:#c89e39;
					background-color:inherit;
                    text-align:center;
                    padding-top:20px;
				}
				
					#email
					{
						width:100%;
						color:#333333;
						text-align:center;
					}
			
				#email a
				{
					color:#bf9235;
					text-decoration:none;
				}

					#email a:hover
					{
						color:#fff;
					}

                    input[type="submit"]{
                        background-color:#c89e39;
						margin-bottom: 15px;
                    }
					
.modal {
    display: none;
}
.modal-overlay {
    /* Style for the dark background overlay */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}