@charset "utf-8";

*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}

body
{
    text-align: center;
    height: 100%;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #000000;
    background-image: url("../images/bodyBG.png");
    background-repeat: repeat-x;
}

span.grey
{
    color: #909090;
}

span.orange
{
	color: #FF9900;
}

span.small
{
    font-size: 11px;
	font-weight: normal;
}

a
{
    color: #0000FF;
    text-decoration: underline;
}

a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

img
{
	border: none;
}

h1
{
    color: #303030;
    padding-bottom: 30px;
}

h1.centre
{
    color: #FF6600;
    text-align: center;
}

h2
{
    font-size: 20px;
    color: #666666;
    text-indent: 0px;
}

h3
{
    color: #808080;
    padding-bottom: 15px;
}

ol
{
	list-style-position: inside;

}

	ol li
	{
		text-indent: -23px;
		padding-left: 23px;
	}

ul.all
{
    list-style: square outside url("../images/bullet.png");
    margin-left: 20px;
    text-align: left;
}

li.indent
{
    list-style-type: none;
    text-indent: 30px;
}

div.header
{
    max-width: 960px;
    min-width: 630px;
    height: 266px;
    margin: 0 auto;
    background-image: url("../images/headerBG.png");
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

    div.logo
    {
        float: left;
        margin-top: 25px;
        margin-left: 10px;
        height: 117px;
        width: 351px;
        text-align: left;
        color: #FFFFFF;
        background-image: url("../images/logoNew.png");
        background-repeat: no-repeat;
        z-index: -1;
    }

div.menuContainer
{
    height: 50px;
    max-width: 845px;
    min-width: 600px;
    margin: 0 auto;
    top: -60px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

    div.menuSelected
    {
        width: auto;
        height: 40px;
        margin-left: 15px;
        margin-bottom: 15px;
        float: left;
        background: #FFFFFF;
        color: #252525;
    }

    div.menuMid
    {
        width: auto;
        height: 40px;
        margin-left: 15px;
        margin-bottom: 15px;
        float: left;
        background: #252525;
    }

    	div.menuMid:hover
    	{
        	background: #FFFFFF;
        	color: #252525;
    	}

	span.menu
	{
		padding-left: 12px;
		padding-right: 11px;
	}

    a.menu
    {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #FFFFFF;
    }

    	a.menu:hover
    	{
    		color: #252525;
    	}

	div.dateContainer
	{
		clear: both;
		max-width: 810px;
        min-width: 600px;
		margin: 0 auto;
	}

        p.greeting
        {
            font-size: 14px;
            float: left;
            color: #FF9900;
        }

        p.date
        {
            font-size: 14px;
            float: right;
            color: #FF9900;
        }

div.main
{
    min-height: 450px;
    margin: 0 auto;
    max-width: 810px;
    min-width: 600px;
    top: -60px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    position: relative;
    text-align: justify;
    font-size: 16px;
    z-index: 0;
    clear: both;
}

    div.row
    {
        width: 100%;
        height: auto;
        clear: both;
    }

        div.leftTD
        {
            width: 40%;
            float: left;
            text-align: left;
        }

        div.middleTD
        {
            width: 40%;
            float: left;
            font-size: 11px;
            line-height: 16px;
        }

        div.rightTD
        {
            width: 20%;
            float: left;
            text-align: right;
        }

    div.spacer
	{
		width: 1px;
		height: 1px;
		clear: both;
	}

div.footer
{
    margin: 0 auto;
	max-width: 810px;
    min-width: 600px;
    height: 100px;
    position: relative;
    border-top: 1px solid #EDEDED;
    text-align: center;
    clear: both;
}

	div.footerContent
	{

		height: 100px;
		text-align: center;
	}

form.survey
{
	padding: 20px;
	border: 2px solid #DEDEDE;
	background: #EDEDED;
}

	form.survey p
	{
		position: relative;
	}

	form.survey textarea
	{
		width: 100%;
		height: 150px;
	}

	form.survey input.name
	{
		width: 530px;
		height: 20px;
		padding: 3px;
		font-size: 11px;
	}

	form.survey select
	{
		width: 300px;
	}

	form.survey p.submit
	{
		text-align: center;
	}