/*
Theme Name: MCMS
Theme URI: http://achcenter.com/
Description: MCMS Project theme
Version: 1.0
----------------------------------------------------------------------------------------
*/



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, font, 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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
a{
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

.mcms{
    font-family: "Brush Script MT";
    font-size: 14px;
    font-weight: bold;
    color: #3366ff;
}
.homepage .mcms{
    color: #FFF;
}

/*************/
body{
    background: #FFF; /*url('images/bg.png') repeat-y center;*/
    font-size: 11px;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 24px;
}
.site{
    background: url('images/header2.png') repeat-x top;
    font-family: verdana;
}

.site.homepage{
    background: url('images/header.png') repeat-x center 10px;
}

h2,a{
    color:#13375A;
}

h2,a{
    color:#3c7aad;
}

.container{
    min-height: 550px;
    width: 900px;
    margin: 0 auto
}


.header{
    height: 300px;
    position: relative;
    color: #FFF;
}

.homepage .header{
    height: 135px;
}

.menu {
    height: 30px;
    position: relative;
    right:10px;
    top: 70px;
}

.menu ul {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}


.menu ul li.current_page_item{
    background-color: #13375A;

}
.menu ul li.current_page_item a{
    color: White;
}

.menu ul li {
    display: block;
    float: left;
    height: 39px;
    padding: 0 10px;
}

.menu ul li a{
    color: #13375A;
    font-size: 13px;
    text-decoration: none;
}

.logo {
    position: absolute;
    top:20px;
    left:0px;
    background: url('images/logo.gif') no-repeat center;
    display: block;
    width: 193px;
    height:107px;
}

.languages {
    position: absolute;
    top: 3px;
    right: 50px;
}

.jcarousel-container {
    float: left;
    height: 370px;
    width: 455px;
    overflow: hidden;
}

.jcarousel-clip{
   height: 370px;
    width: 455px;
}

.jcarousel-item {
    height: 190px;
    width: 450px;
}


.slider img{
    background: url('images/slidebg.png') no-repeat left top;
    padding: 5px;
    margin-bottom: 10px;
}


.site.homepage #content_wrap {
    margin-top: 30px;
    min-height: 200px;
}


#content_wrap h1{
    margin-bottom: 20px;
    font-size: 24px;
}

.site.homepage .content {
    float: left;
    color: #D4F3FF;
    padding: 10px;
    width: 410px;
    line-height: 20px;
    border-top: 1px solid #F7F1F1;
}

.site.homepage .content a,.site.homepage .content h1{
    color: White;   
}

.site.homepage #content_wrap h1 {
    color: White;
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.site.homepage #content_wrap h1 .mcms{
    font-size: 28px ;
    letter-spacing: 2px;
}

.logotext.mcms{
    font-size:50px;
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 200px;
    left: 100px;
}

.homepage .logotext.mcms {
    color: #2a4992;
    font-size: 34px;
    left: 158px;
    top: 117px;
}

.content ul{
    margin-left: 20px;
}

.content li,.checktitle{
    background: url('images/check.png') no-repeat left 6px;
    padding-left: 20px;
}

.content li ul li,.content .check2 li {
    background: url('images/check2.png') no-repeat left 6px;
    padding-left: 20px;
}

.content .check3 li {
    background: url('images/check3.png') no-repeat left 6px;
    padding-left: 20px;
}

.footer {
    margin-top: 20px;
    color: #01294B;
    font-size: 11px;
    height: 70px;
    padding: 10px 10px 0;
    text-align: center;
}

.footer a {
    color: #01294B;
    text-decoration: none;
}

.footer li{
    list-style: none;
    display: inline;
    padding: 0 5px;
}

.clear{
    clear: both;
}


/*Blog*/

.blog .sidebar{
    width: 200px;
    float: right;
}

.blog .sidebar li{
    list-style: none;
}
.blog .sidebar .widget{
    margin-bottom: 15px;
}

.blog .sidebar h3{
    font-weight: bold;
    
}

.blog .sidebar li ul{
    margin-left: 10px;
}




.blog .content {
    float: left;
    width: 600px;
}

.blog .content .post{
    margin-bottom: 40px;
}

.blog .more{
    text-align: right;
}

#content_wrap div.wpcf7 {
    border: 1px solid #CCCCCC;
    margin: 15px auto;
    padding: 10px;
    width: 380px;
}
#content_wrap  .wpcf7-submit{
    margin: 10px;
}