/* STYLES FOR SITE STRUCTURE */

	body {
		background-image: url(../images/layout/bg_main.jpg);
		background-repeat: repeat-x;
		background-color: #194492; /* Gray #292929 */
		margin: 0px 0px 0px 0px;
	}
	
	#conTop {
		background-color:#000000;
		width: 800px;
		height: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#phoneT {
		float: right;
		margin-right: 20px;
	}

	#crnTop {
		width: auto;
		height: 9px;
		background-color: #ffffff;
	}
			#crnTopL {
				float: left;
				width: 10px;
				height: 9px;
			}
			#crnTopR {
				float: right;
				width: 10px;
				height: 9px;
			}

	#navTopHm {
		background-image: url(../images/layout/navtop_bg_home.jpg);
		background-repeat: no-repeat;
		background-color: #1D1D1D;
		border-left: solid 10px #ffffff;
		border-right: solid 10px #ffffff;
		width: auto;
		height: 45px;		
	}			
	#navTop {
		background-image: url(../images/layout/navtop_bg.jpg);
		background-repeat: repeat-x;
		background-color: #1D1D1D;
		border-left: solid 10px #ffffff;
		border-right: solid 10px #ffffff;
		width: auto;
		height: 45px;		
	}
			#navTopHm img, #navTop img  {
				 vertical-align: top;
			}

	#hdr {
		background-repeat: no-repeat;
		background-color: #000000;
		border-left: solid 10px #ffffff;
		border-right: solid 10px #ffffff;
		border-bottom: 0px;
		width: auto;
		height: 283px;		
	}
	
	#bdy {
		background-color: #000000;
		border-left: solid 10px #ffffff;
		border-right: solid 10px #ffffff;
		border-top: none;
		border-bottom: none;
		width: auto;
		line-height: 100%;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0px;
		padding-bottom: 0px
	}
			#left {
				float: left;
				height: auto;
				line-height: auto;
				vertical-align: top;
			}
			#right {
				float: right;
				height: auto;
				line-height: auto;
				vertical-align: top;
			}			

	#bdyL1 {
	    background-image: url(../images/layout/bdyL1_welcome_bg.jpg);
		background-repeat: no-repeat;
		border-left: solid 10px #ffffff;
		border-right: solid 10px #ffffff;
		border-top: none;
		border-bottom: none;
		width: auto;
		height: 108px;
		padding-top: 10px;
		padding-left: 15px;
		padding-bottom: 0px
	}
	
	#bdyL2 {
		background: #000000;
		border-left: solid 10px #ffffff;
		border-right: solid 10px #ffffff;
		border-top: none;
		border-bottom: none;
		width: auto;
		height: 350px;
		padding-top: 10px;
		padding-left: 15px;
		vertical-align: top;
	}

	#conBtm {	
	    background-image: url(../images/layout/footer_whiteLine_bg.gif);
		background-repeat: repeat-x;		
		background-color: #292929;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		height: 100%;
	}
			#conBtm #spacer {
				float: center;
				background-color: #000000;
				border-left: solid 10px #ffffff;
				border-right: solid 10px #ffffff;
				width: 780px;
				height: 10px;				
			}
			#conBtm #hr {
			    background-image: url(../images/layout/footer_hr.gif);
				background-repeat: repeat-x;
				height: 2px;
			}
			
	#phoneB {
		float: center;
		margin-right: 20px;
		margin-top: 10px;
	}
