/* -----------------------------------------------------------
		Theme Name:	AV @ Home
		Updated: 	03.17.08
		Note: 		CSS & HTML by Simon (http://www.simonsportfolio.com)
					Design by SOUND ENTERPRISES (http://www.soundenterprises.net)
----------------------------------------------------------- */



/* -----------------------------------------------------------
		UNIVERALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

p, ul { padding: .4em 0; color: #333333;}

body {
	background: #fff url('../images/bg-main.gif') top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #082843;
}

.green { color: #9ebc3c; }

.gray { color: #666; }

.gray-medium { color: #808080; }

.gray-light { color: #bbb; }

.bold { font-weight: bold; }
.red {color:#ff0000}
/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

a {
	color: #9ebc3c;
	text-decoration: none;
}

a:hover {
	color: #9ebc3c;
	text-decoration: underline;
}

a img { border: 0; }

#sidebar a {
	color: #082843;
}

#footer a { color: #bbb; }

#footer a:hover { text-decoration: underline; }

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

/* -----------------------------------------------------------
		MAIN NAVIGATION
----------------------------------------------------------- */

#nav ul {
	margin: 0;
	list-style: none;
	line-height: 1.3em;
	zoom: 1; /* for ie */
}

#nav li {
	float: left;
	position: relative; /* makes this a containing block	*/
	height: 20px;
	z-index:2;
}

#nav li a {
	padding: 0 16px;
	text-decoration: none;
	color: #666;
	zoom: 1; /* for ie */
}

#nav li a:hover {
	color: #9ebc3c;
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 10px;
	line-height: 1.9em;
	z-index: 9999px;
}

#nav li li {
	float: none; /* makes this list a vertical one	*/
	vertical-align: bottom; /* remove gaps between li's in ie7 */
	height: 25px;
}

#nav li li a {
	background: #fff;
	display: block;
	width: 150px;
	padding: 0 10px;
	height: 25px;
	border-top: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	border-left: 1px #d9d9d9 solid;
}

#nav li li a.last {
	border-bottom: 1px #d9d9d9 solid;
}

#nav li li a:hover {
	background: #ccc;
	color: #fff;
}

#nav ul:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

#nav li:hover > ul { display: block; }

#nav li { behavior: url('../IEmenus.htc'); }

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	background: transparent url('../images/bg-wrap.png') top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-wrap.png',sizingMethod='scale');
	margin: 20px auto;
	width: 858px;
	min-height: 500px;
	padding: 25px 44px;
	_padding: 25px 50px; /* for ie 6 */
}

#header {
	height: 58px;
	background-image: url(../images/simplified-living.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#nav {
	clear: both;
	background: transparent url('../images/bg-nav.gif') top no-repeat;
	margin: 10px auto 5px;
	width: 858px;
	height: 31px;
}

#subHeader {
	margin: 0 -12px 0 -11px;
	width: 881px;
	height: 239px;
	background-color: transparent;
	background-image: url(../images/bg-subHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	margin: 10px 0 0 0;
}

#home #content {
	background: transparent url('../images/bg-content.gif') left repeat-y;
}

	#sidebar {
		background: url('../images/bg-sideNav.gif') 100% 10px no-repeat;
		float: left;
		width: 228px;
		font-size: 90%;
		position: relative;
	}

	#home #sidebar {
		background: none;
	}

		#sidebar ul {
			list-style: none;
			margin-left: 20px;
			width: 200px;
			height: 222px;
			color: #808080;
			line-height: 2.2em;
			
		}

		#sidebar ul li {
			background: url('../images/bg-li.gif') bottom no-repeat;
			padding-bottom: 2px;
		}

		#sidebar ul li.last {
			background: none;
		}

		#sidebar ul li a {
			display: block;
			padding: 0 5px 0 22px;
			color: #808080;
			_width: 195px; /* for ie 6, to display as block */
		}

		#sidebar ul li a:hover {
			text-decoration: none;
			color: #9ebc3c;
		}

	#mainContent {
		float: right;
		width: 605px;
		font-size: 90%;
		position: relative;
		line-height: 2em;
	}

#footer {
	clear: both;
	position: relative;
	background: #fff url('../images/bg-footer.gif') top no-repeat;
	height: 80px;
	font-size: 85%;
	color: #bbb;
	line-height: 5em;
}

	#copyright {
		float: right;
		width: 150px;
		text-align: right;
	}

/* -----------------------------------------------------------
		HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 .3em 0;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 { font-size: 200%; }

h2 { font-size: 180%; }

	#mainContent h2 {
		background: url('../images/bg-h2.gif') bottom repeat-x;
		font-size: 160%;
		color: #9ebc3c;
		font-weight: normal;
		margin-bottom: 10px;
	}

	#home #mainContent h2 {
		font-size: 140%;
		background: none;
		margin-bottom: 0;
	}

h3 { font-size: 120%; }

h4 { font-size: 140%; }

h5 { font-size: 120%; }

h6 { font-size: 200%; }

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

.imgspace {
padding-bottom:10px}
