/*
    Document   : styles
    Created on : June, 2009
    Author     : Richard Barratt - ta design
    Description: Styles for ta design website
*/

h1
{
    width: 60em;
    font-size: 1.6em;
    color: #0071bb;
    font-weight: normal;
}

h1.Index
{
    font-size: 1.6em;
    color: #0071bb;
    font-weight: normal;
}

h1.HeadingBlack
{
    width: 60em;
    font-size: 1.6em;
    color: #000000;
}

h1.HeadingWhite
{
    width: 60em;
    font-size: 1.6em;
    color: #ffffff;
}

h1.HeadingBlackRC
{
    font-size: 1.6em;
    color: #000000;
}

h1.HeadingWhiteRC
{
    font-size: 1.6em;
    color: #ffffff;
}

h2
{
    width: 60em;
    font-size: 1.4em;
    color: #8bc53f;
}

h2.Index
{
    font-size: 1.4em;
    color: #8bc53f;
}

h3
{
    width: 60em;
    font-size: 1.3em;
    color: #0071bb;
    padding: 0em;
    margin: 1em 0em 0em 0em;
}

h4
{
    width: 60em;
    font-size: 1.2em;
    color: #8bc53f;
}

.address
{
    width: 60em;
    padding: 0em;
    margin: 1em 0em 0em 0em;
    font-size: 1.1em;
    font-weight: bold;
    color: #8bc53f;
}

.question
{
    width: 60em;
    padding: 0em;
    margin: 1em 0em 0.5em 0em;
    font-size: 1.1em;
    font-weight: bold;
    color: #339900;
}

.answer
{
    padding: 0em;
    margin: 0em 0em 0em 0em;
    font-size: 1.1em;
    font-weight: bold;
    color: #0071bb;
}

.body
{
    width: 60em;
    font-size: 1.1em;
}

.bodyIndex
{
    font-size: 1.1em;
}

.bodyItalic
{
    width: 60em;
    font-size: 1.1em;
    font-style: italic;
}

.bodyItalicNoPadding
{
    font-size: 1.1em;
    font-style: italic;
    padding: 0em;
    margin: 0em;
}

.bodyWhite
{
    width: 60em;
    font-size: 1.1em;
    color: #ffffff;
}

.bodyWhiteRC
{
    font-size: 1.1em;
    color: #ffffff;
}

.bodyBoldWhite
{
    width: 60em;
    font-size: 1.1em;
    color: #ffffff;
    font-weight: bold;
}

.bodyBold
{
    width: 60em;
    font-size: 1.1em;
    font-weight: bold;
}

.bodyNoPadding
{
    width: 60em;
    font-size: 1.1em;
    padding: 0em;
    margin: 0em
}

.bodyBoldNoPadding
{
    width: 60em;
    font-size: 1.1em;
    padding: 0em;
    margin: 0em;
    font-weight: bold;
}

.bodyAddress
{
    width: 60em;
    font-size: 1.1em;
    padding: 0em;
    margin: 0em;
}

.bodyBooks
{
    width: 60em;
    font-size: 1.1em;
    color: #000000;
    padding: 0em;
    margin: 0em 0em 1em 1em;
}

.bookAuthorWhite
{
    width: 60em;
    font-size: 1.1em;
    color: #ffffff;
    padding: 0em;
    margin: 0em 0em 1em 0em;
}

.bookTitleBoldWhite
{
    width: 60em;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: bold;
    padding: 0em;
    margin: 0em;
}

.footer
{
    font-size: 0.6em;
    padding-top: 0.5em;
    color: #fff;
}

.nav
{
    font-size: 1em;
    color: #ffffff;
}

/* links */

.Links
{
	font-weight: bold;
	color: #0772ba;
	text-decoration: none;
}

a.Links:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.UsefulLinks
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.UsefulLinks:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* image styles */

/* bullet styles */

ul.bullet
{
    width: 60em;
    color: #000000;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    line-height: 1.3em;
    padding: 0.5em 0 0 1.5em;
}

ol.bullet
{
    width: 60em;
    color: #000000;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    line-height: 1.3em;
    padding: 0.5em 0 0 1.5em;
}

.numberBullets
{
    width: 60em;
    font-size: 1.1em;
}

.numberBullets ol
{
    margin: 0em 0em 0em 1.5em;
}

.numberBullets li
{
    margin:0;
    padding:0 0 1em 0em;
}

img.ASDClogo
{
    border: none;
    float: left;
}

img.NewVision
{
    margin: 1em 0em 0.5em 0.5em;
    border: none;
    float: right;
}

img.LeftJustifiedImage
{
    margin: 0.5em 1em 0.5em 0em;
    border: none;
    float: left;
}

img.RightJustifiedImage
{
    margin: 0.5em 0em 0.5em 1em;
    border: none;
    float: right;
}

#captcha-area {
	margin-left: 11em;
}
