@import url('https://fonts.googleapis.com/css2?family=Pavanam&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    background:  #1b2333 url('images/background.jpg') fixed;
    color: #1b2333;
    font-family: arial;
    font-size: 13px;
    line-height: 1.5;
}
a {
    color: #155780;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #5CB65A;
    text-decoration: none;
}
.fomed_all {
    width: 1075px;
    margin: 0 auto;
}
.fomed_head {
    height: auto;
    padding: 20px 0;
}
.fomed_way {		color: #fff;
    padding: 10PX;
    position: relative;
    height: AUTO;
    background: rgb(7,40,62,0.8);
    font-size: 11px;

}
.fomed_way a {
    color: #fff;
	text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.fomed_way a:hover {
    color: #fff;
    outline: 0;
}

.fomed_mainer {
    padding: 15px;
    background: #fff;
    margin-top:10px;
}
/* Search
----------------------------*/
.fomed_topsearch {
        float: right;
        min-width:250px;
    }
#search {
    border: 1px solid #d8d8d8;
    background: #fff;
    text-align: left;
    padding: 6px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: calc(100% - 16px);
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

.fomed_leftmain {
    overflow: hidden;
    float: left;
    width: 730px;
}
.fomed_rightmain {
    overflow: hidden;
    float: left;
    width: 300px;
    margin-left: 15px;
}
.fomed_leftmain h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Pavanamt', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.fomed_leftmain h2 {
	font-family: 'Pavanamt', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
}

.fomed_sect {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.fomed_leftmain p {	margin: 8px 0;
}
.fomed_leftmain ul, .fomed_leftmain ol  {
	margin: 8px 0 8px 18px;
}
.fomed_leftmain li {
	margin: 2px 0;
}
.fomed_leftmain img {	max-width: 100% !important;
	height: auto;
}
.fomed_rightmain h2 {
    font-family: 'Pavanamt', sans-serif;
    color: #18120E;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    background: url('images/menuright.png') left bottom no-repeat;
    margin: 0 0 10px 0;
    padding: 10px 0 7px 0;
}
.fomed_rightmain ul li {	list-style: none;
   list-style-type: none;
   list-style-type: none;
   padding:5px 0 5px;
   margin: 0;
   border-bottom: 1px solid #bbb;
}
.fomed_rightmain ul li a {
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}
.fomed_rightmain ul li a:hover {
    color: #F7905D;
    text-transform: uppercase;
    text-decoration: none;
}
.atecsp_endpart {
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
    background: rgb(7,40,62,0.8);
    border-top: 4px solid #303030;
}
.atecsp_endpart a {	 color: #FFFFFF;
}