/*------ FORMATING ------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1em;
	color: #656668;
	text-align: left;
	background: #ededed;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	color: #02a983;
	margin-bottom: 1em;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #02a983;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 1em;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #02a983;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 1em;
}

h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #02a983;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 1em;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

ul {
	list-style: disc;
	padding-bottom: 1em;
	padding-left: 1.5em;
	line-height: 1.5em;
	list-style-position: inside;
}

ul.numbers {
	list-style: decimal;
}

/*ol {
	list-style: decimal;
	padding-bottom: 1em;
	/*padding-left: 1.5em;
	line-height: 1.5em;
	list-style-position: inside;
}*/

ol  {
	list-style: decimal;
	list-style-position: inside
}

ol li {
    margin: 0px;
    padding: 0px;
    text-indent: -1.4em;
    margin-left: 1em;
	padding-bottom: 1em;
	line-height: 1.5em;
}

ul.tick {
	list-style: url(../images/tick.jpg);
}

li.dash {
	list-style: url(../images/dash.jpg);
	padding-bottom: 0;
}

li {
	padding-bottom: 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

a {
	color: #44c7f3;
	text-decoration: none;
}

a:hover {
	color: #44c7f3;
	text-decoration: underline;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

hr.underMenu {
	width: 90%;
	border: none;
	background-color: #e5e5e5;
	height: 2px;
}

table, tr, td {
	padding: 5px;
}

/*------ HEADER ------*/

#banner {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 350px;
	border-bottom: 4px solid #02a983;
	background: url(../images/banner.jpg) no-repeat;
}





/*------ CONTENT ------*/

#contentContainer {
	display: block;
	margin: 0 auto;
	width: 940px;
	padding: 30px;
	background: #fff;
}

#contentLeft {
	float: left;
	width: 560px;
}

#contentRight {
	float: right;
	width: 360px;
	text-align: center;
	padding-top: 55px;
}

#contentRight img {
	max-width: 350px;
	margin-bottom: 1em;
}

.textbox {
	border: 2px solid #2f3131;
	margin-top: 0.5em;
	margin-bottom: 2em;
	line-height: 30px;
	height: 30px;
}

.normalLink a {
	font-size: 14px;
	text-decoration: none;
	color: #656668;
}

.normalLink a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #656668;
}



/*------ FOOTER ------*/

#footerContainer {
	display: block;
	margin: 0 auto;
	width: 1000px;
	background: #18a983;
	color: #fff;
	padding: 20px 0px;
	font-size: 11px;
	line-height: 1.4em;
}

#footerRight {
	float: right;
	width: 270px;
	font-size: 12px;
}

#footerRight a {
	color: #fff;
	text-decoration: none;
}

#footerRight a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerLeft {
	float: left;
	width: 700px;
	color: #fff;
	text-transform: uppercase;
}

#footerLeft a {
	color: #fff;
	text-decoration: none;
}

#footerLeft a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerLeft li {
	padding-bottom: 0;
	list-style: none;
}
	

