/* Global Site Tag CSS */
body
{
    font-family: Arial;
    font-size: 12px;
}
a
{
    color: #0b688b;
    text-decoration: underline !important;
}
a:hover
{
    color: #cda01a;
    text-decoration: none !important;
}
p
{
    color: #464646;
    line-height: 19px;
    margin: 10px 0;
}
blockquote{
	color: #464646;
	font-weight: bold;
    line-height: 19px;
    margin: 10px 0;
	padding: 10px 20px;
	text-align: center;
}
h1
{
    color: #464646;
    font-family: Georgia;
    font-size: 22px;
    font-weight: lighter;
}
h3
{
    border-bottom: 1px solid #464646;
    color: #464646;
    font-family: Georgia;
    font-size: 18px;
    font-weight: lighter;
    margin: 0 0 10px 0;
}
/* Global Class CSS */
.rightButton
{
    display: block;
	padding: 0 0 20px 0;
    text-align: right;
}
/* Site Structure CSS */
#outsideContainer
{
    margin: 20px auto;
    width: 950px;
}
#header
{
    float: left;
    width: 950px;
}
#leftBar
{
    float: left;
    padding: 0 25px 0 0;
    width: 205px;
}
#content
{
    float: left;
    width: 720px;
}

/* Left Bar CSS */
#donate
{
    float: left;
    margin: 20px 0;
    width: 100%;
}
#leftBar h2
{
    color: #5f5f5f;
    font-family: Georgia;
    font-size: 22px;
    font-weight: lighter;
}
#leftBar input.textBox
{
    border: 1px solid #CCC;
    font-size: 12px;
    margin: 3px 0;
    padding: 3px 0;
    width: 200px;
}
.watermarkOn{
	color: #AAA;
	font-size: 14px;
	font-style: italic;
}
#def
{
    color: #464646;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 20px;
    
}
#def span
{
    color: #ffac13;
    font-size: 24px;
}
/* Tab CSS */
#tabs
{
    float: left;
    margin: 20px 0 0 10px;
}
#tabs li
{
    float: left;
    padding: 5px 0 5px 10px;
}
#tabs li a
{
    color: #464646;
    font-size: 14px;
    margin: 0 3px;
    padding: 5px 15px 5px 5px;
    text-decoration: none !important;
}
#tabs li a:hover
{
    color: #cda01a;
}
#tabs li.active
{
    background: url(../images/tab-left.gif) top left no-repeat #FFF;
}
#tabs li.active a
{
    background: url(../images/tab-right.gif) top right no-repeat #FFF;
    margin: 0;
}
#tabs li.active a:hover
{
    color: #464646;
}
/* Main Content CSS */
#mainContent
{
    background: url(../images/content-top.jpg) top left no-repeat #FFF;
    float: left;
    padding: 30px 0 0 0;
    width: 705px;   
}
#mainContent ul{
	margin: 10px 0 10px 20px;
}
#mainContent ul li{
	color: #464646;
    line-height: 19px;
    margin: 10px 0;
	list-style-type: disc;
}
#mainContent #bottom
{
    background: url(../images/content-bottom.jpg) bottom left no-repeat;
    float: left;
    padding: 0 0 40px 0;
    width: 705px;
}
#welcome
{
    border-right: 1px solid #c6c6c6;
    float: left;
    padding: 0 20px;
    width: 400px;
}
#fullContent{
    float: left;
	min-height: 250px;
    padding: 0 20px;
    width: 660px;
}
.dis{
	font-size: 10px;
	font-style: italic;
}
#news
{
    float: left;
    padding: 10px 0 0 20px;
    width: 200px;
}
#news li{
	line-height: 22px;
}
div.story
{
    padding: 0 0 15px 0;
}
/* Footer CSS */
#footer
{
    float: left;
    text-align: center;
    width: 100%;
}
#footer ul
{
    float: left;
    margin: 30px 0 0 0;
    text-align: center;
    width: 100%;
}
#footer ul li
{
    display: inline;
    margin: 0 5px;
}
#footer ul li a
{
    color: #464646;
    text-decoration: none !important;
}
#footer ul li a:hover
{
    color: #cda01a;
    text-decoration: underline !important;
}
/* FAQ */
.faq{
	padding: 20px 0 0 20px;
}
.question{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.question:hover{
	color: #F00;
	text-decoration: underline;
}
.answer{
	padding: 0 0 0 30px;
}
