/* CSS Document */

.c_head
{
    padding: 0;
    margin-top: 0px;
    text-align: left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1
{
    float: left;
}
.c_head h1
{
    margin: 0;
    padding: 0;
}
.icn img
{
    margin-right: 5px;
}

.head_title
{
    margin: 0;
    float: left;
}
.title_vis
{
    margin: 0;
    float: right;
}

.c_content
{
    clear: both;
}
.c_contentpane
{
    padding: 0px 0 0 0;
    text-align: left;
}
.c_footer
{
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
}

/*---------- default style for head & normal -----------*/
.Normal p
{
    margin-top: 0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg
{
    background-color: #DAE7F2;
    border: solid 1px #4F839F;
}

/*Callouts */
.border
{
    border: 1px solid #C0C0C0;
}
.pad
{
    padding: 10px;
}
.valign
{
    vertical-align: middle;
}


/*Blockquotes*/
blockquote.style2
{
    font: 21px "Times New Roman",Times,serif;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50px;
    padding: 7px;
    padding-left: 15px;
    border-left: 3px solid #738b9d;
    color: #738B9D;
    display:block;
    background-color:#dbe1e7;
} 


/*testimonial quotes*/
.quotestart
{
    background-position: url(images/quotestart.gif) no-repeat;
    background: url(images/quotestart.gif) no-repeat;
    top: 15px;
    left: 5px;
    text-indent: 16px;
}
.quoteend
{
    position: relative;
    top: -50px;
    background-position: right;
    background: url(images/quoteend.gif) no-repeat right;
    height: 10px;
}
table th li
{
    padding-left: 15px;
    margin-left: 5px;
    margin-right: 10px;
    background-image: url(images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

table th ul
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

/*----Portfolio Links-------*/
.link ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.link ul li 
{
    
    background: url(images/link.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-size: 90%;
}

/*list tables*/

#mytable
{
    width: 560px;
    padding: 0;
    margin: 0;
}

#mytable li
{
    padding-left: 15px;
    margin-left: 5px;
    margin-right: 10px;
    background-image: url(images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    list-style: none;
}

#mytable ul
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#mytable th
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #d9d9d9 url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg
{
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #d9d9d9;
    background: none;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#mytable td
{
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}


#mytable td.alt
{
    background: #ececec;
    color: #797268;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.spec
{
    border-left: 1px solid #d9d9d9;
    border-top: 0;
    background: #fff url(images/bullet1.gif) no-repeat;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    list-style: none;
}

#mytable th.specalt
{
    border-left: 1px solid #d9d9d9;
    border-top: 0;
    background: #f5fafa url(images/bullet2.gif) no-repeat;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
    list-style: none;
}


















