@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgb(255,255,255);
	color:rgb(105,105,105);
}
body,table,tr,td,th,input,select,textarea {
font-size:13px;
font-family:freesans,tahoma,verdana,arial,sans-serif;
}

h1 {
	font-size:24px;
	font-family: source-sans-pro, sans-serif;
	color:rgb(0,0,0);
	font-weight:bold;
	padding-top:36px;
	letter-spacing:2px;
}

h2 {
	font-size:24px; 
	text-align:left; 
	font-weight:normal;
	font-family: andada, serif; 
	/* <script src="//use.edgefonts.net/antic;istok-web;andada.js"></script>  -  Included in php file for font support */
	padding:0 0 20px 0;
	color:rgb(0,0,0);
}

.para1 {
	font-size:18px; 
	/* text-align:center;  */
	font-weight:normal; 
	font-family: antic, sans-serif; 
	/* padding: 0 15px;" */
}
	
.center {
	text-align:center;
	margin:0 auto;
}

.imgRow {
	clear:both; 
	width:100%; 
	line-height: 0px; 
	padding: 0; 
	margin: 0 auto; 
	border:0px red solid;
}

.imgCell {
	float:left; 
	width:32%; 
	margin: 0; 
	padding:.5%; 
	border:0px blue solid;
}

.darker {
    -webkit-filter: brightness(100%); /* Safari */
    filter: brightness(100%);
	-webkit-transition: all 0.5s;
	display:block;
}

.Column3 {
    -webkit-filter: brightness(100%); /* Safari */
    filter: brightness(100%);
	-webkit-transition: all 0.5s;
	display:block;
	width: 296px;
	Height: 222px;
}

.Column3:hover {
    -webkit-filter: brightness(50%); /* Safari */
    filter: brightness(50%);
}

.darker:hover {
    -webkit-filter: brightness(50%); /* Safari */
    filter: brightness(50%);
}

.fade {
   opacity: .4;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   padding:0 5px;
}

.fade:hover {
  opacity: 0.8;
  }


/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
	/* list-style: none; */
	width: 475px;
    margin: 0 auto;   /*  */
    padding: 0;
	padding-top:32px;
    overflow: hidden;
    background-color: rgba(255,255,255,1.00);
	border:rgba(255,255,255,1.00) 0px solid;
}

/* Float the list items side by side */
ul.topnav li { float: left; letter-spacing:2px; font-size: 12px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: rgb(185,185,185);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
}

/* Change Color/background color of links on hover */
ul.topnav li a:hover {background-color: rgb(255,255,255); color: rgb(107,107,107);}

ul.topnav li.active a {
    display: inline-block;
    color: rgb(107,107,107);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:920px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {float: right; display: inline-block;}
  ul.topnav {width: 430px;}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:920px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

/* medium+ screen sizes */
@media (min-width:684px) {
	.para1 {
	font-size:18px;
	}
}
 
/* small screen sizes */
@media (max-width:684px) {
	.para1 {
	font-size:16px;
	}
}

/* medium+ screen sizes */
@media (min-width:920px) {
    h1 {
        padding-top:36px;
    }
	ul.topnav {
		padding-top:32px;
		width: 475px;
	}
}
 
/* small screen sizes */
@media (max-width:920px) {
    h1 {
        padding-top:0px;
    }
	ul.topnav {
		padding-top:0px;
		width: 299px;
	}
}

/* medium+ screen sizes */
@media (min-width:960px) {
    .Column3 {
		width:296px;
		height:222px;
	}
}
 
/* small screen sizes */
@media (max-width: 960px) {
    .Column3 {  /* picTable */
		width:100%;
		height:100%;
	}
}

/* medium+ screen sizes */
@media (min-width:960px) {
    .sidePic {
		/* width:296px;
		height:222px; */
	}
}
 
/* small screen sizes */
@media (max-width: 960px) {
    .sidePic {  /* picTable */
		width:34vw;
		height:34vh;
	}
}


.rightFigure 
        {  
	float: right;
	border: solid 1px #0395C4;
	padding: 0px;
	margin: 4px 0 6px 13px;
}
.leftFigure {  
	float: left;
	border: solid 1px #0395C4;
	padding: 0px;
	margin: 0 12px 6px 0;
}

.normalFigure {  
	/* float: left; */
	border: solid 1px #0395C4;
	padding: 0px;
	margin: 12px;
}

#bg-wrapper {
/* background:url(wrapper-bg.png) repeat-y center top; */
min-height:100%;
height:auto !important;
height:100%;
position:relative;
}

#container {
background-color: rgb(255,255,255);
/* border: rgb(0,128,128) solid 1px;
box-shadow: 10px 10px 5px rgb(48,48,48); */
padding:0;
max-width:944px;
text-align:left;
position:relative;
min-height:100%;
margin:0 auto;
height:auto !important;
height:100%;
border:0px green solid;
}

#header {
background-color: rgb(0,0,0);
background-image:url(../images/common/logo.gif);
background-position:top left;
background-repeat:no-repeat;
/* box-shadow: 10px 10px 5px rgb(48,48,48); */
padding:10px 10px;
/* width:940px; */
text-align:left;
position:relative;
min-height:100%;
margin:0 auto;
height:180px !important;
height:100%;
}

#nav {
background-color: rgb(0,0,0);
/* background-image:url(../images/common/logo.gif);
background-position:top left;
background-repeat:no-repeat;
box-shadow: 10px 10px 5px rgb(48,48,48); */
padding:0px 10px 1px 10px;
/* width:940px; */
text-align:left;
position:relative;
min-height:100%;
margin:0 auto;
height:auto !important;
height:100%;
}

#mybody {
background-color: rgb(255,255,255);
/* box-shadow: 10px 10px 5px rgb(48,48,48); */
padding:0px 10px;
/* width:940px; */
text-align:left;
position:relative;
min-height:100%;
margin:0 auto;
height:auto !important;
height:100%;
}

#mybody-blk {
background-color: rgb(0,0,0);
color:rgb(254,243,0);
/* box-shadow: 10px 10px 5px rgb(48,48,48); */
padding:10px 10px;
/* width:940px; */
text-align:left;
position:relative;
min-height:100%;
margin:0 auto;
height:auto !important;
height:100%;
}

#myfooter {
background-color: rgb(254,249,182);
background-image:url(../images/common/footer.gif);
background-position:top left;
background-repeat:repeat-x;
/* box-shadow: 10px 10px 5px rgb(48,48,48); */
padding:10px 10px;
/* width:940px; */
text-align:left;
position:relative;
min-height:100%;
margin:0 auto;
height:auto !important;
height:100%;
font-size:11px;
}