/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FF6600;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #F72212;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #F72212;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #F72212;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #F72212;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #F72212;
}

hr {
	display: none;
}

#main
{
width: 100%;
margin: 0 auto;
}


/* Header */

#header1 {
	width: 100%;
	margin: 0 auto;
	background-color: #d11e13;
	height: 155px;
}

.main1{
        overflow: auto;
        text-align: center;
        width:100%;    
		background-color:#CC0000;
		
            }
.main1 a{
    text-decoration: none;
    display: inline-block;
    height: 36px;
    width: 115px;
    color: white;
	font-size: 18px;
    color: #ffffff;
    padding-top: 16px;
    text-align: center;
	background: url(../images/navcut.png) no-repeat 0 50%;
    }
        
.main1 ul{
	list-style: none;
        }

.list{
	display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    }
.list>li{
    float: left;
    }
.list>li>ul{
        display: none;
        position: absolute;
		margin-left: 0px;
		opacity: 0.8;
		background-color: #c65d55;
		width: 160px;
        }
.list>li:hover ul{
        display: block;
        }
.header1 a:hover {
        background-color: #FFFFFF;
		opacity: 0.9;
		color: #000000;
		border-bottom: 3px solid burlywood;
        }      



 #logo1 {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	
} 

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #ffffff top;
	margin-top: 15px;
	display: flex;

	border: 2px solid darkslategray;
	border-radius: 20px;
}
#left {
	width: 80%;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left .gridco{
	display: grid;
	grid: 100% / 30% 70% ;
	grid-gap: 10px;
}
#left .gridco>div{
	text-align: left;
}
#left p{
	font-size: 16px;
	line-height: 25px;
}
#left .p1{
	padding-top: 20px;
	padding-left: 10px;
	line-height: 30px;
}
#left strong{
	font-size: 25px;	
	text-align: center;
}
#left-cert{
	width: 80%;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	align-content: center;
}
#left-cert p{
	text-align: center;
	font-size: 16px;
	
}
#modal {
	display: none;
}
.modal {
    margin: auto;
    padding-top: 5%;
    width: 100%;
    height: 80%;
    z-index: 1;
    padding-bottom: 5%;
}

.modal img {
    animation-name: zoom;
	animation-duration: 0.6s;
    display: block;
    padding: 10px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.2), 0 10px 20px rgb(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px solid white;
   
}
.thum-img {
    margin: auto;
    display: block;
}

#right {
	width: 20%;
	flex: 1;
	margin: 20px;
	height: 90%;
}

#top
{
background: url(../images/top.gif) no-repeat;
width: 623px;
}

#bottom
{
background: url(../images/bottom.gif) no-repeat;
height: 19px;
width: 623px;
}

#box
{
height: 168px;
color: #ffffff;
margin-left: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
overflow: hidden;

}

#box H1 a
{
font-size: 18px;
color: #ffffff;
}

/* Content */

#content {
	width: 405px;
	padding-left: 4px;
	padding-top: 0px;
}

#content H2
{
background: url(../images/h2.gif) no-repeat;
height: 31px;
padding-top: 10px;
padding-left: 15px;
width: 394px;
font-size: 16px;
color: #f8574c;
}

#content H2 a
{
color: #F72212;
}

#content .entry
{
padding: 10px;
width: 380px;
}

/* Sidebars */

.sidebar {
float: right

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 201px;
	padding-right: 4px;
}

#sidebar2 h2 {
	background: url(../images/title.gif) no-repeat left top;
	height: 31px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url(../images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	padding-left: 10px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
}

.back_title
{
background: url(../images/title_back.gif) no-repeat;
}

#sidebar2 .top {
 padding-top: 20px;
 }
 


/* Footer */
#footer
{
padding: 20px;
background: url(../images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

