body {
    font-family: Tahoma,sans-serif;
    background: no-repeat url(../images/bg.jpg) black top center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color:#4D4D4D;
    font-size: 12px;
}
@font-face {
    font-family: "HelveticaCond"; src: url(../fonts/HelveticaNeueLTStd-LtCn.otf) format("opentype");
}
* {
    outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
a{
    color:#FF8700 !important;
    font-size: inherit !important;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline !important;
}
:focus {
    -moz-outline-style:none;
}
:active {
    -moz-outline-style:none;
    
}
.input, textarea {
    border:1px solid silver;
    padding:2px;
}
.input:focus, textarea:focus {
    background:#D6D6D6;
}
img {
    border: none;
}
button {
    background: none;
    border: none;
    cursor: pointer;
}
.apple_contents ul, .simple_contents ul{
    padding-left: 15px;
    list-style-image: url(../images/arrow.png);
}
.leftcolumn ul {
    padding-left: 15px;
    list-style-image: url(../images/arrow2.png);
}
.simple_contents .calltitles {
    margin-top: 0 !important;
}
.simple:hover {
    cursor: pointer;
}
#topheader {
    width: 100%;
    height: 165px;
    /*border: 1px solid white;*/
}
#logo {
    width: 195px;
    height: 135px;
    background: no-repeat transparent url(../images/logo.png) scroll 0 0;
    position: relative;
    top:40px;
    left: 100px;
    float: left;
}
#topnav{
    width: 280px;
    height: 42px;
    position: relative;
    top:55px;
    left: -70px;
    float: right;
}
#topnavitem1, #topnavitem2{
    width: 130px;
    height: 42px;
    background:transparent no-repeat scroll 0 0;
    position: relative;
    float: left;
    border:none;
    cursor: pointer;
}
#topnavitem1{
    background-image: url(../images/ourteam.png);
}
#topnavitem1:hover{
    background-position: 0 -42px;
}
#topnavitem2{
    background-image: url(../images/directions.png);
}
#topnavitem2:hover{
    background-position: 0 -42px;
}
#maincontainer {
    clear: both;
    margin: 0 auto;
    width: 948px;
    min-height: 600px;
    background: transparent no-repeat url(../images/mainbg.png) top center;
}
.leftcolumn {
    width: 350px !important;
    padding: 0 30px 0 50px;
    float: left;
}
.rightcolumn {
    width: 400px !important;
    padding-left: 15px;
    float: left;
}
.subtitles {
    font-family: Tahoma, sans-serif;
    font-size: 17px;
    color:white !important;
    width: 350px;
}
.bodycontents {
    width: 350px;
    color:#CEAFC0;
    font-size: 12px;
    line-height:1.5;
}
.orangequotes {
    font-size: 9px;
    color:#FF8700 !important;
    position: relative;
    top:-1px;
}
.alignright {
    text-align: right;
    width: 350px;
}
#menuitem1,#menuitem2,#menuitem3,#menuitem4,#menuitem5,#menuitem6 {
    width:101px ;
    height: 27px;
    position: relative;
    left:22px;
    top:10px;
}
#menuitem1 {
    background-image: url(../images/menu1a.png);
}
#menuitem2 {
    background-image: url(../images/menu7a.png);
}
#menuitem3 {
    background-image: url(../images/menu2a.png);
}
#menuitem4 {
    background-image: url(../images/menu3a.png);
}
#menuitem5 {
    background-image: url(../images/menu4a.png);
}
#menuitem6 {
    background-image: url(../images/menu6a.png);
}
.breakline {
    border:none;
    border-top: 1px solid #680C37;
}
.downfade {
    width: 609px;
    height: 24px;
    background: url(../images/downfade.png) no-repeat transparent scroll 0 0 ;
    position: relative;
    top:-41px;
}
.upfade {
    width: 609px;
    height: 24px;
    background: url(../images/upfade.png) no-repeat transparent scroll 0 0 ;
    position: relative;
    top:-458px;
}
.tabstitle{
    color:#FF8700 !important;
    font-size: 11px !important;
    font-weight: bold;
    position: relative;
    top:-3px;
}
.tabsbody {
    font-size: 11px !important;
    color:gray!important;
    position: relative;
    top:-10px;
}
.tabslink {
    color:#FF8700 !important;
    font-size: 10px !important;

}
.tabslink:hover {
    text-decoration: none !important;
}
.directionstitle {
    color:#680C37 !important;
    font-size: 13px !important;
}
.names {
    color:#680C37 !important;
    font-weight: bold;
    font-size: 13px;
}
.titles{
    color:#680C37 !important;
    font-size: 20px;
}
#footer {
    width: 948px;
    border-top:1px solid #404040;
    position: relative;
    top:-50px;
}
#footertable {
    width: 950px;
    list-style-type:none;
    margin:0;
    padding:0;
}
.footeritems {
    float:left;
    height: 20px;
    padding:0 60px;
    text-align: center;
    color:white !important;
    text-transform:uppercase;
    font-size:11px;
}
.footeritems a:hover {
    color:#FFF !important;
    cursor:pointer !important;
    text-decoration:none !important;
}

.calltitles {
    font-size: 17px !important;
    color:#700D3B;
}
.callsubtitles {
    color:#222222;
    font-size:13px !important;
    padding-bottom:5px;
    position:relative;
    top:-9px;
}
.names2 {
    color:#EFEFEF;
    font-weight: bold;
}
.names2:hover {
    color:#FF8700 !important;
}
.ocupation {
    font-variant: small-caps;
}
.team {
    color: inherit !important;
}
.team:hover {
    text-decoration: none !important;
    cursor: pointer;
    color:#FF8700 !important;
}
.submitbutton {
    width: 81px;
    height: 26px;
    background: url(../images/buttonbg.png) transparent scroll 0 0 no-repeat;
    border: none;
}
.submitbutton:hover {
    background-position: 0 -26px;
    cursor: pointer;
}
.affiliations a{
    color: #4D4D4D !important;
}
td {
    vertical-align: top;
}
.error {
    border:1px solid red;
}
#response {
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
    padding:15px;
    color:white;
    width:416px;
    height:10px;
    margin-left:-208px;
    margin-top:-120px;
    line-height:2;
}
#confirmation {
    width:100%;
    height:100%;
    background:transparent url("../images/black.png") repeat;
    position:fixed;
    z-index:9999999;
    top:0;
    font-size:16px;
}
#confirmation a{
    font-size:11px;
}
#confirmation a:hover {
    color:#00B6FF;
    cursor:pointer;
}
.social {
    font-size:10px !important;
    line-height:2;
    color:#CCCCCC !important;
    float:left;
}
.social img{
    position:relative;
    top:-3px;
    margin-right:4px;
}
