/* styles for Wyoming Business Association */
@import	'reset.css';
@import 'content.css';
@import 'navigation.css';
@import 'footer.css';
@import 'forms.css';

/* General styles */
body {
	background-color:#6d7eba;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:14px;
	behavior:url('ie6hover.htc');	
}
#wrapper{
	margin:10px auto;
	padding:7px 0 0 24px !important;
	width:850px;
	background: #6d7eba url('../img/shadow_back.gif') no-repeat top center;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:822px;
}

/* column container */
.container {
	position:relative;			/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:822px;				/* width of whole page */
	overflow:hidden;			/* This chops off any overhanging divs */
	background-color:#6d7eba;
}
/* common column settings */
.colleft {
	float:left;
	width:822px;
	position:relative;
}
.contentblock,
.sidenav {
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;
	
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#87cc37;
	background: #87cc37 url('../img/page_mid.gif') repeat-y;	
}
.leftmenu .colleft {
	right:560px;					/* right column width */
	background-color:#ffc81f;
	
}
.leftmenu .contentblock {
	width:559px;					/* right column content width */
	left:822px;					/* 100% plus left column left padding */
	background-color:#87cc37;
	border-left:1px solid #fff;
	min-height:627px;
}
.leftmenu .sidenav {
	width:262px;		/* left column content width (column width minus left and right padding) */
	left:0;				/* (right column left and right padding) plus (left column left padding) */
	padding-top:15px;
}
.kludge{
	clear:both;
	height:-1px;
}
a{
	color:#6d7eba;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}