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

img{
    padding: 0px;
    border: none;
}

a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #a7001c;
}

html{
        height: 100%;
}

body{
	font-family: Andika, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*text-shadow: 4px 4px 4px #aaa;*/
        background: url(images/bg.jpg);
        line-height: 18px;
        background-color:Black;
}



#bg {
background: url(images/bg.jpg);
}

#bg_top_bg { background: url(images/bg_top_bg.png) top repeat-x;}

#bg_top { background: url(images/bg_top.png) center top no-repeat;}

#bg_bot { background: url(images/bg_bot.png) center bottom no-repeat ;}

h2{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        padding-bottom: 10px;
}

h3{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        padding-bottom: 10px;
}

h4{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        background: url(images/title_1.jpg) no-repeat top center;
        width: 969px;
        height: 29px;
        padding: 10px 0px 10px 15px;
}

h5{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #143aef;
        padding-bottom: 10px;
}

#bg_logo{
        background: url(../images/logo.gif) no-repeat top center;
        min-height: 100%;
}

#wrap{
        width: 1024px;
        margin: 0 auto;
        text-align:left;
}

#logo{
        position: relative;
        top: -20px;
        text-align: right;
        padding: 30px 20px 0px 0px;
        height: 70px;
}
#logo h1 a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: italic;
        font-weight: normal;
        color: #ffffff;
}

#logo small{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: normal;
        color: #ffffff;
}

/*Menu*/

#menu{
    width: 345px;
    float: left;
}

#menu ul {
    padding-left: 0px;
    padding-top: 85px;
    list-style: none;
}

#menu ul li a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-shadow: #6374AB 2px 2px 1px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    background: rgba(0,0,0,0.3);
    border-radius: 10px 10px 10px 10px;
    box-shadow: inset -8px -8px 8px rgba(0,0,0,0.5),inset 8px 8px 8px rgba(255,255,255,0.5);
    height: 20px;
    padding: 10px;
    margin-top:5px;
}

#menu ul li a:hover, #menu ul li .active{
    text-align: center;
    color: #000000;
    box-shadow: inset 8px 8px 8px rgba(0,0,0,0.5),inset -8px -8px 8px rgba(255,255,255,0.5);
}

/*header*/

#header_img{
        background: url(images/header.jpg) no-repeat;
        width: 660px;
        height: 338px;
        float: right;
}
/*content*/
#content{
        width: 1024px;
        clear: both;
        padding-top: 25px;
}


#content_bg{
        padding: 10px 10px 10px 10px;
        background: #ffffff;
        border-radius: 15px 15px 15px 15px;
        box-shadow:inset 8px 8px 8px rgba(255,255,255,0.5), inset -8px -8px 8px rgba(0,0,0,0.5), 10px 10px 10px rgba(0,0,0,0.5);

}

#content_bg p a{
        color: #143aef;
}


/*article popup*/
#article{
        width: 600px;
        clear: both;
        padding-top: 15px;
}

#article_top{
        height: 10px;
        background: url(images/article_top.jpg) no-repeat;
}

#article_bg{
        padding: 0px 10px 0px 10px;
        background: #ffffff;
}

#article_bg p a{
        color: #143aef;
}

#article_bot{
        height: 10px;
        background: url(images/article_bot.jpg) no-repeat;
}
.article_left h6{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        background: url(images/title_4.jpg) no-repeat top left;
        width: 550px;
        height: 29px;
        padding: 10px 0px 10px 15px;
}

.grey_box_left{
        width: 477px;
        padding: 0px 10px 0px 10px;
        float:left;
}

.grey_box_right{
        margin-left: 10px;
        width: 477px;
        padding: 0px 10px 0px 10px;
        float: right;
}

/*footer*/

#footer{
        clear: both;
        position: relative;
        left: 0px;
        top: 15px;
}


#footer_con_bg{
        background: url(_turqimages/footer_con_bg.jpg) repeat-y center;
}
#footer_box{
        position: relative;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 15px 15px 15px 15px;
        box-shadow:inset 10px 10px 8px rgba(255,255,255,0.5), inset -10px -10px 8px rgba(0,0,0,0.5), 10px 10px 10px rgba(0,0,0,0.5);
        padding:20px 0px 0px 15px;
}

