﻿/*CSS RESET*/
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, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
    float: left;
}
div
{
    float: left;
}
/*BACKGROUND*/
html
{
    width: 100%;
    height: 100%;
    display: table;
}
body
{
    /*background-image: url(/images/background.png);*/
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: table; /*background-color: #e4edf6;*/
}
.maincontainer
{
    height: 100%;
    float: none;
    width: 980px;
    clear: both;
    margin: 10px auto 30px auto;
}
.whitebg
{
    padding: 0px 0px 0px 0px;
    background: url(/images/white.jpg);
    display: inline;
    width: 100%;
}
#page
{
    width: 100%;
}
/*HEADER*/
#header
{
    height: 130px;
    width: 100%;
}
.logo
{
    padding: 25px 0 25px 10px;
    float: left;
}
#home
{
}
#contactus
{
    float: right;
    padding: 10px 5px 0 0;
}
#contactus a, #contactus a:link, #contactus a:visited, #contactus a:hover
{
    text-decoration: none;
    color: #0054a5;
}
#contactus p
{
    font-size: 0.95em;
    color: #0054a5;
    padding-bottom: 3px;
}
#contact2
{
    color: #0054a5;
    width: 100%;
    padding-bottom: 10px;
}
#contact2 ul
{
    margin: 0 auto;
    width: 95%;
    font-size: 1.15em;
}
#contact2 li
{
    clear: none;
    color: #0054a5;
    float: left;
    padding: 0 60px 0 0;
}
#contact2 a, #contact2 a:link, #contact2 a:visited, #contact2 a:hover
{
    color: #0054a5;
    text-decoration: none;
}
#contact2 .last
{
    padding-right: 0;
}
/*TOOLS*/
#tools
{
    float: right;
    padding: 4px 5px 3px 0;
}
/*NAVIGATION*/
#topnav
{
    width: 100%;
}
#topnav ul
{
    height: 28px;
    padding-top: 5px;
    background-image: url(/images/topnav.jpg);
    background-repeat: repeat-x;
}
#topnav li
{
    float: left;
    padding: 8px 25px;
    margin: -5px 0 0 0;
    text-transform: capitalize;
    border-right: solid 1px #FFFFFF;
}
#topnav ul .current
{
    background-image: url(/images/topnavActive.jpg);
    background-repeat: repeat-x;
}

#topnav li a, #topnav li a:link, #topnav li a:visited
{
    font-family: Arial;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
}
#topnav li a:hover
{
    text-decoration: underline;
}
/*PAGE NAVIGATION*/
#pagenav
{
    width: 100%;
    background-image: url(/images/secondnav.jpg);
    background-repeat: repeat-x;
}
#pagenav ul
{
    margin: 8px 0 6px 25px;
}
#pagenav li
{
    display: inline;
    padding: 0 30px 9px 0;
    text-transform: capitalize;
    float: left;
}
#pagenav li a, #pagenav li a:visited
{
    font-family: Arial;
    font-size: 0.9em;
    color: #FFFFFF;
    text-decoration: none;
}
#pagenav li a:hover
{
    text-decoration: underline;
}
#pagenav .current a, #pagenav .current a:link, #pagenav .current a:visited
{
    text-decoration: underline;
}
/*PAGE TITLE*/
#pagetitle
{
    height: 2.1em;
    width: 760px;
    padding: 0 0 0 25px;
    margin-top: 15px;
}
#blueline
{
    height: 2px;
    padding-left: 10px;
    width: 95%;
    font-size: 0;
}
/*FOOTER*/
#footer
{
    width: 100%;
    border-top: solid 1px #666;
    background-color: #dbdbdb;
}
#footerlinks
{
    float: right;
    padding: 6px 30px 10px 0;
}
#footerlinks
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
#footerlinks a, #footerlinks a:visited
{
    text-decoration: none;
    color: #333333;
}
#footerlinks a:hover
{
    color: Black;
}
#disclaimer
{
    padding: 4px 0 10px 30px;
}
/*CONTENT*/
#pagecontent
{
    width: 900px;
    padding: 10px 30px 30px 25px;
}
.contentarea
{
    width: 100%;
}
#leftcolumn
{
    width: 550px;
}
#rightcolumn
{
    width: 300px;
    float: right;
}
/*TESTIMONIAL*/
.testimonial
{
    background-image: url(/images/testimonialbg.png);
    background-repeat: repeat-x;
    background-color: #D0D0D0;
    padding: 5px;
    margin: 15px;
    width: 300px;
    height: 100%;
    border-top: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-bottom: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
}
.testimonialcontent p
{
    font-size: 0.85em;
}
.testimonialcontent
{
    padding: 8px 0 0 12px;
    width: 270px;
}
.testimonialcontent h3
{
    padding-bottom: 0.4em;
}
.testimonialimage
{
    width: 115px;
    height: 112px;
    padding: 13px 0 0 13px;
}
.rightimage
{
    border: solid 1px #333333;
}
/*SUBSCRIBE*/
.subscribe
{
    background-image: url(/images/testimonialbg.jpg);
    background-repeat: no-repeat;
    padding: 5px;
    margin: 15px;
    width: 300px;
    height: 200px;
    padding: 20px 0 10px 15px;
}
.slabel
{
    width: 100px;
}
.stextbox
{
    border: solid 1px 333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.01em;
    color: #1f1f1f;
}
.sbutton
{
    border: solid 1px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.01em;
    font-weight: 700;
}
.sbuttonhover
{
    border: solid 1px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: White;
}
.test
{
    height: 5px;
    width: 5px;
    border: solid 1px green;
}
/*IContactStyles*/
#SignUp
{
    background-image: url(/images/testimonialbg.png);
    background-repeat: repeat-x;
    background-color: #D0D0D0;
    border-top: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-bottom: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
    padding: 20px 0;
}
#SignUp .signupframe
{
    background-color: Transparent;
    border: none;
}
#SignUp .signupframe TD
{
    padding: 5px 5px 0 5px;
}

