@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
a:link, a:visited {
	color: #C03;
	text-decoration: none;
}
a:active, a:hover {
	color: #a6a6a6;
	text-decoration: none;
}
img {
	border: 0;
}
hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}
body {
	color: #333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	/*background: #000;*/
}
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
#page {
	width: 980px;
	margin: 0px auto 100px auto;
	background: #FFF;
}
#header {
	background: #000 url('../images/logo.jpg') no-repeat;
	height: 125px;
	margin: 0px;
	padding: 0px;
	width: 980px;
	clear: both}
#wowslider-container1 {
	margin: 0px;
}
#footer {
	margin: 50px 0px 50px 0px;
	padding: 20px 0px 20px 0px;
	width: 980px;
	clear: both
}
#navigation {
	margin: 0px;
	padding: 0px;
	background: #ffef28;
	width: 980px;
	height: 36px;
	line-height: 36px;
	clear: both;
}
#navigation ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	float: left;
	margin: 0px;
}
#navigation ul li a {
	display: block;
	color: #000;
	text-transform: none;
	font: 17px/17px sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	height: 36px;
	line-height: 36px;
}
#navigation ul li a: hover {
	background: #ffef00;
	color: #000;
}
#navigation ul li.active a {
	background: #ffef00;
	color: #000;
}
.content {
	margin: 0px;
	padding: 0px;
	width: 980px;
	clear: both
}
.content-left {
	margin: 50px 0px 0px 0px;
	float: left;
	/*border: 1px solid #333;*/
	width: 250px;
}
.content-right {
	margin: 50px 0px 0px 0px;
	float: right;
	/*border: 1px solid #333;*/
	width: 700px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 20px 0px 0px 0px;
	color: #222;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.5em;
}

h1 {
	font-size: 2em
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}

.content h1 {
	font-size: 2em
}
.content h2 {
	font-size: 1.8em;
	font-weight: bold;
}
.content h3 {font-size: 1.6em; font-weight: bold;}
.content h4 {font-size: 1.2em; font-weight: bold;}
.content h5 {font-size: 1em; font-weight: bold;}
.content h6 {font-size: 0.8em; font-weight: bold;}
.content p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

.content blockquote {background:url(framework/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;}
.content blockquote p {font-style:italic;}

.content ul {margin: 0 0 15px 0; padding: 0 0 0 30px;}
.content ul ul {margin: 0;}
.content ul li {list-style-type: disc;}
.content ul ul li {list-style-type: circle;}

.content ol {margin: 0 0 15px 0; padding: 0 0 0 30px;}
.content ol ol {margin: 0;}
.content  ol li {list-style-type: decimal;}
.content  ol li ol li {list-style-type: lower-latin;}