/* Content styles */
.contentStyle {
	font:12px Arial;
	line-height:20px;
	color:#000;
}
.contentStyle a {
	color: #01903A;
	font:bold 12px Arial;
	text-decoration: none;
}

.contentStyle a:hover {
	color: #01903A;
	text-decoration:underline;
}
.contentStyle h1{
	font:bold 21px Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #00529B;
}
.contentStyle h2{
	font:17px Arial;
	color: #00529B;
	margin-bottom:10px;
}

.contentStyle h3{
	font:bold 13px Arial;
	color: #00529B;
	padding-bottom:7px;
	padding-top:5px;
}

.contentStyle h4{
	font:bold 11px Arial;
	margin-top: 10px;
	color: #464545;
}

.contentStyle h5{
	font:bold 10px Arial;
	margin-top: 10px;
	color: #464545;
}

.contentStyle h6{
	font:bold 8px Arial;
	margin-top: 10px;
	color: #464545;
}
	
.contentStyle p{
	margin: 0px 0px 5px 0px;
	color:#393939;
	line-height:17px;
	
}
.contentStyle ul{
	padding:0 0 10px 15px;
}
.contentStyle ul li{
	list-style-image:url(../images/listStyle.gif);
}

p.pointer{
	background:url(../images/blueArrow.gif) no-repeat left bottom;
	height:38px;
	padding-left:40px;
}
p.pointer a{
	line-height:35px;
}

.template{
	float:left;
	width:200px;
	height:195px;
	background:url(../images/templateBg.gif) no-repeat left bottom;
}

.template p{
	background:url(../images/templateABg.gif) no-repeat left top;
	text-align:center;
	width:152px;
	height:22px;
	margin-left:16px;
}

.template a{
	color:#fff;	
	line-height:21px;
}
.template a:hover{
	color:#fff;	
}

.template img.arrow{
	position:absolute;
	margin-top:-80px;
	margin-left:160px;
}

table tr td{
	vertical-align:top;
	font:12px Arial;
}

table tr td p{
	padding-left:10px;
}

table.webshopStyle{
	background:url(../images/rte1.gif) no-repeat left top;
	width:253px;
	height:169px;
}

table.webshopStyle tr td h3{
	width:200px;
	overflow:hidden;
	overflow-y:auto;
	padding-left:10px;
	padding-bottom:7px;
	margin-top:47px;
}

table.webshopStyle tr td p{
	padding-left:10px;
	width:155px;
	overflow:hidden;
	overflow-y:auto;
}

/* Links */
.hand {
	cursor: pointer;
}

/* Aligns */
.bl-left { float: left; }
.bl-right {	float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* Text */
.bold { font-weight: bold; }
.arial { font-family: Arial, Helvetica, sans-serif; }

/* Spacing */
.nowrap { white-space: nowrap; }

/* Forms */
input {
	height: 17px;
	line-height: 17px;
	border: 1px solid #4683D0; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

textarea {
	border: 1px solid #D9D9D9; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	width:440px;
}

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 250px;
	border: 1px solid #b4b4b4; 
}

.submit, input.submit {
	border: 1px solid #4683D0;
	background-color: #fff;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	color: #00529B;
	font: bold 12px Arial;
	padding:0px 5px;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;
	background-image: url(/site/core/images/btn_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}


.submit_green{
	background: url(/site/core/images/submitGreen.gif) no-repeat left top;
	width:79px;
	height:23px;
	border:none;
	margin-top:5px;
	color:#fff;
}

input.contact{
	width:215px;
	height:25px;
	border:solid 1px #D9D9D9;
	margin:5px 0px;
}
/*Fixes for RTE inside*/
body{
	
}
