﻿/* -------------------------------------------------------------- 
  APA TRAINING AND DEVELOPMENT CSS

   * Filename:        styleMain.css
   * Last Modified:   (2008-04-29) 
   * Website:         http://www.apatraining.com.au
  
  Author:

   * Cornerstone Technologies - http://www.cstech.net.au
   * Lochlan McBride - lochlan@cstech.net.au

-------------------------------------------------------------- */

/*------------------------- General Selectors -------------------------*/
body {
	background-image: url('../images/home-bg.gif');
	background-repeat: repeat;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 13px;
	color: #849252;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #214b81;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
}
hr {
	height: 1px;
	color: #C8DA85;
	background-color: #C8DA85;
	border-style: none;
	width: 460px;
}
a {
	color: #214b81;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ol li {
	line-height:19px;
}
/*------------------------- Home Layout & General Structure -------------------------*/
#wrapper {
	width: 802px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url('../images/main.gif');
	background-repeat: repeat-y;
}
#topbar {
	margin: 0px auto;
	background-image: url('../images/topbar.gif');
	height: 32px;
	width: 800px;
}
#header {
	background-image: url('../images/home-header.jpg');
	height: 195px;
	width: 800px;
	margin-left: 1px;
}
#header h1 {
	text-indent: -9999px;
}
#nav {
	padding: 0px;
	background-color: #9aa5a8;
	margin: 0px 0px 0px 1px;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	width: 801px;
	height: 39px;
}
#nav li {
	background-image: url('../images/navbg.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	list-style-type: none;
	float: left;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 39px;
	display: block;
}
#nav li a:hover {
	background-image: url('../images/navbg_hover.gif');
	background-repeat: no-repeat;
}
#about-wrap {
	background-image: url('../images/about_top_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	margin-top: 10px;
	margin-left: 10px;
	width: 260px;
	float: left;
}
#about {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	background-image: url('../images/about_mid_bg.gif');
	background-repeat: repeat-y;
}
#about p {
	color: #214b81;
}
#about li {
	background-image: url('../images/about_bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 5px 30px;
}
#about li#first {
	background-image: url('../images/about_topbullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
}
#about li#first h3 {
	margin: 0px;
	padding: 0px;
}
#about li#last {
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
#about li#last a {
	text-decoration: underline;
	color: #214b81;
}
#about li#last a:hover {
	text-decoration: none;
}
#about-bottom {
	background-image: url('../images/about_bottom_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	padding-bottom: 20px;
}
#main-wrap {
	float:left;
	margin-left:20px;
}
#welcome {
	width: 477px;
	padding-top: 10px;
	background-image: url('../images/marker.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	padding-bottom: 1px;
	margin-top:5px;
}
#welcome p {
	color: #214b81	
}
#welcome span {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}
#welcome span a {
	color: #214b81;
}
#latest-news {
	background-position: left top;
	padding: 7px 17px 1px 17px;
	width: 442px;
	background-color: #abb4b7;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url('../images/lnews_top.gif');
	background-repeat: no-repeat;
}
#latest-news p {
	color: #FFF;
	margin-top: 3px;
}
#bottom-edge {
	background-image: url('../images/lnews_bottom.gif');
	height: 8px;
	width:476px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-bottom: 10px;
}
#our-clients {
	width: 477px;
	background-image: url('../images/marker.gif');
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 15px;
	color: #214b81;
	padding-bottom: 1px;
}
#our-clients img {
	border: 0px;
	margin-top: 12px;
	margin-right: 47px;
	margin-bottom: 7px;
}
#our-clients span {
	display: block;
	position: relative;
	top: 15px;
	width: 100px;
	left: 359px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
#our-clients span a {
	text-decoration: underline;
}
#our-clients span a:hover {
	text-decoration: none;
}
#footer {
	background-image: url('../images/footer.gif');
	height: 60px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	width: 802px;
	color: #FFFFFF;
}
#footer p {
	margin: 0px;
	line-height: 35px;
	padding-left: 30px;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#footer span {
	position: relative;
	display: block;
	width: 350px;
	text-align: right;
	left: 420px;
	top: 25px;
}
/*------------------------- Content Layout -------------------------*/
#content #header, #clients #header {
	background-image: url('../images/int-header.jpg');
}
#content #about-wrap {
	width: 220px;
	background-image: url(../images/about_top_bg-shorter.gif);
}
#content #about {
	background-image: url(../images/about_mid_bg-shorter.gif);
}
#content #about-bottom {
	background-image: url(../images/about_bottom_bg-shorter.gif);
}
#content #about li {
	padding-right: 20px;
}
#content #about li#first {
	margin-left: 8px;
}
#content-text {
	width: 477px;
	padding-top: 10px;
	background-image: url('../images/marker-short.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	color: #3C3C3C;
	padding-bottom: 1px;
	margin-top:5px;
}
#content-text h1 {
	font-size:17px;
	font-weight: normal;
}
#content #content-text img {
	margin: 15px 15px 5px 0;
	border: 1px solid #ccdb97;
	float: left;
}
#content #content-text ul {
	list-style-position: inside;
}
#content #content-text a {
	font-weight: bold;
}
#content ul#courses li {
	line-height:16px;
}
#content ul#courses li:hover {
	color:#9DAB69;
}

/*------------------------- Client List Layout -------------------------*/
#clients #content-text {
	background-image: none;
	width: 771px;
	padding: 10px 15px 1px 15px;
}
#clients #content-text h1 {
	padding-left: 35px;
}

#clients #content-text table, #clients #content-text td {
	border-color: #EFEFEF;
	border-style: solid;
}
#clients #content-text table {
	vertical-align:middle;
	width: 90%;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse:collapse;
	margin: 20px auto;
	font-weight:bold;
	color:#828284;
}
#clients #content-text table td {
	width: 33%;
	padding: 4px;
    border-width: 1px 1px 0 0;
}
#clients #content-text table ul {
	margin: 0px;
	padding-left: 18px;
	list-style-type: circle;
}
#clients #content-text table li {
	padding-bottom: 6px;
	list-style-position: outside;
}
#clients #content-text table img {
	margin: 15px auto;
	display: block;
	padding: 1px;
	border: 1px dotted #BDD2EC;
}

/*------------------------- Contact Form -------------------------*/
form {
	width: 400px;
	padding: 5px 0 15px 0;
}
form span {
	color:#FF0000;
}
form .row {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 380px;
}
form label {
	width: 125px;
	float: left;
	font-weight: bold;
	padding-top:2px;
}
form .textbox {
	width: 200px;
}
form #center {
	text-align: center;
	width: 320px;
}
form .button {
	margin: 2px;
	padding: 2px;
}
form input, form textarea, form select {
	background: #FFFFFF url(../images/inputBg.gif) no-repeat scroll left top;
	border: 1px solid #AAAAAA;
	font:12px Verdana,Arial,Helvetica,sans-serif;
}
form input:focus, form textarea:focus, form select:focus {
	border: 1px solid #29578D;
}