﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0; 
    padding: 2px 0px 0px 0px;
}

p
{
   font: 14px Arial, Helvetica, sans-serif; 
}
 a:link, a:visited
{
    color: #3399FF;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: Red;
}

#content
{
    width: 95%;
    text-align: left;
    font-size: 80%;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}

#navpnl
{
    font-size: 90%;
    min-height: 600px;
    width: 12%;
    padding:0px 5px 0px 5px;
    margin:0px 10px 0px 5px;
    float: right;
}

#navpnl .navhdg
{
    font-size: 120%;
    font-weight: bold;
}

#navpnl.QCnt
{
    color: Red;
    font-weight: bold;
}


 .h2
{
    padding-top: 10px;
    border-bottom:1px solid #000;
    font-size:15px;
    font-weight:bold;
    color:#0d274a;
    margin-bottom: 10px;
}

#Lgn:hover
{
    box-shadow: 0.5em 0.5em 1em gold;
}

#main
{
   width: 95%;
   padding-top:2px;
}


#back
{
 width: 95%;
margin: 0 auto;
}

#logoHeader
{ 
    height  : 130px;
	clear: both;
	width: 100%;
	padding-top: 2px;
    border-top: 1px solid #263035;
}

 #logoHeader .header_Content
  {
 width: 95%;
 margin: auto;
 }

 #logoHeader .logo
 {
  width:100%;
 float: left;
 margin-top: 2px;
  margin-left:10px;
 }


#logo {
width: 100%;
height: 130px;
text-align: left;
padding-top: 5px;
}

.logo h1 a
{
    text-decoration: none;
    font-size: 30px;
    color: #0066FF;
    text-shadow: 1px 1px 1px #FFFFCC;
}
   

#left_content
{
    width: 10%;
    float: left;
    background-color: #99FF66;
    border-radius:15px;
   padding-left:1%;
   margin-left:1%;
}
#left_content h2
{
   padding:0px 0px 0px 10px;
   font-size:130%;
}

#left_content ul
{
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    list-style:none;
    /*list-style-image: url('Image/LstTeat.png');*/
    /*list-style-type: none; list-style-type:square;	*/
   
}

#left_content ol
{
    font-size: 15px;
    padding: 10px 10px 10px 20px;
   
}
#left_content ul a:hover
{
 box-shadow:10px 10px 10px #633;
}

#left_content li 
{ 
	color: #0066FF;
	margin: 0px;
    padding:  5px 0px 5px 0px;
    font-size: 12px;
    font-weight: bold;
   /* line-height: 20px;
    border-bottom:solid 1px  #666666;*/
}


#left_content a
{
    color: #0066FF;
}
#left_content a:visited 
{
	color: #0066FF;
}

#left_content a:hover
{
    color: #FF0066;
}

#left_content p
{

color: White;
}


#right_content
{

float:right;
width:75%;
margin-right:1%;
padding-right:1%;
}

#right_content .h3
{
    margin: 0;
    padding: 0px;
    font-size: 15px;
    font-weight:bold;
    color: #996633;
}

#right_content a
{
    color: #0000FF;
    text-decoration: none;
}

#right_content a:hover
{
    text-decoration: none;
    color: Red;
}
#right_content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right_content ol, #right_content ul
{
margin-left: 30px;
}


#right_content h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    padding-top: 5px;
    border-top: 5px solid #263035;
    background-color: #99FF66;
}

#footer p
{
    margin: 0 auto;
    padding:0px 0px 10px 0px;
    font-size: 12px;
    text-align:center;
    color: #000000;
}

#footer a
{
    color: #000000;
}

#footer_top{
	width: 800px;
	margin: 0 auto;
	padding:0px 0px 10px 0px;
}



.nextprev
{
    border-radius: 15px;
    background:#ded18e;
    -moz-box-shadow: 10px 10px 5px #54949c;
-webkit-box-shadow: 10px 10px 5px #54949c;
box-shadow: 10px 10px 5px #54949c;
}



