﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Styles start here.*/
body {
	background:#89c855 url(images/bg.gif) repeat-x top left;	
	font-family:Tahoma, Arial, Verdana, Sans-serif;
	font-size:12px;
	line-height:18px;
}

a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover, a:active {
	
}

 /*Structure*/

#wrapper {
	width:920px;
	margin:40px auto 15px;
	overflow:hidden;
}

#header {
	background:transparent url(images/header.jpg) no-repeat scroll left top;
	height:265px;
	text-indent:-9999px;
}

#contentwrap {
	background:transparent url(images/contentbg.png) no-repeat scroll left bottom;
	float:left;
	overflow:hidden;
	padding:20px 10px 20px 20px;
}

#content {
	width:583px;
	float:left;
}

#sidebar {
	float:left;
	padding-left:5px;
	width:302px;
}

#footer {
	clear:both;
	margin:0 auto;
	padding:0 20px 30px;
	width:880px;
}

/*Styles*/

.left {
	float:left;
}

.right {
	float:right;
}

img.right {
	margin-right:10px;
}

h2, h1 {
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
}

p {
	margin-bottom:15px;
}

#content ul, #content ol {
	margin-bottom:15px;
	line-height:24px;
}

ul.list {
	width:421px;
}

#content ul.list li {
	background:url(images/list.gif) no-repeat left center;
	padding-left:18px;
}

#content ul.list li.alt {
	background:#e4f8cb url(images/listalt.gif) no-repeat left center;
	padding-left:18px;
}

.slugline {
	background:#E0F7C3 none repeat scroll 0 0;
	color:#777777;
	font-family:Arial,Tahoma,Sans-serif;
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
	margin-right:9px;
	padding:5px 10px;
}

.slugline strong {
	color:#555555;
}

strong {
	font-weight:bold;
}

/*Footer styles*/

#footer a {
	font-weight:bold;
}

 #footer li {
 	float:left;
	margin-right:8px;
 }
 
 #footer li a {
 	padding-right:8px;
 	border-right:1px solid #333;
 }
 
 .noborder {
 	border:none !important;
 }

