* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #850000;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}
a {
	color:#AB0102;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {

	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color:#042246;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 24px;
	margin: 1em 0;
}
h2 {
	color:#AB0102;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color:#AB0102;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 5px;
}


p {
	margin-bottom:1.5em;
}
/* Layout */
.alignRight {
	text-align:right;
}


.ad {
	width:70px;
	height:1.2em;
	right:0;
	bottom:0;
	position:absolute;
	
}

.floatLeft {
	float:left;
	width:220px;
}

.floatRight {
	float:right;
	clear:right;
}


#container {
	width:805px;
	margin:0 auto;
	text-align: left;
	background:#fff;
}
#headerTop{
	height:77px;
	background:url('../img/bg_header_top2.jpg') no-repeat left;
}

#header{
	width:805px;
	height:275px;
	background:url('../img/bg_header.jpg') no-repeat left;
}
#header h1 {
	background: inherit;
	color: #fff;
	padding: 0px 30px;
	font-size:18px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#logo {
	float:right;
	padding:10px 45px 0 10px;
}

#title {
	float:right;
	padding:30px 10px 0 10px;
}
#slogan {
	clear:both;
	text-align:right;
	padding: 20px 40px 0 0;
}

#slogan h1 {
	font-size:14px;
}
#loginBar {
	clear:both;
	text-align:right;
	padding: 10px 50px 0 0;
	color:#000;
} 

#loginBar a {
	color: #003d4c;
	font-size:11px;
	text-decoration:none;
	background:url('../img/blue_dot.png') no-repeat top left;
	padding:0 15px;
} 

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

#mainMenu {
	margin:15px 0 0 40px;
}

#menu {
	color:#000;
	background: #fff;
	overflow:hidden;
}

#menu ul {
	list-style:none;
}

#menu li {
	display:block;
	float:left;
	width:93px;
	height:49px;
	margin:auto auto;
	padding:8px 14px 0 14px;
	text-align:center;
	background:url('../img/button.png') no-repeat;
}

#menu li a {
	font-family:"Tahoma";
	font-size:12px;
	text-decoration:none;
	color:#404040;
}

#menu li a:hover {
	color:#AB0102;
}
#content{
	clear: both;
	color: #333;
	padding: 10px 40px 80px 60px;
	min-height:300px;
}

#leftMenu {
	width:170px;
	float:left;
	padding:30px 10px 0 0;
	border-left:#ECE8EB dotted 1px;
	border-right:#ECE8EB dotted 1px;
	display:inline;
}

#leftMenu ul {
	list-style:none;
}

#leftMenu ul li {
	width:145px;
	height:21px;
	padding:5px 0 0 5px;
	border-bottom: 1px dotted #ccc;
}

#leftMenu ul li a {
	color:#004080;
	text-decoration:none;
}

#leftMenu ul li a:hover {
	color:#000;
	text-decoration:underline;
}



#homePageMain {
	width:295px;
	float:left;
	padding:0 20px 0 20px;
	border-right:#ECE8EB dotted 1px;
	text-align:justify;
	
}

#homePageMain h1, #homePageCerts h1, #homePageNews h1{
 font-size:18px;

}

#homePageMain h1 {
	text-align:center;
}


#homePageCerts {
	width:145px;
	float:left;
	padding:0 20px 0 20px;
}
#homePageNews {
	width:140px;
	float:right;
	padding:0 10px 0 10px;
	border-left:#ECE8EB dotted 1px;
	border-right:#ECE8EB dotted 1px;
	display:inline;
}
.newsBox {
	width:500px;
	float:left;
}

.news {
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:11px;
	color:#FF0000;
	border-bottom:#ccc 1px dotted;
}

.news h3 a {
	font-weight:normal;
}

.news h3 {
	margin:0;
	padding:0;
}
.newsDate {
	color:#A6A6A6;
	font-size:10px;
}

.more {
	padding-top:1em;
}
#courseDescriptions {
	padding:0 40px 0 0;
	text-align:justify;
}


