﻿
/* MasterPage or Grand Theme Styles ------------------------------------ */

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    /*background-color: #EFEFEF;*/
    background-image: url('../Images/DSCN0727.JPG');
    background-repeat: no-repeat;
}

#PageWrapper {
    width: 800px;
    margin: auto;
    top: 72px;
    position: relative;
}

.Header {
    text-align: center;
    /*font-size: 50px;*/
    height: 60px;
    margin-top: 42px;
    z-index: 5;
    color: #800000;
    /*background-image: url('../Images/TRS-Header.png');
    background-repeat: no-repeat;*/
    background-color: rgba(0,0,0,.9);
    
}

#Menu{
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    height: 66px;
    z-index: 100;
    text-align: center;
    background-color: rgba(0,0,99,.5);
    box-shadow: 0px 2px 5px rgba(0,0,0, .5);
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#Menu a{
    -moz-border-radius: 50px;
    position: relative;
    top: 8px;
    margin: 14px;
    height: 30px;
    padding: 2px 5px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    color: White;
    font-size: 20px;
    text-decoration: none;
}

#Menu a:hover {
    background-color: #F90000;
    border-top-left-radius: 0px;
    -webkit-transition-property: border-radius;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: linear;
}

.Menu-li {
	position: relative;
	top: -20px !important;
}

/*.logo {
	float: left;
}*/


#Content1 {
    background-color: White;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*border-top-style: double;
    border-top-width: 3px;*/
    -webkit-box-shadow: 2px 0px 5px #0d0d0f;
    -moz-box-shadow: 2px 0px 5px #0d0d0f;
    box-shadow: 2px 0px 5px #0d0d0f;
}

/*#Footer {
    background-color: #C0C0C0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
    -webkit-box-shadow: 5px 5px 10px #0d0d0f;
    -moz-box-shadow: 5px 5px 10px #0d0d0f;
    box-shadow: 5px 5px 10px #0d0d0f;
}*/


#Footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgba(242,0,0,.5);
    box-shadow: 0px -2px 5px rgba(0,0,0, .5);
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    color: White;
    /*border-radius: 5px;*/
}

#Footer a{
    -moz-border-radius: 50px;
    position: relative;
    top:8px;
    margin: 14px;
    height: 30px;
    padding: 2px 5px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    color: White;
    font-size: 20px;
    text-decoration: none;
}

#Footer div {
	margin-top: 10px;
}

#Footer a:hover {
    background-color: #F90000;
    border-top-left-radius: 0px;
    -webkit-transition-property: border-radius;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: linear;
}

a:hover {
	color: red;
}

h2
{
    margin-bottom: 5px;
}

/* END MasterPage or Grand Theme Styles ------------------------------------ */


/*Home Page Styles --------------------------------------------------------- */
.MainWrapper {
    width: 420px;
    height: 260px;
    padding: 20px;
    text-align: justify;
    font-size: 20px;
}

.Image {
    position: absolute;
}

.Image a {
    text-decoration: none;
}

.SliderLocationMainPage{
    position: absolute;
    left: 450px;
    top: -260px;
    color: #000000;
}

/* END Home Page Styles --------------------------------------------------------- */




/* About Page Styles ------------------------------------------------------------ */
.AboutSentences {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-indent: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
/* END About Page Styles ------------------------------------------------------------ */



/* Multi-Page Styles -------------------------------------------------------------------*/
.PageTitle {
    text-align: center;
    width: 150px;
    font-size: 28px;
    background-color: #FF0000;
    color: #FFF;
    font-weight: bold;
    margin:  0px 0px 10px 10px;
    padding: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomleft: 100px;
    -moz-border-radius-bottomright: 100px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; /*-webkit-transform: rotate(350deg) skew(1deg) translate(-31px);
    -moz-transform: rotate(350deg) skew(1deg) translate(-31px);
    -o-transform: rotate(350deg) skew(1deg) translate(-31px);
    font-family: Pericles;*/
}
/* END Multi-Page Styles -------------------------------------------------------------------*/



/*  Project Page Styles -------------------------------------------------------------------*/
.ProjectsMenuItems {
    padding: 0px;
    margin: 0px auto 0px auto;
}

.ProjectsListItem {
    float: left;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(65,68,234,0.5) 25%, rgba(65,68,234,0) 50%, rgba(65,68,234,0.5) 75%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(25%,rgba(65,68,234,0.5)), color-stop(50%,rgba(65,68,234,0)), color-stop(75%,rgba(65,68,234,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(65,68,234,0.5) 25%,rgba(65,68,234,0) 50%,rgba(65,68,234,0.5) 75%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(65,68,234,0.5) 25%,rgba(65,68,234,0) 50%,rgba(65,68,234,0.5) 75%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(65,68,234,0.5) 25%,rgba(65,68,234,0) 50%,rgba(65,68,234,0.5) 75%,rgba(255,255,255,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(65,68,234,0.5) 25%,rgba(65,68,234,0) 50%,rgba(65,68,234,0.5) 75%,rgba(255,255,255,1) 100%);
    border-right-style: ridge;
    border-right-width: 1px;
}

.ProjectNameDiv {
    text-align: center;
    width: 114px;
    float: left;
    /*-moz-border-radius-topleft: 50px;
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;*/
}

.ProjectBankWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
    /*-moz-border-radius-topleft: 50px;
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;*/
}

.ProjectCUWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
    
}

.ProjectFRWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
}

.ProjectLRWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
}

.ProjectPPWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
}

.ProjectWCWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
}

.ProjectWLWrapper
{
    width: 114px;
    float: left;
    cursor: pointer;
}

.ProjectMenuImage {
    width: 104px;
    height: 104px;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.ProjectsLinkButton {
    color: #003300;
    text-decoration: none;
    cursor: pointer;
}

.ProjectHeader {
    font-family: Cambria;
    font-size: 24px;
    text-align: left;
    color: #F3F3F3;
    text-indent: 20px;
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    font-weight: bold;
}

.ProjectSection
{
    background:-webkit-gradient(radial, 153 56, 0, 220 -331, 465, from(#F3F3F3), to(#C9C9C9));
}

.ProjectContent {
    padding: 10px;
}

.ProjectsThumbnailImage
{
    width: 100px;
    height: 100px;
}
    
.ProjectThumbnails {
    margin: auto;
    text-align: center;
    padding: 5px;
    background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,0.3) 15%, rgba(30,87,153,0.6) 35%, rgba(30,87,153,0.6) 45%, rgba(41,137,216,0.6) 50%, rgba(30,87,153,0.6) 55%, rgba(30,87,153,0.6) 65%, rgba(30,87,153,0.3) 85%, rgba(30,87,153,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(15%,rgba(30,87,153,0.3)), color-stop(35%,rgba(30,87,153,0.6)), color-stop(45%,rgba(30,87,153,0.6)), color-stop(50%,rgba(41,137,216,0.6)), color-stop(55%,rgba(30,87,153,0.6)), color-stop(65%,rgba(30,87,153,0.6)), color-stop(85%,rgba(30,87,153,0.3)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.3) 15%,rgba(30,87,153,0.6) 35%,rgba(30,87,153,0.6) 45%,rgba(41,137,216,0.6) 50%,rgba(30,87,153,0.6) 55%,rgba(30,87,153,0.6) 65%,rgba(30,87,153,0.3) 85%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.3) 15%,rgba(30,87,153,0.6) 35%,rgba(30,87,153,0.6) 45%,rgba(41,137,216,0.6) 50%,rgba(30,87,153,0.6) 55%,rgba(30,87,153,0.6) 65%,rgba(30,87,153,0.3) 85%,rgba(30,87,153,0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.3) 15%,rgba(30,87,153,0.6) 35%,rgba(30,87,153,0.6) 45%,rgba(41,137,216,0.6) 50%,rgba(30,87,153,0.6) 55%,rgba(30,87,153,0.6) 65%,rgba(30,87,153,0.3) 85%,rgba(30,87,153,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.3) 15%,rgba(30,87,153,0.6) 35%,rgba(30,87,153,0.6) 45%,rgba(41,137,216,0.6) 50%,rgba(30,87,153,0.6) 55%,rgba(30,87,153,0.6) 65%,rgba(30,87,153,0.3) 85%,rgba(30,87,153,0) 100%);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-style: ridge;
    border-bottom-style: ridge;
}

.ProjectThumbnails img:hover {
    opacity: .7;
}
/* END Project Page Styles -------------------------------------------------------------------*/




/* Services Page Styles -----------------------------------------------------------------------*/
.ServicesMenu {
    padding: 0px;
    margin: 0px;
    text-align: center;
    float: left;
}

.ServicesMenu ul {
    padding: 5px;
    margin: 5px 0px 5px 5px;
    background-color: #666666;
    width: 260px;
    height: 500px;
    float: left;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
}

.ServicesMenu ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    padding-left: 5px;
    text-align: left;
}


.ServicesBody {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-mn-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background-color: #666666;*/
    float: left;
    width: 800px;
}

.ServicesMenuLinkButtons {
    color: #FFFFFF;
    cursor: pointer;
}

.ServicesMenuLinkButtons:hover {
    color: #FF9393;
    cursor: pointer;
}

.ServicesMenuInfo{
    color: #FFFFFF;
}

.ServicesPanelHeader
{
    font-family: 'Carter One', arial, serif;
    text-align: center;
    color: Black;
    font-size: 26px;
    width: 500px;
}

.ServicesPanelContent {
    /*font-family: 'Carter One' , arial, serif;
    font-weight: lighter;*/
    width: 500px;
    color: Black;
}


