* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Halvetica, sans-serif;
	font-size: 0.75em;
}

abbr {
    border-bottom: 1px dotted #000;
}

/* prevents firefox from displaying dotted border around clicked links */
a:active, a:focus {
	outline: 0;
}

a:link, a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.highlight:link img, a.highlight:visited img {
	filter:alpha(opacity=90);
	opacity: .9;
	-moz-opacity: .9;
}

a.highlight:hover img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

a img {
	border: none;
}

/* LAYOUT STYLES */

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

div#header {
	height: 180px;
	position: relative;
	text-align: center;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
}

div#header h1 {
	padding: 5px 0 0 0;
    font-size: 1.2em;
}

div#navigation-left {
	width: 210px;
	height: 85px;
	position: absolute;
	left: 185px;
	top: 100px;
}

div#navigation-right {
	width: 210px;
	height: 85px;
	position: absolute;
	left: 605px;
	top: 100px;
}

div#content {
	overflow: hidden;
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-y;
}

div#left {
	width: 200px;
	float: left;
	text-align: left;
    padding: 60px 0 0 0;
}

div#center {
	width: 520px;
	float: left;
	padding: 10px 30px 0 50px;
}

div#right {
	width: 200px;
	float: left;
	text-align: right;
    padding: 60px 0 0 0;
}

div#footer {
	height: 26px;
    padding: 50px 0 0 0;
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
}

/* MAIN NAVIGATION STYLES */

a.button:link, a.button:visited {
	display: block;
	float: left;
	width: 70px;
	height: 15px;
	padding: 70px 0 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 0.916em;
    font-weight: normal;
	color: #000000;
}

a.button:hover {
	background-position: 0 -85px;
	font-weight: bold;
}

a#button1 {
	background-image: url(../images/button1.jpg);
}

a#button2 {
	background-image: url(../images/button2.jpg);
}


a#button3 {
	background-image: url(../images/button3.jpg);
}

a#button4 {
	background-image: url(../images/button4.jpg);
}

a#button5 {
	background-image: url(../images/button5.jpg);
}

a#button6 {
	background-image: url(../images/button6.jpg);
}

/* CONTENT STYLES */

div#left img, div#right img {
	margin: 0 0 50px 0;
}

div#content div#center h2 {
	text-align: center;
	font-size: 1.16em;
	font-weight: bold;
    padding: 25px 20px 0 0;
    margin: 0 0 20px 0;
}

div#content div#center h2#homepage {
    padding: 25px 0 0 0;
}

/* FOOTER STYLES */

div#footer {
    text-align: center;
    font-size: 0.75em;
}

div#footer a {
    font-weight: normal;
}

/* HOME STYLES */

div#home {
    text-align: center;
}

div#home h3 {
    font-size: 1em; 
}

div#home p.banner {
	float: left;
	clear: left;
	line-height: 22px;
	font-weight: bold;
	margin: 30px 0 0 0;
	background-color: #ebebeb;
	border: 1px solid #ccc;
	padding: 10px;
}

div#home ul {
    list-style-type: none;
    margin: 10px 0 0 0;
}

div#home ul li {
    padding: 0 0 0 18px;
    float: left;
}

div#home ul li a {
    display: block;
    width: 150px;
    height: 20px;
    padding: 100px 0 0 0;
    background-repeat: no-repeat;
    background-position: center top;
}

div#home ul li a.M {
    background-image: url(../images/cats/M.jpg);
}

div#home ul li a.A1 {
    background-image: url(../images/cats/A1.jpg);
}

div#home ul li a.A {
    background-image: url(../images/cats/A.jpg);
}

div#home ul li a.B {
    background-image: url(../images/cats/B.jpg);
}

div#home ul li a.BE {
    background-image: url(../images/cats/B+E.jpg);
}

div#home ul li a.C {
    background-image: url(../images/cats/C.jpg);
}

div#home ul li a.CE {
    background-image: url(../images/cats/C+E.jpg);
}

div#home ul li a.D {
    background-image: url(../images/cats/D.jpg);
}


/* CATEGORY STYLES */

div#category p.description {
    line-height: 1.5em;
    margin: 35px 0 20px 0;
    width: auto;
    float: none;
    font-size: 1em;
}

div#category img{
    float: left;
    margin: -20px 10px 0 0;
}

div#category table {
    width: 520px;
    clear: left;
    font-size: 0.916em;
    line-height: 1.4em;
    text-align: center;
    border-collapse: separate;
    margin: 0 0 15px 0;
}

div#category table th.reqs {
    width: 110px;
}

div#category table th.to {
    width: 40px;
}

div#category table th.po {
    width: 40px;
}

div#category table th.days {
    width: 100px;
}

div#category table th.exams {
    width: 60px;
}

div#category table th.docs {
    width: 110px;
}

div#category table th {
    padding: 5px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
}

div#category table td {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ccc;
}

div#category p {
    margin: 0 0 7px 30px;
    width: 230px;
    float: left;
    font-size: 0.916em;
    line-height: 1.3em;
}

div#category p.info {
    font-weight: bold;
    margin: 15px 0 0 30px;
}

div#category p.courses_info {
	font-size: 1em;
    font-weight: bold;
    margin: 30px 0 0 15px;
    line-height: 1.5em;
}

div#category div#greenbox
{
	clear: left;
	margin: 15px 0 0 15px;
}

div#category form {
    position: relative;
    float: left;
    clear: left;
    display: block;
    padding: 10px 20px 10px 20px;
    width: 200px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
}

