@import url('https://fonts.googleapis.com/css?family=Arvo');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

#container_top{
    background: none repeat scroll 0 0 #D8D7D3;
    height: 36px;
}
#container {
    width: 960px;
    float: left;    
}
#container_wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1020px;
    margin-bottom: 60px;
}

body #header {
    border: medium none;
    margin-bottom: 0;
}

body #header.header_contentPage {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

#metanavigation {
    float: right;
    font-family: Ubuntu;
}

#metanavigation li {
    position: relative;
    float: left;
    padding: 6px 0 0 15px;
    margin: 0 0 0 15px;
    background: url('images/divider.gif') no-repeat left 13px;
}

#metanavigation li.first {
    padding-left: 0;
    margin: 0;
    background: none;
}

#metanavigation li * {
    color: #8D8D8D;
}

#metanavigation li a:hover {
    color: #0A85C8;
}

#select-language {
    position: relative;
    z-index: 6;
    padding: 0 !important;
}

#select-language.active {
    border: 1px solid #D6D6D6;
    background: #FFFFFF;
}

#select-language a {
    display: none;
    clear: left;
    width: 20px;
    padding: 0 20px 0 15px;
}

#select-language a.alone {
    padding-right: 0;
    background: none;
}

#select-language a.active {
    display: block;
    padding-top: 6px;
    background: url('images/select-language-arrows.png') no-repeat 38px 15px;
}

#select-language.active a.active {
    padding-top: 5px;
    background-position: 37px -8px;
}

#select-language.active a {
    display: block;
    padding-left: 14px;
    padding-right: 19px;
    padding-bottom: 5px;
    color: #323F55;
}

#navigation {
    z-index: 5;
    position: relative;
    float: left;
    width: 1008px;
    height: 51px;
    padding: 0 192px 0 0;
    margin: 0 0 10px 0;
    border-top: 3px solid #0A85C8;
    background: #3C3C3C url('images/nav-bg.gif') repeat-x left top;
}

#navigation * {
    z-index: 5;
}

#navigation li {
    position: relative;
    float: left;
}

#navigation li:hover,
#navigation li.starter_active {
	background: url('images/nav-bg-hover.gif') repeat-x left bottom;
}

#navigation li a {
    float: left;
    height: 23px;
    padding: 14px 30px 14px 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Ubuntu;
    background: url('images/nav-divider.gif') no-repeat right bottom;
}

#navigation li ul {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    background: none;
}

#navigation li.level-2 {
    border-bottom: 1px solid #EEEEEE;
    background: #FFFFFF;
}

#navigation li.level-2:hover,
#navigation li.level-2.active {
    background: #F6F6F6;
}

#navigation li.level-2 a {
    width: 200px;
    padding: 10px 15px 10px 15px;
    color: #323F55;
    font-size: 14px;
    font-weight: normal;
    background: none;
}

#navigation li#navigation-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px 0 0;
}

#navigation li#navigation-search:hover {
    background: none;
}

#navigation li#navigation-search #search-input {
    float: left;
    width: 120px;
    padding: 4px 30px 5px 10px;
    margin: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #E5E5E5;
    background: #FFFFFF url('images/search-glass.png') no-repeat 138px center;
}
#header form{
    float: right;
    width: 283px;
}
#header #search_submit {
    background: url("images/btn_bkg.png") repeat-x scroll 0 0 #638EBC;    
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Ubuntu, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0px 0 0;
    padding: 4px 15px 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    width: 85px;
}

#search-input{
    border: 2px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 173px;
    padding: 4px 5px;
}

#content-wrapper {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

#cycle-wrapper {
    position: relative;
    float: left;
    width: 1200px;
    height: 500px;
    margin: 0 0 20px 0;
}

#cycle,
#cycle img,
#cycle div {
    float: left;
    width: 1200px;
    height: 500px;
}

#cycle h1 {
    position: relative;
    bottom: 200px;
    left: 50px;
    float: left;
    font-size: 50px;
}

.cycle-button {
    display: none;
    position: absolute;
    top: 47%;
    width: 27px;
    height: 27px;
    float: left;
    z-index: 5;
    cursor: pointer;
    background-image: url('images/cycle-buttons.png');
}

#cycle-prev {
    left: -35px;
    background-position: left center;
}

#cycle-next {
    right: -35px;
    background-position: right center;
}

#cycle-nav {
    position: absolute;
    bottom: 10px;
    left: 47%;
    z-index: 5;
}

#cycle-nav a {
    float: left;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0;
    background: url('images/cycle-nav-active.png');
}

