body
{
    margin: 0px;
    padding: 0px;
    background: url(img/bg.gif) repeat-x top #e5e5e5;
}

/************************************************
* General *
************************************************/

table
{
    font-size: 12px;
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 1.8em;
}

h1
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 23px 0px;
    color: #18337f;
    /*color: #dd3400;*/
    
    font-size: 21px;
    font-weight: normal;
}
h2
{
    padding: 0px;
    margin: 20px 0px 10px 0px;
    color: #002979;
    font-size: 16px;
    font-weight: normal;
}
h3
{
    padding: 0px;
    margin: 10px 0px 6px 0px;
    color: #112f86;
    font-size: 13px;
    font-weight: bold;
}

/************************************************
* Container - This class is for main table(if needed)*
************************************************/
.container
{
}

/************************************************
* Header - for header section*
************************************************/

.header
{
}
.logo
{
    padding: 13px 0px 13px 0px;
}

.mainlogo
{
    background: transparent url(img/logo.jpg) no-repeat;
    width: 343px;
    height: 73px;
}
.banner
{
    height: 341px;
}

/************************************************
* Header Navigation *
************************************************/

.menubg
{
    background: url(img/menubg.gif) repeat-x top;
    height: 39px;
}

.nav
{
    padding: 0px;
    margin: 0px;
}
.nav a
{
    text-decoration: none;
    display: block;
    height: 29px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 16px 0px 16px;
}
.nav a:hover
{
    text-decoration: none;
    display: block;
    height: 29px;
    background: url(img/navbg_h.gif) repeat-x top;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 16px 0px 16px;
}


/************************************************
* Left Sidebar *
************************************************/

.leftside
{
}

/************************************************
* Right Sidebar *
************************************************/

.rightside
{
}

/************************************************
* Content *
************************************************/
.content
{
    background: url(img/mid_topgrad.gif) repeat-x top #FFF;
    padding: 28px;
}

.news_box
{
    padding: 0px;
    margin: 0px;
}

.news_box div
{
    color: #002979;
    font-size: 16px;
    padding: 16px 0px 8px 0px;
    line-height: 21px;
}
.news_box div a
{
    color: #002979;
    font-size: 16px;
    text-decoration: none;
}
.news_box div a:hover
{
    color: #002979;
    font-size: 16px;
    text-decoration: underline;
}

.news_box span
{
    color: #737373;
    font-size: 12px;
}

.news_box div.bllink
{
    color: #333333;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    line-height: 20px;
}
.news_box div.bllink a
{
    text-decoration: none;
    color: #ff4302;
    font-size: 12px;
}
.news_box div.bllink a:hover
{
    text-decoration: underline;
    color: #ff4302;
    font-size: 12px;
}

.mid_bdr
{
    background: url(img/dotted.gif) repeat-y center;
    width: 60px;
}

.imgpad
{
    padding-right: 10px;
}

/************************************************
* inner page*
************************************************/
.innerbanner
{
    background: url(img/inner-banner.jpg) no-repeat;
    padding-left: 25px;
    padding-right: 25px;
}
.bannertitle
{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 42px;
}
.innercontent
{
    background: #FFF;
    padding: 28px;
}
.breadcrumbs
{
    color: #24376c;
    text-decoration: none;
    padding-bottom: 20px;
}
.breadcrumbs a
{
    color: #24376c;
    text-decoration: none;
}
.breadcrumbs a:hover
{
    color: #dd3400;
    text-decoration: none;
}
.breadcrumbs span
{
    color: #dd3400;
    text-decoration: none;
}
a.sendlink
{
    color: #3c3c3c;
    text-decoration: none;
}
a.sendlink:hover
{
    color: #3c3c3c;
    text-decoration: underline;
}
.innerpsdd
{
    padding-right: 25px;
}
.innerfooter
{
    background: #414141;
    padding: 20px 26px 18px 26px;
}

