﻿
html {
    background-color:White;
    height:100%;  
}

body {
    background-color:White;
    border-top: solid 0px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height:100%;
}

header, footer, hgroup
nav, section {
    display:block;
}

.float-top {
    float:inherit;
    padding-left:5px;
}

.float-left {
    float: left;
    padding-left:10px;
}

.float-right {
    float: right;
    padding-right:5px;
}

.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, 
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em; 
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

 .header-bar
{
    padding-left: 20px;
    padding-right: 20px;
    /*height: 42px;*/
    background:transparent;
    /*border-bottom: 1px solid #e5e5e5;*/
}
  
  .footer-bar
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top:5px;
    height: 35px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    background: transparent;
    position:relative;
    clear:both;
    z-index:10;
}

.wrapper
{
    position: relative;
    min-height: 100%;
    min-width: 100%;
}
    
* html .clearfix
{
    zoom: 1;
}
*:first-child + html .clearfix
{
    zoom: 1;
}

   
/* If you want a red button use these styles */
 .google-button
{
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  padding: 0 8px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor:pointer;
  }
 
.google-button-red
{
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  background-color: #d14836;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
}

.google-button-red:active
{
border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a));
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.google-button-red:hover
{
border: 1px solid #b0281a;
  color: #fff;
  background-color: #c53727;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
  
/* If you want a blue button use these styles */
 
.google-button-blue {
border: 1px solid #3079ED;
color: white;
text-transform:none;
background-color: #4D90FE;
background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
background-image: linear-gradient(top,#4d90fe,#4787ed);
}

.google-button-blue:hover {
border: 1px solid #2F5BB7;
color: white;
background-color: #357AE8;
background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
}  

.g-button
    {
        display: inline-block;
        min-width: 46px;
        text-align: center;
        color:#fff;
        font-size: 10px;
        font-weight: bold;
        height: 20px;
        padding: 0 8px;
        line-height: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -ms-transition: all 0.218s;
        -o-transition: all 0.218s;
        border: 1px solid #dcdcdc;
        border: 1px solid rgba(0,0,0,0.1);
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
        background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
        background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
        background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
        -webkit-user-select: none;
        -moz-user-select: none;
        cursor: default;
    }
.g-button-submit
{
    border: 1px solid #3079ed;
    color: #fff;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.g-button-submit:hover
{
    border: 1px solid #2f5bb7;
    color: #fff;
    background-color: #357ae8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}
 
/* main layout 
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color:rgb(50,107,165);
    /*background-image:url("../images/Background/images2.png");*/
    clear: both;
    /*padding-bottom: 25px;*/
    background-size: 100%;
    min-height:100%;
	position:relative;

}
	img#bg {
	  position:fixed;
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
	}
    .main-content {
        padding-left: 10px;
        padding-top: 20px;
    }

    .featured + .main-content {
        /*background: url("../images/heroaccent.png") no-repeat;*/
    }

footer {
    clear: both;
    background-color: #f5f5f5;
    font-size: .8em;
    height: 30px;
	position:relative;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 20px 0;
}

.site-title a, .site-title a:hover, .site-title a:active  {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}
  

/* login  
----------------------------------------------------------*/
    .sign-in
    {
        width: 350px;
        /*float: right;*/
    }
    
	.signin-box, .rounded-div
    {
        margin: 12px 0 0;
        padding: 20px 20px 20px 20px;
        background: #fff;
        border: 1px solid #e5e5e5;
         
        -moz-border-radius:10px;  /* for Firefox */
        -webkit-border-radius:10px; /* for Webkit-Browsers */
        border-radius:10px; /* regular */
        
        -moz-box-shadow: 5px 5px 5px #000; /* Firefox */
		-webkit-box-shadow: 5px 5px 5px #000; /* Safari and Chrome */
		box-shadow: 5px 5px 5px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  
    }    
    
    .sqare-div
    {
        margin: 2px 0 0;
        padding: 20px 20px 20px 20px;
        background: #fff;
        border: 1px solid #e5e5e5;
         
        -moz-border-radius:0px;  /* for Firefox */
        -webkit-border-radius:0px; /* for Webkit-Browsers */
        border-radius:0px; /* regular */
        
        -moz-box-shadow: 5px 5px 5px #000; /* Firefox */
		-webkit-box-shadow: 5px 5px 5px #000; /* Safari and Chrome */
		box-shadow: 5px 5px 5px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  
    }   
    
	.email-label, .passwd-label
    {
        font-weight: bold;
        margin: 0 0 .5em;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    
    .horizontal-center
    {
    	display:block;
    	margin-left:auto;
    	margin-right:auto;
    }
    
   .signin-box input[type=submit]
    {
        margin: 0 0 1em 0;
        height: 32px;
        font-size: 13px;
    }
    .signin-box .email-label, .signin-box .passwd-label
    {
        font-weight: bold;
        margin: 0 0 .5em;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    .signin-box label.remember
    {
        display: inline-block;
        vertical-align: top;
        margin: 9px 0 0;
    }


   /*--------------------------------*/
    input[type=text], input[type=Password]
    {
        display: inline-block;
        height: 25px;
        /*width: 300px;*/
        margin: 0;
        padding-left: 8px;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }
    input[type=text]:hover, input[type=Password]:hover
    {
        border: 1px solid #b9b9b9;
        border-top: 1px solid #a0a0a0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }
    input[type=text]:focus, input[type=Password]:focus
    {
        outline: none;
        border: 1px solid #4d90fe;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    }
    /*
    input[type=checkbox].form-error
    {
        border: 1px solid #dd4b39;
    }
    input[type=checkbox]
    {
        -webkit-appearance: none;
        width: 13px;
        height: 13px;
        margin: 0;
        cursor: pointer;
        vertical-align:middle;
        background:#fff;
        border: 1px solid #f5f5f5;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
    }
    input[type=checkbox]:active
    {
        border-color:transparent;
        background: transparent;
    }
    input[type=checkbox]:hover
    {
        border-color: #c6c6c6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    }
    
    input[type=checkbox]:checked::after
    {
        content: url(../images/checkmark.png);
        display: block;
        position: absolute;
        top: -6px;
        left: -5px;
    }
    input[type=checkbox]:focus
    {
        outline: none;
        border-color: #4d90fe;
    }
    */
    .smallTextBox {
    width: 100px;
    text-align:center;
    font-size:large;
	}
    
    .bigTextBox {
    width: 300px;
 	}
    /*--------------------------------*/
 

.signin-box h2
    {
        font-size: 16px;
        line-height: 17px;
        height: 14px;
        margin: 0 0 1.2em;
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    .signin-box input[type=submit]
    {
        margin: 0 0 1em 0;
        height: 32px;
        font-size: 13px;
    }
    .signin-box .email-label, .signin-box .passwd-label
    {
        font-weight: bold;
        font-size: small;
        margin: 0 0 .5em;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    .signin-box label.remember
    {
        display: inline-block;
        vertical-align: top;
        margin: 9px 0 0;
    }
    validateForm .signin-box .remember-label
    {
        font-weight: lighter;
        font-size: small;
        color: #666;
        line-height: 0;
        padding: 0 0 0 .4em;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    
    
/* menu  
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }

		ul li a
		{
			background: none;
			color: #919191;
			text-decoration: none;
		}

/* page elements  
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: -o-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7AC0DA), color-stop(1, #A4D4E6));
        background-image: -webkit-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        background-image: linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */ 
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
display: inline;
}

hgroup.title h2 {
    font-weight: normal;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }
    
        ol.round li.one {
            background: url("../images/orderedlistOne.png") no-repeat;        
        }
    
        ol.round li.two {
            background: url("../images/orderedlistTwo.png") no-repeat;        
        }
    
        ol.round li.three {
            background: url("../images/orderedlistThree.png") no-repeat;        
        }
    
/* content */  
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }
    
     aside ul li {
        background: url("../images/bullet.png") no-repeat 0 50%;
        padding: 2px 0 2px 20px;
     }
     
.label {
    font-weight: 700;
}

/* login page */ 
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: solid 1px #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
    
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }
    

	fieldset label.checkbox {
        display: inline;
    }
    
   /* 
    fieldset input[type="text"], 
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }*/
    
        fieldset input[type="text"]:focus, 
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }
    
   /* fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: solid 1px #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }*/

/* ajax login/registration dialog */
.modal-popup {
    font-size: 0.7em;
}

    .modal-popup input[type="text"], 
    .modal-popup input[type="password"] {
        width: 90%;
    }

/* info and errors */  
.message-info {
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1em;
    font-weight:normal;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.success {
    color: #7ac0da;
}

.error
{
	color: #FFFFFF;
	padding-left:10px;
}

/* styles for validation helpers */
.field-validation-error
{
    color:Red;
    font-weight:normal;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #FF3333;
    font-weight:bold;
    font-size: 1.0em;
}

.validation-summary-valid {
    display: none;
}



ul#social li {
    display: inline;
    list-style: none;
}

    ul#social li a {
        color: #999;
        text-decoration:blink;
    }
        
    a.facebook, a.twitter,a.logo {
        display: block;
        float:left;
        height: 40px;
        padding-left: 10px;
        text-indent: -9999px;
        width: 16px;
    }
        
    a.facebook {
        background: url("../images/facebook1.png") no-repeat;
    }
        
    a.twitter {
        background: url("../images/twitter1.png") no-repeat;
    }
        
.myDropDown
{
        width:130px;
        font-family: Tahoma,Verdana,Arial, Sans-Serif; 
        font-size:12px;
        text-align:center;
        color:Black;
        
        background: url('/Content/2012.1.214/Vista/sprite.png') repeat-x 0 -852px;
}   

.styled-button-4 {
	-webkit-box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
	background-color:#EEE;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:1px solid #999;
	color:#666;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Sans-serif;
	font-size:11px;
	font-weight:700;
	padding:2px 6px;
	height:20px;
	cursor:pointer
}
        
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    
    /* header  
    ----------------------------------------------------------*/
    header .float-left, 
    header .float-right {
        float: none;
    }
    
    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin-top: 0;
        text-align: center;
    }
    
        #login ul {
            margin: 5px 0;
            padding: 0;
        }
        
        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding:0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }
        
        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }
    
    ul#menu {
        margin: 0;
        padding:0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

        
    /* main layout  
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }
    
    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }
    
    /* page content */  
    article, aside {
        float: none;
        width: 100%;
    }
    
    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }
    
            ol.round li.one,
            ol.round li.two,
            ol.round li.three {
                background: none;        
            }
     
     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }
     
        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }
        
    /* forms */    
    fieldset input[type="text"], 
    fieldset input[type="password"] {
        width: 90%;
    }
    
    /* login page */ 
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer  
    ----------------------------------------------------------*/    
    footer .float-left,
    footer .float-right {
        float: none;
    }
    
    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
    
        footer p {
            margin: 0;
        }
    
        ul#social {
            padding:0;
            margin: 0;
        }
    
         a.facebook, a.twitter {
            background: none;
            display: inline;
            float: none;
            height: auto;
            padding-left: 0;
            text-indent: 0;
            width: auto;
        }    
}


.footermenu ul
{
	list-style:none;
	margin:0;
	padding-left:20px;
	float:left;
}

.footermenu li
{
	list-style:none;
	display:block;
	float:left;
	background:none;
	border-right:1px solid #333;
	margin:0;									
}
			
.footermenu li a
{
	display:block;
	float:left;
	color:#777 !important;
	font-size:12px;
	font-weight:normal;
	margin:0;
	line-height:10px;
	text-decoration:none;
	padding:0 5px 0 5px;				
}

.footermenu li a:hover
{
	color:#ccc !important;
	text-decoration:underline;
}
					
.footermenu li.menu-item-40{ border-right:none;}

.privacy ul { margin:0 ; line-height:19px; }
.privacy li { list-style:square; padding-top:10px; font-size:13px; text-align:justify;}

.TClist li { list-style-type:decimal; padding-top:6px;}
.TCSublist li { list-style-type:lower-alpha }
