﻿body {
	/*background-color: #CECEFF;*/
	background-color: #F3ECC4;
	padding: 0px;
	margin-top:5px;
}

p, div, td{
	font: normal 12px Lucida Sans, Trebuchet MS, Arial;
	color: #111;
    line-height: 19px;
}

div, span, img, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 2.8em;
	color: #5B9BD6;
	line-height: normal;
	margin: 0px 0px 10px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 1.8em;
	color: #2354A6;
	line-height: 15px;
	margin: 0px 0px 10px;	

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color:#FF9900;
	line-height: 15px;
	margin: 0px 0px 10px;
	padding:2px 0 6px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333333;
	line-height: 20px;
	margin: 0px 0px 10px;
	font-weight: bold;
}
h5 {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 1.3em;
	color: #2354A6;
	line-height: 15px;
	margin: 0px 0px 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #D1DF88;
	line-height: 20px;
	margin: 0px 0px 10px;
	font-weight: bold;
}

table{
	border: 0px;
}

td{
	vertical-align: top;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #999999;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

input, select, textarea, checkbox {
	border: 1px solid #999999;
	padding: 2px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.aligncenter {
	text-align:center;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.errortxt {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
.redtxt {
	color:#FF0000;
}
.orangetxt 
{
	color:#FF6600;
}
.bluetxt  
{
	color: #0000C0;
}
.boldtxt 
{
	font-weight:bold;	
}
.pic {
	padding:14px;
	/*width:470px;*/
	width:90%;
	background-color:#EEE;
	border:1px solid #DDD; 
	
}
.quotered , .quoteblue ,.quotegreen ,.quotegrey,.quoteorange {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	font-family: Verdana, Arial;
}
.quotered 
{
	color:#FF0000;
}
.quoteblue  
{
	color: #0000C0;
}
.quotegreen {
	color:green;
}
.quotegrey
{
	color:#666666;
}
.quoteorange
{
	color:#FF6600;
}


/* MENU styles
-------------------------------------------*/

#nav_main{
	position:relative;
	display:block;
	height:40px;
	width:792px;
	font-size:12px;
	font-weight:bold;
	background:#000 url(../resources/image/menu_bg.gif) repeat-x top left;
}
#nav_main ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#nav_main ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#nav_main ul li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:12px 10px 0 10px;
	height:28px;
}
#nav_main a {
	color:#FFF;
}
#nav_main a:hover {
	color:#FF9900;
	background:#212E3F;
}
#nav_main a.current {
	color:#fff;
	background:#212E3F;
}
#nav_main a.current {
    color: #fff;
    background: #B31B34 url(../resources/image/gradient.png) repeat-x top left;
}
#nav_main a.current {
    color: #FFFFFF;
}
#nav_main .menu1 {
	width:40px;
	text-align:center;
}
#nav_main .menu2 {
	width:140px;
	text-align:center;
}
#nav_main .menu3 {
	width:180px;
	text-align:center;
}
#nav_main .menu4 {
	width:120px;
	text-align:center;
}
#nav_main .menu5 {
	width:191px;
	text-align:center;
}


/* CONTAINER styles
-------------------------------------------*/

#topContainer {
	width:792px;
	margin:0 auto;
	z-index: 200; 
	text-align: center;
	/*position:relative;*/
}
#menuContainer {
	width: 100%;
	height: 46px;
	text-align: center;
	position:relative;
}
#contentContainer {
	height: 100%;
	background-color: #EFEFEF;
	border:1px solid #444;
}
#bottomContainer {
	width: 100%;
	height: 30px;
	float: left;
	text-align: left;
}

/* HEADER styles
-------------------------------------------*/
#header {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 790px;
	background-repeat: no-repeat;
	height: 196px;
}

#headerLogo {
	float:left;
	border:1px solid #444;
	height:168px;
	width:280px;
	background:#FFFFFF;
	padding:10px;
}
#headerBanner {
	float:right;
	border:1px solid #444;
	height:168px;
	width:460px;
	background:#FFFFFF;
	padding:10px;
}
#logo {
	width: 280px;
	text-align:center;
	height: 168px;
	background:#FFCC66;
}
#banner {
	width: 460px;
	text-align:center;
	height: 168px;
	background:#FFCC66;
}



/* CONTENT styles
-------------------------------------------*/

#content {
	margin:0 auto;
	text-align:left;
	min-height:400px;
}
#contentLeft {
	width: 520px;
	float:left;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
	border-right:1px dotted #444;
}

#contentRight {
	width: 220px;
	float: right;
	background-color: #EFEFEF;
	text-align: center;	
}

#contentLeft, #contentRight {
	margin: 0px;
	padding: 7px 10px 7px 10px;	
	min-height: 560px;
} 
#contentRight ul {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 1.2em;
	color: #2354A6;
	line-height: 20px;
	list-style-type: none;
	text-indent: -40px;
	margin-top: -8px;
}

* html #contentRight li a {
margin-left: -40px; text-indent: 0px;
}

