/* MichelleChem.com CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) */


/* page structure */

body {
	background: url(../images/bg.png) center repeat-y #f2f5db;
	font: normal 12px/15px Helvetica, Arial, sans-serif;
	color: black;
}

h1 {
	font-size: 20px;
	line-height: 1.2em;
	color: #246804;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	color: #98c223;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #246804;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	padding: 5px 0 5px 0;
}

hr {
	border: none;
	border-top: 1px dotted #98c223;
	margin: 20px 0;
}

ul {
	list-style: disc;
	padding-left: 1.3em;
}


/* ids */

#header {
	width: 580px;
	height: 110px;
	display: block;
	padding: 54px 344px 56px 36px;
	font-size: 28px;
	line-height: 38px;
	color: #246804;
	background: url(../images/headline_bg.jpg) no-repeat;
	clear: both;
	margin-top: 20px;
}

#header a {
	color: white;
	text-decoration: none;
}

#nav {
	font: normal 18px/49px Alex, sans-serif;
	color: #246804;
	text-align: center;
	background: url(../images/nav_bg.png) no-repeat;
	clear: both;
	margin-bottom: 30px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover,
#nav a:focus {
	color: white;
}

#nav a.sel {
	color: white;
}

#container {
	width: 960px;
	margin: 0 auto;
	display: block;
}

#container div.full {
	width: 100%;
	display: block;
	clear: both;
}

#container div.half {
	width: 48%;
	margin-right: 1%;
	display: block;
	float: left;
}

#container div.third {
	width: 32%;
	margin-left: 1%;
	display: block;
	float: right;
}

#container div.twothirds {
	width: 65%;
	margin-right: 1%;
	display: block;
	float: left;
}

#container div.quarter {
	width: 23%;
	margin-right: 1%;
	display: block;
	float: left;
}

#logo {
	padding-top: 20px;
	display: block;
	clear: both;
}

#footer {
	height: 75px;
}

/* classes */

div.sidebar {
	background: #eff2d1;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	padding: 20px;
	display: block;
	color: #246804;
	margin-bottom: 30px;
}

div.item {
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	margin: 5px 0;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}

.home {
	font-size: 14px;
	line-height: 18px;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

.green {
	color: #98c223;
}

.small {
	font-size: 80%;
}