#footer_con_bot p{
        color: #000000;
}

#footer_bot{
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
        padding-bottom: 20px;
    clear: both;
        background: url(images/footer.png) no-repeat center top;
        min-height: 33px;
}

#footer_bot a{
    color: #ffffff;
}

.foot_col1, .foot_col2, .foot_col3, .foot_col4{
    float: left;
}

.foot_col1{
    width: 245px;
}

.foot_col2{
    width: 210px;
    padding-left: 20px;
}

.foot_col3{
    width: 230px;
    padding-right: 40px;
}

.foot_col4{
    width: 230px;
    padding-left: 20px;
}

.button_box{
        padding-top: 40px;
}

.button_box a{
        padding-right: 10px;
}

.ls{
    list-style: none;
    padding-left: 10px;
}

.ls li{
    margin-bottom: 7px;
}

.ls li a{
    background: url(images/ls.png) no-repeat 0px 4px;
    padding-left: 15px;
    color: #000000;
    font-weight: normal;
}

.ls li a:hover{
    color: #ffffff;
}

.pad_left{
    padding-left: 30px;
    margin-bottom: 5px;
}
.list{
    list-style: none;
    padding-left: 0px;
}
.list li {
    background: url(images/ls2.jpg) no-repeat 0px 6px;
    padding-left: 15px;
    color: #000000;
    font-weight: normal;
}

/*read*/
.read{
        float:right;
}

.read a{
        width: 72px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #143aef;
        display:inline-block;
        text-align: right;
        padding-right: 8px;
        background: url(images/read_more.png) no-repeat bottom right;
 }
.read a:hover{
        width: 72px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #ffffff;
        display:inline-block;
        text-align: right;
        padding-right: 8px;
        background: url(images/read_more2.png) no-repeat bottom right;
}

 .read2{
        float: right;
        padding-right: 10px;
        padding-top: 3px;
}

.read2 a{
        width: 68px;
        height: 17px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #ffffff;
        display:block;
        text-align: right;
        padding-right: 6px;
        background: url(images/read_more2.png) no-repeat bottom right;
 }

 .clear{
         clear: both;
 }

 /*about*/

.content_left{
        width: 666px;
        float: left;
}

.content_left h6{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        background: url(images/title_2.jpg) no-repeat top left;
        width: 651px;
        height: 29px;
        padding: 10px 0px 10px 15px;
}

.content_right{
        width: 318px;
        float: right;
}

.content_right h6{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        background: url(images/title_3.jpg) no-repeat top left;
        width: 303px;
        height: 29px;
        padding: 10px 0px 10px 15px;
}

.border{
        height:1px;
        background: url(images/border.jpg) repeat-x center;
        clear: both;
        padding-bottom: 10px;
        padding-top: 10px;
}

.date_news{
        text-decoration: underline;
}

/*contact*/

#contact_form fieldset {
    border: none;
}

#contact_form input {
    margin-bottom: 5px;
}