#cycle-nav a:hover,
#cycle-nav a.activeSlide {
    background: url('images/cycle-nav-inactive.png');
}

#home-content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-top: 20px;
    width: 100%;
}

#home-page-wrapper {
    float: left;
    width:930px;
    min-height: 194px;
    padding: 20px 15px 20px 15px;
    margin: 0 0 20px 0;
    background: none repeat scroll 0 0 #FFFFFF;
}

#home-page {
    float: left;
    width: 775px;
    padding: 0 45px 0 0;
}

#home-page h1 {
    color: #066196;
}

#home-block {
    float: left;
    width: 350px;
}

#home-boxes {
    float: left;
    width: 100%;
}

#home-boxes input[type=text] {
    width: 322px;
}

.home-box {
    position: relative;
    float: left;
    width: 268px;
    height: 165px;
    padding: 15px 15px 50px 15px;
    margin: 0 28px 0 0;
    overflow: hidden;
    border: 1px solid #D6D6D6;
    border-top: 3px solid #0A85C8;
    background: #FFFFFF;
}

.home-box h2 {
    padding-top: 0;
}

.home-box input[type=text] {
    margin: 10px 0 10px 0;
}

.home-box.last {
    float: left;
    height: 200px;
    padding: 15px;
    margin: 0;
}

.home-box .more-link {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 0 0 0 20px;
    background: url('images/marker.gif') no-repeat 2px 8px;
}

#home-headlines {
    float: left;
    width: 100%;
}

#home-headlines li {
    float: left;
    width: 100%;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #D6D6D6;
    background: none;
}

#home-event,
#home-newsletter  {
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
}
#home-newsletter input{
    margin-bottom: 10px;
}

#home-event img {
    float: left;
    width: 100px;
    padding: 5px;
    margin: 0 15px 0 0;
    border: 1px solid #D6D6D6;
    background: #FFFFFF;
}

#content-top {
    float: left;
    width: 1190px;
    padding: 0 5px 0 5px;
    margin: 0 0 10px 0;
    color: #888888;
    font-size: 12px;
    font-family: Ubuntu;
}

#breadcrumb {
    float: left;
}

#breadcrumb .current {
    display: inline;
    color: #323F55;
}

#profile-links {
    float: right;
}

.content ul li {
    padding: 0 0 5px 20px;
    background: url('images/marker.gif') no-repeat 2px 8px;
}

.content ol li {
    margin: 0 0 5px 20px;
    list-style: decimal;
}

#sidebar {
    float: left;
    width: 272px;
}

#subnavigation {
    float: left;
    margin: 0 0 10px;
}

#subnavigation.no-border,
#subnavigation ul.no-border {
    border: 0 !important;
}

#subnavigation li {
    float: left;
    padding: 0;
    background: none;
}

#subnavigation li a {
    float: left;
    line-height: 12px;
    padding: 0 0 10px;
    width: 220px;
}

#subnavigation li a.active {
    font-weight: bold;
}

#subnavigation li a.no-border {
    border: 0 !important;
}

#subnavigation li.level-3 a {
    padding: 0 5px 10px 15px;
    width: 195px;
}

#subnavigation li.level-4 a {
    width: 190px;
    padding: 0 5px 0 45px;
    font-size: 16px;
    line-height: 1.7;
    background-image: url('images/nav-3-inactive.png');
    background-position: 31px 7px;
}

#subnavigation li.level-1 > a,
#subnavigation li ul {
    display: none;
}

#subnavigation li.level-1 > ul,
#subnavigation li.active > ul {
    display: block;
}

#subnavigation li.active.level-2 > ul {
    float: left;
}

#subnavigation li.active.level-3 > ul {
    float: left;
    padding: 5px 0 5px 0;
}

.sidebar-block-title {
    font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 20px;
    float: left;
}

.sidebar-block-title a {
    color: #FFFFFF;
}

.sidebar-block-title a:hover {
    color: #EEEEEE;
}

.sidebar-block {
    float: left;
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 220px;
}

.sidebar-block.contact-us {
    width: 250px;
    padding: 10px;
    margin: 0;
}

.sidebar-block.contact-us img {
    float: left;
    width: 220px;
    padding: 0 0 10px;
}

.sidebar-block.contact-us a {
    float: left;
    width: 170px;
    height: 32px;
    padding: 10px 0 0 50px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    background: url('images/contact-us-button.jpg');
}

