/* reset */

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, b, u, i, center, 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; background: transparent; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* --------------
   GENERAL
-------------- */

body {
	background: #f5f9fa;
	font: 75% Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #69a015;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* --------------
   LAYOUT
-------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearer, .separator {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

.separator {
	background: #d5e7f2;
	height: 1px;
}

.separator hr { display: none; }

#container {
	background: #fff;
	text-align: center;
}

#content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#home-content {
	float: left;
	width: 472px;
	padding: 30px 0;
	overflow: hidden;
}

#page-content {
	float: left;
	/*width: 685px;*/
	width: 455px;
	margin-right: 20px;
	/*padding: 26px 15px 30px;*/
	padding: 26px 15px 30px 0;
	overflow: hidden;
}

#page-content.with-nav {
	width: 455px;
	padding-left: 0;
}

/* --------------
   NAVIGATION
-------------- */

/* 1st level */

#nav {
	width: 960px;
	background: #82bf25 url(../img/bg-nav.gif) bottom repeat-x;
	text-align: center;
}

#nav li {
	display: inline-block;
	margin-right: -3px;
	padding: 0 16px;
	border-right: 1px solid #a9d369;
	line-height: 32px;
	font-weight: bold;
}

#nav li.first { border-left: 1px solid #a9d369; }

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover, #nav li a:focus {
	color: #000;
	text-decoration: none;
}

#nav li.sel {
	background: #fff;
	border-right: 1px solid #62a715;
	border-left: 1px solid #62a715;
	margin-left: -1px;
}

#nav li.sel a, #nav li.sel a:hover, #nav li.sel a:focus {
	color: #000;
	text-decoration: none;
}

/* 2nd level */

#submenu {
	width: 195px;
	float: left;
	margin: 30px 35px 0 15px;
}

#nav2 {
	border-top: 1px solid #d5e7f2;
	overflow: hidden;
	margin-bottom: 30px;
}

#nav2 li {
	border-bottom: 1px solid #d5e7f2;
	padding: 7px 10px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
}

#nav2 li a {
	color: #575757;
	text-decoration: none;
}

#nav2 li a:hover, #nav2 li a:focus {
	color: #000;
	text-decoration: none;
}

#nav2 li.sel a, #nav2 li.sel a:hover, #nav2 li.sel a:focus {
	color: #68aed9;
	font-weight: bold;
}

/* --------------
   FOOTER
-------------- */

#footer {
	border-top: 1px solid #dbe7eb;
	text-align: center;
	font-size: 0.9em;
	color: #939595;
}

#footer p {
	width: 930px;
	margin: 0 auto;
	padding: 8px 15px 21px;
	text-align: left;
}

#footer a { color: #9ec26c; }

#footer a:hover, #footer a:focus { color: #666; }

/* --------------
   CONTENT
-------------- */

#page-content { line-height: 21px; }

#page-content p { margin-bottom: 14px; }

#page-content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* MAIN PICTURES */

#pic {
	width: 960px;
	overflow: hidden;
}

#logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 32px;
}

#page-pic {
	width: 960px;
	height: 203px;
	overflow: hidden;
	position: relative;
}

.ppbl, .ppbr {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

/* bottom left corner */
.ppbl {
	bottom: -1px;
	left: -1px;
	background: url(../img/pic-corners.png) 0 0 no-repeat;
}

/* bottom right corner */
.ppbr {
	bottom: -1px;
	right: -1px;
	background: url(../img/pic-corners.png) -9px 0 no-repeat;
}

/* HEADINGS */

#page-content h1 {
	margin-bottom: 18px;
	font-size: 1.5em;
	font-weight: bold;
}

#page-content h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #69a015;
}

#page-content h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}

#page-content h2.hd2 {
	margin-bottom: 14px;
	font-size: 1.2em;
	color: #000;
}

/* HOMEPAGE */

#home-content h1 {
	margin: -3px 0 8px 16px;
	font-size: 1.3em;
	font-weight: bold;
}

#home-content h2 {
	margin: 0 0 4px 33px;
	padding-top: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
}

#home-content .frame { padding-top: 0; }

#home-content .list-deco { margin-bottom: 8px; }

#home-content .list-deco a { padding-left: 3px; }

/* list with arrows */

.list-deco li {
	padding: 0 0 4px 33px;
	background: url(../img/bullet-arrow.gif) 0 2px no-repeat;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #575757;
}

.list-deco li a { font-size: 1.2em; }

/* BLOCK WITH FRAME */

.frame {
	border: 1px solid #d5e7f2;
	padding: 10px;
	position: relative;
}

