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

body{
	font-size:12px;
	margin-top:5px;
	}

#container{
	margin-left:auto;
	margin-right:auto;
	width:79.166em;
	}

#logo{
	text-align:center;
	height:12.5em;
	}

#slideshow{
	border:1px solid #CFA92A;
	}

#menu{
	background:url(../images/menu_bg.jpg) no-repeat;
	height:3.416em;
	text-align:center;
	padding-top:0.1em;
	margin:1.2em 0em 0em 0em;

	}

#content{
	background:url(../images/main_top_left_corner_bg.png) top left no-repeat;
	padding: 2em;

	}

.sub_content{
        width:70%;
        float:left;
        }

.sub_right{
        width:30%;
        float:right;
        }



#footer{
	text-align:center;
	}

#bottomGlow{
	background:url(../images/footer_bg2.png) center center no-repeat;
	width:100%;
	height:5px;
	margin-bottom:0.5em;
        margin-top: 5em;
	}

.clearboth {
	clear:both;
	height:0;
	overflow:hidden;
	}


/*CONTACT PAGE SPECIFIC*/
.contact_left{
        float:left;
        width:50%;
}

.contact_right{
        float:right;
        width:50%;
}

.contact_right h4, h3{
        margin:0;
        color:#A57420;
}

.contact_right p{
        margin-top:0;
}