.contact-company,
.contact-address,
.contact-place,
.contact-country,
.contact-mail,
.contact-phone,
.contact-fax,
.contact-url {
    clear: left;
}
/*
.contact-company {
    font-weight: bold;
}
*/
.contact-country,
.contact-fax {
    padding-bottom: 10px;
}

.contact-phone,
.contact-fax,
.contact-mail,
.contact-web {
    padding-left: 0px;
}

.contact-phone {
    background: url('images/phone-icon.png') no-repeat 0 4px;
}

.contact-fax {
    background: url('images/fax-icon.png') no-repeat 2px 3px;
}

.contact-mail {
    /*background: url('images/mail-icon.png') no-repeat 2px 5px;*/
}

.contact-web {
    /*background: url('images/web-icon.png') no-repeat 1px 1px;*/
}

/* Shop Start */
.shop-box {
    float: left;
    width: 180px;
    padding: 0 10px 20px 10px;
}

#shopJsCart li {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #DDDDDD;
    background: none;
}

#shopJsCart li.empty,
#shopJsCart li.loading,
#shopJsCart li.not-loaded {
    padding: 0;
    margin: 0;
    border: 0;
}

#shopJsCart li.total {
    padding: 0 0 15px 0;
    margin: 0;
    border: 0;
}

#shopJsCart li.link {
    padding: 0 0 2px 0;
    margin: 0;
    border: 0;
}

#shopJsCart li.link a {
    padding: 1px 0 0 25px;
    background-position: left top;
    background-repeat: no-repeat;
}

#shopJsCart li.link.cart a {
    background-image: url('images/cart.png');
}

#shopJsCart li.link.destroy a {
    background-image: url('images/destroy.png');
}

#shop-currencies a {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    background: url('images/divider.gif') no-repeat right 3px;
}

#shop-currencies a.active {
    font-weight: bold;
}

#shop-currencies a.last {
    padding: 0;
    margin: 0;
    background: none;
}

#shop-product-added-info-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#shop-product-added-info-box {
    position: fixed;
    top: 40%;
    left: 35%;
    float: left;
    width: 30%;
    padding: 20px 0 20px 0;
    color: #505050;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}
/* Shop End */

#page {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    min-height: 400px;
    width: 700px;
    margin-bottom: 40px;
}

#page.full-width {
    width: 1168px;
    margin: 0;
}

#page ul ul {
    padding: 5px 0 0 0;
}

#page ol ol {
    padding: 5px 0 0 0;
}

#page-left {
    float: left;
    width: 650px;
}

#page-right {
    float: left;
    width: 200px;
}

#page-right h3 {
    float: left;
    width: 180px;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    font-family: Ubuntu, Arial;
    background: #12AEE8;
}

#page-header {
    float: left;
    width: 886px;
    height: 175px;
    padding: 0 0 20px 0;
    display: none;
}

#social-media {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #D6D6D6;
}

#social-media div {
    float: left !important;
}

#social-media .fb-like {
    padding: 0px 0 0 0;
}

#footer_wrap{
    background: none repeat scroll 0 0 #E5E4E0;
    border-top: 1px solid #CBCBCB;
    float: left;
    padding-top: 40px;
    width: 100%;
}
#footer_center{
    margin: 0 auto;
    width: 960px;
}

#footer-top,
#footer-bottom {
    float: left;
    width: 100%;
    font-family: Ubuntu;
}

#footer-top {
    padding: 0 0 19px 0;
}

#footer-top .horizontal-list.no-bg li {
    float: left;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    background: none;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

#qr-code {
    float: right;
    width: 90px;
    height: 90px;
    margin: 0 0 0 20px;
    border: 1px solid #CCCCCC;
}

#back-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    transition: .21s;
    -moz-transition: .21s;
    -webkit-transition: .21s;
    -o-transition: .21s;
    background: #DDDDDD url('images/up-arrow.png') no-repeat center center;
}

#back-top:hover {
    background-color: #0A85C8;
}

#banner{
    padding-top: 20px;
}

#banner img{
    border-radius: 7px 7px 7px 7px;
}

#home-content-boxes .boxes_wrap {
    float: left;
    padding: 44px 54px;
    width: 850px;
}

#home-content-boxes .boxes_wrap .box_content{
    float: left;
    margin: 0;
    padding: 0;
    margin:0 60px 30px 0;
    border: none;
}

#home-content-boxes .boxes_wrap .box_content .thumb{
    margin-bottom: 15px;
}

#home-content-boxes .boxes_wrap .box_content h1{
    font-size: 20px;
}

