﻿/* Globals */
*
{
    margin: 0;
    padding: 0;
}

body 
{
	min-width: 880px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #072464;
	background-image: url(img/AYH_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1
{
    font-size: 16px;
    margin-bottom: 10px;
    color: #713405;
}

h2
{
    font-size: 14px;
    display: inline;
    color: #984d12;
}

p
{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 10px;
}

/* Master */

#wrapper
{
    margin: 30px auto 0 auto;
    text-align: left;
	width: 807px;
	position: relative;
	left: 50%;
	margin-left: -403px;
}
#branding  /*Flash Section*/
{
    float: left;
    width: 807px;
    height: 420px;
}

#mainContenttop
{
    background-image: url(img/AYH_background_top.jpg);
    float: left;
    width: 807px;
    height: 22px;
}
#mainContent
{
    background-image: url(img/AYH_background_tile.jpg);
    float: left;
    width: 807px;
    background-repeat: repeat-y;
}
#mainContent ul
{
    font-size: 1.4em;
    padding: 0px 10px 10px 10px;
    line-height: 1.8em;
}

#footer
{
    font-size: 10px;
    font-weight: normal;
    clear: both;
    width: 807px;
    height: 61px;
    color: #bed9ff;
    padding: 40px 0px 0px 0px;
    text-align: center;
    background-image: url(img/AYH_background_bot.jpg);
    background-repeat: no-repeat;
}
#footer p
{
    font-size: 10px;
}
#footer a
{
	font-size: 10px;
    color: #fff;
    text-decoration: none;
    padding: 0px;
}

#footer a:hover
{
    color: #fff;
}

/* Main Content */

#col1home
{
    width: 460px;
    padding: 5px 0 15px 35px;
    float: left;
    text-align: left;
}
#col1home li
{
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
    line-height: 18px;
}
#col1home a
{
    color: #362b22;
    text-decoration: underline;
    padding: 0px;
}
#col1home a:hover
{
    color: #000;
}
#col2home
{
    width: 200px;
    float: left;
    padding: 5px 0 25px 15px;
}

#col1
{
    width: 735px;
    padding: 5px 0 25px 35px;
    float: left;
    text-align: justify;
}

#col1 li
{
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
    line-height: 18px;
}

#col1 td
{
    font-size: 11pt;
    font-weight: normal;
}


#col1 a
{
    color: #A3430E;
    text-decoration: underline;
    padding: 0px;
    font-weight: bold;
    font-size: 11px;
}

#col1 a:hover
{
    color: #582306;
}


.col1img
{
    border: none;
    padding: 10px 335px 0 0;
}

#col2
{
    width: 175px;
    background-color: blue;
    float: left;
}


#contactall
{
    float: left;
    width: 735px;
}

#contactcol1
{
    width: 335px;
    padding: 5px 0 25px 35px;
    float: left;
    text-align: justify;
}

#contactcol1 a
{
    color: #A3430E;
    text-decoration: none;
    padding: 0px;
    font-weight: bold;
}

#contactcol1 a:hover
{
    color: #582306;
}


#contactcol2
{
	float: left;
	width: 300px;
}

/* Classes */

.imgleft
{
    float: left;
    margin: 10px 20px 10px 20px;
    border: solid 1px #28528b;
}

.imgright
{
    float: right;
    margin: 0 20px 0 20px;
    border: solid 1px #28528b;
}

.imgrightnb
{
    float: right;
    margin: 0 20px 0 20px;
}

.col1img
{
    border: none;
    padding: 10px 335px 0 0;
}

