body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	background: #ece6d6;
}

#wrapper {
	width: 100%;
}

#box, box2 {
	width: 100%;
	float: left;
}

#title {
	font-size: 2.4em;
	color: #60959e;
	width: 100%;
	float: left;
	border-bottom: dashed 1px black;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

#header {
	width: 100%;
	float: left;
	height: 170px;
	background: url("https://redbluffchamber.com/images/headerback.jpg") no-repeat top center;
}

#nav {
	width: 100%; 
	float: left;
	height: 37px;
	background: url("https://redbluffchamber.com/images/navback.jpg") repeat-x;
	text-align: center;
	padding-top: 10px;
}

#navcontainer {
	width: 1024px;
	margin: 0px auto;
}


#nav a {
	font-size: 1em;
	text-decoration: none;
	color: black;
	margin: auto;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #aeaba9;
}

#nav a:hover {
	background: #60959e;	
}

#contentwrap {
	width: 100%;
	float: left;
	min-height: 500px;
}

#content {
	width: 1024px;
	margin: 0px auto;
}

#left {
	float: left;
	padding-left: 1px;
	width: 252px;
	margin-top: 20px;
	background: url("https://redbluffchamber.com/images/leftnavback.jpg") repeat-y;
}

.lefttitle  {
	margin: 0px 0px 5px 5px; 
	border-bottom: dashed 1px black; 
	border-top: solid 10px #60959e;
	width: 200px;
}

.righttitle  {
	margin: 0px 0px 5px 5px; 
	border-bottom: dashed 1px black; 
	border-top: solid 10px #60959e;
	width: 150px;
}

#main {
	width: 760px;
	float: right;
}

#footer {
	width: 100%;
	float: left;
	height: 95px;
	background: url("https://redbluffchamber.com/images/footerback.jpg") repeat-x;
	margin-top: 20px;
	
}


#footnav a {
	float: left;
	color: #60959e;	
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid white;
	margin: 5px 0px 0px 0px;
	font-size: .8em;
}

#footnav a:hover {
	color: #ff7e2f;
	text-decoration: underline;
}

#footertext {
	font-size: .7em;
	padding: 5px 60px 0px 0px;
	float: right;
	background: url("https://redbluffchamber.com/images/logosmall.png") bottom right no-repeat;
	color: white;
}

#footertext a {
	color: #60959e;	
}

#footertext a:hover {
	color: #ff7e2f;
}

#footercontainer {
	width: 1024px;
	margin: 0px auto;
}

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:200px;
		background-color:transparent;
		border-width:1px 2px;
		border-style:solid;
		border-color:#AAAAAA;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 5px 5px 8px;
		background-color:#DDDDDD;
		color:#000000;
		font-family:Georgia;
		font-size:13px;
		text-decoration:none;
		border-width:1px 0px;
		border-style:solid;
		border-color:#AAAAAA;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background: #60959e;
		color: white;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px 0px;
		background-color:#FFFFFF;
		border-width:1px;
		border-style:none;
		border-color:#CCCCCC;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 0px 2px 15px;
		margin:0px 5px;
		background-color:transparent;
		background-image:none;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
				background: #60959e;
				color: white;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#DDDDDD;
	}
	
	 
#navigation {
	width: 100%; 
	float: left;
	height: 37px;
	background: url("https://redbluffchamber.com/images/navback.jpg") repeat-x;
	text-align: center;
	padding-top: 10px;
	}
 
#navigation ul
{margin:0px; padding:0px;}
 
#navigation ul li
{display:inline; float:left; list-style:none; position:relative; height:30px;}
 
#navigation li a
{	font-size: 1em;
	text-decoration: none;
	color: black;
	margin: auto;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #aeaba9;}
 
#navigation li a:hover
{color:#fff; text-decoration:none;background: #60959e;	
}
 
#navigation li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:20px; background-color:#999;}
 
#navigation li:hover ul
{display:block; width:200px;}
 
#navigation li li
{list-style:none; display:list-item;text-align: left; border: none;}
 
#navigation li li a
{color:#fff; text-decoration:none; text-align: left;border: none;}
 
#navigation li li a:hover
{color:#fff; text-decoration:underline;}

