﻿body
{
    background-image: url(/images/topbkg.jpg);
    background-position: 50% 0px;
    background-repeat: repeat-x;
    background-color: rgb(224, 219, 194);
    /*font-family: 'Trebuchet MS';*/
    font-size: 12px;
    color: black;
}

#wrapper
{
    margin: auto;
    width: 971px;
}

#header
{
    background-image: url(/images/header.jpg);
    width: 971px;
    height: 139px;    
}

#navBar
{      
    padding-left: 255px;
    height: 63px;  
    background-image: url(/images/navBar.jpg);
}

#navBar a:link, #navBar a:hover, #navBar a:visited
{ 
    height: 25px;
    float: left;    
    color: White;
}

#innerWrapper
{
    margin-left: 2px;
    min-height: 400px;
    background-color: #FFFFFF;
}


#rotateBox
{
	position: fixed;
}

#rotateImgHolderHolder
{
}


#footer
{
    background: url(/images/footer.jpg) repeat-x left bottom;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    margin-left: 2px;    
    height: 63px;    
    text-align: center;    
}

#ModalContainer
{
    display: none;
}

/* Secondary Page Specific Elements & Classes */

#content
{   
    padding: 20px; 
}

.PageTitleContainer
{
    background-color: #ecebdf;
    padding: 15px;
}


/* Print Styles */
@media print
{
	#header, #navBar, #footer
	{
		display: none;	
	}
	
	#wrapper
	{
		width: 8in;
		border: 0;
		padding: 0;
		margin: 0;
	}
	
	.btn
	{
		display: none;	
	}	
}

#manualAddr::-ms-clear{
    display: none;
}
