@charset "utf-8";
/* CSS Document */

html, 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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    
}
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
body {
    background: white;
    line-height: 1;
    color: black;
    margin:0px;
    padding:0px;
    }
ol, ul {
    list-style: none;
    }
/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    font-weight: normal;
    text-align: left;
    }
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    }
blockquote, q {
    quotes: "" "";
    }
    
.clear{clear:both; border:none;}
.left{float:left; border:none;}
.right{float:right; border:none;}
 
/************* Site global Styles ****************/
h2{
    font-size:22px;
    color:#00aeef;
    line-height:1.3em;
    margin-bottom:10px;
    }
.color_white{
    color:#fff;
    }

/************* Site Styles ****************/

body{
font-family:Arial, Helvetica, sans-serif;
color:#000;
background:url(images/body_bg.jpg) repeat-x #b9e5fb;
padding-bottom:35px;
}

p{
font-size:14px;
line-height:1.3em;
text-align:justify;
}

#wrapper{
position:relative;
width:960px;
margin:0px auto;
margin-top:35px;
}


/************* Header Styles ****************/
#header{
    width:960px;
    height:79px;
    margin-bottom:11px;
    }
.nav{
    float:right;
    width:506px;
    height:38px;
    background:url(images/nav_bg.gif) no-repeat;
    margin-top:33px;
    }
    
/************* Banner Styles ****************/

#banner{
    width:960px;
    height:300px;
    position:relative;
    margin-bottom:13px;
}

/************* navigation Styles ****************/

.nav li{
    list-style:none;
    height:38px;
    float:left;
    }
.nav li a{
    color:#fff;
    font-size:0.8em;
    font-weight:bold;
    padding:12px 21px;
    display:block;
    text-decoration:none;
    }
.nav li a:hover.home, .nav li a.home.active{
    background:url(images/home_hover.gif) no-repeat;
    }
.nav li a:hover.team, .nav li a.team.active{
    background:url(images/team_hover.gif) right no-repeat;
    }
.nav li a:hover, .nav li a.active{
    background:url(images/nav_hover.gif) repeat-x;    
    }
    

/************* main content ****************/

#content{
    width:960px;
    position:relative;
    margin-bottom:13px;
    }
.content_top{
    background:url(images/content_top.gif) no-repeat;
    width:960px;
    height:25px;
    display:block;
    }
.content_bottom{
    background:url(images/content_bottom.gif) no-repeat;
    width:960px;
    height:25px;
    display:block;
    }
.main_content{
    background:#fff;
    width:920px;
    padding:0px 20px;
    }

/*************content left ****************/
.content_left{
    float:left;
    width:561px;
    margin-right:30px;    

    }
a.green_btn{
    background:url(images/green_btn.gif) no-repeat;
    width:313px;
    height:38px;
    font-size:24px;
    padding:5px 8px;
    text-decoration:none;
    color:#fff;
    margin-top:20px;
    display:block;
    font-weight:bold
    }

/*************content right ****************/
.content_right{
    float:right;
    width:328px;
    
    }
.box{
    width:327px;
    position:relative;

    }

.box_right_top{
    background:url(images/box_right_top.gif) no-repeat;
    width:327px;
    height:18px;
    display:block;
    }
.box_right_bottom{
    background:url(images/box_right_bottom.gif) no-repeat;
    width:327px;
    height:18px;
    display:block;
    }
.box_right_mid{
    background:url(images/box_right_bg.gif) repeat-x #006f9d;
    width:297px;    
    color:#fff;
    padding:0px 15px;
    }
.heading{
    font-size:22px;
    color:#00aeef;
    line-height:1.2em;
    color:#fff;
    font-weight:bold;    
    }
.box_right_mid li{
    list-style:none;
    background:url(images/bullet.gif) no-repeat;
    font-size:16px;
    color:#fff;
    margin-top:20px;
    padding-left:20px;
    }

.box_right_mid li a {
    
    color:#fff;
    
    }
/************* footer ****************/

#footer{
    height:25px;
    position:relative;
    width:916px;
    background:url(images/footer.gif) no-repeat;
    padding-left:44px;
    font-size:11px;
    padding-top:12px;
    }
#footer a{
    color:#00aeef;
    text-decoration:none;
    }
#footer a:hover{
    text-decoration:underline;
    }#wrapper #content .main_content .content_right .profile-contact {
    color: #FFF;
    background-color: #72AF40;
    padding: 10px;
}
#wrapper #content .main_content .content_left ul li {
    font-size: 15px;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 35px;
}
.mondaq {
    font-size: 12px;
    float: right;
    width: 150px;
}
#wrapper #content .main_content .content_right .box .box_right_mid ul li a {
    color: #FFF;
}

