* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	text-align: center;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif!important;
	font-weight: normal;
	background-color: #DDD;
	margin: 0 auto;
	position: relative;
	height: 100%;
	height: auto!important;
	min-height: 100%;
}

h1 {
	font-size: 2em!important;
	font-weight: normal;
}

h2 {
	font-size: 1.5em!important;
	font-weight: normal;
}

h3 {
	font-size: 1.33em!important;
	color: #555;
}

h4 {
	font-size: 1.16em!important;
}

h5 {
	font-size: 1.1em!important;
}

a {
	text-decoration: underline;
	color: #0033ff;
	cursor: pointer;
	font-size: 1.0em;
}

input {
	font-size: 1.0em;
	color: #333;
	height: auto;
	line-height: normal;
}

select {
	height: auto;
	color: #333;
}

img,table {
	border: 0;
}

p {
	text-decoration: none;
	color: #333;
}

table {
	font-size: 1em;
	color: #333;
}

textarea {
	font-size: 1.0em;
	font-family: Helvetica, Arial, sans-serif!important;
	font-weight: normal;
}

/* elements
---------------------------------------------------------- */

.right {
	float: right!important;
}

.left {
	float: left!important;
}

.clearboth {
	clear: both!important;
}

.normal {
	font-weight: normal;
}

.center {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.noborder {
	border-width: 0!important;
}

.block {
	display: block;
}

.hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #CCC;
	clear: both!important;
	overflow: hidden;
	font-size: 1px;
}

.hrgreen {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #99CC33;
	clear: both!important;
	overflow: hidden;
	font-size: 1px;
}

.noteMsg {
	color: #ff9900;
	font-size: 12px;
}

.errorsBig {
	color: red!important;
	font-size: 14px!important;
	font-weight: normal;
}

.errMsg {
	color: red;
}

.btn_green {
	background-color: #84AD31;
	border: 1px solid #FFF;
	color: #FFF;
}

a.confirm {
	color: #0000FF;
	text-decoration: underline;
}

.btn {
	display: inline;
}

.btnsubmit {
	overflow: visible;
	padding: 0px 5px;
}

table.radioTbl input {
	float: left;
	height: 18px!important;
	width: 18px;
}

table.radioTbl label {
	display: inline;
	line-height: 1.4;
	margin-left: 2px;
}

.lblInCol {
	display: inline;
	vertical-align: top;
	line-height: 1.4;
}

input.chkInCol {
	clear: left;
	width: 18px!important;
	height: 18px!important;
	border: none;
	margin: -1px 0px 0 2px;
}

/* special
---------------------------------------------------------- */

