/* Neo Creative CSS File */
/* Bespoke CSS by King Websites */

/* Reset CSS */

body, html, div, h1, h2, h3, h4, p, img, li, ul {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
	display: block;
}

ul {
	list-style-type: none;
}

/* CSS Positioning */

body {
	background-color: white;
	text-align: left;
}

#contentwrapper {
	width: 878px;
}

#header {
	float: left;
	position: relative;
	width: 208px; /* 220px minus 12px margin */
	margin: 15px 0px 0px 12px;
	display: inline;
}

#content {
	float: left;
	position: relative;
	width: 643px; /* 658px minus 15px margin */
	margin: 15px 15px 90px 0px;
	display: inline;
}

/* Fonts */

body {
	color: #383737;
}

a {
	font-weight: bold;
	color: #383737;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 0.8125em;
	margin: 18px 0px 0px 0px;
	padding: 0px 3px 0px 2px;
	background-color: #FFF100;
	display: inline;
	float: left;
	clear: both;
}

p {
	clear: both;
	font-size: 0.8125em;
	line-height: 1.5em;
	padding: 5px 0px 10px 0px;
}

/* Header CSS */

#header #email a {
	display: block;
	height: 32px;
	width: 182px;
	background: transparent url('graphics/email.gif') no-repeat 0px 0px;
}

#header #email a:hover {
	background: transparent url('graphics/email.gif') no-repeat 0px -32px;
}

/* Content CSS */

#content .half_column {
	float: left;
	width: 290px;
	margin-bottom: 10px;
}

#content .left_column {
	margin-right: 63px;
}

#content a.plus_bullet {
	padding-left: 18px;
	background: transparent url('graphics/plus_bullet.gif') no-repeat 0px 3px;
}

#content a.up_bullet {
	padding-left: 18px;
	background: transparent url('graphics/up_bullet.gif') no-repeat 0px 3px;
}

#content img.divider {
	clear: both;
}