#courseDescriptions h1 {
	height:30px;
	margin:10px 0 0 10px;
	padding:10px 0 0  70px;
	font-size:24px;
	font-weight:normal;
	color:#042246;
	background: url('../img/h1.png') no-repeat;
}


.instructions {
	width:160px;
	float:right;
	padding:10px;
}

.instructions ol {
	list-style:decimal;
	padding:10px;
}


#courseDescriptions h2 {
	padding:5px 0 0  80px;
	margin:0;
	font-size:16px;
	font-weight:bold;
}



#courseDescriptions h3 {
	padding:10px 0 0  80px;
	margin:0;
	font-size:14px;
	color:#000;
}
#courseDescriptions ul {
	padding:1.5em 0 0  80px;
	list-style-type:circle;
}


#courseDescriptions p {
	padding:0 0 0  80px;
}

#courseDescriptions p.indient {
	padding:10px 0 0  160px;
}

#duplicateCerts {
	width:490px;
	float:left;
}

#certSelect img {
	float:left;
	margin-bottom:20px;
}

#certSelect label {
	float:left;
	margin:35px 0 0 20px;
	clear:none;
	font-size:18px;
}

#certSelect input {
	width:30px;
	margin:40px 0 0 10px;
	float:left;
	clear:none;
}




.input text label {
	width:100px;
}

#duplicateCerts h2 {
	font-size:14px;
	font-weight:bold;
}

#duplicateCerts h3 {
	color:#000;
}

.certOrder {
	
}

.certPrice {
	width:200px;
	float:right;
}

.certs {
	margin:10px 0 10px 75px;
}

.goRegister {
	margin:10px 0 50px 85px;
	padding:10px 0;
	border-top:#ccc 1px dotted;
	border-bottom:#ccc 1px dotted;
	font-size:10px;
}

.goRegister img {
	vertical-align:middle;
}

#classesMenu {
	width:220px;
	float:left;
}

#classesMenu ul {
	list-style:none;
}

#classesMenu ul li  {
	margin-bottom:3px;
	border-bottom: #ccc 1px dotted;
}

#classesMenu ul li a {
	font-size:14px;
	text-decoration:none;
	color:#000;
}

#classesMenu ul li.curent a {
	font-size:14px;
	text-decoration:none;
	color:#ff0000;
}

#classesMenu ul li a:hover {
	color:#ff0000;
}

#classesMenu form select {
	font-size:11px;
}

#classSchedule {
	float:right;
	width:430px;
}

.addInfo {
	width:110px;	
}

.class {
	margin-bottom:10px;
	border-bottom:#ccc 1px dotted;
}

#zagadka:hover {
	cursor:hand;
}

.classDate {
	padding:10px;
	background:#AB0102;
	color:#fff;
}

.classDate table  {
	width:100%;
}

.className table  {
	width:100%;
}

.className table tr td  {
	padding:5px 10px 5px 10px;
}

.className {
	background:#ECECEC;	
}

.searchHead {
	width:250px;
	float:left;
}

.classButtons {
	padding:30px 0 10px 0;
	margin-left:270px;
	font-size:16px;
	border-bottom:#ccc dotted 1px;
}
.classButtons span {
	padding:0 5px;

}


.classButtons a {
	font-weight:normal;
}

/* Resources  & Materials */

.resources {
	width:600px;
	text-align:justify;
}

.resourcesList {
	width:650px;
	text-align:justify;
	border-bottom:#ccc 1px dotted;
	margin-bottom:10px;
}

.resourcesList h3 {
	color:#042246;
}


.resource {
	width:160px;
	height:130px;
	float:left;
	text-align:center;
	padding:10px;
}
.resource img {
	margin-bottom:10px;
}

#materials {
	margin-top:10px;
	width:280px;
	float:left;
}

.material {
	border-bottom:#ccc 1px dotted;
	margin:0 30px 10px 0;
	padding:0 0 10px 0;

}

.materialChapter {
	padding:0 20px 0 10px;

}