.clearheight {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.clearspace {
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}

.devborder {
	border: 1px solid red;
}

.min {
	height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

 Hides from IE-mac \

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

 End hide from IE-mac 

/* colors
---------------------------------------------------------- */

.white {
	color: #fff;
}

.red {
	color: red;
}

.black {
	color: #000;
}

.red2 {
	color: #ff0000;
}

.orange2 {
	color: #ff6600;
}

.green2 {
	color: #99cc33;
}

.green_bg2 {
	background-color: #99CC33;
}

.green_bg3 {
	background-color: #D4F690;
}

.grey2 {
	color: #999;
}

.grey3 {
	color: #666;
}

.grey4 {
	color: #333;
}

.grey_bg2 {
	background-color: #f6f6f6;
}

.grey_bg3 {
	background-color: #eee;
}

.yellow_bg2 {
	background-color: #FFFFCC;
}

/* fonts
---------------------------------------------------------- */

.font9p {
	font-size: 9px!important;
}

.font10p {
	font-size: 10px!important;
}

.font11p {
	font-size: 11px!important;
}

.font12p {
	font-size: 1em!important;
}

.font14p {
	font-size: 1.166em!important;
}

.font16p {
	font-size: 1.33em!important;
}

.font18p {
	font-size: 1.5em!important;
}

.font20p {
	font-size: 1.66em!important;
}

.font24p {
	font-size: 2em!important;
}

/* paddings
---------------------------------------------------------- */

.p5 {
	padding: 5px 5px!important;
}

.top5pad {
	padding-top: 5px!important;
}

.p5t {
	padding-top: 5px!important;
}

.bot5pad {
	padding-bottom: 5px!important;
}

.p5b {
	padding-bottom: 5px!important;
}

.p5l {
	padding-left: 5px!important;
}

.p10 {
	padding: 10px 10px!important;
}

.top10pad {
	padding-top: 10px!important;
}

.p10t {
	padding-top: 10px!important;
}

.p10lr {
	padding: 0 10px!important;
}

.p10b {
	padding-bottom: 10px!important;
}

.p10l {
	padding-left: 10px!important;
}

.left10pad {
	padding-left: 10px!important;
}

.p20t {
	padding-top: 20px!important;
}

/* margins
---------------------------------------------------------- */

.m0 {
	margin: 0!important;
}

.m0t {
	margin-top: 0!important;
}

.m2t {
	margin-top: 2px!important;
}

.m3t {
	margin-top: 3px!important;
}

.left_3mrg {
	margin-left: -3px!important;
}

.m_3l {
	margin-left: -3px!important;
}

.m_3t {
	margin-top: -3px!important;
}

.m3l {
	margin-left: 3px!important;
}

.m3r {
	margin-right: 3px!important;
}

.top5mrg {
	margin-top: 5px!important;
}

.top10mrg {
	margin-top: 10px!important;
}

.m5 {
	margin: 5px!important;
}

.m5t {
	margin-top: 5px!important;
}

.m5b {
	margin-bottom: 5px!important;
}

.m5l {
	margin-left: 5px!important;
}

.m5r {
	margin-right: 5px!important;
}

.m10t {
	margin-top: 10px!important;
}

.m10b {
	margin-bottom: 10px!important;
}

/**/

.m10l {
	margin-left: 10px!important;
}

.m15l {
	margin-left: 15px!important;
}

.m20t {
	margin-top: 20px!important;
}

/* height
---------------------------------------------------------- */

.h5 {
	height: 5px!important;
}

.h8 {
	height: 8px!important;
}

.h10 {
	height: 10px;
}

.h15 {
	height: 15px;
}

.h20 {
	height: 20px;
}

.h24 {
	height: auto !important;
	height: 33px;
	min-height: 33px;
}

.h30 {
	height: 30px;
}

.h42 {
	height: 42px!important;
}

.h5min {
	height: auto !important;
	height: 5px;
	min-height: 5px;
}

.h115min {
	height: auto !important;
	height: 115px;
	min-height: 115px;
}

.h125min {
	height: auto !important;
	height: 125px;
	min-height: 125px;
}

.h154min {
	height: auto !important;
	height: 154px;
	min-height: 154px;
}

/* weight 
---------------------------------------------------------- */

.w20 {
	width: 20px!important;
}

.w30 {
	width: 30px!important;
}

.w50 {
	width: 50px!important;
}

.w60 {
	width: 60px!important;
}

.w85 {
	width: 85px!important;
}

.w95 {
	width: 95px!important;
}

.w100 {
	width: 100px!important;
}

.w110 {
	width: 110px!important;
}

.w160 {
	width: 160px!important;
}

.w201 {
	width: 201px!important;
}

.w320 {
	width: 320px!important;
}

/* layouts
---------------------------------------------------------- */
#bigdiv #toproundborder {
        margin: 0 auto; 
        width: 960px; 
        background: transparent url('/res/images/top-round-border_960.png') no-repeat; 
        background-position: bottom center; 
        min-height:5px; 
        padding-top:10px;
}
#bigdiv #bottomroundborder {
        margin: 0 auto; 
        width: 960px; 
        background: transparent url('/res/images/bottom-round-border_960.png') no-repeat; 
        background-position: top center; 
        min-height:5px; 
        padding-bottom:10px;
}

#topContainer {
        margin: 0 auto;
	width: 950px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: left;
	background: white;
}

#subTopContainer {
	margin: 0 auto;
	width: 950px!important;
}

#sliderContainer {
        width: 950px;
	margin: 0px auto;
	height: 95px;
	background: transparent url(../images/slidertop_center_bg.png) repeat-x top left;
}


#mainContainer {
	display: block;
	margin: 0 auto;
	width: 950px;
	height: auto !important;
	height: 487px;
	text-align: left;
}

#contentContainer {
	clear: both;
	padding: 10px 0px 5px;
	overflow: visible;
}

/* 2 columns */

#left2n, .left2n {
	float: left;
	margin: 0 3px 0 0;
	width: 300px;
}

#right2w, .right2w {
	position: relative;
	float: right;
	width: 620px;
}

#left2ns {
	float: left;
	margin: 0 3px 0 0;
	width: 75px;
}

#right2ws {
	float: right;
	width: 802px;
}

#left2w, .left2w {
	float: left;
	margin: 0 3px 0 0;
	width: 620px;
}

#right2n, .right2n {
	float: right;
	width: 300px;
}

#left2e, .left2e {
	float: left;
	margin: 0 3px 0 0;
	width: 437px;
}

#right2e, .right2e {
	float: right;
	width: 437px;
}

/* 3 columns */

#left3e, #left3eNh,.left3eNh {
	float: left;
	width: 300px;
	margin-right: 9px;
}

#center3e,#center3eNh,.center3eNh {
	float: left;
	margin: 0 3px;
	width: 300px;
        margin-left: 14px;
	margin-right: 14px;
}

#right3e,#right3eNh,.right3eNh,.right3e {
	float: right;
	width: 300px;
        margin-left: 10px;
}

#left3e, #center3e, #right3e,#left3n,#center3w,#right3n {
	height: auto !important;
}

.prelogon #left3e, #center3e, #right3e,#left3n,#center3w,#right3n {
	height: auto;
}

#left3n {
	float: left;
	margin: 5px 0;
	width: 210px;
}

#center3w {
	float: left;
	margin: 5px 3px;
	width: 330px;
}

#right3n {
	float: right;
	margin: 5px 0;
	width: 210px;
	border: 1px solid #CCC;
}

#partnerblock {
	float: left;
	width: 950px;
	min-height: 200px;
}

#partnerblock img {
	display: block;
	float: left;
}