@charset "utf-8";
* { margin:0; padding:0;
}

body {
	margin-top: 0px;
	background-color: #ffffff;
}


.clr {
clear:both;
}

a:link {
color:#e88031;
}

a:hover {
color:#bca10a;
}

a:visited {
color:#e88031;
}

/* STRUCTURE ------------------------------------------ */

#vis {
	background-color: #FFFFFF;
	background-image: url(../images/bgm.jpg);
	background-repeat: repeat-x 50% 0;;
	background-position: top;
	width: 100%;
	margin-top: 0px;
}

#vis2 {
	background-color: #FFFFFF;
	background-image: url(../images/subbg.jpg);
	background-repeat: repeat-x 50% 0;;
	background-position: top;
	width: 100%;
	margin-top: 0px;
}

#container {
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#info {
	width: 900px;
	margin: 20px;
	min-height:365px;
}

#leftcol {
	width:432px;
	height:100%;
	overflow:hidden;
	float: left;
    line-height:21px;
	margin-left:10px;    
}

#leftcolwide {
	width:590px;
	height:100%;
	overflow:hidden;
	float: left;
    line-height:21px;
	margin-left:10px;    
	margin-right:10px;
}

#leftcolwide2 {
	width:700px;
	height:100%;
	overflow:hidden;
	float: left;
    line-height:21px;
	margin-left:10px;    
	margin-right:10px;
}

.tricol {
	float: left;
	width: 278px;
	margin-right:30px;
	padding-top:15px;
}

.tricol p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
    margin-bottom:15px;
    line-height:21px;
}

.rightcol {
	float: right;
	width: 425px;
	margin-right:20px;
}

.rightcolnarrow {
	float: right;
	width: 250px;
	margin-top:10px;	
	margin-right:10px;
}

.rightcolcon {
	float: right;
	width: 385px;
	margin-right:20px;
}

#donate {
	width: 100%;
	height: 181px;	
	text-align:center;
	background-image: url(../images/burst.png);
	background-repeat: no-repeat;
	background-position: center top;	
	margin-top:-25px;
}

#footer {
	width: 946px;
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;	
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#footer2 {
	width: 1020px;
	height: 166px;
	background-image: url(../images/footerbg2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:-50px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#flash {
	float:right;
	height:230px;
	width:475px;
	margin: 12px 5px 0px 0px;
	
}

/* LISTS ------------------------------------------ */

ul
{
	list-style-image:url("/images/bullet.png");
	list-style-type:square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-top:-19px;
	margin-left:150px;
	margin-right:20px;
	margin-bottom:15px;
}




/* IMAGES ------------------------------------------ */

a img {border:none;
}

img.lftb{
float:left;
padding:0px 15px 3px 0px;
}

img.lft{
float:left;
padding:0px 15px 3px 0px;
}

img.lft2{
float:left;
padding:8px 10px 5px 0px;
}

img.logo{
float:left;
padding-top:27px;
padding-left:32px;
}

img.donate{
margin-top:67px;
}

img.flash{
float:right;
padding-top:20px;
padding-right:27px;
}

img.rgt{
float:right;
padding:0px 1px 1px 13px;
}

/* HEADER ------------------------------------------ */
#header {
	height: 248px;
	width: 946px;
}
.teen {
	float: right;
	margin-top: 14px;
}


/* START NAVIGATION -------------------------------------- */



ul#nav {
    z-index: 50;
    margin: 0 0 1px 0;
    list-style: none;
    /*position: relative;*/
    width: 930px;
    height: 70px;
    line-height: 38px;
    clear: both;
    background: url(../images/menubg.png) no-repeat left top;
    padding-left: 16px;
    padding-top: 13px;
}
ul#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #FFF;
    line-height: 20px;
}
ul#nav li {
    float: left;
    /*display: block;*/
    text-align:center;
    position: relative;
    padding: 0;
}
ul#nav li a {
    padding: 0 10px;
    display: block;
    font: 13.7px/38px rockwell, georgia, times, serif;
    font-weight:700;
    text-transform:uppercase;
    text-decoration: none;
    text-shadow: #000000 1px 1px 3px;
    color: #fff;
}
ul#nav li a:hover {
    color: #fdc040;
    background: url(../images/menulibg.png) repeat-x left top;    
}
ul#nav li ul {
    position: absolute;
    width: 155px;
    left:0;
    margin-left: -999em;
    background-color: #ef8b3f;
}
ul#nav li li {
    background-color: #ef8b3f;
    text-align:left;
    margin: 0;
    padding: 0;
    float: left;
}
ul#nav li li  a {
    background-image: none;
    padding: 6px;
    border-bottom: 1px solid #d2d2d2;
    width: 143px;
    display: block;
    font-weight: normal;
    color: #ffffff;
    font: normal 13px rockwell, georgia, times, Helvetica;
    text-decoration: none;
}
ul#nav li li  a:hover {
    color: #fdc040;
    background-color: #ef8b3f;
}
ul#nav li:hover ul {
    margin-left:0;
    cursor: pointer;
}
ul#nav li:hover ul, #nav li.sfhover ul {
    margin-left: 0;
}