.ctl, .ctr, .cbl, .cbr {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

/* top left corner */
.ctl {
	top: -1px;
	left: -1px;
	background: url(../img/frame-corners.gif) 0 0 no-repeat;
}

/* top right corner */
.ctr {
	top: -1px;
	right: -1px;
	background: url(../img/frame-corners.gif) -9px 0 no-repeat;
}

/* bottom left corner */
.cbl {
	bottom: -1px;
	left: -1px;
	background: url(../img/frame-corners.gif) 0 -9px no-repeat;
}

/* bottom right corner */
.cbr {
	bottom: -1px;
	right: -1px;
	background: url(../img/frame-corners.gif) -9px -9px no-repeat;
}

/* BANNERS */

#home-banners {
	float: left;
	width: 488px;
	padding: 30px 0 30px 0;
	overflow: hidden;
}

#home-banners .banner {
	float: left;
	width: 225px;
	height: 197px;
	margin-left: 19px;
	overflow: hidden;
}

#page-banners {
	float: left;
	width: 225px;
	padding: 30px 0 0 0;
	overflow: hidden;
}

#page-banners .banner {
	float: none;
	width: 225px;
	margin: 0 0 20px;
	overflow: hidden;
}

/* COURSES */

.course {
	border-top: 1px solid #d5e7f2;
	padding: 11px 0 8px;
}

.course p, #page-content .course p { margin-bottom: 4px; }

.course h2 { margin-bottom: 5px; }

.more {
	background: url(../img/bullet-arrow.gif) -5px 0 no-repeat;
	padding-left: 28px;
}

.back {
	background: url(../img/arrow-left.gif) 0 0 no-repeat;
	padding-left: 25px;
}

/* TEAM */

.team {
	border-bottom: 1px solid #d5e7f2;
	padding: 0 0 16px 160px;
	margin-bottom: 18px;
	position: relative;
}

.team p, #page-content .team p { margin-bottom: 8px; }

.kpic {
	float: left;
	margin-left: -160px;
	margin-top: 2px;
}

.team .separator {
	clear: left;
	margin: 56px 0 22px -160px;
}

/* NEWS */

/* paging */

#pages { padding: 14px 0; }

#pages strong {
	padding-right: 10px;
	font-weight: normal;
}

#pages a, #pages span {
	display: inline-block;
	border: 1px solid #d5e7f2;
	background: #fff;
	padding: 0 6px;
	line-height: 20px;
	margin-right: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#pages a:hover { border: 1px solid #68aed9; }

#pages span {
	background: #68aed9;
	border: 1px solid #68aed9;
	color: #fff;
}

#pages .prev_page, #pages .prev_page:hover {
	width: 25px;
	padding: 0;
	background: #fff url(../img/arrow-left2.gif) no-repeat 0 2px;
	border: 0;
}

#pages .prev_page:hover { }

#pages .next_page, #pages .next_page:hover {
	width: 25px;
	padding: 0;
	background: #fff url(../img/arrow-right2.gif) no-repeat 0 2px;
	border: 0;
}



/* FORMS */

input, select, textarea {
	border: 1px solid #bec8cc;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

select { padding: 1px 1px 1px 2px; }

form p label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

form p label span { color: #999; }

/* registration */

#registration { border-top: 1px solid #e2eef6; }

#registration p {
	float: left;
	border-bottom: 1px solid #e2eef6;
	width: 665px;
	padding: 10px 10px;
	margin: 0;
}

#registration p label {
	float: left;
	width: 313px;
	margin-right: 10px;
	padding: 0 10px 0 0;
	text-align: right;
}

#registration p label span { display: block; }

#registration p input, #registration p textarea {
	float: left;
	width: 322px;
}

#registration p .button {
	width: auto;
	float: none;
	background: #82bf25;
	border: 1px outset #62a715;
	padding: 5px 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin-left: 333px;
}

.error-msg {
	margin-bottom: 14px;
	color: #ef360a;
}

.error-msg p, #page-content .error-msg p { margin-bottom: 4px; }

label.err { color: #ef360a; }

/* CMS STYLES */

.text-small { font-size: 11px; }
.text-normal { font-size: 12px; }
.text-bigger { font-size: 14px; }
.text-big { font-size: 16px; }

.st2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.neotable {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 14px 0;
}

.neotablehead, .neotable th {
	border-top: 1px solid #d5e7f2;
	border-bottom: 1px solid #d5e7f2;
	background: #e6f1f7;
	padding: 4px 15px 5px;
	font-weight: bold;
	color: #575757;
}

.neotablerow, .neotable td {
	border-top: 1px solid #d5e7f2;
	border-bottom: 1px solid #d5e7f2;
	padding: 5px 15px 6px;
}

.neotable td.hd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#submenu .banner {
	float: none;
	height: auto;
	width: auto;
	margin-bottom: 20px;
}
