body {
    background-color: #c0c0c0;
    font-family: Georgia, 'Times New Roman', serif, arial, verdana;
    font-size: 0.8em;
    color: #5b625f;
    text-align: center;
}

#main {
    margin: 0 auto; /*centers for firefox*/
    background-color: WHITE;
    width: 706px;
    padding-top: 22px;
    padding-left: 37px;
    padding-right: 37px;
    text-align: left;
}

#header {
    width: 706;
    overflow: hidden;
    border-bottom: 1px solid #b1bbb2;
    padding-bottom: 5px;
}

#logo {
    text-align: left;
    width: auto;
    overflow: hidden;
}

#logo img {
    border:none;
}

#menuPanel {
    padding-top: 25px;
}

#menu {
    width: 500px;
    float: left;
    padding: 0;
    font-weight: bold;
}

#menu ul {
    padding: 0px;
    margin: 0px;
}

#menu li {
    float: left;
    letter-spacing: 0.025em;
    list-style-type: none;
    margin: 0 20 0 0;
    padding: 0px;

}

#menu a {
    color: #5b625f;
    text-decoration: none;
}

#todaysDate {
    width: 150px;
    text-align: right;
    float: right;
}

#content {
    width: 706px;
    overflow: hidden;
    border-bottom: 1px solid #b1bbb2;
    padding-bottom: 5px;
    padding-top: 26px;
}

#leftContent {
    float: left;
    border-right: 1px solid #b1bbb2;
    width: 490px;
}

#leftContent p {
    margin: 0 30 0 0;
}

#rightContent {
    vertical-align: top;
    float: right;
    text-align: left;
    margin-left: 10px;
    width: 205px;
}

.contentHeading {
    font-weight: bold;
}

.contentPara {
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 25px;
    text-align: justify;
}

#footer {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #898989;
    width: 100%;
}

.orangeFont {
    color: #fe7018;
}

.separtatorLine {
    color: #b1bbb2;
}

.slideshowContainer {
    text-align: center;
    width: 490px;
}

.slideshow {
    margin: 0 auto;
}

.slideshow img {
    border: 1px solid #b1bbb2;
    background-color: #eee;
    width: 360px;
    height: 280px;
}

#leftContent {
}

.clientList{
    list-style:none;
    list-style-type:none;
    padding:0px;
    margin:0px;
}

#contactUsQueryForm {
    border: black;
    border-width: 1;
    border-style: solid;
    padding: 10px;
    background-color: bisque;
}

.contactUsInput {
    border-style: ridge;
    border-color: black;
}

#contactUsFormMessage {
    color: red;
}

#demoApps {
    text-align: center;
}

#demoApps ul li {
    list-style-type: none;
    padding-top: 5px;
}

#demoApps img {
    border: 1px solid #b1bbb2;
}

.demoAppWrapper {
    margin-top: 40px;
    height: 600px;
    text-align:center;
}

.demoAppWrapperFrame {
    border: none;
    width: 100%;
    height: 600px;
}

.person {
}

.personName {
    color: rgb(219, 103, 16);
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.personInfo {
    line-height: 19px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
}

.personImage {
    display: block;
    float: right;
    padding-left: 20px;
}

.personImage img {
    border: 1px solid #b1bbb2;
}












