/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author: Jeannette Bierman
Author URI: http://teamdavid.com
*/

@import "style/reset.css";


#wrapper {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;	
	background-image: url(images/bkgd_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1%; 
	overflow: hidden;
}

#header {
	
}

#logo {
	width: 218px;
	height: 150px;
	position: relative;
	z-index: 10;
	background-image: url(images/logo_main.png);
	left: 72px;
	float: left;
	margin-top: 20px;
	text-indent: -9999px;
	
}
#banner {
	width: 596px;
	height: 157px;
	float: right;
	position: relative;
	margin-right: 128px;
	z-index: 20;
}
#tag h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #036;
	font-size: 1.1em;
	letter-spacing: 6px;
	width: 330px;
	margin-left: 20px;
	float: left;	
}


/*#menu {
	float: right;
	width: 623px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;
}

#menu ul {
	list-style-type: none;
	
}
#menu li {
	float: left;	
	
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 6px 5px;
}

#menu li a:hover, #menu li a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #036;
}*/

#content {
	height: 1%; 
	overflow: hidden;
	margin-top: 42px;
	background-image: url(images/bkgd_content.png);
	background-repeat: repeat-y;
	position: relative;
}

#copy {
	float: left;
	width: 480px;
	margin-left: 170px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
}

#copywide {
	float: left;
	width: 760px;
	margin-left: 170px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
}

#copy strong {
font-weight: bold;
}

#copy h2, #copywide h2 {
	font-size: 1.5em;
	color: #4388A1;
}

#copy h3, #copywide h3 {
	font-size: 1.25em;
        font-weight: bold;
	color: #4388A1;
}

#copy a:link, #copy a:visited, #sidebar a:link, #sidebar a:visited {
	color: #099;
	text-decoration: none;
}
#copy a:hover, #copy a:active, #sidebar a:hover, #sidebar a:active {
	color: #0CC;
	text-decoration: none;
}
#copy li {
	line-height: 1.2em;	
	margin-bottom: 1em;
}
#sidebarhome {
	float: right;
	width: 220px;
	background-color: #daf9c4;
	padding: 20px;
	margin-right: 80px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 2em;
}
#sidebarhome h2 {
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#sidebarhome li  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;	
	padding: 10px 0;
} 

#sidebarhome li li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;	
	border-bottom: 1px dotted #666;
	padding: 10px 0;
}
#footerwrap {
	background-image: url(images/bkgd_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	height: 100px; 
	
}