/************************************************
* inner page right*
************************************************/
.innerright
{
    background: #e8e8e8;
    padding: 18px 8px 18px 8px;
}
.innerrightborder
{
    background: #fff;
    padding: 1px;
    border: #dcdcdc 1px solid;
}
.innerrttitlebg
{
    background: #2f4787;
    padding: 10px 0px 10px 10px;
    color: #fff;
    font-size: 15px;
}
.innerrtpadd
{
    padding: 0px 0px 10px 0px;
}
a.maillink
{
    color: #ff4302;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
a.maillink:hover
{
    color: #ff4302;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}


/************************************************
* Footer*
************************************************/

.footer
{
    background: url(img/footerbg.gif) repeat-x top #414141;
    padding: 28px 26px 18px 26px;
}

.footerlink
{
    padding: 0px;
    margin: 0px;
    color: #e5e5e5;
    font-size: 11px;
}
.footerlink a
{
    color: #e5e5e5;
    font-size: 11px;
    text-decoration: none;
}
.footerlink a:hover
{
    color: #FFF;
    font-size: 11px;
    text-decoration: underline;
}

.footercopy
{
    color: #bab9b9;
    font-size: 11px;
    text-align: right;
}

/************************************************
* Grid related Class *
************************************************/
input
{
    border: #ccc 1px solid;
    padding: 2px;
    color: #000000;
    background: url(img/textboxbg.gif) #ffffff repeat-x;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
/* default class for the textboxes for whole project */
textarea
{
    border: #b8b8b8 1px solid;
    padding: 2px;
    font-size: 12px;
    background: url(img/textboxbg.gif) #ffffff repeat-x;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
/* default class for the textarea for whole project */
select
{
    border: #b8b8b8 1px solid;
    padding: 2px;
    font-size: 12px;
    background: url(img/textboxbg.gif) #ffffff repeat-x;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
/* default class for the list menu/dropdown(like to select countries or state) for whole project */

.inputbutton
{
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: url(img/butbg.gif) repeat-x;
    border: 1px solid #2a95bf;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
/* to make custom type of inputbutton for whole project */
.mandatory
{
    color: #990000;
    font-weight: bold;
    font-size: 12px;
}
/* to display mandatory things in the form, like "*"  */
.label
{
    color: #999999;
    font-weight: bold;
}
/* to give the class for fields label  */

.dottedline
{
    background: url(img/dotted.gif) repeat-x top;
    height: 9px;
}
/* for dotted lines */
.border
{
    border: 1px solid #97b7dc;
    padding: 2px;
}
/* common class to use border in the whole project */
.nobg
{
    background: none;
    border: none;
}
/* to give remove the background color or border of CHECKBOX and RADIO BUTTON */
.sfont
{
    font-size: 10px;
    color: #ccc;
    font-style: italic;
}
/* for small grey font like to write comments near textfield in the grid */
.altbg
{
    background-color: #f1f7fe;
    border-top: 1px solid #b8d6f9;
}
/* for grid's alternate raw */
.nrlbg
{
    background-color: #fff;
    border-top: 1px solid #b8d6f9;
}
/* for grid's normal raw */
.gridheaderbg
{
    background: url(img/gridheaderbg.gif) repeat-x;
    height: 28px;
    color: #fff;
    line-height: normal;
}
/* for the image or background color of grid's header */

.pathseperator
{
    background: url(img/breadcrumbs-bullet.gif) no-repeat;
    width: 7px;
    height: 8px;
}


/*Search Box CSS Start*/
/*P {PADDING-BOTTOM: 12px; LINE-HEIGHT: 1.5; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-SIZE: 0.8em; PADDING-TOP: 12px;}*/
FORM
{
    margin: 0px;
}
#search_box
{
    width: 227px;
    background: url(img/bg_search_box.gif) no-repeat;
    height: 41px;
    padding: 0px 0px 0px 0px;
    float: right;
}
#search_box #s
{
    padding-bottom: 0px;
    border-right-width: 0px;
    margin: 3px 0px 0px 6px;
    padding-left: 0px;
    width: 180px;
    padding-right: 0px;
    background: none transparent scroll repeat 0% 0%;
    float: left;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #000;
    font-size: 13px;
    border-left-width: 0px;
    padding-top: 5px;
}
#search_box #go
{
    margin: 3px 2px 0px 0px;
    float: right;
}
/*Search Box CSS End*/


/************************************************
* Banner Parind *
************************************************/

.slider
{
    background: url(img/banner.jpg) top no-repeat;
    width: 980px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    height: 341px;
    font-size: 13px;
    color: #fff;
}
.desfont
{
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}
.desfont1
{
    color: #fff;
    font-size: 16px;
}
.desfont2
{
    color: #fff;
    font-size: 14px;
}

.slider div.slice
{
    margin: 0 auto;
    width: 780px;
    padding: 0px 0;
    color: #fff;
}
.slider div.slice p.img
{
    float: left;
    padding: 0;
    margin: 0px 10px 0px 0;
    color: #fff;
}
.slider div.slice h1
{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 36px 0px 15px 0px;
    float: none;
}
.slider div.slice p
{
    color: #fff;
    margin: 0;
    padding: 10px 0px 0px 0px;
    line-height: 1.6em;
}


#slider
{
}
#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li
{
    width: 878px;
    height: 341px;
    overflow: hidden;
}
p#controls
{
    margin: 0;
    position: relative;
    padding: 0px;
}
#prevBtn, #nextBtn
{
    display: block;
    margin: 0;
    overflow: hidden;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 10px;
    top: -197px;
}
#nextBtn
{
    left: 930px;
}
#prevBtn a
{
    display: block;
    width: 39px;
    height: 39px;
    background: url(img/ar_left.jpg) no-repeat 0 0;
}
#nextBtn a
{
    display: block;
    width: 39px;
    height: 39px;
    background: url(img/ar_right.jpg) no-repeat 0 0;
}


.RadMenu
{
    padding: 0px;
    margin: 0px;
}
.RadMenu ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}
.RadMenu ul li
{
    padding: 0px;
    margin: 0px;
    background: url(img/menu_dividers.gif) no-repeat top right;
    float: left;
}
.RadMenu ul li a
{
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: #FFF;
    height: 30px;
    padding: 9px 15px 0px 15px;
    font-weight: bold;
}
.RadMenu ul li a:hover
{
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: #FFF;
    height: 30px;
    padding: 9px 15px 0px 15px;
    background: url(img/navbg_h.gif) repeat-x top;
    font-weight: bold;
}



.s_link
{
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
    color: #464646;
    line-height: 18px;
}
.s_link a
{
    text-decoration: underline;
    font-size: 16px;
    color: #162f96;
}
.s_link a:hover
{
    text-decoration: underline;
    font-size: 16px;
    color: #162f96;
}


.ws_tx
{
    padding: 1px 0px 0px 0px;
    margin: 0px;
    font-size: 12px;
    color: #464646;
    line-height: 18px;
}
.ws_tx a
{
    text-decoration: none;
    font-size: 12px;
    color: #da3f00;
    line-height: 18px;
}
.ws_tx a:hover
{
    text-decoration: underline;
    font-size: 12px;
    color: #da3f00;
    line-height: 18px;
}



/*CSS sabrosus style pagination*/

DIV.pagging
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 3px;
    padding-top: 3px;
    text-align: center;
}
DIV.pagging A
{
    border-right: #9aafe5 1px solid;
    padding-right: 5px;
    border-top: #9aafe5 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #9aafe5 1px solid;
    color: #2e6ab1;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #9aafe5 1px solid;
    text-decoration: none;
}
DIV.pagging A:hover
{
    border-right: #2b66a5 1px solid;
    border-top: #2b66a5 1px solid;
    border-left: #2b66a5 1px solid;
    color: #000;
    border-bottom: #2b66a5 1px solid;
    background-color: lightyellow;
}
DIV.pagination A:active
{
    border-right: #2b66a5 1px solid;
    border-top: #2b66a5 1px solid;
    border-left: #2b66a5 1px solid;
    color: #000;
    border-bottom: #2b66a5 1px solid;
    background-color: lightyellow;
}
DIV.pagging a.sf_PagerSelItem
{
    border-right: navy 1px solid;
    padding-right: 5px;
    border-top: navy 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: navy 1px solid;
    color: #fff;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: navy 1px solid;
    background-color: #2e6ab1;
}

/*DIV.pagging SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid
}

div.sf_singleNews p.sf_singleNews
{
}
div.sf_singleNews p.sf_back
{
    font-weight: bold;
    font-size: 12px;
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
}
div.sf_singleNews p.sf_NewsTitle
{
}
div.sf_singleNews p.sf_newsDate
{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
div.sf_singleNews p.sf_newsAuthor
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
div.sf_singleNews p.sf_postCategory
{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
div.sf_singleNews p.sf_postBookmark
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
div.sf_singleNews p.sf_contentComments
{
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
ul.sf_newsList li p
{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
div.sf_singleNews p
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
*/

.sf_newsTitle
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}
.sf_comments
{
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}
.sf_Summarycomments
{
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

