@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-image: url(../images/main_bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
a img{
    border: none;
}
#navigation {

    width:965px;
    margin-top: 60px;
}
#mainsub1 {
    background-image: url(../images/mainsub1.jpg);
    background-repeat: no-repeat;
    height: 221px;
    width: 321px;
}
#mainsub2 {
    background-image: url(../images/mainsub2.jpg);
    background-repeat: no-repeat;
    height: 221px;
    width: 322px;
}
#mainsub3 {
    background-image: url(../images/mainsub3.jpg);
    background-repeat: no-repeat;
    height: 221px;
    width: 322px;
}
.mainsub_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-top: 20px;
    padding-right: 31px;
    float: right;
}
.mainsub_content {
    float: right;
    width: 185px;
    padding-right: 20px;
    padding-top: 25px;
}
#newsletter {
    background-image: url(../images/newsletter_bg.gif);
    background-repeat: no-repeat;
    height: 228px;
    width: 243px;
	/*margin-top:15px;*/
}
#blog td {
    padding-bottom: 10px;
}
#blog .style3 a {
    color: #478DD3;
}
 a {
    color: #478DD3;
    /*text-decoration: underline;*/
}
#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 40px;
}
#footer a:link {
    color: #000000;
    text-decoration: none;
}
#footer  a:visited {
    color: #000000;
    text-decoration: none;
}
#footer  a:hover {
    color: #478DD3;
    text-decoration: underline;
}


.style1 {font-size: 24px}
.style2 {
    font-size: 18px;
    color: #478dd3;
}
.style3 {
    color: #478dd3;
    }
#bottomlinks  {
    background-image: url(../images/bottombg.gif);
    background-repeat: no-repeat;
    height: 177px;
    width: 965px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
#bottomlinks a  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
#copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
#teaser2 {
    background-image: url(../images/teasr_inner.jpg);
    height: 80px;
    width: 965px;
}
#teaser3 {
    background-image: url(../images/teaser1.gif);
    height: 80px;
    width: 965px;
}

#teaser4 {
    background-image: url(../images/teasersupport.jpg);
    height: 80px;
    width: 965px;
}

#inner_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #6AA3DB;
    text-decoration: none;
    padding-top: 53px;
    padding-left: 15px;
}
#marketing1 {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 239px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#development1 {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 239px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#support {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 239px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#leftside_table a:link {
    color: #666666;
    text-decoration: none;
}
#leftside_table  a:visited {
    color: #666666;
    text-decoration: none;
}
#leftside_table  a:hover {
    color: #000000;
    text-decoration: none;
}


#leftside_table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.style4 {
    font-size: 16px;
    line-height: 1.7em;
}


/*
 * JQuery Overlay Tool
 */
.simple_overlay{
    font-size: 12px;

    display: none;
    padding: 20px;
    z-index: 10000;
    width: 425px;
    min-height: 300px;
    background-color: #FFFFFF;
    text-align: center;
    
        
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #CCC;
    -webkit-box-shadow: 0 0 90px #CCC;    

}

.simple_overlay .close{
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    bottom:-15px;
    cursor:pointer;
    height:35px;
    width:35px;

}