div.resourcesList div.paging a {
	font-size:16px;
	font-weight:normal;
} 
#videos {
	width:400px;
	padding-right:20px;
	float:left;
}
.video {
	margin:10px 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom:#ccc 1px dotted;
}

.object {
	margin:20px 0;
}
.job {
	border-top:#ccc 1px dotted;
}

.jobDescription {
	width:400px;
	float:left;
}

.jobApply {
	width:280px;
	float:right;
	padding:80px 0;
}

#footer {
	clear: both;
	padding: 20px 10px 10px 10px;
	text-align: right;
	font-size:10px;
	color:#fff;
	background:#850000 url('../img/bg_footer.png') no-repeat top left;
	overflow:hidden;
	height:1%;
}

#footer b  {
	color:#b5ebff;

}

#footer a  {
	color:#b5ebff;
	text-decoration:none;
}

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

#footer a.white {
	color:#fff;
}


.footerLeft {
	float:left;
	width:500px;
	text-align:left;
	padding:5px 0 20px 30px;
}

.footerRight {
	float:right;
	text-align:right;
	padding:5px 10px 0 0;
	
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Gallery */
#galleries .galleryImg img {
	border:#fff 10px solid;
}

#galleries .galleryImg {
	width:170px;
	height:120px;
	margin:0 auto;
}

#galleries .galleryTitle {
	font-weight:bold;
}

#galleries .galleryPhoto {
	background:#F4F4F4;
	border:#E4E4E4 solid 1px;
}


.galleryPhoto {
	width:170px;
	height:150px;
	padding:10px;
	margin:5px;
	float:left;
	text-align:center;
	background:#E9F9FC;
}

.galleryImg {
	width:150px;
	height:100px;
	margin:0 auto;
}


.galleryTitle {
	margin:10px 0 0 0;
	color:#1D82A3;
	font-size:11px;
}
#gallery a {
	font-weight:normal;
	color:#003d4c;
}

.buttonBack {
	padding-top:25px;
	clear:both;
}

#order {
	width:600px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-top:#ccc dotted 1px;
	border-bottom:#ccc dotted 1px;
}

#classRegistration, #jobForm {
	width:470px;
	float:left;
}

/* FAQ */

.faqs {
	width:650px;
	text-align:justify;
}



/*Faq*/
.faqH {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size:24px;
	color:#AB0102;
}


/* Contact */
.contact {
	width:100%;
	height:65px;
}

.contact img{
	float:left;
}

.contact h2 {
	margin:0 0 0 15px;
	padding:15px 0 0 0;
	display:inline;
	float:left;
	font-size:18px;
} 

/* About Us */
.aboutUs {
width:650px;
text-align:justify;
}



/* Tables */
table {
	clear: both;
	margin-bottom: 10px;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px dotted #ccc;
	padding: 16px 20px;
}

#classesMenu fieldset {
	padding: 16px 5px 20px 20px;
}
fieldset legend {
	background:#fff;
	font-size: 12px;
	color:#9D9DA1;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	color:#AB0102;
	
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
	background:url(../img/star.png) no-repeat;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

#classesMenu form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}



input, textarea {
	clear: both;
	display: block;
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 50%;
}

#classesMenu input, textarea {
	clear: none;
	display: inline;
	width: 50%;
}

select {
	clear: both;
	margin: 5px;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=image] {
	width: auto;

}

/* Notices and Errors */

.form-error {
	border:#ff0000 1px solid;
}
div.message {
	clear: both;
	width:auto;
	color: #ff0000;
	font-size: 140%;
	margin: 1em 0;
	padding:20px;
	border:#09264A 1px dotted;
	background:#E9F3FE;
}
div.error-message {
	clear: both;
	color: #ff0000;
	font-weight: bold;
}
p.error {
	background-color: #ff0000;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Validation */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

#ajaxForm .validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	width:110px;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	width:100%;
}

#ajaxForm .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	width:110px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	width:110px;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