#home-content-boxes .boxes_wrap .box_content p{
    margin: 0;
    padding: 0;
}

.box_title {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.singleBox {
    width: 217px;
}
#home-content .last_box {
    width: 290px;
    border: medium none;
    float: left;
    margin: 0 0px 30px 0;
    padding: 0;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a {
    color: #696969;
}

.Home_boxes {
    padding: 0 54px 10px;
    float: left;
    width: 850px;
}
.Home_boxes .Home_box{
    float: left;
    margin: 0 20px 20px 0;
    width: 306px;
}
.Home_boxes img{
    float: left;
    margin-right: 10px;
}
.Home_boxes a{
    text-transform: uppercase;
}

#container {
    width: 1020px;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}

#header {
    width: 960px;
    margin: 0 auto;
}

#main {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#main.full {
    background: none;
}

#content {
    float: left;
    margin: 0;
    padding: 0;
    width: 960px;
}

#sidebar {
    width: 220px;
    float: right;
    margin: 0;
    padding: 0;
}

#footer {
    width: 100%;
    float: left;
}

.oneFourth {
    width: 217px;
}

.oneThird {
    width: 280px;
}

.twoThird {
    width: 580px;
}

.threeFourth {
    width: 700px;
}

.full {
    width: 960px;
}

#header{
    padding: 30px 0 30px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.home #header {
    border: none;
    margin-bottom: 0;
}

#logo {
    float: left;
    margin: 0px 25px 0px 0px;
    font-size: 20px;
    font-weight: bold;
}

#header h1 {
    font-size: 55px;
    padding: 30px 0 20px 0;
    color: #575757;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    line-height: 1px;
}

#header h1.logo {
    padding: 0;
    margin: 0;
}

#header h1 a, #header h1 a:hover{
    color: #575757!important;
}

#mainNav{
    right: 5px;
    position:absolute; top:50%; height:20px; margin-top:-10px;
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}

#mainNav li{
    margin: 0 0 0 25px;
    display: inline-block;
    padding-top: 0;
}

#mainNav ul a{
    line-height: 25px;
    color: #9b9b9b;
}

#mainNav ul ul a{
    line-height: 15px;
    font-weight: normal;
    border-top: none;
}

#mainNav ul li a:hover,
#mainNav ul li:hover,
#mainNav ul li.sfHover a,
#mainNav ul li.starter_active a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
    text-decoration: none;
    color: #12aee8;
}

#mainNav ul ul {
    padding: 20px 0px 0 0px !important;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #dedede;
}

#mainNav ul ul ul {
    margin-top: -20px;
}

#mainNav ul ul li {
    float: none;
    background: none;
    margin: 0 5px 10px 15px !important;
}

#mainNav ul ul li a {
    font-size: 13px;
    padding: 0px 0 10px 0;
    font-weight: normal;    
}

#mainNav ul li.sfHover ul a { color: #9b9b9b!important; }

#mainNav ul li.sfHover ul a:hover { color: #707070!important; }

#mainNav .sf-menu a.sf-with-ul {
    position: relative;
    min-width:		1px;
}

.sf-sub-indicator {
    position: absolute;
    bottom: 0px;
    display:		block;
    width: 100%;
    text-indent: 	-999em;
    overflow:		hidden;
    z-index: 200;
    height: 40px;
}

.sfHover .sf-sub-indicator {
    background:	url('images/subnav_arrow.png') center bottom no-repeat;
    bottom: -10px;
}

#mainNav .sf-menu li ul .sf-sub-indicator {
    display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
    background:	url('images/subnav_arrow_left.png') right 5px no-repeat;
    position: absolute;
    top: 0;
    right: -1px;
    left: none;
    display: block;
}

.sfHover a.sf-with-ul .sf-sub-indicator {
    height: 30px;
}

.children .sf-sub-indicator {
    display: none;
}

#slideshow {
    background: none repeat scroll 0 0 transparent;
    margin: 0 30px 30px;    
    position: relative;    
    z-index: 1;
}


#footer {
    border-top: 1px solid #f3f2f2;
    color: #a2a2a2;
    background: #faf9f9;
}

#footer .meta {
    color: #cccccc;
}

#footer .main{
    padding: 35px 0 0px 0;
    margin: 0 0 0 0px;
}

.footerBox{
    margin: 0 0 10px 30px;
    float: left;
    position: relative;
}

.footerBox p{
    padding: 0;
}

#footer a {
    color: #797979;
}

#footer a:hover {
    color: #5b5b5b;
}

