/* CSS Document */

	html {
		overflow-y: scroll; 
		height: 100%;
		margin: 0px auto;
		padding: 0;
	}

	body {
		height: 100%;
		min-height:800px;
		margin: 0px auto;
		/*max-width: 1680px;*/
		width:100%;
		min-width: 550px;
		padding: 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.875em;
		background-color: #FFFFFF;
	}

    tr{
        vertical-align: top;
    }
	
	#container {
		min-width: 850px;
		/*max-width: 1680px;*/
		width: 100%;
		float: left;
		height: auto !important;
		min-height: 100%;
		height: 100%;
		position: relative;
		/*overflow: hidden;*/
		background-color:#FFFFFA;
		border-top:#362f2d;
		border-top-style:solid;
		background-color: #FFFFFF;
	}
	
	
	/* NAVIGATION BAR */
	#navigationNew {
		width: 100%;
		text-align:right;
		display:block;	
		float:right;
		clear:both;
		font-size:0.750em !important;
		padding-right:0px;
		color:#FFFFFF;
		overflow:hidden;
		min-width:730px;
	}


#header-logo{
    background-repeat:no-repeat;
    background-position:bottom left;
    background-position:0px -5px;
    /*height:100px;*/
    min-height:100px;
}


#titleContent {
    font-size:1.250em;
    font-weight:bold;
    padding-left:85px;
    padding-top:30px;
    white-space:nowrap;
}

	.divider {
		width:100%;
		min-height:4px;
		max-height:4px;
		padding:0px;
		position:relative;
		float:left;
		/*background-color:#CCCCCC;*/
		background-image:url(../images/dividerBkgrnd.png);
		background-repeat:repeat-x;
		/*z-index:2;*/
	}


	#bannerSection{
		/*
			Removed height since this tag is used around 150 and 300 px images. See if it works out
			height: 300px;
		*/
		/*width: 550px;*/
		width: 100%;
		min-width: 550px;
		/*max-width: 1680px;*/
		word-wrap:break-word;
		overflow:hidden;
		position: relative;
		float: left;
		/*margin-top:-4px;
		z-index:1;*/
	}
	
	.bannerImage{
		width: 100%;
		min-width: 1680px;
	}

	#footerNew {
		width:100%;
		min-height:45px;
		max-height:45px;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0px;
	}

	#footerContent {
		color:#362f2d;
		background-color:#4d4947;
		font-size:0.8em;
		padding:10px;
		color:#FFFFFF;
	}
	
	#footerPadding {
		width: 100%;
		min-height:10px;
		max-height:10px;
		/*background-color:#E0DED1;*/
		background-color: #362f2d;
		clear: both;
	}