.link, #SignUp .signupframe
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
.link
{
    text-decoration: none;
}
/*DOWNLOAD*/
.download
{
    padding: 20px 0 20px 0;
}
.download a, .download a:link, .download a:visited
{
    background-image: url(/images/download.jpg);
    background-repeat: no-repeat;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: Blue;
    padding: 1px 0px 3px 28px;
}
.download a:hover
{
    color: Black;
}
/*FONT*/
h1
{
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: lighter;
    color: #0054a5;
}
h2
{
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #0054a5;
    padding-bottom: 0.4em;
}
h3
{
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #0054a5;
}
p, .slabel, .p
{
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    color: #333333;
    padding-bottom: 0.7em;
}
.smalltext
{
    font-size: 0.7em;
}
.bluetext
{
    color: #0054a5;
}
.boldtext
{
    font-weight: bold;
}
.redText
{
    color: #0054a5;
}
.emphasisText
{
    color: #0054a5;
    font-weight: bold;
}
.upsize
{
    line-height: 1.3em;
    font-size: 1.25em;
    font-style: italic;
}
#pagecontent li
{
    /*clear: both;this breaks the inage rotator hyperlinks*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    color: #333333;
    padding-bottom: 0.2em;
    padding-left: 20px;
    background-image: url(/images/bullet.jpg);
    background-position: 8px 7px;
    background-repeat: no-repeat;
}
#pagecontent ul
{
    padding-bottom: 0.7em;
}
#at20mc, #at20mc div
{
    float: none;
}
/* SLIDESHOW */

.hide
{
    display: none;
}
.slideRef
{
    color: #0054a5;
}
#slideshow
{
    margin: 5px 5px 15px 5px;
    background-image: url(/images/slideshowbg.png);
    background-repeat: repeat-x;
    background-color: #dbdbdb;
    display: inline;
    float: left;
    height: 300px;
    padding: 15px 0 0 0;
    width: 844px;
    border-top: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-bottom: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
}
#slideshowcontent
{
    margin: 20px 30px 5px 30px;
    width: 100%;
    display: inline;
}

#slideshow #slideshowloader
{
    background: url('images/home/loading.gif') no-repeat center center;
    width: 32px;
    height: 0;
    padding: 32px 0 0 0;
    display: block;
    overflow: hidden;
    z-index: 6;
}
#slideshow ul#imageviewer
{
    width: 100%;
    height: 265px;
    overflow: hidden;
    z-index: 1;
}
#slideshow ul#imageviewer li
{
    width: 100%;
    position: absolute;
    background-image: none;
}

#slideshow .smalltext
{
    font-size: 11pt;
    line-height: 11pt;
    width: 800px;
}
.slideImage
{
    margin: 0px 0px 5px 0px;
    border: 1px Solid #ccc;
}

#slideshow #controllers
{
    position: relative;
    text-align: center;
    width: 240px;
    height: 13px;
    padding: 0 0 0 40px;
}

#slideshow #controllers ul li
{
    float: left;
    margin: 0px 3px 0px 3px;
    background-image: none;
}
#slideshow #controllers ul li a:hover, #slideshow #controllers ul li a.active
{
    text-decoration: none;
    color: #000;
}
#slideshow #controllers a, #slideshow #controllers ul
{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    top: 1px;
    float: left;
    padding: 0 10px 0 0;
    color: #0054a5;
}
#slideshow #controllers #previous, #slideshow #controllers #next, #slideshow #controllers #control
{
    height: 0px;
    overflow: hidden;
    display: block;
    width: 15px;
    padding: 13px 0 0 0;
}
#slideshow #controllers #previous
{
    background: url(/images/previous.gif) no-repeat 0 0;
}
#slideshow #controllers #next
{
    background: url(/images/next.gif) no-repeat 0 0;
}
#slideshow #controllers #control
{
    float: right;
}
#slideshow #controllers .play
{
    background: url(/images/play.gif) no-repeat 0 0;
}
#slideshow #controllers .pause
{
    background: url(/images/pause.gif) no-repeat 0 0;
}
.contact
{
    width: 100%;
}
.contactDetails
{
    width: 450px;
}
.contactImage
{
    padding: 5px 0 40px 30px;
    width: 250px;
}
.contactImage img
{
    border-top: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-bottom: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
}
.contactContent
{
    width: 100%;
    font-family: Arial;
    color: #333;
}
.contactContent .label
{
    display: block;
    margin: 15px 0 5px 0;
}
.contactContent .input
{
    width: 300px;
    border: 1px solid black;
    font-family: Arial;
    font-size: 0.9em;
}
.contactContent .question
{
    width: 300px;
    height: 100px;
    border: 1px solid black;
    font-family: Arial;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.captchaInput
{
    border: 1px solid black;
    font-family: Arial;
    font-size: 0.9em;
}
#fullColumn
{
    width: 850px;
}

/*Table*/
.skillTable
{
    border-bottom: 2px solid #efefef;
    font-family: Arial;
    font-size: 0.9em;
    margin: 10px 0 20px;
}
.skillTable thead
{
    font-weight: bold;
    font-size: 1.1em;
    background-color: #efefef;
}
.skillTable td
{
    padding: 4px;
}
.skillTable .Oddrow td
{
    background-color: #efefef;
}
.skillTable .points
{
    padding-left: 20px;
}