#footer .secondary {
    margin: 0 30px 0;
    padding: 30px 0 30px;
    font-style: italic;
    border-top: 1px solid #e4e4e4;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

#footer .secondary .left {
    float: left;
}

#footer .secondary .right {
    float: right;
}

/*a.button, #footer a.button, #searchsubmit, input[type="submit"]  {
    font-size: 12px;
    background: #12aee8 url(images/btn_bkg.png) repeat-x;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px 5px;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    line-height: normal !important;
}*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {
    font-size: 12px;
    background: #12aee8;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    text-shadow: 0 0px 0px rgba(0,0,0,0.3);
    position: relative;
    cursor: pointer;
    /*font-weight: bold;*/
    padding: 5px 15px 5px;
    /*border: 1px solid rgba(0,0,0,.2);*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 5px 0 0;
    line-height: normal !important;
}

a.button, #footer a.button {
    padding: 6px 15px 5px;
}

#searchsubmit {
    padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
    background-color: #1096c8;
    color: #fff;
}

#flickrBox .flickrImage {
    float: left;
    margin: 0 12px 12px 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
    width: 50px;
    height: 50px;
}

#footer h3 {
    font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #a2a2a2;
}

ul#twitter_update_list li{
    line-height: 1.4em !important;
}

.twitterLink a{
    font-style: italic;
}


body {
    font-size: 12px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    width:auto; height:auto;
    padding: 25px 0;
    margin: 0;
    color: #7d7d7b;
    background: #c7c7c7;
}


p {
    line-height: 1.7em;
    margin: 0 0 20px 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0 0 0 0;
    padding: 0;
}

img {
    margin: 0;
}

img.noBorder{
    padding: 0;
    background: none;
    border: none;
}

img.left {
    margin: 0 15px 15px 0;
    float: left;
}

a {
    text-decoration: none;
    outline: none;
}

a{
    color: #12aee8;
}

a:hover {
    color: #1096c8;
}

a img {
    border:none;
}

h1, h2, h3, h4, h5, h6{
    color: #696969;
    margin: 0 0 15px 0;
    font-weight: normal;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }


blockquote, address {
    margin: 0 0 30px 0;
    padding: 0 30px 0 30px;
    font-style: italic;
    font-size: 1.2em;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

code {
    font-family: "Courier New", Courier, serif;
    overflow: auto;
    padding: 2px;
    background: #fff;
}

pre code {
    background: none;
}

pre {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    overflow: auto;
    border: 1px solid #e4e4e4;
}

.left {
    float: left;
}

.right {
    float: right;
}

.meta {
    color: #b0b0ad;
}

.meta a{
    color: #7d7d7b !important;
}

.meta a:hover{
    color: #b0b0ad !important;
}

input[type="text"], textarea ,select,
input[type="password"]{
    background-color: #f1f1f1;
    border: none;
    padding: 7px 12px 8px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6a6a6a;
}

input[type="text"]:focus {outline: none; background: #f7f7f7;}
input[type="password"]:focus {outline: none; background: #f7f7f7;}
textarea:focus {outline: none; background: #f7f7f7;}

textarea { width: 500px; font-size: 13px;}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

a.action {
    font-style: italic;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

#featuredBoxes{
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
}

#featuredBoxes .boxes{
    float: right;
    width: 741px;
    padding: 0!important;
}

#featuredBoxes .boxes .box{
    float: left;
    margin: 0;
    padding: 0;
    margin: 0 0 30px 30px;
    border: none;
}

#featuredBoxes .boxes .box .thumb{
    margin-bottom: 15px;
    margin-top: 15px;
}

#featuredBoxes .boxes .box h1{
    font-size: 20px;
}

#featuredBoxes .boxes .box p{
    margin: 0;
    padding: 0;
}

.metaCat {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.homeFeature .titleBox{
    float: left;
    width: 100%;
}

.homeFeature .titleBox h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

.welcome_text{
    line-height: 1.7em;
    margin: 0 0 20px;
}
.boxes input{
    margin-bottom: 5px;
    width: 200px;    
}
 .boxes button{
    background: url("images/btn_bkg.png") repeat-x scroll 0 0 #12AEE8;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: normal !important;
    margin: 0 5px 0 0;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    padding:6px 15px 5px
}

.boxes button:hover{
    background-color: #1096C8;
    color: #FFFFFF;
}
.header_contentPage{

}
#pageHead {
    padding: 0px 0 10px 0;
    margin: 0 30px 30px 30px;
}

#pageHead h1 {
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

.subpageContent{
    line-height: 1.7em;
}