/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #fc0;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
	background-color: #FFFFFF;
}
/* header */
#header {
	height: 90px;
	padding: 0 15px;
	background-color: #fff;
	background-image: url(../images/flowers_template.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#logo {
	float: left;
	width: 250px;
	height: 50px;
	background: url(../images/logo_template.gif) no-repeat left 10px;
	padding-top: 10px;
}

#logo a {
	width: 250px;
	height: 50px;
	display: block;
	padding-top: 0px;
}
#tagline {
	width: 360px;
	clear: left;
	background-image: url(../images/tagline.gif);
	height: 25px;
	background-position: 20px top;
	background-repeat: no-repeat;
}
#tagline p {
	padding-left: 10px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

/* /header */


/* navigation */

#topnav {
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	height: 24px;
}
#topnav ul {
	color: #333;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#topnav li	{
	display: inline;
	list-style-image: none;
	margin-right: 14px;
	margin-left: 14px;
	line-height: 24px;
}
#topnav li a:link, #topnav li a:visited	{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#topnav li a:hover	{
	color: #333333;
	text-decoration: none;
	background-color: #CDA3A9;
	display: inline;
}

/* /navigation */


/* content */
#content-wrapper {
	padding: 0px 15px 5px 15px;
	background-color: #FFFFFF;
}

#content a img, #content abbr {
	border: 0;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}

#content ul, #content ol, #content p, #content img {
	margin-bottom: 1em;
}
#content ol li li {
	list-style-type: square;
}
#content blockquote.pull, .pullQuote {
	float: right;
	width: 200px;
	padding: 12px 12px 12px 24px;
	margin: 2px 0 12px 12px;
	border-left: 1px dotted #999;
	color: #777;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
	background: url(http://images.fastcompany.com/nav/quote_bg.gif) no-repeat 12px 0;
	}

#content .pullQuote hr {
	display: none;
	}

#content blockquote.pull p, #content .pullQuote p {
	font-size: 90%;
	text-align: right;
	}
	
blockquote.styled {
	float: right;
	width: 300px;
	margin: 15px 0 15px 15px;
	padding-left: 15px;
	border-left: 1px dotted #999;
	color: #777;
	font-weight: bold;
	}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

h1	{
	display: none;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

h2 {
	color: #6F1E2F;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	font-size: 18px;
}

h3 {
	color: #6F1E2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #f1f1f1;
	font-size: 18px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 60%;
}
h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding-top: 12px;
}
h6	{
}
/* /content */


/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 220px;
	margin: 16px 8px 6px 15px;
	border: 1px solid #CDA3A9;
}
#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
#sidebar p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

/* /sidebar */


/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
	background-color: #CDA3A9;
	padding-top: 6px;
	padding-bottom: 6px;
}

#footer p {
	padding: 10px 15px 0 0;
	font-size: 10px;
	color: #666;
	text-align: right;
}

#footer p a {
	color: #666;
}
/* /footer */
form {
	margin: 0px;
}
fieldset {
	width: 475px;
}
legend {
	color: #6F1E2F;
	font-size: 12px;
}
