/*
-----------
GENERAL CSS
-----------
Client: Awesome Driving School
Designer: Revive Web www.reviveweb.com.au
Purpose: General styles for website
*/

/* COLOURS...
  sea green: #006666
  pale sea green: #DCFEFE
  bright red: #ff0000
  learner yellow: #FFD600
  
*/

body {
	background: #fff url('../Images/background.jpg') no-repeat top;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

p, li, td, span, a {
    color: #000;
    font-family: inherit;
	font-size: 11pt;
    text-align: left;
}
p{
    line-height: 1.4em;
}

ul {
    margin: 10px 0px;
    padding: 0;
}
li {
    list-style-position: inside;
    padding-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-align: left;
}

h1 {
	color: #006666;
	font-size:2.5em;
	padding-bottom: 20px;
    text-align: center;
}
h2{
    text-align: center;
}
h3{
    font-size: 20px;
}

a {
	color: #006666;
    font-style: italic;
    font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}

a img {
	border: none;	
}

.bold{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
.errors {
	color: red;
}
.quote{
    color: #006666;
    font-style: italic;
    margin-top: 30px;
    text-align: left;
}
.redBullet li{
    color: #ff0000;
}
.redBullet span {
    color: #000;
}
.bigBullet li{
    font-weight: bolder;
}

/* INSTRUCTORS */
.instructors tr {
    margin-bottom: 50px;
}
.instructors td {
    background: #DCFEFE;
    border-bottom: 20px solid #fff;
}
.instructors img {
    border: 8px solid #DCFEFE;
}
.instructors td.info {
    padding: 20px;
}
.instructors li{
    color: #ff0000;
}
.instructors li span {
    color: #000;
}

/* SPONSORS */
.sponsors td {
    padding: 20px 40px;
}
.sponsors img {
    margin-bottom: 10px;
}

/* "re-vive"
Stylised text for green "re" and brown "vive" */
.re {
    color: #7EB23A;/*7EB23A 7BAD38*/
    font-weight: bolder;
    font-style: normal;
}
.vive {
    color: #fff;/*682A02 481D02 2D1201*/
    font-weight: bolder;
    font-style: normal;
}

.clear{
    clear: both;
}

/* ----- PAGE LAYOUT -----*/

#content,
#footer {
    -moz-box-shadow: 0px 2px 10px #aaa;
    -webkit-box-shadow: 0px 2px 10px #aaa;
    box-shadow: 0px 2px 10px #999;
}

#container{
    margin: 25px 0px;
    height: auto;
    width: 800px;
}

/* --- PAGE BANNER --- */
#branding {
	background: #006666 url('../Images/banner.jpg') no-repeat;
    border: 1px solid #006666;
	height: 171px;
	width: auto;
    -moz-border-radius-topleft:2ex;
    -webkit-border-top-left-radius:2ex;
    -moz-border-radius-topright:2ex;
    -webkit-border-top-right-radius:2ex;
}

/* --- MAIN MENU --- */
#menu {
    background: #000;
    padding: 10px;
    height: 20px;
    width: auto;
}
#menu ul{
    display: inline;
    margin: 0;
    padding: 0;
}
#menu li {
    float: left;
    list-style-type: none;
}
#menu a {
    border-right: 1px solid #006666;
    color: #fff;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: lighter;
    padding: 0px 10px;
}
#menu a:hover,
#menu a:focus {
    color: #FFD600;
}

/* --- PAGE CONTENT --- */
#content {
    background: #fff;
    padding: 20px 0px;
    height: auto;
    width: auto;
}

#page {
    margin: 5px 20px;
    height: auto;
    min-height: 400px;
    width: auto;
}

/* --- FOOTER --- */
#footer {
	background: #FF0000;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#footer a {
	color: #fff;
	font-weight: lighter;
}
