﻿a:active, a:focus
{
    outline:none;
    -moz-outline-style:none;
}


body
{
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #2e383e;
    background-color: #191b22;
    background-image: url(/images/BackgroundShadowPic.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


a:link, a:visited
{

	color: #ffffff;
	border: none 0px;
	text-decoration: none;

}


a:hover
{

	color: #C04000;
	border: none 0px;
}





div.mainbody
{
    background-position: center top;
    width: 100%;
    height: 100%;

    background-image: url(/images/GoldStripBackground.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

div.header
{
    width: 835px;
    height: 168px;
    text-align: left;
    background-image: url(/images/PageHeader.jpg);
}

.header_link
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    font-size:9pt;
}
.header_link:hover
{
    color:#FAC503;
    text-decoration:underline;
}

div.body
{
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    width: 835px;

    text-align: left;
}

div.footer
{
    width: 900px;
    height: 45px;
    font-family: 'Times New Roman';
    font-size: 10pt;
    letter-spacing: 2pt;
    font-style: normal;
    color: #ffffff;  
    background-image: url(/images/footerline.gif);
    background-position: center top;
    background-repeat: no-repeat;
    
}


td.menu
{
    width: 222px;
    height: 550px;
    background-image: url(/images/nav/MenuBackground.gif);
    background-repeat: repeat-y;
    text-align: left;
    vertical-align: top;
       
}

td.spacer
{
    width: 4px;
    height: 550px;
}

td.content
{
    width: 604px;
    text-align: left;
    vertical-align: top;
    background-color: #b5a55a;
}

div.PageContent
{
    padding: 15px;
    width: 604;
    text-align: left;
    vertical-align: top;
}

div.HomeContent
{
    width: 604px;
    text-align: left;
    vertical-align: top;
}

.menu
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 222px;
}


.PageTitle
{
    font-family: 'Times New Roman';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2pt;
    color: #ffffff;
    text-transform:uppercase; /* RYAN EDIT */
}
.PageTitleSmall
{
    font-family: 'Times New Roman';
    font-size: 12pt;
    font-style: normal;
    letter-spacing: 2pt;
    color: #ffffff;
    text-transform:uppercase; /* RYAN EDIT */
}

.FooterText
{
    font-family: 'Times New Roman';
    font-size: 12pt;
    font-style: normal;
    color: #ffffff;
}

/* RYAN EDIT */
.inlineImage
{
    border:1px solid #FFFFFF;
    float: right; 
    width: auto; 
    height: auto; 
    visibility: visible; 
    margin-bottom: 3px; 
    margin-left: 3px;   
}

table.signup
{
    visibility: hidden;
    width: 204px;
    height: 140px;
    background-color: #c7c4ab;
    background-image: url(/images/informedheaderbackground.gif);
    background-position: top;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #1E2327;
}

.navMenuItem
{
    text-decoration:none;
    display: block;
    text-transform: uppercase;
    font-size:16px;
    font-weight: bold;
    color:#FFFFFF;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.navMenuItem:hover
{
    color:#b7a65b;
}

.navDropDownMenu
{
    float:left;
    position:absolute;
    border:1px solid #827540;
    background-color:#b5b9bb;
    width:200px;
    z-index: 1000;
}
.navDropDownMenu > a
{
    color:#000000;
    display:block;
    font-family:Arial;
    font-size:10pt;
    text-decoration:none;
    padding:5px 5px 5px 5px;
}
.navDropDownMenu > a:hover
{
    color:#FFFFFF;
    background-color:#3d4750;
}

.menuContent
{
    margin-top:30px;

}

#twitter_update_list
{
    list-style:none;
    margin-left:-20px;
}

#twitter_update_list li
{
    margin-bottom:20px;
}


.PhotoGalleryImageThumb
{
    width: 120px;
    position: absolute;
    clip: rect(0px 120px 80px 0px);
    
    border: none 0px;
    z-index: 2;
}

div#PhotoContainer
{
    width: 125px; 
    height: 85px;
    padding-left: 5px;
    padding-top: 5px;
    overflow: hidden;
    border: solid 1px #ffffff;
    
}
div#PhotoContainer a:hover
{
    background-color: #C04000;
}


.PicHolder {width: 140px; padding: 5px; margin-bottom: 10px; border: 0px solid #999999;}

.PicHolder  a:link {text-decoration: none;}


