/*Sections*/.half, .third, .twoThird, .fourth {display: block;float: left;margin: 0 3% 30px 0;}.half *:last-child, .third *:last-child, .twoThird *:last-child, .fourth *:last-child {margin-bottom: 10px;}.half h2, .third h2, .twoThird h2, .fourth h2 {border: medium none;}.half {width: 47%;}.half.leftGrad {width: 45%;}.third {width: 30%;}.third.leftGrad {width: 27%;}.twoThird {width: 63%;}.fourth {width: 22%;}.nomargin, .nmargin{margin:0!important;}

/*HEAD Elements*/

ul.toptab {float: left;left: 340px;position: relative;}
.toptab li {text-align: center;background-color: #3F519E;width: 100px;float: left;margin-right: 20px;height: 15px;border-radius: 0 0 5px 5px;padding: 5px; list-style:none; box-shadow:1px 1px 10px #222222;}
.toptab a {color:#F58220;}
.toptab a:hover {color:#ffffff; text-decoration:none!important;}
/*Typography*/
.caption p {
    font-size: 11px;
    line-height: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*Buttons*/
.homebutton {
    position: absolute;
    right: 20px;
    top: 220px;
}
/*Temporary, fix with new design*/
a.button {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
	font-weight:bold!important;
}
a.button:hover{text-decoration: none;}
.padding{padding:15px 20px;}
.orangeBut, .greenBut, purpleBut{color: #1B2973 !important;}
.orangeBut:hover, .greenBut:hover, purpleBut:hover{color: #ffffff !important;}

.orangeBut {background: -moz-linear-gradient(center top , #f47e50, #F15C22 100%) repeat scroll 0 0 transparent!important;border: 1px solid #F15C22;background-color:#F15C22;}
.orangeBut:hover {background: -moz-linear-gradient(center top , #F15C22, #F06015 100%) repeat scroll 0 0 transparent; background-color:#E34A0E;}
.orangeBut:active {background: -moz-linear-gradient(center top , #F47A20, #FAA51A 100%) repeat scroll 0 0 transparent;}

.greenBut {background: -moz-linear-gradient(center top , #ABD83B, #89AE2E 100%) repeat scroll 0 0 transparent!important;border: 1px solid #538312;background-color:#ABD83B;}
.greenBut:hover {background: -moz-linear-gradient(center top , #8EB430, #89AE2E 100%) repeat scroll 0 0 transparent!important;	background-color:#679825;}
.greenBut:active {background: -moz-linear-gradient(center top , #4E7D0E, #7DB72F 100%) repeat scroll 0 0 transparent;}

.purpleBut {background: -moz-linear-gradient(center top , #781D7C 0px, #49114D 100%) repeat scroll 0 0 transparent!important;background-color:#781D7C;}
.purpleBut:hover {background: -moz-linear-gradient(center top , #49114D 0px, #670086 100%) repeat scroll 0 0 transparent!important;background-color:#68176F;}
.purpleBut:active {background: -moz-linear-gradient(center top , #7F00A6 0px, #B600EE 100%) repeat scroll 0 0 transparent;}