.ServicesContent {
    padding: 5px;
    margin: 5px 0px 5px 5px;
    background-color: #666666;
    width: 505px;
    height: 500px;
    float: left;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(198,39,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(198,39,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(198,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(198,39,39,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(198,39,39,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#c62727',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(125,185,232,0) 0%,rgba(198,39,39,1) 100%);
    color: #FFFFFF;
}
/* END Services Page Styles -----------------------------------------------------------------------*/




/* Contact Page Styles ----------------------------------------------------------------------------*/
#ContactTable input:hover {
    background-color: #FFFFC4;
}

#ContactTable textarea:hover
{
    background-color: #FFFFC4;
}

.contactformtitle
{
    font-size: 26px;
    text-align: center;
    color: #0000CC;
    font-variant: small-caps;
    font-weight: bold;
}

.contactheaders {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 5px;
    background-color: #000000;
    color: #FFFFFF;
    margin: 0px;
    text-align: center;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
}

.ContactForm
{
    background: -moz-linear-gradient(top, rgba(30,87,153,0.5) 0%, rgba(80,139,195,0) 53%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.5)), color-stop(53%,rgba(80,139,195,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0.5) 0%,rgba(80,139,195,0) 53%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,0.5) 0%,rgba(80,139,195,0) 53%,rgba(125,185,232,0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,0.5) 0%,rgba(80,139,195,0) 53%,rgba(125,185,232,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(30,87,153,0.5) 0%,rgba(80,139,195,0) 53%,rgba(125,185,232,0) 100%); /* W3C */
}

.ContactPage {
    border-bottom-style: outset;
    border-bottom-width: 4px;
    background-color: white;
    /*background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(80,139,195,0) 47%, rgba(30,87,153,0.5) 100%); /* FF3.6+ */
   
    height: 200px;
}

.ContactList
{
    list-style-type: none;
    font-size: 15px;
    margin:0px;
    padding-left: 10px;
}

.ContactSubList{
    list-style-type: none;
    padding-left: 15px;
}

.ContactAddress
{
    width: 270px;
    float: left;
    margin-left: 0;
    padding-left: 0px;
    -webkit-border-top-right-radius: 70px 45px;
    -webkit-border-bottom-right-radius: 100px 30px;
    -webkit-border-top-left-radius: 25px 100px;
    
    -moz-border-radius-topright: 70px 45px;
    -moz-border-radius-bottomright: 100px 30px;
    -moz-border-radius-topleft: 25px 100px;

    border-top-right-radius: 70px 45px;
    border-bottom-right-radius: 100px 30px;
    border-top-left-radius: 25px 100px;
}

.ContactInformation
{
    width: 270px;
    float: left;
    -webkit-border-top-right-radius: 70px 45px;
    -webkit-border-bottom-right-radius: 100px 30px;
    -webkit-border-top-left-radius: 25px 100px;
    
    -moz-border-radius-topright: 70px 45px;
    -moz-border-radius-bottomright: 100px 30px;
    -moz-border-radius-topleft: 25px 100px;

    border-top-right-radius: 70px 45px;
    border-bottom-right-radius: 100px 30px;
    border-top-left-radius: 25px 100px;
}

.ContactAlternates
{
    width: 260px;
    float: left;
    -webkit-border-top-right-radius: 70px 45px;
    -webkit-border-bottom-right-radius: 100px 30px;
    -webkit-border-top-left-radius: 25px 100px;
    
    -moz-border-radius-topright: 70px 45px;
    -moz-border-radius-bottomright: 100px 30px;
    -moz-border-radius-topleft: 25px 100px;

    border-top-right-radius: 70px 45px;
    border-bottom-right-radius: 100px 30px;
    border-top-left-radius: 25px 100px;
}

.CommentMessageWrapper {
    text-align: center;
}

.CommentMessage {
    text-align: center;
    font-family: 'Arial Black';
    border: medium double #000000;
    color: #B30000;
}

.errorMessage
{
    color:Red;
}

/* END Contact Page Styles ------------------------------------------------------------------------- */




/* References Page Styles -------------------------------------------------------------------------------- */
.ReferenceWrapper
{
    float: left;
    margin-left: 70px;
}

.ReferencesItem
{
    width: 290px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-top-left-radius: 70px 30px;
    -webkit-border-top-right-radius: 150px 30px;
    -webkit-border-bottom-foo-radius: 100px 30px;
    -webkit-border-bottom-left-radius: 25px 100px;
    
    -moz-border-radius-topleft: 70px 30px;
    -moz-border-radius-topright: 150px 30px;
    -moz-border-radius-bottomright: 100px 30px;
    -moz-border-radius-topbottom: 25px 100px;
    
    border-top-left-radius: 70px 30px;
    border-top-right-radius: 150px 30px;
    border-bottom-right-radius: 100px 30px;
    border-bottom-left-radius: 25px 100px;
}

.ReferencesItem ul li {
    list-style-type: none;
}

.ReferencesItem ul li:first-child
{
    text-decoration: underline;
    margin-left: -5px;
    font-weight: bold;
}


/* END References Page Styles -------------------------------------------------------------------------------- */




/* Loadmaster Page Styles ------------------------------------------------------------------------------------ */

.LoadmasterVideo {
}

.LoadmasterVideoWrapper
{
    width: 800px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: auto;
    background-color: Gray;
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px -5px 6px #666666;
    -moz-box-shadow: 0px -5px 6px #666666;
    box-shadow: 0px -5px 6px #666666;
}

.HTML5Video {
    text-align: center;
    margin: auto;
}

.VideoFallbackLink
{
    text-align: center;
    padding: 5px;
}