/* CONTENT -------------------------------------- */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #000000;
    text-shadow: #e77f2f 1px 1px 3px;	
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom: 2px dashed #999999;    
}

h1.head {
	font-family: tahoma, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #000000;
    text-shadow: #e77f2f 1px 1px 3px;	
    margin-bottom:15px;
    margin-left:10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #231900;
	margin-top: 1px;	
	margin-bottom: 8px;
}

h2.res {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #231900;
	margin-top: 1px;	
	margin-bottom: 3px;
}

h2.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #232323;
	margin-top: 7px;	
	margin-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #212121;
	margin-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}



.line {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	font-size: 1px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 7px;
}

.rightcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:24px;
	color: #333333;
}

.rightcolnarrow p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:24px;
	color: #333333;
}

.rightcolcon p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:24px;
	color: #333333;
}

.faqindent {
 position:relative;
 top:10px;
 left:20px;
 bottom:10px;
 background:transparent url(../images/roadbg.jpg) no-repeat scroll left bottom;
}



#leftcol p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
    margin-bottom:15px;
}

#leftcolwide p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
    margin-bottom:15px;
}

#leftcolwide2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	font-weight: normal;
	color: #333333;
    margin-bottom:15px;
}

#leftcolc {
	width:435px;
	overflow:hidden;
	float: left;
}



.NavList
{

	background-color: #e3f0fd;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	border: solid 1px #999999;
        padding-left:15px;
        padding-right:15px;
        line-height:25px;
	font-size:12px;
}

.NavList a
{
		font-size: 13px;
        color:#000000;
		border-width:1px;
		text-decoration:none;

}

.NavList a:hover
{
	font-size: 13px;
        color:#000000;
        text-decoration:underline;

}

.dashedline {
	height: 1px;
	width: 100%;
	font-size: 1px;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-style:dashed;
	border-width:1px;
}

#gallery {
	padding-left: 10px; overflow:hidden; width: 490px;
}	




/* FOOTER -------------------------------------- */

.footleft {
	width: 920px;
	padding-top: 25px;
	padding-left: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f2714;
	float: left;
	margin-bottom: 15px;
}

.footleft p {
	text-align:center;
}

.footleft a:link, .footizq a:active, .footizq a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.footleft a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

.footleft2 {
	width: 1020px;
	padding-top: 118px;
	padding-left: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f2714;
	float: left;
	margin-bottom: 15px;
}

.footleft2 p {
	text-align:center;
}

.footleft2 a:link, .footizq a:active, .footizq a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.footleft2 a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

/***********Right Nav***********/


.RightNavContainer
{
	width: 250px;
	padding-bottom: 40px;
	float:right;
}


.RightNavContainer .NavHeader
{
	font-family: tahoma, arial, sans-serif;
	font-size: 17px;
	background-color: #222222;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 15px;
	border: solid 1px #999999;


}

.rNavList
{
	font-family: tahoma, arial, sans-serif;
	background-color: #eee6e1;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	border: solid 1px #999999;
    padding-left:15px;
    padding-right:15px;
    line-height:25px;
	font-size:12px;
}

.rNavList a
{
		font-size: 14px;
        color:#222222;
		border-width:1px;
		text-decoration:none;

}

.rNavList a:hover
{
        color:#000000;
        text-decoration:underline;

}

#biowr {
	width:280px;
	overflow:hidden;
	float: left;
	margin-right:14px;    
}

