﻿*{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:11pt;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5f69a2;
	font-weight:normal;
	padding:0;
	color:#414141;
	margin-top:0px;
	margin-bottom:5px;
	text-align:justify;
}

	a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: underline;
	font-size:11pt;
	font-weight:bold;
}
	a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #84423f;
	text-decoration: underline;
	font-size:11pt;
	font-weight:bold;
}
	a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: underline;
	font-size:11pt;
	font-weight:bold;
}

.quote{
	font-family: Arial, Helvetica, sans-serif;
	color: #17375e;
	font-size: 7.2pt;
	text-align:justify;
	font-style:italic;
	padding: 10px 10px 10px 10px;
}

.quote_name{
	font-family: Arial, Helvetica, sans-serif;
	color: #5f69a2;
	font-size: 8pt;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}

.quote_big{
	font-family: Arial, Helvetica, sans-serif;
	color: #17375e;
	text-align:justify;
	padding: 10px 4px 10px 4px;
}

.quote_logo_color{
	font-family: Arial, Helvetica, sans-serif;
	color: #5f69a2;
	text-align:justify;
	padding: 10px 4px 10px 4px;
}

.phrase_brown{
	font-family: Arial, Helvetica, sans-serif;
	color: #84423f;
	font-size: 11pt;
	font-weight:bold;
}

.bullet{
	font-family: Arial, Helvetica, sans-serif;
}

.bullet_blue{
	font-family: Arial, Helvetica, sans-serif;
	color: #5f69a2;
	font-size: 11pt;
	font-weight:bold;
}

.download_link{
	font-family: Arial, Helvetica, sans-serif;
	color: #17375e;
	font-size: 7.5pt;
	text-align:justify;
	font-weight:bold;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 40px;
	font-size:22pt;
	color:#5f69a2;
	text-align:left;
	font-weight:bold;
	background-image:url(../images/butterfly_s.gif);
	background-repeat:no-repeat;
	background-position: 0.5px 2px;
	}

.title_sub_up{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#5f69a2;
	text-align:center;
	font-weight:bold;
	}

.title_sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#5f69a2;
	text-align:left;
	font-weight:bold;
	padding:20px 0px 0px 25px;
	background-image:url(../images/butterfly_s-s.gif);
	background-repeat:no-repeat;
	background-position: 0px 20px;
	}

.bullet-content{
	text-align:justify;
	padding:20px 0px 0px 25px;
	background-image:url(../images/butterfly_s-s.gif);
	background-repeat:no-repeat;
	background-position: 0px 20px;
	margin-left:50px;
	}

.bullets{
	text-align:justify;
	padding:20px 0px 0px 25px;
	background-image:url(../images/butterfly_s-s.gif);
	background-repeat:no-repeat;
	background-position: 0px 20px;
	margin-left:10px;
	}
	
.title_sub_count{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#5f69a2;
	text-align:left;
	font-weight:bold;
	}

.title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#5f69a2;
	text-align:left;
	font-weight:bold;
	}
	
.image_border{
	border: 1px solid #666;
	display: block;
	margin-left: auto;
	margin-right: auto;
}	


.loading{
background-position: center;
background-repeat:no-repeat;
}

.wmark{
background-position: center ;
background-repeat:no-repeat;
}

fieldset{
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body{

scrollbar-face-color:#e1e5ff;
scrollbar-base-color:#e2f3f3;
scrollbar-arrow-color:5f69a2;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#e2f3f3;
scrollbar-highlight-color:#e2f3f3;
scrollbar-3dlight-color:#abcccb;
scrollbar-darkshadow-Color:#abcccb;
}

/* feature content glider css start */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 940px;
height: 198px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow:hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 950px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 940px;
margin-top: 0px;
text-align: center;
background-color:#a5bc39;
 /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
text-decoration:none;
display: inline-block;
border: 0px solid black;
color: #fff;
padding: 5px 2px 5px 2px;
margin-right: 10px;
font-weight: normal;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #000;
}

.glidecontenttoggler a:hover{
background: #transparent;
color: #000;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: #a5bc39;
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: #a5bc39;
}

.glidecontenttoggler a.next:hover{
color: #a5bc39;
}

.glidecontenttoggler a.prev:hover{
color: #a5bc39;
}
/* feature content glider css end */

/* image marquee css start */
#marqueecontainer{
position: relative;
width: 170px; /*marquee width */
height: 260px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 10px;
}

.heading{
font-size:8pt;
color:#399290;
font-weight:bold;
}

.date{
font-size:7pt;
color:#399290;
font-weight:normal;
}

.details{
font-size:8pt;
color:#666;
font-weight:normal;
text-align:justify;
padding: 3px 30px 30px 3px;
}
/* image marquee css end */

/* Photo Gallery Menu Start */

#p-g_gallery-table{
width: 90%;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
font-weight:normal;
padding:0;
margin: 1px;
color:#414141;

}

/* Small menu Start */
#small-menu{
text-align:left;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:8pt;
}
#small-menu ul li{
display:inline-block;
background: #d0dcb6;
border: 1px solid #a7b78a;
margin: 4px 0px 4px 0px;
padding: 1px 3px 3px 3px;
}
#small-menu a:link{
	color: #000080;
	font-size:9pt;
}
#small-menu a:hover{
	color: #84423f;
	font-size:9pt;
}
#small-menu a:visited{
	color: #000080;
	font-size:9pt;
}

/* Small menu Start */


/* Photo Gallery Menu End */