#contentRight ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #102C47;
	text-transform: none;
	list-style-type: none;
	
}
#contentRight  ul li  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #102C47;
	text-transform: none;
	list-style-type: none;
	text-decoration: underline;
}
#pageicons {
	text-align:right;
}
#title {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6500;
}
#bldg_outer {
	border:1px solid #333;
	width: 500px;
	height:200px inherit;
	padding:5px;
	margin:0 auto;
}
#bldg_inner {
	width: 490px;
	padding:5px;
	height:140px;
	background-color:#333;
}
.hometxt 
{
	color:#6666CC;
	font-style:italic;
	font-weight:bold;
}



/* FOOTER styles
-------------------------------------------*/
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	position: relative;
	color:#000000;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
}
#footer a {
	color:#000000;
	font-weight:bold;
}
#footer a:hover {
	color:#660000;
}

/* PANEL styles
-------------------------------------------*/
.paneltitle {
	background: url(../resources/image/panel_title_bg.gif) repeat-x;
	height:25px;
	width:92%;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:3px 0 0 8px;
	text-transform: uppercase;
}

#video {
	/*width:96%;
	height:160px;*/
	background-color:#333333;
	text-align:left;
	padding-top:12px;
}
.vids 
{
	width:96%;
	/*background-color:#333333;*/
	padding-bottom:4px;
	/*color:#FFFF00;*/
	color: #444444;
	font-weight:bold;
}
a.vids 
{
	font-weight:bold;
	text-transform: uppercase;
	font-size: 11px;
}
a.vids:hover 
{
	color:#999999;
}
.design_title, .design_title_s {
	color:#FFFFC0;
	background-color:#333333;
}
.design_title td {
	color:#FFFFC0;
	font-weight:bold;
	font-size:14px;
	padding:4px 0 6px 0;
	text-align:center;
}
.design_title_s td {
	color:#FFFFC0;
	font-weight:bold;
	font-size:12px;
	padding:2px 0 4px 0;
	text-align:center;
}
label {
	color:#444444;
}
#design1, #design2 {
	width:226px;
	height:130px;
	background-color:#FFCC66;
	padding:5px 4px 0 4px;
	text-align:center;
}
#design1 {
	float:left;
}
#design2 {
	float:right;
}
.design_txt {
	text-align:left;
	width:210px;
}
#design1_links a, #design2_links a {
	color:#333333;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#design1_links a:hover, #design2_links a:hover {
	color:#FFFFFF;
}
#design1_links, #design2_links {
	color:#333333;
	float:right;
	text-align:right;
	width: 124px;
}
a.donatelink 
{
	/*color: #6666CC;*/
	color: #FF0000;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
a.donatelink:hover 
{
	color:#000000;
}
.orangetxt 
{
	color:#FF6600;
}
.greentxt 
{
	color: #669900;
}
.boldtxt 
{
	font-weight:bold;	
}
.pollanswer 
{
	text-align:center;
	color:White;
}
.pollborder {
	width:210px;
	border:1px solid #990000;
	background:#FFFFFF;
}



/* FORMS styles
-------------------------------------------*/
fieldset {
	padding:10px;
	border:1px solid #6666CC;
}
legend {
	color:#0000C0;
	font-weight:bold;
}
#webform {
	width:100%;
}
/*#webform input {
	width:200px
	height:20px;
	border:1px solid #FF9900;
}*/
#webform input .txtbox_s {
	width:100px;
	height:20px;
	border:1px solid #FF9900;
}
/*#webform textarea, #webform select {
	border:1px solid #FF9900;
	width:200px;
}*/
#webform .buttons {
	border: 1px solid silver; 
	background: #37395F; 
	-moz-background-clip: 
	-moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	font-family: tahoma; font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 8pt; 
	line-height: normal; 
	color: white;
	cursor:pointer;
	width:100px;
}
#webform .redbuttons {
	border: 1px solid silver; 
	background: #FF0000; 
	-moz-background-clip: 
	-moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	font-family: tahoma; font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 8pt; 
	line-height: normal; 
	color: white;
	cursor:pointer;
	width:100px;
}
#webform .bluebuttons {
	border: 1px solid silver; 
	background: #6666CC; 
	-moz-background-clip: 
	-moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	font-family: tahoma; font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 8pt; 
	line-height: normal; 
	color: white;
	cursor:pointer;
	width:100px;
}
.labels, #radios label {
	color:#0000C0;
}
#webform table td {
	vertical-align:top;
	text-align:left;
}
.spacer {
	height:8px;
}
div.donation_pic {
	float:right;
}
#photoalbum td {
	width:170px;
	text-align:center;
	border:1px solid #EEE;
	background-color:#FFFFCC;
}

a.linkopacity:hover img {
     filter:alpha(opacity=70);
     -moz-opacity: 0.3; 
     opacity: 0.3;
     -khtml-opacity: 0.3;
}
a.linkopacity img {
     filter:alpha(opacity=100);   
     -moz-opacity: 1.0;   
     opacity: 1.0;
     -khtml-opacity: 1.0; 
}
.bquote {
	font-size: 16px;
	padding:10px 6px;
}
.caption {
	font-style:oblique;
	font-size:11px;
	color:#666666;
	text-align:center;
}

