﻿body, html {
    background: #ede8ba url('/App_Themes/Default/images/bg-gradient.jpg') repeat-x top;
    font-family: "Helvetica CE 55 Roman" , "HelveticaNeue LT 55 Roman" , Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
    color:#444;
    line-height:1.3em;
}
a {
    color:#378fae;
    text-decoration:none;
}
a:hover {
    color:#378fae;
    text-decoration:underline;
}
h1 {
    font-family: "HelveticaCondensed", "Helvetica CE 55 Roman" , "HelveticaNeue LT 55 Roman" , Helvetica, Arial, Sans-Serif;
    color:#816446;
    font-size:24pt;
    line-height:1.5em;
    margin:0;
    padding:0;
}
h2 {
    font-family: "HelveticaCondensed", "Helvetica CE 55 Roman" , "HelveticaNeue LT 55 Roman" , Helvetica, Arial, Sans-Serif;
    font-size:18pt;
    line-height:1em;
    margin:0;
    padding:0;
}
#site-wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: url('/App_Themes/Default/images/bg-concentric-circles.png') no-repeat top;
}
#site-inner-wrapper {
    width: 786px;
    margin: 0 auto;
}
#header {
    width: 666px;
    height: 138px;
    margin: 0 auto;
    background: #fff url('/App_Themes/Default/images/hdr-bg.jpg') no-repeat;
}
#header img.logo {
    margin-left: 10px;
    margin-top: 10px;
}
#header img.logo-right {
	display:block;
    float:right;
	margin:24px 20px 0 0;
}
#feature-wrap {
    background: #fff url('/App_Themes/Default/images/content-bg.jpg') repeat-y;
    width: 666px;
    margin: 0 auto;
    height: 277px;
}
#featured, .orbit-caption {
    left: 1px;
}
#site-navigation {
    width: 786px;
    background: #fff url('/App_Themes/Default/images/menu-bg.png') no-repeat;
}
ul#menu {
    width: 666px;
    height: 25px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    line-height: 25px;
}
ul#menu li {
    display: block;
    float: left;
    height: 25px !important;
    text-align: center;
    overflow: hidden;
}
ul#menu li:hover {
    background: #f5f3dc;
}
ul#menu li.mid {
    border-right: 1px solid #ececec;
}
ul#menu li a {
    color: #444;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8pt;
    display: block;
}
ul#menu li a:hover {
    color: #0084c1;
    background: url('/App_Themes/Default/images/menu-item-bg.jpg') repeat-x;
    text-decoration:none;
}
#m-home {
    width: 120px;
}
#m-serv {
    width: 130px;
}
#m-pro {
    width: 130px;
}
#m-key {
    width: 160px;
}
#m-cont {
    width: 122px;
}
#cap1 {
}
#cap2 {
}
#cap3 {
}
#content-wrapper {
    width: 666px;
    margin: 0 auto;
    overflow: hidden;
}
#main-content-area {
    width: 666px;
    float: left;
    background: #fff url('/App_Themes/Default/images/content-bg.jpg') repeat-y;
}
#main-content-area-inner {
    width:626px;
    margin:10px auto;
}
#footer {
    width: 666px;
    float: left;
    height: 342px;
}
.clear {
    margin: 0;
    clear: both;
    display: block;
    line-height: 0.1px;
}
.bioIMG { 
    width: 208px;
    height: 208px;
    float: left;
    padding-top: 30px;
}

.bioTXT {
    width: 412px;
    float: left;
    padding-top:30px;
}

.bioFull {
    width: 620px;
}
.col {
    width:100%;
}
.col div {
    float:left;
    width:300px;
}
.col div.marg {
    margin-left:10px;
}
.col ul {
    margin-left:0;
    padding-left:14px;
}
.col ul li {
    margin-bottom:4px;
}