.textbox
{
border: 1px solid #CCCCCC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 6px 6px 4px;
box-shadow: 2px 3px 2px #eee;
-moz-box-shadow: 2px 3px 2px #eee;
-webkit-box-shadow: 2px 3px 2px #eee;
background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

.nButtonR
{

    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background : -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    border-radius: 5px 10px 5px 10px;
    display: block;
    float: right;
    height: 25px; 
    margin-right: 50px;
    padding-right: 20px; 
    padding-left: 20px;
    margin-top:7px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.nButton
{
    background: -webkit-gradient(linear, left top, left 15, from(#996633), color-stop(4%, #f4f4f4), to(#996633));
    background: -moz-linear-gradient(top, #996633, #f4f4f4 1px, #996633 15px);
    border-radius: 5px 10px 5px 10px;
    display: block;
    float: left;
    height: 25px; 
    margin-right: 20px;
    padding-right: 20px;
    margin-left: 20px;
    padding-left: 20px;
    text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.contactDiv
{
    
    border: 1px solid #669999;
     margin-right:10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 6px 4px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

.shadow
{
    transition:box-shadow 1s;
    -mox-transition:box-shadow 1s;
    -webkit-transition:box-shadow 1s;
}
.shadow:hover
{
    box-shadow:0px 0px 10px #633;
}

/*----------------------------Screen Size------------------*/
@media only screen and (min-width:960px) {
	/*.content {
		position: relative;
		max-width:960px;
		margin: 0 auto;
	}*/
/*.divcontent
{
	float:left;
	width:1000px;
	height:100%;
	vertical-align:top;
}
	.divleft
{
	float:left;
	width:160px;
	height:100%;
	vertical-align:top;
	background-color:#5a5757;
	border-radius: 1px;
	box-shadow: 0px 0px 5px 5px #5a5757;
}*/

	.item {
	margin: 10px 0 10px 3px;
    /*border-bottom:solid 1px White;*/
}

}

@media only screen and (min-width:650px) and (max-width:959px){
	/*.content {
		position: relative;
		max-width:650px;
		margin: 0 auto;
	}*/

/*.divcontent
{
	float:left;
	width:600px;
	height:100%;
	vertical-align:top;
}
	.divleft
		{
	display:flex;
	flex-flow:row wrap;
	align-content:space-around;
	justify-content:space-around;
	background-color:#5a5757;
	margin-bottom:20px;
	vertical-align:top;
	border-radius: 1px;
	box-shadow: 0px 0px 5px 5px #5a5757;
}*/

	.item
	{
		float:left;
		padding:3px;
		margin:3px;
		width:30%;
		text-align:center;
		transition: all 0.5s;
		font-weight: bold;
		background:#333131;
	}

}

@media only screen and (min-width:250px) and (max-width:649px){
	/*.content {
		position: relative;
		max-width:250px;
		margin:0 auto;
	}*/

/*.divcontent
{
	float:left;
	width:120%;
	height:100%;
	vertical-align:top;
}
	.divleft
		{
	display:flex;
	flex-flow:row wrap;
	align-content:space-around;
	justify-content:space-around;
	background-color:#5a5757;
	margin-bottom:20px;
	vertical-align:top;
	border-radius: 1px;
}*/

	.item
	{
		float:left;
		padding:3px;
		margin:3px;
		width:30%;
		text-align:center;
		transition: all 0.5s;
		font-weight: bold;
		background:#333131;
	}
}
/*------------------------- Flex Style--------------------------*/

.item {
    border: 1px solid blue;
    border-radius: 25px;
    padding:5px;
    margin: 1px;
    width: 100%;
    transition: all 0.5s;
    font-weight: bold;
    background: #333131;
}
.subitem {
    display: none;
}
.item a {
    font-size: 13px;
    color: white;
   
}

	.item a:hover {
		color: Red;
	}


	.subitem a {
		color: White;
	}

	.subitem:hover {
		background: #FFFF99;
		background: linear-gradient(#FFFF99, #FFFF99, #FAFADA);
		box-shadow: 0px 0px 5px 5px #FFFF99;
	}

	.subitem a:hover {
		color: Black;
	}

 .element-list{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
        justify-content: space-between;
    }
 .element-item {
    margin: 0px;
}

  .element-column
 {
     float:left;
     margin:2px;
     padding:2px;
 }

  .element-column1
 {
     flex:1;
     margin:2px;
     padding:2px;
 }
   .element-column2
 {
     flex:2;
     margin:2px;
     padding:2px;
 }

 .element-right
{
	float:left;
	width:160px;
	height:100%;
	vertical-align:top;
}

 .element-left{
     float:left;
     margin:5px;
 }
 .divright
{
	float:left;
	width:160px;
	height:100%;
	vertical-align:top;
}

.element-group {
    text-align:center;
}
    .element {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-around;
        justify-content: space-around;
        max-width:100%;
        margin: 2px;
        border: 1px solid #AAA;
        border-radius: 4px;
    }
