﻿/* Default.aspx */

.welcome h1
{
    font-size:35px;
    color:#E6A105;
    text-align:center;
    padding:30px 70px 0px 70px;
    text-shadow: #999 1px 1px 2px;
}

.welcome h2
{
    font-size:20px;
    color:#E6A105;
    text-align:center;
    margin:0px 0px 30px 0px;
    text-shadow: #999 1px 1px 1px;
}

.large_option img
{
    margin: 0px 0px 10px 9px;
}

.large_option a.title_link
{
    color:#E6A105;
    font-size:18px;
    font-weight:bold;
    margin:0px 0px 0px 9px;
    text-decoration:none;
    text-shadow: #CCC 1px 1px 0px;
}

.large_option a.title_link:hover
{
    text-decoration:underline;
}

.large_option img
{
    border:8px solid #CCC;
    
    -webkit-transition-property:border;
    -webkit-transition-duration:0.2s;   
}

.large_option img:hover
{
    border:8px solid #999;   
}

.large_option a.quote_link
{
    font-size:14px;
    color:#D42743;
    font-weight:bold;
    margin:0px 0px 0px 9px;
    text-decoration:none;
    text-shadow: #CCC 1px 1px 0px;  
}

.large_option a.quote_link:hover
{
    text-decoration:underline;    
}

.large_option p
{
    width:276px;
    margin:10px 0px 10px 9px;
    padding:0px 5px 0px 0px;
    color:#666;
    font-size:12px;
    text-shadow: #CCC 1px 1px 0px;
}

.small_option img
{
    margin: 10px 0px 10px 7px;
}

.small_option a.title_link
{
    color:#E6A105;
    font-size:18px;
    font-weight:bold;
    margin:0px 0px 0px 7px;
    text-decoration:none;
    text-shadow: #CCC 1px 1px 0px;
}

.small_option a.title_link:hover
{
    text-decoration:underline;
}

.small_option a.quote_link
{
    font-size:14px;
    color:#D42743;
    font-weight:bold;
    margin:0px 0px 0px 7px;
    text-decoration:none;
    text-shadow: #CCC 1px 1px 0px; 
}

.small_option a.quote_link:hover
{
    text-decoration:underline;    
}

.small_option p
{
    width:200px;
    margin:10px 0px 10px 9px;
    padding:0px 5px 0px 0px;
    color:#666;
    font-size:12px;
    text-shadow: #CCC 1px 1px 0px;
}

.small_option img
{
    border:5px solid #ccc;
    -webkit-transition-property:border;
    -webkit-transition-duration:0.2s;
}

.small_option img:hover
{
    border:5px solid #999;
}

