/* CSS Document */
html, body {height:100%}

body {
	background-color:#04699B;
	margin-bottom:0px;
	margin-top:0px;
	clear:both;
}


#wrapper{
	position: relative; /*** Let's be nice to IE ***/
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	display:table; /*** For non-IE browsers ***/	
	height:100%;
	/*min-height:100%;*/ /*for mozilla*/	
}

#wrapper {height:auto; min-height:100%;}

/*html>body #wrapper {height:auto}*//*for mozilla */

#container{
	background-color:transparent;
	width:100%;
	margin-left:10px;
	margin-right:10px;
	background-repeat: no-repeat;
}

#up_banner{
	background-image:url(images/up_banner.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:122px;
	float: left;
	clear:both;
}

#menu{
	height:26px;
	width:100%;
	margin-top:0px;
}


#link_lft{
	background-image:url(images/menu_left.gif);
	background-repeat:no-repeat;
	float:left;
	width:7px;
	height:26px;
}

#link_mid{
	background-image:url(images/menu_mid.gif);
	background-repeat:repeat-x;
	height:26px;
	width:900px;
	float:left;
	clear: both;
}

#link_ryt{ 
	background-image:url(images/menu_right.gif);
	background-repeat:no-repeat;
	float:left;
	width:7px;
	height:26px;
}

#banner{
	background-repeat:no-repeat;
	margin-top:15px;
	width:900px;
	height:230px;
	float:left;
	clear: both;
}


#content_area{
	width:100%;
	margin-bottom:15px;
	float:left;
}

#content{
	background-color:transparent;
	float:left;
	margin-top:25px;
	width:655px;
	padding:5px;
}


#youtube{
	background-color:tarnsparent;
	float:left;
	width:655px;
}

#donate_colmn{
	background-image:url(images/side_col.gif);
	background-repeat:repeat-y;
	float:left;
	width:226px;
	height:420px;
	margin-top:25px;
	margin-left:10px;
}

#support{
	background-image:url(images/support.jpg);
	background-repeat:no-repeat;
	float:left;
	width:218px;
	height:152px;
	margin-left:3px;
	margin-right:3px;
	margin-top:10px;
}

#donation{
	background-image:url(images/donation.jpg);
	background-repeat:no-repeat;
	float:left;
	width:218px;
	height:152px;
	margin-left:3px;
	margin-right:3px;
	margin-top:10px;
}

#other_links{
	float:left;
	width:218px;
	margin-left:3px;
	margin-right:3px;
	margin-top:10px;
}

#gallery{
	width:100%;
	margin: 0;
	margin-top: 25px;
}

#line{
	background-image:url(images/line1.gif);
	background-repeat:repeat-x;
	width:650px;
	float:left;
	height:1px;
	padding:5px;
	margin-top:35px;
}

.line1{
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	width:1px;
	float:left;
	height:180px;
	margin-top:15px;
	margin-right:8px;
	margin-left:8px;
}

.video{
	background-image: url(images/video1.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:175px;
	float:left;
	margin-top:15px;
}

.video1{
	background-image: url(images/video.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:175px;
	float:left;
	margin-top:15px;
}

.video2{
	background-image: url(images/video2.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:175px;
	float:left;
	margin-top:15px;
}

#footer{
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	float:left;
	width:900px;
	height:55px;
}

.style{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	font-weight: lighter;
}

.style1 {
	color: #04699B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style2 {
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style3 {
	color: #333333;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style5 {color: #04699B}

a:link {
	color: #04699B
}

a:visited {
	color: #333333;
}
 
a:hover{
	color: #66CCFF;
	text-decoration:underline;
}

.contactEmail{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #04699B;
	text-align:left;
	font-weight: lighter;
}

a.designer {
	color: #66CCFF;
	text-decoration:none;
	font-weight:bold;
}

a.designer:hover {
	color: #333333;
	text-decoration:underline;
}

/* DIV CLASSES FOR MESSAGE TEXTS */
.diverror  {
	border: #FF0000 solid;
	border-width: 5px 0px 0px 0px;
}

.divinfo  {
	border: #695D54 solid;
	border-width: 5px 0px 0px 0px
}

.divwarning  {
	border: #6699CC solid;
	border-width: 5px 0px 0px 0px
}

.divmessage  {
	border: #74797E solid;
	border-width: 1px;
	padding:10px 10px 10px 10px;
	background-color: #F2F2F2
}

/* FONT STYLES FOR MESSAGE TEXTS */
.error {
	FONT-SIZE: 0.85em;
	font-weight:bold;
	color: #FF0000;
}

.info {
	FONT-SIZE: 0.85em;
	font-weight:bold;
	color: #695D54;
}

.warning {
	FONT-SIZE: 0.85em;
	font-weight:bold;
	color: #6699CC;
}

/* GALLERY STYLES */
.gallery{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
}

.galleryThumb {
	border:2px solid #04699B;
}

/* ----------------------------- contact us form styles */
#contactBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	/*font-size: 11px;*/
	float:left;
	text-align:left;
	background:#F2F2F2;	
	font-weight:bold;
}

#contactform{
	margin:0;
	padding:3px 0;
	border: none 0px #ffffff;
}
#contactform p {
	margin:0;
	padding:0;
}
#contactform input,#contactform textarea,#contactform select {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
}
#contactbutton {
	/*background-color:#930;*/
	background-color:#1e0e67;	
	border: 1px solid #ddd;
	font-weight:bold;
	color:#fff;
}
