﻿/*******************/
/******Header*******/
/*******************/
#header
{
    height: 105px;
    position: relative;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#header #MasterNav
{
    display: block;
    top: 85px;
    position: absolute;
    right: 0px;
}
#header #OtherLinks
{
    display: block;
    font-size: .7em;
    top: 25px;
    color: #ffbbcb;
    position: absolute;
    right: 10px;
    text-align: right;
}

#MasterNav li
{
    display: inline;
    margin: 0 10px 0 0;
}

#logo
{
    margin: 10px 0 0 0;
}

#header #logo a
{
    background: url("../AppImages/logo.png") no-repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: block;
    height: 114px;
    text-indent: -9999px;
    width: 391px;
}

#splash
{
    background-color: #ccc;
    border: solid 10px #fff;
    width: 940px;
    height: 350px;
    margin: 15px 0 15px 0;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#splash h1
{
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    font-weight: normal;
}

.text
{
    left: 45px;
    position: relative;
    top: 30px;
    width: 360px;
    font-family: Helvetica,Arial,sans-serif;
    color: #333;
}

.text h1 a
{
    color: #333;
}
.text h1 a:hover
{
    color: #ff668b;
}

.text p
{
    font-size: .8em;
    line-height: 1.7em;
}


.button
{
    background: none repeat scroll 0 0 #FF3366;
    border: 2px solid #FF668B;
    color: #FFFFFF;
    float: left;
    font-size: 1.1em;
    margin-top: 15px;
    margin-right: 10px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
}

.lilButton
{
    background: none repeat scroll 0 0 #FF3366;
    border: 2px solid #FF668B;
    color: #FFFFFF;
    float: left;
    font-size: .9em;
    padding: 4px 15px;
    text-align: center;
    display: block;
}

.pinkButton
{
    background: none repeat scroll 0 0 #FF3366;
    border: 2px solid #FF668B;
    color: #FFFFFF;
    font-size: .9em;
    padding: 3px 15px;
    text-align: center;
    margin-left: 5px;
    font-weight: bold;
}
.pinkButton:hover
{
    background-color: #ff668b;
    border-color: #ff3366;
}

#body
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 10px #fff;
    background-color: #eee;
    margin: 15px 0;
    padding: 20px;
}

.body
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 10px #fff;
    background-color: #eee;
    margin: 15px 0;
    padding: 20px;
}
.brownBox
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 10px #4d352b;
    background-color: #291916;
    margin: 15px 0;
}
.brownWhiteBox
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 10px #fff;
    background-color: #291916;
    margin: 15px 0;
    padding: 20px;
}
.pinkWhiteBox
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 10px #fff;
    background-color: #ff668b;
    margin: 15px 0;
    padding: 20px;
}


#footer
{
    text-align: center;
}
#footer ul
{
}
#footer ul li
{
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
    text-align: center;
    font-size: .8em;
    border-right: solid 1px #fff;
}
#footer ul li a
{
    color: #fff;
}
#footer ul li a:hover
{
    color: #ff668b;
}

#CasonLink a
{
    color: #fff;
}

#CasonLink a:hover
{
    color: #ff668b;
}
#breadcrumbs
{
    margin-bottom: 15px;
}
#breadcrumbs a
{
    color: #777;
}
#breadcrumbs a:hover
{
    color: #ff668b;
}
.LittleLink
{
    display: inline;
    margin:0 0 0 10px;
    font-size:1.4em;
    line-height:1.5em;
}
.LittleLink a
{
    color:#ffbbcb;
}
.LittleLink a:hover
{
    color:#ff668b;
}
.LittleLinkList
{
}