div#category form h3 {
    text-align: center;
    font-size: 1.16em;
	font-weight: bold; 
    margin: 0 0 15px 0;
}

div#category form label {
    display: block;
    height: 19px;
    position: relative;
    padding: 5px 0 0 0;
    margin: 0 0 4px 0;
}

div#category form input {
    padding: 2px;
    position: absolute;
    left: 50px;
    top: 0;
}

div#category form input.button {
    margin: 0px 0 0 50px;
    position: static;
}

div#category form p {
    float: none;
    margin: 5px 0 0 0;
    width: 200px;
    line-height: 1.7em;
    text-align: left;
    font-size: 0.916em;
}

div#category form p.error {
    text-align: center;
    width: 200px;
    margin: 0;
    float: none;
}

div#category form img {
    margin: 10px 10px 0 0;
}

div#category div#calendar
{
	float: right;
	margin: 30px 30px 0 0;
}

/* PRICES STYLES */

div#prices table#pricelist {
    float: none;
    width: 350px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    border-collapse: separate;
}

div#prices table#pricelist td {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ccc;
}

div#prices table#pricelist td.cat {
    padding: 3px 15px 3px 15px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
}

div#prices p {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

div#prices p.info {
    font-weight: normal;
    width: 200px;
    margin: 5px 0 0 270px;
}

div#prices table {
    float: left;
    width: 200px;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    border-collapse: separate;
}

div#prices table.left {
    margin: 0 10px 5px 50px;
}

div#prices table.right {
    margin: 0 50px 5px 10px;
}

div#prices table.left td, div#prices table.right td {
    width: 100px;
}

div#prices table caption {
    padding: 3px 5px 3px 5px;
    font-weight: bold;
}

div#prices table td {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ccc;
}

div#prices table td.gray {
    background-color: #ebebeb;
}

/* CLIENTS STYLES */

div#clients img {
    float: right;
    margin: 30px 70px 0 0;
}

div#clients p { 
    line-height: 1.5em;
    padding: 20px 0 0 0;
    font-size: 1em;
    width: 250px;
    margin: 0 0 0 30px;
}

div#clients a {
    display: block;
    margin: 20px 0 20px 30px;
}

div#clients form {
    position: relative;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 0 30px;
    width: 350px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
}

div#clients form h3 {
    font-size: 1em;
    margin: 0 0 10px 0;
}

div#clients form input {
    padding: 2px;
    font-size: 1.16em;
    font-weight: bold;
    width: 110px;
    letter-spacing: 0.1em;
}   

div#clients form input#button-info {
    position: absolute;
    left: 175px;
    top: 32px;
    padding: 0;
    width: auto;   
}

div#exams_info {
    margin: 20px 0 0 0;
}

div#exams_info h3 {
    font-size: 1em;
    margin: 10px 0 0 40px;
}

div#exams_info h4 {
    font-size: 1em;
    font-weight: normal;
    margin: 5px 0 0 60px;
}

/* EXAMS STYLES */

div#exams img#trafficlight {
    float: right;
    margin: 10px 70px 0 0;
}

div#exams ul {
    font-size: 1.16em;
    margin: 90px 0 0 80px;
}

div#exams ul li {
    margin: 10px 0 10px 0;
}

/* LINKS STYLES */

div#links img#iaaalogo {
    display: block;
    width: 79px;
    margin: 10px auto;
}

div#links h3 {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 1.16em;
}

div#links ul {
    list-style-position: inside;
    width: 280px;
    margin: 20px auto 0 auto;
    font-size: 1.083em;
}

div#links ul li {
    margin: 10px 0 10px 0;
    line-height: 1.3em;
}

/* CONTACTS STYLES */

div#contacts h3 {
    font-size: 1em;
    margin: 0 0 5px 0;
}

div#contacts h3.email {
    display: inline;
}

div#contacts p {
    font-size: 1em;
    margin: 0 0 15px 5px;
    line-height: 1.4em;
}

div#contacts p.email {
    display: inline;
}

div#contacts img#map {
    display: block;
    width: 309px;
    height: 211px;
    border: 1px solid #ccc;
    float: right;
    margin: 10px 10px 0 0;
}

div#calendar {
    float: right;
	width: 210px;
	overflow: auto;
	border: 1px solid #666;
	padding: 2px 2px 4px 2px;
	background-color: white;
    font-size: 0.916em;
    margin: 0 10px 0 0;
}

div#calendar div.box {
	width: 30px;
	height: 20px;
	float: left;
	text-align: center;
	line-height: 20px;
}

div#calendar div.weekday {
	width: 28px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0 0 5px 0;
    font-weight: bold;
	background-color: #B5F08D;
}

div#calendar div.even { 
    background-color: #E1F9D1;
}

div#calendar div.today {
	background-color: #B5F08D;
}

div#calendar div.day a:link, div#calendar div.day a:visited {
	display: block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

div#calendar div.day a:hover {
	background-color: #E1F9D1;
}

div#calendar h4 {
	font-size: 1.09em;
	float: left;
	width: 170px;
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: center;
}

div#calendar h4.prev, div#calendar h4.next {
	width: 20px;
}

div#calendar h4.prev a:link, div#calendar h4.next a:link,
div#calendar h4.prev a:visited, div#calendar h4.next a:visited {
	text-decoration: none;
}

div#calendar h4.prev a:hover, div#calendar h4.next a:hover {
	text-decoration: underline;
}

div#greenbox {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #B5F08D;
    background-color: #E1F9D1;
    margin: 0 5px 0 5px;
}