/* CSS Document */

/* meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;font-size:100%;background:transparent;}
/*ol, ul{list-style:none;}*/
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
ins{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;} /* tables still need 'cellspacing="0"' in the markup */
.IE button{width:1%;overflow:visible;}
a, a span{cursor:pointer;}


.clearBoth
{
    clear:both;
}


body
{
    background-color: #EEEADF;
    color: #253A47;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
}

.wrapper
{
    margin: 0 auto;
    width: 900px;
}

.donate:hover
{
    
    border: 2px solid #3EA8DB !important;
    background-color: White;
}

.donate
{
    display:inline-block;
    background-color: #EEEADF;
    padding: 0 0.75em;
    height: 30px;
    border: 2px solid #F57300 !important;
}

.donate > a
{
    color: #F57300;
    line-height: 2em;
}

.donate > a:visited, a:link, a:hover
{
    color: #F57300 !important;
    text-decoration: none !important;
}

.donate:hover > a
{
    color: #3EA8DB;
    text-decoration: none !important;
}

#header
{
    background-color: #3A5B6F;
    border: thin solid #F57300;
    margin-top: 20px;
    padding: 10px 20px;
}

#navigation
{
    display:table-cell;
    height: 116px;
    vertical-align:bottom;
}


#navMenu, #navMenu ul {
    list-style: none;
}
#navMenu {
    float: left;
}

#navMenu li 
{
    margin: 0px;
}

#navMenu > li {
    float: left;
}

#navMenu li a {
    display: block;
    line-height: 2em;
    padding: 0 0.75em;
    text-decoration: none;
}

#navMenu li a:active {
    text-decoration: underline;
}

#navMenu ul {
    position: absolute;
    display: none;
    z-index: 999;
}

#navMenu ul li a 
{
    font-size: 10px;
    width: auto; /*200px;*/
}
#navMenu li:hover ul {
    display: block;
}

/* Main menu
------------------------------------------*/
#navMenu {
}

#navMenu > li > div
{
    border: 2px solid #3A5B6F;
    display:table-cell;
    vertical-align:bottom;
    /*height: 50px;*/
}

#navMenu > li > div > a 
{
    color: #F57300;
}

#navMenu > li:hover > div
{
    /*background-color: #F57300;*/
    /*background: url('images/linkHover.gif') no-repeat center; */
}

#navMenu > li:hover > div > a {
    color: #3EA8DB;
}
 
/* Submenu
------------------------------------------*/
#navMenu ul {
    background-color: #3A5B6F;
    border: 1px solid #F57300;
}
#navMenu ul li a {
    color: #3EA8DB;
}
#navMenu ul li:hover a 
{
    color: White;
    background-color: #90985a;
}

#navMenu ul 
{
    /*border: thin solid #F57300;*/
}


#contentArea
{
    /*background-color: #ece2c5; /* tan */
}

#mainContent
{
    /*background-color: #ece2c5; /*dark tan*/
    background-color: white;
    border-left: thin solid #F57300;
    border-right: thin solid #F57300;
}


#leftColumn
{
    float: left;
    padding: 20px 20px;
    width: 210px;
}

#leftColumn p
{
	margin-bottom: 0.5em;
}

#leftColumn h3
{
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 11px;
}

#rightColumn
{
    border-left: thin solid #F57300;
    margin: 0px 0px 0px 250px;
    min-height: 300px;
    padding: 20px 20px 20px 20px;
}

#rightColumn .moviediv
{
	border: thin solid #F57300;
	background-color: black;
	padding: 0px;
}

#rightColumn .moviediv iframe
{
	padding: 10px;
}

#rightColumn h1
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

#rightColumn h2
/* italic, bold, green, times new roman */
{
	color: #8F9B5F;
    font-family: "Times New Roman",Times,serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px;
	text-align: center;
}

#rightColumn h3 
{
/* 14 point times */
    color: #3A5B6F;
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: normal;
    padding: 0px 0px 15px 0px;
    line-height: 16pt;
}

#rightColumn h4 
/* bold, green, default font */
{
    color: #8F9B5F;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 15px 0px;
}

#rightColumn h5 
/* bold, default color (blue), default font */
{
	margin-bottom: 1em;
}

#rightColumn h6
{
	background-color: #ece2c5;
	border-bottom: thin solid #F57300;
	font-weight:normal;
	padding: 10px;
}

#homepageContent h2
{
	color: #5c95a8;
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 16px;
}


#homepageContent
{
    background: url('images/home.jpg') no-repeat;
    background-color: #3A5B6F;
    border-left: 2px solid #14a7d2;
    border-top: 2px solid #14a7d2;
    border-right: 2px solid #34a426;
    border-bottom: 2px solid #34a426;
    margin: 20px auto;
    /*height: 500px;*/
	width: 550px;
}

#footer
{
    margin-bottom: 20px;
}

#footerContent
{
    background-color: #3A5B6F; /*dark blue*/
    border: thin solid #F57300;
    padding: 20px 20px 15px 20px;
}

#footerContent td
{
    width: 50%;
    color: White;
}


.thumbnails a 
{
    border: 2px solid white;
}

.thumbnails a:hover 
{
    border: 2px solid #F57300;
}


hr
{
    margin: 15px 0px;
    background-color: #F57300;
    border: 0;
    color: #F57300;
    height: 1px;
}

#rightColumn hr
{
    margin: 30px 0px;
}

p
{
    margin-bottom: 1em;
}

a:link
{
    color: #3EA8DB;
    text-decoration: underline;
    font-weight: normal;
}
a:visited
{
    text-decoration: underline;
    color: #8F9B5F;
    font-weight: normal;
}
a:hover
{
    text-decoration: underline;
    color: #F57300;
    font-weight: normal;
}
a:active
{
    color: #F57300;
    /*font-weight: bold;*/
}



li 
{
    display:list-item;
    margin-left: 40px;
}

.center 
{
    text-align:center;
}

#rightColumn  .mainPictureBox {
    background-color: #FFFFFF;
    border: 1px solid #253A47;
    height: auto;
    padding: 10px;
    vertical-align: middle;
}

#rightColumn  .mainPictureBox h3
 {
	font-family: "Times New Roman", Times, serif; 
	letter-spacing: 1px;
	font-size: 18px;
	color: #1D5BBA;
	line-height: normal;
	font-weight:normal;
}

.brightBlueText
{
}

.purpleText
{
	color: #5E005E;
}

.quote 
{
    /*background-color: #ece2c5;*/
    color: #3A5B6F;
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    padding: 00px 0px 5px 0px;
}

.quoteSig
{
    text-align:right;
}

.sidenav
{
	padding-left: 31px;
}