#contact-submit{
    width: 72px;
    height: 15px;
    color: #143aef;
    background: url(images/read_more.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
#contact-submit:hover{
    width: 72px;
    height: 15px;
    color: #ffffff;
    background: url(images/read_more2.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#contact-clear{
    width: 72px;
    height: 15px;
    color: #143aef;
    background: url(images/read_more.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    float: right;
}
#contact-clear:hover{
    width: 72px;
    height: 15px;
    color: #ffffff;
    background: url(images/read_more2.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#con_name, #con_email, #con_website {
    width: 646px;
    height: 24px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background: url(images/input.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    color: #ffffff;
    padding-bottom: 5px;
}

#con_mess {
    width: 646px;
    height: 86px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    border: none;
    background: url(images/message.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact_news{
        padding: 0px 5px 10px 5px;
}
/*gallery*/
.row {
    padding-left: 1px;
        height: 235px;
        width: 1004px;
}

.box_img2 {
        width: 314px;
        height: 270px;
        background: url(images/gallery_bg.jpg) 0px 0px no-repeat;
        padding: 10px 0px 10px 10px;
        margin-right: 10px;
        float:left;
}

.box_razd {
        width: 14px;
        height: 50px;
        float: left;
}

.box_img2 h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size:24px;
        font-weight: 100;
        color: #002380;
        text-align: left;
        padding: 8px 0px 3px 0px;
}

.g_size {
width: 304px;
height: 165px;
display: block;
padding-bottom: 10px;
}

.pirobox_gal1
{
width: 304px;
height: 165px;
display: block;
}

/*blog*/

.ls2{
    list-style: none;
    padding-left: 0px;
}

.ls2 li{
        background: url(images/border.jpg) repeat-x bottom;
    margin-bottom: 7px;
        padding: 0px 0px 5px 0px;
}

.ls2 li a{
        background: url(images/ls2.jpg) no-repeat 0px 4px;
    padding-left: 15px;
    color: #000000;
    font-weight: normal;
}

.ls2 li a:hover{
    color: #143aef;
}

.blog_news{
        padding-bottom:10px;
}

.news_bar{
        padding-bottom:3px;
        background: url(images/border.jpg) repeat-x bottom;
        margin-bottom: 10px;
}

.news_bar p, .news_bar p a{
        color: #143aef;
        font-weight: normal;
}

.calendar{
        background: url(images/cal_icon.jpg) no-repeat 0px 0px;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
}

.user{
        background: url(images/user_icon.jpg) no-repeat 0px 0px;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
}

.com{
        background: url(images/com_icon.jpg) no-repeat 0px 0px;
        float: left;
        padding-left: 20px;
}

.RoundFrame{
border: 1px solid #CCCCCC;
border-radius:9px;
padding: 5px;
text-align: left;
}

#slider_box{
position:relative; left: -6px; padding: 0px; border: 10px solid #ffffff; border-radius:10px; height: 335px; width: 646px; box-shadow: 10px 10px 10px rgba(0,0,0,0.5);   
}

/* Header Scroll */

.nivoSlider { position:relative; padding: 0px; border: 10px solid #ffffff; border-radius:10px; min-height: 328px; min-width: 640px; box-shadow: 8px 8px 8px rgba(0,0,0,0.5);}
.nivoSlider img { position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none;}
.nivo-slice { display:block; position:absolute; z-index:50; height:100%;}
.nivo-caption {position:absolute; left:0px; bottom:0px;  color:#000; width:100%; z-index:89; padding-left: 10px; font-family:arial;        font-size:18px; font-weight:bold;}
.nivo-caption p { padding:10px 5px; margin:0;}
.nivo-directionNav a {position:absolute; width:45px; height: 60px; top:45%; z-index:99; cursor:pointer; text-indent:-9999%;}
.nivo-prevNav { background-position: left bottom; left:20px; background:url(images/top_left.png) no-repeat;}
.nivo-nextNav { background-position: left top; right: 0px; background:url(images/top_right.png) no-repeat;}
.nivo-controlNav { bottom:-20px; position:absolute; right:0;}
.nivo-controlNav a { float:left; width:14px; height:14px; display:block; position:relative; z-index:99; cursor:pointer; text-indent:-9999%; background:url(images/scroll_small.png) no-repeat scroll right top;}
.nivo-controlNav a.active {background-position:left top; margin-top:-1px;}

.BlueButton {
        -moz-box-shadow: 4px 4px 3px -1px #97c4fe;
        -webkit-box-shadow: 4px 4px 3px -1px #97c4fe;
        box-shadow: 4px 4px 3px -1px #97c4fe;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
        background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
        background-color:#3d94f6;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
        padding:10px 24px;
        text-decoration:none;
        text-shadow:3px 3px 1px #1570cd;
}

.musicpopup {
border: solid 0px #333;
font-family: Tahoma;
font-size: 12px;
display: none;
position: absolute;
z-index: 60;
}

.musicpopuptitle {
position: relative;
background: grey;
color: white;
font-weight: bold;
height: 15px;
width: 200px;
padding: 5px;
}

.musicpopuptitle input {
position: absolute;
font-size: 75%;
right: 2px;
top: 2px;
}

.musicpopupbody {
background: transparent;
position: relative;
left: -7px;
top: -7px;
text-align: center;
}

#musicpopup1 { bottom: 0px; left: 10px;  position: fixed;}
#musicpopup1 iframe { width: 220px; height: 28px; border: none;}


